html,
body {
    height: 100%;
}
.cleart{
    clear: both;
}
.container:not(.not100) {
    width: 100%;
}
.container.not100 {
    width: 1240px;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -80px;
    padding: 0 0 80px;
    background: #0457a7;
    color: #ffffff;
}

.wrap > .container {
    padding: 75px 6px 6px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* custom*/
.navbar-inverse{
	border:0px !important;
}

.navbar-left{
	margin-left:20px;
}
.navbar-header {
    width: 240px;
    height: 60px;
}
.navbar-brand, .navbar-brand:hover, .navbar-brand:focus {
    background: transparent;
}
.navbar-brand {
    margin-right: 15px;
    padding: 20px;
    height: 60px;
    margin-left: 0 !important;
    position: absolute;
}
.navbar-right {
    margin-right: 0 !important;
}
.navbar-custom {
    /*border-bottom: 2px solid #941413;*/
    background: url('images/bg-header.png')  repeat-x;
	background-image: url('images/bg-header.png');	
    background-size: auto 100% !important;
}

.navbar-custom .navbar-nav > li {
    padding: 13px 5px;
}

.navbar-custom .navbar-nav > li > a, .navbar-custom .navbar-nav > li > h1{
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 19px;
    /*border: 2px solid #ffe301;
    text-shadow: 2px 2px 2px #941413;*/
}

.navbar-custom .navbar-nav > li > h1 {
    font-size: 19px;
    font-weight: bold;
    padding: 5px 0px;
    margin: 0;
}
.navbar-custom .navbar-nav > li > a:hover {
   background: #941413 ;
    position: relative;
   /* border: 2px solid #F1DC33;*/
}

.navbar-custom .navbar-nav .active a {
    background: #941413 ;
    position: relative;
   /* border: 2px solid #F1DC33;*/
}

.navbar-custom .navbar-nav .active a:hover, .navbar-custom .navbar-nav .active a:focus {
     background: #941413 ;
    position: relative;
    /*border: 2px solid #F1DC33;*/
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #941413;
}
.dropdown-menu {
    background: #FBCB25;
}
.dropdown-menu > li > a {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413;
}
.dropdown-menu > li > a h1 {
    font-size: 18px;
    font-weight: bold;
    padding: 3px 0;
    margin: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #941413;
    color: #FFFFFF;
}
.custom-footer {
    height: 80px;
    padding-top: 10px;
    background: transparent;
    color: #b2b2b4;
    border: none;
}
.custom-footer .container {
    padding-top: 15px;
    border-top: 1px solid #0f95ce;
    color: #e5e5e5;
}
.custom-footer .container .list-inline li a {
    color: #e5e5e5;
}

.back-link ul {
    list-style: none;
}
ul.no-list-style {
    list-style: none;
    padding: 0;
    margin: 0;
    
}

ul.no-list-style li {
    display: inline-block;
}

.search-nav {
    display: inline-block;
    width: 220px;
    padding: 14px 5px 4px 5px;
}

.search-nav .input-group .form-control {
    padding: 5px 10px;
    background: #d7ab02;
    border: 2px solid #ffea00;
    font-weight: bold;
    height: 30px;
    outline-color: #fff100;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #ffffff;
    border-right: none;
}
.search-nav .input-group .form-control::-webkit-input-placeholder {
    color: #fae931;
}
.search-nav .input-group .form-control::-moz-placeholder {
    color: #fae931;
}
.search-nav .input-group .form-control:-ms-input-placeholder {
    color: #fae931;
}
.search-nav .input-group .form-control:active,.search-nav .input-group .form-control:focus {
    box-shadow: none;
}
.search-nav .input-group .btn-yellow {
    background: #d7ab02;
    color: #fae931;
    cursor: pointer;
    height: 30px;
    padding: 4px 12px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 2px solid #ffea00;
    border-left: none;
}
.search-nav .input-group .btn-yellow:focus {
    outline: none;
}
.loading {
    text-align: center;
    display: none;
	}

.loading .loadImg {
    background: url('images/loading.gif');
    width: 50px;
    height: 50px;
    background-size: 100%;
    display: inline-block;
}
img {
    max-width: 100%;
}
.no-padding {
    padding: 0;
}
.load-screen {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0457A7 url('images/loading.gif') scroll no-repeat center;
    background-size: 120px 120px;
    z-index: 999999;
}
.text-error{
    text-align: center;
  
}
.text-error p:nth-child(2){
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #52a7c4;
}

.text-error p:last-child{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 40px;
}
.text-error i{
    font-size: 150px;
}
.box-description{
    margin-top: 15px;
    background: #003D78;
    padding: 10px;
}