.navbar-custom {
    min-height:20px;
    background-color: #002166;
    border-color: #080808;
    box-shadow: 0px 2px 2px 0px #000;
}
.navbar-custom .navbar-brand {
    color: #eee;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    color: #fff;
    background-color: transparent;    
}
.navbar-custom .navbar-text {
    color: #777;
}
.navbar-custom .navbar-nav > li > a {
    color: #fff;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color: #f0ad4e;
    background-color: transparent;
    /*    box-shadow: 0px 2px 2px 2px #fff;*/
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-custom .navbar-toggle {
    border-color: #333;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #333;
}
.navbar-custom .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
    border-color: #101010;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-custom .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-custom .navbar-link {
    color: #777;
}
.navbar-custom .navbar-link:hover {
    color: #fff;
}
.navbar-custom .btn-link {
    color: #777;
}
.navbar-custom .btn-link:hover,
.navbar-custom .btn-link:focus {
    color: #fff;
}
.navbar-custom .btn-link[disabled]:hover,
fieldset[disabled] .navbar-custom .btn-link:hover,
.navbar-custom .btn-link[disabled]:focus,
fieldset[disabled] .navbar-custom .btn-link:focus {
    color: #444;
}

/*orange*/



.navbar-custom-orange {
    background-color: orange;
    border-color:  #eb9316;
    box-shadow: 0px 2px 2px 0px #000;
}
.navbar-custom-orange .navbar-brand {
    color: #eee;
}
.navbar-custom-orange .navbar-brand:hover,
.navbar-custom-orange .navbar-brand:focus {
    color: #fff;
    background-color: transparent;    
}
.navbar-custom-orange .navbar-text {
    color: #777;
}
.navbar-custom-orange .navbar-nav > li > a {
    color: #111;
}
.navbar-custom-orange .navbar-nav > li > a:hover,
.navbar-custom-orange .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
    /*    box-shadow: 0px 2px 2px 2px #fff;*/
}
.navbar-custom-orange .navbar-nav > .active > a,
.navbar-custom-orange .navbar-nav > .active > a:hover,
.navbar-custom-orange .navbar-nav > .active > a:focus {
    color: #fff;
    background-color:  #002166;
}
.navbar-custom-orange .navbar-nav > .disabled > a,
.navbar-custom-orange .navbar-nav > .disabled > a:hover,
.navbar-custom-orange .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-custom-orange .navbar-toggle {
    border-color: #333;
}
.navbar-custom-orange .navbar-toggle:hover,
.navbar-custom-orange .navbar-toggle:focus {
    background-color: #333;
}
.navbar-custom-orange .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-custom-orange .navbar-collapse,
.navbar-custom-orange .navbar-form {
    border-color: #101010;
}
.navbar-custom-orange .navbar-nav > .open > a,
.navbar-custom-orange .navbar-nav > .open > a:hover,
.navbar-custom-orange .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-custom-orange .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-custom-orange .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-custom-orange .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-custom-orange .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-custom-orange .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-custom-orange .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-custom-orange .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-custom-orange .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-custom-orange .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-custom-orange .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-custom-orange .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-custom-orange .navbar-link {
    color: #777;
}
.navbar-custom-orange .navbar-link:hover {
    color: #fff;
}
.navbar-custom-orange .btn-link {
    color: #777;
}
.navbar-custom-orange .btn-link:hover,
.navbar-custom-orange .btn-link:focus {
    color: #fff;
}
.navbar-custom-orange .btn-link[disabled]:hover,
fieldset[disabled] .navbar-custom-orange .btn-link:hover,
.navbar-custom-orange .btn-link[disabled]:focus,
fieldset[disabled] .navbar-custom-orange .btn-link:focus {
    color: #444;
}


@media (min-width: 768px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.table-header{
    background-color: #eee;
    color: #555;
    height: 50px;
}

.vtable-header{
    background-color: #eee;
    color: #444;
    width:250px;
}

.title{
    background-color: #eee;
    color: #245269;
}

strong{
    color: #444;
}

error{
    color: #A70000;
    font-size: 12px;
}

.adjust{
    margin-top: 60px;
    margin-bottom: 10px;
}

label{
    color:#003399;
}

.table-fluid{
    border: 1px solid #dddddd;
    width: 100%;
}
.table-fluid > thead > tr > th,
.table-fluid > tbody > tr > th,
.table-fluid > tfoot > tr > th,
.table-fluid > thead > tr > td,
.table-fluid > tbody > tr > td,
.table-fluid > tfoot > tr > td {
    border: 1px solid #dddddd;
    padding:5px;
}
.table-fluid > thead > tr > th,
.table-fluid > thead > tr > td {
    background: #ddd;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
}

.views-table{
    border: 1px solid #dddddd;
    width: 100%;
}
.views-table > thead > tr > th,
.views-table > tbody > tr > th,
.views-table > tfoot > tr > th,
.views-table > thead > tr > td,
.views-table > tbody > tr > td,
.views-table > tfoot > tr > td {
    border: 1px solid #dddddd;
    padding:5px;
}
.views-table > thead > tr > th,
.views-table > thead > tr > td {
    background: #ddd;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
}

.navbar-right {
    float: right !important;
    padding-top: 0px; 
}

@media (min-width: 450px) {
    .login-container{
        width:400px;
        height:auto;
        border: 1px solid #ddd;
        border-radius: 4px;
        margin:auto;
        margin-top: 100px;
    }
}

.img-padding{
    padding-top: 10px;
}

td{
    font-size: 13px;
}

@media (min-width: 767px) {
    .search{
        min-width:200px;
    }
    .adb-search{
        min-width:235px;
    }
}
@media (min-width: 992px) {
    .search{
        min-width:285px;
    }
    .adb-search{
        min-width:325px;
    }
}
@media (min-width: 1200px) {
    .search{
        min-width:360px;
    }
    .adb-search{
        min-width:410px;
    }
}

.map-filter{
    margin-left:5px;
    margin-right: 0px;
    margin-bottom: 10px;
}

hr.dashed {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

hr.solid {
    border: 0;
    border-bottom: 1px solid #ccc;
    background: #999;
}


.bs-callout {
    padding: 5px 20px;
    margin: 10px 0;
    border-left: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}


.leaflet-popup-content {
    margin: -4px 19px!important;
}
.popup-title
{
    font-size:15px;
    font-weight: bold;
    color: #5bc0de;
}

.leaflet-popup-close-button
{
    z-index: 10000!important;
}

.table-settings {
    border: 1px solid #777;
    width: 100%;
}
.table-settings > thead > tr > th,
.table-settings > tbody > tr > th,
.table-settings > tfoot > tr > th,
.table-settings > thead > tr > td,
.table-settings > tbody > tr > td,
.table-settings > tfoot > tr > td {
    border: 1px solid #ccc;
    padding:5px;
}
.table-settings > thead > tr > th,
.table-settings > thead > tr > td {
    border-bottom-width: 2px;
}

.report-container{
    border-radius: 4px;
    border: 1px solid #ddd;
    padding:20px;
    margin-left:80px;
    margin-right:80px;
    min-width: 200px;
    min-height: 100px;
}