/*.sidebar, .content-wrapper, .dropdown-menu, .form-control {
    //font-family: "Open Sans", sans-serif;
    font-size: 13px;
}*/
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.main-header .sidebar-toggle {
    padding: 8px 15px;
    font-size: 24px;
}
.dropdown-menu, .btn, .form-control {
    font-size: 12px;
}

.table-responsive {
    min-height: 200px;
}

.table-auto {
    width: auto;
}

.btn-sm {
    padding: 1px 10px;
}
.btn-filter {
    margin-top: 19px;
}

.dropdown-menu {
    min-width: 100px;
}

label {
    font-weight: 400;
}

.content {
    padding: 5px 15px 5px 15px;
}

.graph-container {
    height: 62vh;
    position: relative;
    width:60vw;
}
.table-tools>tbody>tr>td {
    vertical-align: middle;
}

.table thead tr th {
    border-width: 1px 1px 7px;
}
.table .numeric {
    text-align: right;
}
.table .middle-centers {
    text-align: center;
}
.table-rptservice, .table-auto, .table-rptdr, .table-rptmedia {
    //width: auto;
    min-width: 50vw;
}
.report-table .reg {
    min-width: 30px;
}
.report-table .media { background-color: #ffffcc; }
.report-table .dr_status {
    font-weight: 700;
}

/* ========================================================================
 * CHOSEN SELECT
 * ======================================================================= */
.chosen-select.rounded + .chosen-container-single .chosen-single {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}
.chosen-select.circle + .chosen-container-single .chosen-single {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.chosen-container {
    width: 100% !important;
    margin-bottom: 10px !important;
}
.chosen-container:last-child {
    margin-bottom: 0px;
}
.chosen-container .chosen-drop {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.chosen-container .chosen-results li.group-result {
    background-color: #eeeeee;
}
.chosen-container-single .chosen-single {
    color: #A2A2A2 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.chosen-container-single .chosen-drop {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.chosen-container-single .chosen-single,
.chosen-container-single.chosen-with-drop .chosen-single {
    background: #ffffff !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    height: 34px !important;
    line-height: 32px !important;
}
.chosen-container-single .chosen-single div b,
.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: 0px 4px !important;
}
.chosen-container-multi .chosen-choices {
    background-image: none !important;
}
.chosen-container-multi .chosen-choices {
    border: 1px solid #dddddd;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 25px;
}
.chosen-container-active .chosen-choices {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
    border: none;
    background: #eeeeee;
}
@media (max-width: 600px) {
    .chosen-container {
        margin-bottom: 15px;
    }
}

/* Tooltip container */
.dr_status {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.dr_status .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #d9d9d9;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.dr_status:hover .tooltiptext {
    visibility: visible;
}

.data {
    font-size: 16px;
    font-weight: bold;
}

.upper-note {
    margin-bottom: 30px;
}

.bottom-note {
    margin-top: 30px;
}

.pull-left {
    margin: 10px;
}
