.panel { box-shadow: 0 5px 18px rgba(96, 96, 96, 0.2);}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #222;
    background-color: #f3f7f9;
    border-color: transparent;
    border-bottom-color: #f3f7f9;
    font-weight: bold;
}
#viewSummary li .glyphicon, #viewSummary button .glyphicon {margin-right: 10px}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.nav-pills > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav-pills-rounded > li > a {
    border: 1px solid;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #62a8ea;
}

.report_panel .tab-content {
    overflow: hidden
}

.btn-raised.active, .btn-raised:active, .btn-raised:hover, .open > .dropdown-toggle.btn-raised {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15), 0 3px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(255, 255, 255, .15), 0px 2px 12px 1px rgba(0, 0, 0, 0.2);
}

.widget-body, .widget {
    height: 100%
}

.widget-watermark {
    bottom: unset;
    top: 0;
}
.report_panel .tab-content {padding:30px 30px}
.widget-shadow {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

#chartLinePie .chart-line .ct-line, #chartLinePie .chart-line .ct-point {
    stroke: #fff
}

#chartLinePie .chart-line .ct-line {
    stroke-width: 2px
}

#chartLinePie .chart-line .ct-point {
    stroke-width: 6px
}

#chartLinePie .chart-pie .ct-series.ct-series-a .ct-slice-donut {
    stroke: #46be8a
}

#chartLinePie .chart-pie .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0bb2d4
}

#chartLinePie .chart-pie .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ff4c52
}

* {
    user-select: none;
}

:focus {
    outline: none;
}

.toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 200px;
    height: 140px;
    box-sizing: border-box;
}

.button-cover {
    margin: 10px;
    background-color: #fff;
    box-shadow: 0 3px 0 #e7efef;
}

.button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #e7efef;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover, .knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    top: 50%;
    width: 74px;
    height: 36px;
    _margin: -20px auto 0 auto;
    overflow: hidden;
}

.button.r, .button.r .layer {
    border-radius: 100px;
}

.button.b2 {
    border-radius: 2px;
}

.radio {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: .3s ease all;
    z-index: 1;
}

#button-3 .knobs:before {
    content: 'OFF';
    position: absolute;
    top: 5px;
    left: 4px;
    width: 28px;
    height: 27px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #03A9F4;
    border-radius: 50%;
    transition: .3s ease all, left .3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#button-3 .radio:active + .knobs:before {
    width: 46px;
    border-radius: 100px;
}

#button-3 .radio:checked:active + .knobs:before {
    margin-left: -26px;
}

#button-3 .radio:checked + .knobs:before {
    content: 'ON';
    left: 42px;
    background-color: #46be8a;
}

#button-3 .radio:checked ~ .layer {
    background-color: #c0e4d4;
}

.widget > .widget-title {
    background: #f9f9f9;
}

@media print {
    .site-menubar, .col-sm-3 {
        display: none !important;
    }
}

#departments .checkbox label .toggle {
    margin-right: 0 !important;
}

.date_range_filter .input-group-addon {
    color: #ffffff;
    background-color: #36ab7a;
    border: 1px solid #4caf50;
}
#report_table tbody tr:not(.no-records-found) td, #broadcasts_table tr { cursor:pointer; }
#fail-table tbody tr td { padding-top: 0; padding-bottom: 0; }