﻿#logout {
	position: relative;
	line-height: 50px;
	margin-right: 4px;
	font-size: 13px;
	color: white;
}

#logout a {
	position: relative;
	width: 36px;
	height: 50px;
	display: inline-block;
	top: 0;
	margin-left: 4px;
	background: url("../images/power-button-off.png");
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center;
}

#logout a:hover{
	text-decoration: none;
}

a {
	color: deepskyblue;
}

	a:hover {
		color: deepskyblue;
		text-decoration: underline;
	}

	a:visited {
		color: deepskyblue;
		text-decoration: none;
	}

.client-colour {
	background-color: rgb(184,0,5) !important;
}

.form-control {
	transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
	border: 1px solid #ccc !important;
}

textarea.form-control {
	resize: none !important;
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: inherit;
}

.form-control:focus {
	transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
}

#main-title {
	line-height: 50px;
	color: white;
	font-size: 14px;
	margin-left: 5px;
}

#mainnav {
	position: relative;
	bottom: 0px;
	margin-top: 50px;
	background: #2d3c4b !important;
}

#mainnav-menu-wrap {
	padding-top: 10px;
}

@media(max-width: 767px) {
    #mainnav {
		margin-top: 0px;
		height: 100%;
	}

    #mainnav-menu-wrap {
		padding-top: 20px;
	}

    #mainnav-container {
		background: #2d3c4b;
	}
}

.logo {
	height: 40px;
	margin: 5px 5px 5px 10px;
	cursor: pointer;
}

.btn-cenelec {
	border: none;
	cursor: pointer;
	color: #eee !important;
	font-size: 12px;
	font-weight: 500;
	box-shadow: 0 5px 7px rgba(0,0,0,0.25);
	text-align: center;
	background: rgb(184,0,5);
	vertical-align: top;
	height: 35px;
	line-height: 23px;
}

.btn-small {
	border: none;
	cursor: pointer;
	color: #eee !important;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	background: rgb(184,0,5);
	vertical-align: top;
	line-height: 15px;
	height: 29px;
}

.btn-cenelec:focus {
	outline: 3px solid deepskyblue !important;
	transition: none;
}

.btn-add, .btn-back, .btn-tick, .btn-pencil, .btn-search, .btn-cross {
	position: relative;
	padding-left: 42px;
}

.btn-delete 
{
    position: relative;
}

.btn-download 
{
    position: relative;
	width:50%;
}

	.btn-add::before, .btn-back::before, .btn-tick::before, .btn-pencil::before, .btn-search::before, .btn-cross::before {
		content: " ";
		display: inline-block;
		background: rgba(0,0,0,0.1);
		width: 35px;
		height: 35px;
		position: absolute;
		left: 0;
		top: 0;
		background-repeat: no-repeat;
		background-position: 7px center;
		background-size: 20px;
	}

	.btn-back:hover::before {
		animation: back-icon-bounce 0.2s ease;
	}

	.btn-add:hover::before, .btn-pencil:hover::before, .btn-search:hover::before, .btn-cross:hover::before {
		animation: plus-icon-bounce 0.2s ease;
	}

	.btn-tick:hover::before {
		animation: tick-icon-bounce 1s ease-out;
	}

	.btn-back::before {
		background-image: url('../images/icons/back.png');
	}

	.btn-add::before {
		background-image: url('../images/icons/plus32.png');
	}

	.btn-tick::before {
		background-image: url('../images/icons/tick32.png');
	}

	.btn-pencil::before {
		background-image: url('../images/icons/edit45.png');
	}

	.btn-search::before {
		background-image: url('../images/icons/magnifying47.png');
	}

	.btn-cross::before {
		background-image: url('../images/icons/cross93.png');
	}

@keyframes back-icon-bounce {
	0% {
		background-position: 7px center;
	}

	50% {
		background-position: 4px center;
	}

	100% {
		background-position: 7px center;
	}
}

@keyframes plus-icon-bounce {
	0% {
		background-position: 7px center;
	}

	50% {
		background-position: 7px 12px;
	}

	100% {
		background-position: 7px center;
	}
}

@keyframes tick-icon-bounce {
	0% {
		background-position: 7px center;
	}

	25% {
		background-position: 7px 5px;
	}

	50% {
		background-position: 7px center;
	}

	75% {
		background-position: 7px 5px;
	}

	100% {
		background-position: 7px center;
	}
}

.txt-cenelec {
	padding: 10px;
	height: 35px;
	margin-right: 10px;
	border: 1px solid rgba(0,0,0,0.1);
}

.txt-search {
	background-image: url('../images/icons/magnifier12.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
	width: 150px;
	transition: 0.4s width ease-out;
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0);
	transition: all 0.5s ease-out;
}

	.txt-search:focus {
		/*width: 400px;*/
		/*transition: 2s all ease-out;*/
		background-color: rgba(255,255,255,1);
		border: 1px solid deepskyblue;
		width: 400px;
		transition: all 0.2s ease-out;
		outline: none;
		box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	}

@media(max-width: 767px) {
	.cenelec-well .right {
		width: 100%;
		margin-top: 30px;
	}

		.cenelec-well .right .txt-search {
			width: 100%;
			background: white;
			border: 1px solid rgba(0,0,0,0.2);
			box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
			background-image: url('../images/icons/magnifier12.png');
			background-repeat: no-repeat;
			background-position: 5px center;
		}

			.cenelec-well .right .txt-search:focus {
				border: 1px solid deepskyblue;
				box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
			}

		.cenelec-well .right .btn-search {
			display: none;
		}

	.cenelec-well {
		margin: 0;
		padding: 0;
		margin-bottom: 30px;
	}

    #content-container {
		padding-top: 70px;
	}
}

.table-hover tr:hover {
	cursor: pointer;
}

.table-hover thead tr:hover {
	cursor: default;
}

.table-hover thead {
	border-bottom: 2px solid #bbb;
	font-weight: 600;
}

.cenelec-input {
	border: 1px solid #ccc;
	line-height: 18px !important;
	padding: 5px;
	width: 65%;
	display: inline-block;
}

	.cenelec-input:focus, .form-control:focus {
		border: 1px solid deepskyblue !important;
		outline: 1px solid deepskyblue !important;
	}

input[type=file] {
	display: inline-block;
}

input[type=date] {
	line-height: normal !important;
}

.lbl-cenelec {
	width: 20%;
	text-align: left;
	padding-right: 10px;
}

.cenelec-text-area {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.input-validation-error {
	border: 1px solid red !important;
}

.validation-error, .validation-error-animate {
	position: relative;
	display: inline;
}

	.validation-error-animate::after {
		content: "\d7";
		width: 28px;
		height: 28px;
		position: absolute;
		line-height: 28px;
		font-size: 18px;
		border-radius: 50%;
		color: white;
		background: rgb(225,0,18);
		text-align: center;
		top: -5px;
		display: inline-block;
		margin-left: 5px;
		box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
		animation: validate-pulse-scale 1s infinite linear;
	}

	.validation-error-animate::before {
		content: " ";
		width: 28px;
		height: 28px;
		position: absolute;
		line-height: 28px;
		font-size: 18px;
		border-radius: 50%;
		color: white;
		background: rgb(225,0,18);
		text-align: center;
		top: -5px;
		display: inline-block;
		right: -33px;
		opacity: 0.5;
		animation: validate-pulse-opacity 1s infinite linear;
	}

@keyframes validate-pulse-opacity {
	0% {
		opacity: 0.25;
		transform: scale(1.1,1.1);
	}

	50% {
		opacity: 0.125;
		transform: scale(1.5,1.5);
	}

	100% {
		opacity: 0;
		transform: scale(1.75,1.75);
	}
}

@keyframes validate-pulse-scale {
	0% {
		transform: scale(1.1,1.1);
	}

	100% {
		transform: scale(1,1);
	}
}

.help-block, .red-text {
	color: red;
}

.attention {
	font-weight: bold !important;
}


.validation-error .help-block {
	color: red;
	margin-left: 20%;
}

.cenelec-well {
	background-color: transparent;
	border: none;
	padding-left: 0;
	padding-right: 0;
}

a.form-control {
	border: none !important;
	cursor: pointer;
}

label.form-control, span.form-control {
	border: none !important;
}

label.form-control, a.form-control {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.eggtimer {
	transform: rotate(0deg);
	transform-origin: center center;
	display: inline-block;
	position: absolute;
	top: 0;
	width: 35px;
	height: 35px;
	background: Url(../images/hourglass-sheet.png) no-repeat;
	background-position: 0px center;
	animation: eggTimer 0.75s infinite steps(1);
	transform: rotate(0deg);
	opacity: 0.75;
}

.eggtimer-container {
	display: none;
}

@keyframes shrink {
	0% {
		height: 758px;
		opacity: 1;
	}

	75% {
		opacity: 0;
	}

	100% {
		height: 0px;
		opacity: 0;
	}
}

@keyframes throbber {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(359deg);
	}
}

@keyframes eggTimer {
	0% {
		background-position: 0px;
		transform: rotate(0deg);
	}

	14.29% {
		background-position: -35px;
		transform: rotate(0deg);
	}

	28.58% {
		background-position: -70px;
		transform: rotate(0deg);
	}

	42.87% {
		background-position: -105px;
		transform: rotate(0deg);
	}

	57.16% {
		background-position: -105px;
		transform: rotate(45deg);
	}

	71.45% {
		background-position: -105px;
		transform: rotate(90deg);
	}

	85.74% {
		background-position: -105px;
		transform: rotate(135deg);
	}

	100% {
		background-position: -105px;
		transform: rotate(180deg);
	}
}

.condition-labels > label {
	font-weight: bold;
	text-align: left;
	padding-left: 0;
	padding-top: 2px;
	margin-bottom: 0;
}

.holder {
	margin-bottom: 10px;
}

.delete-cross, .add-plus {
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}

.delete-cross {
    color: red;
}

.add-plus {
    color: green;
}

.borderless {
    border: none;
}

#page-alert{
	margin-top: 10px;
}

.secondary-ingress{
	margin-top: 10px;
}

.default-edit-ingress{
	margin-top: 10px;
	position: relative;
	left: 4px;
}

#document-holder .col-sm-9{
	margin-bottom: 10px;
}

.btn-custom-small{
    width: 60px;
    margin-left: 10px;
    height: 16px;
    padding: 0;
}

.tick-confirm{
	background-color: lightgreen;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background-image: url('../images/icons/tick32.png');
	background-position: center;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 5px 0 0 15px;
	transition: 0.2s all ease-out;
	transform: scale(2);
	opacity: 0;
}