﻿/*media all*/
input[type=email], input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button, input[type=button], input[type=reset], input[type=submit] {
	width: auto;
	text-transform: uppercase;
	color: #fff !important;
	padding: 8px 30px 9px !important;
	background: #005d82 !important;
	border-color: #005d82 !important;
}

.btn-search {
	color: #fff;
	background-color: #00547f;
	border-color: #00547f;
	border-radius: 0px;
	height: 60px;
	font-size: 25px;
}

@media only screen and (max-width : 480px) {
	.btn-search {
		font-size: 20px !important;
	}
}

.btn-search:hover {
	color: #fff;
	background-color: #a5122a;
	border-color: #a5122a;
}

.btn-labeled.btn-labeled-right {
	padding-right: 70px !important;
}

	.btn-labeled.btn-labeled-right > b {
		left: auto;
		right: -1px;
		border-radius: 0;
	}

.btn-labeled > b {
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: rgba(0,0,0,.15);
	display: block;
	line-height: 1;
	padding: 11px 15px 11px 15px;
	border-radius: 0;
}

	.btn-labeled > b > i {
		top: 0px;
	}

:last-child.input-group-btn > .btn, :last-child.input-group-btn > .btn-group {
	margin-left: 0px;
}

.form-control {
	background: #eee;
	box-shadow: none;
	border-radius: 0px;
	background: white;
	font-size: 16px;
	height: 40px;
	color: #333;
}

	.form-control.search {
		-webkit-appearance: none;
		padding: 8px 13px 5px;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: -webkit-box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
		-o-transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
		transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
		-moz-appearance: none;
	}

	.form-control.search {
		padding: 0 !important;
		background-color: #ecedf0;
		border-radius: 0px;
		border: none;
		height: 60px;
		font-size: 25px;
	}

		.form-control.search:focus {
			border: none;
			outline: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

@media only screen and (max-width : 480px) {
	.form-control.search {
		font-size: 20px !important;
	}
}

.form-control.search::-webkit-input-placeholder {
	color: #00547f !important;
	text-transform: uppercase;
}

.form-control.search:-moz-placeholder {
	color: #00547f !important;
	text-transform: uppercase;
}

.form-control.search::-moz-placeholder {
	color: #00547f !important;
	text-transform: uppercase;
}

.form-control.search:-ms-input-placeholder {
	color: #00547f !important;
	text-transform: uppercase;
}

.form-control.search::input-placeholder {
	color: #00547f !important;
	text-transform: uppercase;
}

.form-control:focus {
	border-color: #aaa;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*.form-group > .control-label.animate {
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}

.form-group > .control-label.is-visible {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}*/

.form-group > .control-label {
	position: relative;
	top: 7px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.icon {
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0, 0);
	transform: translate(0px, 0px);
	text-rendering: auto;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[data-icon]::before {
	font-family: FontAwesome;
	content: '';
}

[data-icon-calendar]::before {
	font-family: FontAwesome;
	content: '';
	font-size: 18px;
	color: #005d82;
}

[data-icon-clock]::before {
	font-family: FontAwesome;
	content: '';
	font-size: 18px;
	color: #005d82;
}

.input-group {
	margin-bottom: 20px;
}

.input-group-addon {
	padding: 6px 20px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: none;
	border-radius: 0px;
}

.integrated {
	padding: 6px 10px;
	background-color: #fff !important;
	border: 1px solid #ccc;
	border-right: none !important;
	width: auto !important;
}

/* Custom checkbox og radio */

.table td > .checkbox-custom:only-child, .table th > .checkbox-custom:only-child {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.control {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	/*font-size: 15px;*/
}

	.control input {
		position: absolute;
		z-index: -1;
		opacity: 0;
	}

.control_indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
}

.control-radio .control_indicator {
	border-radius: 50%;
}

.control input:checked ~ .control_indicator {
	background: #005d82;
}

.control input:checked:focus ~ .control_indicator {
	background: #005d82;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:disabled ~ .control_indicator {
	pointer-events: none;
}

.control_indicator:after {
	content: '';
	position: absolute;
	display: none;
}

.control input:checked ~ .control_indicator:after {
	display: block;
}

.control-checkbox .control_indicator:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
	border-color: #ccc;
}

.control-radio .control_indicator:after {
	left: 7px;
	top: 7px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #fff;
}

.control-radio input:disabled ~ .control_indicator:after {
	background: #ccc;
}


.radio-danger input[type="radio"]:checked + label::before {
	border-color: #d9534f;
}

.radio-warning input[type="radio"]:checked + label::before {
	border-color: #f0ad4e;
}

.radio-danger input[type="radio"]:checked + label::after {
	background: #d9534f;
}

.radio-warning input[type="radio"]:checked + label::after {
	background: #f0ad4e;
}

.page-wrap .radio {
	margin-left: 20px;
}

.page-wrap .checkbox {
	margin-left: 20px;
}

.radio label:before {
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 17px;
	left: 0;
	margin-left: -20px;
	position: absolute;
	transition: border 0.15s ease-in-out 0s;
	width: 17px;
}

.radio input[type="radio"]:checked + label::after {
	transform: scale(1, 1);
}

.radio-danger input[type="radio"] + label::after {
	background: #d9534f;
}

.radio label:after {
	background: #555555;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 11px;
	left: 3px;
	margin-left: -20px;
	position: absolute;
	top: 3px;
	transform: scale(0, 0);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33) 0s;
	width: 11px;
}


.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	z-index: 1;
	width: 20px;
	height: 25px;
	opacity: 0;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
	background: #f0ad4e;
	border-color: #f0ad4e;
}

.checkbox label::before {
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	content: "";
	display: inline-block;
	height: 17px;
	left: 0;
	margin-left: -20px;
	position: absolute;
	transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
	width: 17px;
}

input.styled[type="checkbox"]:checked + label:after,
input.styled[type="radio"]:checked + label:after {
	content: "";
	font-family: "FontAwesome";
}

.checkbox-warning input[type="checkbox"]:checked + label:after,
.checkbox-warning input[type="radio"]:checked + label:after {
	color: #fff;
}

.checkbox input[type="checkbox"]:checked + label:after,
.checkbox input[type="radio"]:checked + label:after {
	content: "";
	font-family: "FontAwesome";
}

.checkbox label::after {
	color: #555555;
	display: inline-block;
	font-size: 11px;
	height: 16px;
	left: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 0px;
	position: absolute;
	top: 0;
	width: 16px;
}

.checkbox-danger input[type="checkbox"]:checked + label:before,
.checkbox-danger input[type="radio"]:checked + label:before {
	background: #d9534f;
	border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label:after,
.checkbox-danger input[type="radio"]:checked + label:after {
	color: #fff;
}

/* Buttons */

.form-button, .form-button:visited, .form-button:active {
	display: inline-block;
	min-width: 190px;
	text-align: center;
	cursor: pointer;
	padding: 9px 24px 9px !important;
	text-transform: uppercase;
	text-decoration: none !important;
}

.form-button-small, .form-button-small:visited, .form-button-small:active {
   font-size: 14px;
   display: inline-block;
   text-align: center;
   cursor: pointer;
   padding: 4px 10px 4px 10px !important;
   text-transform: uppercase;
   text-decoration: none !important;
}

.red, .red:visited, .red:active {
	color: #a5122a;
	border: 2px solid #a5122a;
	text-decoration: none;
}

	.red:hover {
		background: #a5122a !important;
		color: #ffffff;
		text-decoration: none;
	}

.red-filled, .red-filled:visited, .red-filled:active {
	color: #ffffff;
	background-color: #a5122a;
	border: 2px solid #a5122a;
	text-decoration: none;
}

	.red-filled:hover {
		background: #880e22 !important;
		border: 2px solid #880e22;
		color: #ffffff;
		text-decoration: none;
	}

.blue, .blue:visited, .blue:active {
	color: #005d81;
	border: 2px solid #005d81;
	text-decoration: none;
}

	.blue:hover {
		background: #005d81 !important;
		color: #ffffff;
		text-decoration: none;
	}

.blue-filled, .blue-filled:visited, .blue-filled:active {
	color: #ffffff;
	background-color: #005d81;
	border: 2px solid #005d81;
	text-decoration: none;
}

	.blue-filled:hover {
		background: #004560 !important;
		border: 2px solid #004560;
		color: #ffffff;
		text-decoration: none;
	}

.yellow, .yellow:visited, .yellow:active {
	color: #333;
	border: 2px solid #f7d891;
	text-decoration: none;
}

	.yellow:hover {
		background: #f7d891 !important;
		color: #333;
		text-decoration: none;
	}

.yellow-filled, .yellow-filled:visited, .yellow-filled:active {
	color: #333;
	background-color: #f7d891;
	border: 2px solid #f7d891;
	text-decoration: none;
}

	.yellow-filled:hover {
		background: #edcf8a !important;
		border: 2px solid #edcf8a;
		color: #333;
		text-decoration: none;
	}

.green, .green:visited, .green:active {
	color: #9accb8;
	border: 2px solid #9accb8;
	text-decoration: none;
}

	.green:hover {
		background: #9accb8 !important;
		color: #ffffff;
		text-decoration: none;
	}

.green-filled, .green-filled:visited, .green-filled:active {
	color: #ffffff;
	background-color: #9accb8;
	border: 2px solid #9accb8;
	text-decoration: none;
}

	.green-filled:hover {
		background: #91c0ad !important;
		border: 2px solid #91c0ad;
		color: #ffffff;
		text-decoration: none;
	}

/* Bootstrap overrrides */

.btn {
	font-size: 16px;
	border-radius: 0px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-info {
	background-color: #eceef0 !important;
	border-color: #eceef0 !important;
	color: #00557f !important;
}

@media only screen and (max-width : 480px) {
	.btn-info {
		padding: 6px 12px;
		font-size: 12px;
		line-height: 1.5;
	}
}

.btn-info:active, .btn-info.active {
	background-color: #00557f !important;
	border-color: #00557f !important;
	color: #ffffff !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-info:hover {
	background-color: #00557f !important;
	border-color: #00557f !important;
	color: #ffffff !important;
}

.dropdown-menu {
	font-size: 16px;
	border-radius: 0px;
}

	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		color: #333;
		background-color: #f0f5fa;
	}

.form-group {
	margin-bottom: 20px;
	position: relative;
}

label {
	margin-bottom: 7px;
	font-family: 'bliss-bold';
}

.bootstrap-select {
	min-width:300px !important;
}
