@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
  
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - 02: HEADER - - - - - - - - - - - - */

.navbar,
.navbar-nav,
.navbar .navbar-nav,
.navbar .navbar-brand
{transition: all .4s;}

.navbar li a{
    font-family:Verdana;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    transition: none;
}
.navbar li:hover a,
.navbar li.active a{
    border-bottom: 2px solid #00CC99;
    background: transparent;
    color: #fff
}
.navbar li.dropdown {
    margin-top: 5px;
}
.navbar li.dropdown > a{
    font-size: 10px;
    background: #00CC99;
    padding: 10px 21px;
    border-radius: 20px;
}
.navbar li.dropdown:hover a{
    border-bottom: none
}
.navbar li a:focus{ background: none; }

.nav .open>a,
.nav .open>a:hover,
.navbar li.dropdown.open,
.navbar li.dropdown a:active,
.navbar li.dropdown a:focus{
    background: #00CC99;
    color: #fff;
}

.navbar-toggle span > img{ width: 38px; height: 38px; }

.navbar .navbar-brand{width: 172px; height: auto}
.top-nav-collapse.navbar{background: #303846;}
.top-nav-collapse.navbar .navbar-nav{ margin-top:6px }
.top-nav-collapse.navbar .navbar-brand{width: 150px}

.header {
    background: #1f232f ;
    background-size: cover;
    padding: 80px 0 40px;
}

#login-dp{
    min-width: 250px;
    padding: 15px 15px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,1);
    color: #555;
    border-top-left-radius: 3px;
}
#login-dp .help-block{
    font-size:12px;
    color: #555;
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding: 14px 0;
}
#login-dp .form-group {
    margin-bottom: 10px;
    margin-top: 10px;
}
#login-dp a {
    text-transform: none;
    letter-spacing: 0;
    color: #555;
    font-size: 11px
}
#login-dp a:focus,
#login-dp a:active {
    background: none;
    text-decoration: none;
}
#login-dp .form-control{
    box-shadow: none;
}
.btn-primary,
.btn-primary:focus {
    background-color: #00CC99;
    border: none;
    transition: all .4s;
}
.btn-primary:hover{
    background-color: #00CC99;
    opacity: .8;
}
@@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

   
/*---- start-control ----*/
.max-control{
    padding: 10px 10px 10px;

    background: #ecf0f5;
    max-height: 720px;
    overflow: visible;
    clear: both;
}
.max-control h2{
    text-transform: uppercase;
    font-size: 46px;
    margin-top: 0;
}
.carousel-control.right,.carousel-control.left{
    background:none;
}
.carousel-control .glyphicon-chevron-right {
    right: -50%;
    color: #3f3f3f;
}
.carousel-control .glyphicon-chevron-left {
    left: -50%;
    color: #3f3f3f;
}
/*----- end-max-control -----*/

.container {
    padding-right: 65px;
    padding-left: 65px;

}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #00CC99;
    /*-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;*/
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

.modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}

    
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
z-index: 2;
color: #fff;
cursor: default;
background-color: #00CC99;
border-color: #00CC99;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
color: #fff;
text-decoration: none;
background-color: #0066CC;
outline: 0;
}


.table-striped tbody tr.highlight td {
/*background: rgba(137, 182, 53, 0.34);*/
background: #d1d1d1;
border-radius: 5px, 5px, 5px, 5px;
}

.table tbody tr td {
font-size: 11.5px;
font-weight: 600;
}

.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: left;
}

/* styles for validation helpers */
.field-validation-error {
color: #e80c4d;
font-weight: bold;
}

.field-validation-valid {
display: none;
}

input.input-validation-error {
border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
border: 0 none;
}

.validation-summary-errors {
color: #e80c4d;
font-weight: bold;
font-size: 1.1em;
}

.validation-summary-valid {
display: none;
}
.table-bordered {
  border: 1px solid #d4d4d4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td {
    border: 1px solid #d4d4d4;
}

