﻿body {
    background: #F5F5F5;
}
.body-content {
    min-height: 500px;
}
h2 {
    color: #333333;
    font-size: 18px;
    fill: #333333;
}
.panel-body{ background: #ffffff;margin-top: 20px}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

header {
    padding: 10px;
    background: #fff;
}
header img{height: 110px}
header .logo {
    float: right;
    height: 95px;
}
.header-text{padding-top: 35px} 
.header-text span, .footer-text span {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 12px
}
    .header-text span{font-size: 16px}
    footer p {
        width: 100%;
        float: left;
        font-size: 12px;
        margin: 0;
        text-align: center;
    }
.header-text strong {font-size: 15px }
.navbar-inverse {
    background-color: #006091;
    border-color: #7B99A9;
    -ms-border-radius: 0;
    border-radius: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
    .navbar-inverse .navbar-nav > li:hover, .navbar-inverse .navbar-nav > li.active {
        background-color: #7B99A9;
    }
    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: transparent;
    }    
.chart{height: 400px}
table td, table th {
    font-size: 10px;
    color: #000000;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #E7E7E7;
}
.table-striped > tbody > tr th {
    background-color: #2991D6 !important;
    color: #fff;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-color: #fff;
}


.ajax-loader {
    background: #000 none repeat scroll 0 0;
    height: 50px;
    /*height: 100%;*/
    opacity: 0.8;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
    display: none;
}

    .ajax-loader > img {
        position: relative;
        /*top: 45%;*/
    }
.filter-cont label {
    float: left;
    font-weight: normal;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 0;
    font-weight: bold;
    text-align: right;
    padding: 0;
}
.filter-cont label.control-label.col-md-2 {
    margin-left: -4%;
}
.filter-cont .form-control {
    float: left;
    max-width: 100%;
    max-width: 100%;
    margin-right: 20px;
    font-size: 12px;
   
}
.filter-cont #indicators.form-control {
    max-width: 100%;
}
 .filter-cont {
    background: #fff;
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: -19px;
    padding-bottom: 10px;
}
.indicator {
    float: left;
    background: #fff;
    padding: 15px;
    width: 100%;
    min-height: 155px;
}
.legend label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px solid #c0c0c0;
    width: 100%;
    color: #666666;
    font-size: 15px;
}
.legend span {
    float: left;
    clear: left;
    font-size: 12px;
    padding-top: 10px;
    margin-left: 5px;
}
.pagination-cont .form-control{max-width: 100px}
.pagination-cont span{ margin-top: 10px;font-size: 11px}
.no-padding {
    padding: 0
}
.chats-cont {display: none}
.margin-top-15{margin-top: 15px}
.reporting-header label {
    margin-bottom: 20px;
    font-size: 16px;
}
footer {
    background: #e4e4e4 none repeat scroll 0 0;
    margin-top: 20px;
    padding: 15px;
}

button.btn.btn-primary.btn-export {
    font-size: 11px;
    background: #2991D6;
    border-color: #42abf1;
}
button.btn.btn-primary.btn-export:hover {
    opacity: 0.9;
}
.btn-primary {
    color: #ffffff;
    background-color: #006091;
    border-color: #0573ab;
}
/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    div.tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        div.tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        div.tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.esp2-label {
    padding-top: 28px;
    color: #d58512;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 768px) {
    .navbar-collapse .navbar-nav.navbar-left:first-child {
            margin-left: -30px;
        }
    }
         