html {
	position: relative;
	min-height: 100%;
	height: auto !important;
}
body {
	margin: 0 0 115px;
	height: auto !important;
	font-size: 14px;
	color: #636363;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	font-size: 14px !important;
}
.grid figcaption a {
	font-size: 13.5px !important;
}
@media print {
	#footer, #back-to-top span, .headerprint {
		display: none;
	}
	a[href]:after {
    content: "";
  }
}
#footer {
	background-color: #444;
	border-top: 15px solid #00a8e0;
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 104px;
}
input[type="search1"]::-webkit-input-placeholder {color: aliceblue; font-size: 12px;}
input[type="search1"]::-webkit-input-placeholder {color: aliceblue; font-size: 12px;}
input[type="search1"]::-moz-placeholder {color: aliceblue; font-size: 12px;}
input[type="search1"]:-moz-placeholder {color: aliceblue; font-size: 12px;}
input[type="search1"]:-ms-input-placeholder {color: aliceblue; font-size: 12px;}

input[class="select2-search__field"]::-webkit-input-placeholder {padding-left: 7px; color: #9a9a9a; font-size: 14px;}
input[class="select2-search__field"]::-webkit-input-placeholder {padding-left: 7px; color: #9a9a9a; font-size: 14px;}
input[class="select2-search__field"]::-moz-placeholder {padding-left: 7px; color: #9a9a9a; font-size: 14px;}
input[class="select2-search__field"]:-moz-placeholder {padding-left: 7px; color: #9a9a9a; font-size: 14px;}
input[class="select2-search__field"]:-ms-input-placeholder {padding-left: 7px; color: #9a9a9a; font-size: 14px;}
.login:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transition:all 0.3s ease;
}
.login {
	transition:all 0.3s ease;
	height: 30px;
}
.file:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition:all 0.3s ease;
}
.file {
	transition:all 0.3s ease;
}
.menu {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #9a9a9a;
	transition:all 0.3s ease;
	font-size: 25px;
}
.menu:hover {
	color: #22acda;
	transition:all 0.3s ease;
}
.menu:focus {
	color: #22acda;
	transition:all 0.3s ease;
}
.image {
	position: relative;
}
.imgname1 {
	position: absolute;
	top: 145px;
	right: 0px;
	padding: 7px 15px 7px 40px;
	color: white;
	background: rgba(0, 0, 0, 0.8);
	width: 80%;
	font-size: 24px;
}
.imgname2 {
	position: absolute;
	top: 160px;
	right: 0px;
	padding: 7px 15px 7px 40px;
	color: white;
	background: rgba(0, 0, 0, 0.8);
	width: 78%;
	font-size: 24px;
	text-align: left;
}
.imgname3 {
	position: absolute;
	top: 115px;
	left: 0px;
	padding: 7px 15px 7px 25px;
	color: white;
	background: rgba(0, 0, 0, 0.8);
	width: 80%;
	font-size: 24px;
}
.imgname4 {
	position: absolute;
	top: 100px;
	right: 0px;
	padding: 7px 15px 7px 25px;
	color: white;
	background: rgba(0, 0, 0, 0.8);
	width: 80%;
	font-size: 24px;
}
.imgname5 {
	position: absolute;
	top: 100px;
	right: 0px;
	padding: 7px 15px 7px 35px;
	color: white;
	background: rgba(0, 0, 0, 0.8);
	width: 80%;
	font-size: 24px;
}
.imgname6 {
	position: absolute;
	top: 105px;
	left: 0px;
	padding: 7px 15px 7px 25px;
	color: white;
	background: rgba(0, 0, 0, 0.8);
	width: 75%;
	font-size: 24px;
}
.transition-width {
	transition: 0.7s linear;
}
figure:hover > .transition-width {
  background: transparent;
  color: transparent;
  transition: 0.5s linear;
}
li {
	list-style-type: none;
}
ul {
	margin-left: 0;
	padding-left: 0;
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 120px;
	right: 15px;
	display:none;
	opacity: 0.6;
	border: none;
	border-radius: 15px;
	background-color: #0589b5;
	transition:all 0.3s ease;
}
.back-to-top:hover {
	background-color: #076b8c;
	transition:all 0.3s ease;
}
.loginform {
	width: 500px;
}
.btn {
	transition:all 0.3s ease;
	border-radius: 0px;
}
.btn:hover {
	transition:all 0.3s ease;
}
.btn-xs {
	padding: 1px 3px;
	font-size: 11px;
}
button:focus {
outline: none !important;
}
.searching {
	transition:all 0.3s ease;
	vertical-align: top;
}
.searching:hover {
	background-color: #00a8e0;
	transition:all 0.3s ease;
}
.affix {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
	margin-bottom: 50px;
	opacity: 0.9;
	transition:all 1s ease;
	background-color: #019cd0 !important;
	color: white !important;
}
.affix .menu {
	color: white !important;
}
.affix .menu:hover {
	font-weight: 600 !important;
	color: #565656 !important;
}
a {
	text-decoration: none !important;
	color: #23527c;
}
.affix .col-md-2{
	margin-bottom: 9px;
}
.affix {
	transition:all 0.5s ease;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	border: 1px solid #019cd0;
	border-bottom-color: transparent;
}
.nav-tabs>li>a {
	border: 1px solid transparent;
	border-radius: 0px 21px 0 0;
}
.nav-tabs {
	border-bottom: 1px solid #00a8e0;
}
.nav>li>a:hover {
	background-color: transparent;
	border-color: transparent;
}
.panel {
	border-radius: 0px;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	border-top: none;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	border-bottom: none;
}
.list-group-item {
	border: 1px solid #efefef;
	border-left: 5px solid #efefef;
	border-right: none;
	transition:all 0.3s ease;
}
.list-group-item:hover {
	background-color: aliceblue;
	transition:all 0.3s ease;
}
.ahover {
	color: #019cd0;
	transition:all 0.3s ease;
}
.ahover:hover {
	color: #b99a2d;
	transition:all 0.3s ease;
}
.ahover:focus {
	color: #019cd0;
	transition:all 0.3s ease;
}
.ahover1 {
	color: #e0e0e0;
	transition:all 0.3s ease;
}
.ahover1:hover {
	color: #e6c136;
	transition:all 0.3s ease;
}
.ahover1:focus {
	color: #e0e0e0;
	transition:all 0.3s ease;
}
.btn-menu {
	background-color: #d9edf7;
	border: solid 1px #efefef;
	color: #797979;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
}
@media (max-width: 991px) {
	.btn-group-justified>.btn, .btn-group-justified>.btn-group {
		display: contents;
	}
	.btn-group > .active > .btn-menu::after {
		display: none;
	}
}
.btn-menu:hover {
	background-color: #22acda;
	border: solid 1px white;
	color: white;
}
.btn-menu:focus {
	background-color: #22acda;
	border: solid 1px white;
	color: white;
}
.btn-group > .active > .btn-menu {
	background-color: #22acda;
	color: white;
}
.btn-group > .active > .btn-menu::after {
	content: ''; 
	position: absolute;
	left: 46%; bottom: -24px;
	border: 15px solid transparent;
	border-top: 15px solid #22acda;
}
.loader {
	display: none;
}	
.loader:after {
	display: none;
}		
#loader {
	position: absolute;
	width: 100%;
	z-index: 999;
}		
#loader:after{
	position: fixed;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: url(/ais/vak/templates/vak_new/img/loader3.gif);
	opacity: 0.6;
}
[next_page]:after { 
	content: none;
}
[prev_page]:before {
	content: none;
}
[first_page]:before {
	content: none;
}
[filter_hint] {
    font-style: normal;
}
.input-group-addon {
	border-radius: 0px;
	border: 1px solid #94ccf5;
	padding: 6px 9px;
	color: #797979;
}
.form-control {
	border-radius: 0px;
	border: 1px solid #94ccf5;
}
.list-group-item {
	border-left: 0px solid #efefef;
}
.badge {
	background-color: #019cd0;
	font-weight: normal;
}
ul {
	margin-bottom: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 3px;
	background-color: aliceblue;
	border-radius: 0px;
	border: solid 1px #dedede;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #db291b;
}
.breadcrumb {
    padding: 5px 30px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0px;
}
.mainmenu>li {
	display: inline-block;
	margin: 1px 46px 0px 0px;
}
.panel {
	border: solid 1px #d9edf7;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-body {
	padding-top: 0px;
}
.panel-group .panel {
	border-radius: 0px;
}
.panel-default>.panel-heading {
	background-color: white;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}
.panel-heading > a {
	transition:all 0.3s ease;
}
.panel-heading > a:hover, .panel-heading > a:focus {
	color: #019cd0;
	transition:all 0.3s ease;
}
.alert {
    border-radius: 30px;
	position: relative;
	width: 66%;
	left: 17%;
	text-align: center;
	font-size: 17px;
	margin-top: 10%;
	padding: 20px;
}
.alert::after {
	content: ''; 
	position: absolute;
	left: 48%;
	bottom: 64px;
	border: 15px solid transparent;
	border-bottom: 15px solid #d9edf7;
}
label {
    font-weight: 500;
	margin-top: 3px;
}
input.radio:empty {
	display:none;
}
input.radio:empty ~ label {
	position: relative;
	float: left;
	text-indent: 2em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 1px;
	bottom: 0;
	left: 0;
	content: '';
	width: 1.7em;
	height: 1.6em;
	background: #efefef;
	border-radius: 15px;
}
input.radio:hover:not(:checked) ~ label:before {
	content:'\2605';
	padding-left: 1px;
	padding-top: 1px;
	text-indent: .3em;
	width: 1.5em;
	height: 1.4em;
	color: #d0ac26;
	font-size: 11pt;
}
input.radio:checked ~ label:before {
	color: #d0ac26;
	content: '\2605';
	padding-left: 1px;
	padding-top: 1px;
	text-indent: .3em;
	width: 1.5em;
	height: 1.4em;
	background-color: #efefef;
	font-size: 11pt;
}
input.radio:checked ~ label {
	color: #636363;
}
input.radio:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}
.bs-callout-info {
    background-color: #f4f8fa;
}
.bs-callout {
    margin: 10px 0;
    padding: 5px 5px 5px 10px;
    border-left: 3px solid #f0ad4e;
}
.select2-container .select2-selection--multiple {
    height: 32px;
}
..panel-title {
	font-size: 15px;
}