


th a.sort-by { 
	padding-right: 18px;
	position: relative;
	color:white;
}
a.sort-by:before,
a.sort-by:after {
	border: 4px solid transparent;
	content: "";
	display: block;
	height: 0;
	right: 5px;
	top: 50%;
	position: absolute;
	width: 0;
}
a.sort-by:before {
	border-bottom-color: white;
	margin-top: -9px;
}
a.sort-by:after {
	border-top-color: white;
	margin-top: 1px;
}

.noteAlert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #002879;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

li.a {
   margin:0 0 10px 0;   
}

.navbar-default .navbar-nav>li>a {
    color: white;
     font-weight: bold;
     font-size: 15px;
}

.btn{
	cursor:pointer;
}

.navbar .brand, .navbar .nav > li > a {
    color: white;
}
.navbar .brand, .navbar .nav > li > a:hover {
    color: #16a7c3;
}
a:active {
    background-color: white;
    color:white;
}
.open>a:hover{
	background-color: #4790b2;
}
.dropdown-menu>li{
	background-color: #4790b2;
}
.dropdown-menu>li>a{
	color: white;
     font-weight: bold;
     font-size: 14px;
}
.dropdown-menu>li>a:hover{
	background-color: #002878;
	color: white;
     font-weight: bold;
     font-size: 14px;
}

@media (max-width:1350px)
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: white;
}
@media (max-width: 1350px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
   
/*     .navbar-collapse.collapse { */
/*         display: none!important; */
/*     } */
     .navbar-collapse.collapse.in {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
         display: block;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
   
}



.form-horizontal .control-label {
    padding-top: 0px;

}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-small {
    padding: 2px 10px;
/*     font-size: 11.9px; */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.pagination {text-align: center;}
.pagination ul > li {
    display: inline;
}
li {
    line-height: 20px;
}
.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}
.pagination ul > .active > a, .pagination ul > .active > span {
    color: #999999;
    cursor: default;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #f5f5f5;
}
.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}
a {
    color: #0088cc;
    text-decoration: none;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
}
Inherited from li.active
li {
    line-height: 20px;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
Inherited from ul
user agent stylesheet
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
Inherited from div.pagination
.pagination {
    text-align: center;
}
.pagination {
  //  margin: 20px 0;
    text-align: center;
}

/* @media (min-width: 1200px) */
/* .container { */
/*     width: 1470px; */
/* } */
.table>thead>tr>th{vertical-align:bottom;border-bottom:0px solid #ddd;}
.custombtn{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
}
.form-horizontal .form-group{margin-right:0px;margin-left:0px}
/* .btn { */
/*     display: inline-block; */
/*     padding: 4px 12px; */
/*     margin-bottom: 0; */
/*     font-size: 12px; */
/*     line-height: 13px; */
/*     color: #000000; */
/*     text-align: center; */
/*     text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); */
/*     vertical-align: middle; */
/*     cursor: pointer; */
/*     background-color: #f5f5f5; */
/*     background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); */
/*     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); */
/*     background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); */
/*     background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); */
/*     background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); */
/*     background-repeat: repeat-x; */
/*     border: 1px solid #cccccc; */
/*     border-color: #e6e6e6 #e6e6e6 #bfbfbf; */
/*     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */
/*     border-bottom-color: #b3b3b3; */
/*     -webkit-border-radius: 4px; */
/*     -moz-border-radius: 4px; */
/*     border-radius: 4px; */
/*     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); */
/*     filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); */
/*     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); */
/*     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); */
/*     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); */
/* } */

.info {
    color: #00529B;
    background-color: #BDE5F8;
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn{
	border: 1px solid rgba(161, 150, 150, 0);
	white-space: normal!important;
}



.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}



.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert, .alert h4 {
    /* color: #c09853; */
}



td table tbody tr th {
 font-weight: normal !important;
    
}



@media screen and (max-width: 990px) {
	
 .footable-first-visible{
 text-align: center; color: white;
 font-weight: bold !important;
background-color: #36a398;
 }
}






div.blockMsg {
   z-index: 1011; 
   position: fixed; 
   padding: 0px; 
   margin: 0px; 
   width: 30%; 
   top: 40%; 
   left: 35%; 
   text-align: center; 
   color: rgb(0, 0, 0); 
   border: 3px solid rgb(170, 170, 170);
    background-color: rgb(255, 255, 255);
     cursor: wait;
}

.mobile-bg-fix-wrap .mobile-bg-fix-whole-site {
	z-index: auto;
}

@media (max-width: 768px) {
 div.blockMsg {
  z-index: 1011; 
  position: fixed; 
  padding: 0px; 
  margin: 0px; 
  /*width: 30%;*/
   top: 10%; 
   /*left: 35%;*/
    text-align: center; 
    color: rgb(0, 0, 0); 
    border: 3px solid rgb(170, 170, 170); 
    background-color: rgb(255, 255, 255); 
    cursor: wait;
}


.alert {
    padding: 1px; */
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (max-width: 768px) {
  .modal-md { width: @modal-xs; }
  .modal-header{
  padding: 2px!important;
  
  }
  .modal-body {
    padding: 5px!important;
}
  .form-horizontal .modal-body.form-group {
    margin-right: 0px;
    margin-left: 0px;
     margin-bottom: 2px!important;
}

.modal-form-group {
    margin-bottom: 5px;
}
 
}

}









