@charset "UTF-8";
div.container {
    position: relative;
}

#app {
    overflow-y: hidden;
}

#info-container {
    margin-top:10%;
    background: #F2F2F2;
    padding: 10px;
}

#screen1,
#screen2,
#summary {
    background-color: #F2F2F2;
    max-width: 600px;
    padding: 10px 20px;
}
.navbar-toggle, .search-icon  {
    float: right !important;
}

#toggler {
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    display: none;
    z-index: 500;
}

#toggler i {
    font-size: 3rem;
    background-color: #F2F2F2;
    color: #495057;
    padding: 0 5px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#screen2 {
    width: 700px;
    max-width: 700px;
}

#screen2 > .row {
    padding-bottom: 15px;
}

#broadcasters,
#channels {
    max-height: 600px;
    overflow: auto;
}

#channels-footer {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.col-form-label {
    font-weight: 700;
}

.form-control-static {
    margin-top: .3rem;
}

.broadcasters-section {
    background-color: #e4e4e4;
    padding: 10px 0 5px 0;
    margin-bottom: 15px;
}

.collapse.in {
    display: block;
}

.collapsing .list-group-item,
.collapse .list-group-item {
    padding-left: 3rem;
}

.modal-footer > #four-screen-dashboard-note {
    float:left;
    width: 78%;
}

/* Start ABC RADIO && CHECKBOX style */
.abc-checkbox {
    cursor: default;
    padding-left: 4px;
}

.abc-checkbox label {
    cursor: pointer;
    display: inline;
    vertical-align: top;
    position: relative;
    padding-left: 5px;
}

.abc-checkbox label::before {
    cursor: pointer;
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 2px;
    left: 0;
    margin-left: -1.25rem;
    border: 1px solid #ced4da;
    border-radius: 3px;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.abc-checkbox label::after {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    margin-left: -1.25rem;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #495057;
}

.abc-checkbox input[type="checkbox"],
.abc-checkbox input[type="radio"] {
    position: static;
    margin-left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.abc-checkbox input[type="checkbox"]:focus + label::before,
.abc-checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.abc-checkbox input[type="checkbox"]:checked + label::after,
.abc-checkbox input[type="radio"]:checked + label::after {
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}

.abc-checkbox input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}

.abc-checkbox input[type="checkbox"]:disabled + label,
.abc-checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.abc-checkbox input[type="checkbox"]:disabled + label::before,
.abc-checkbox input[type="radio"]:disabled + label::before {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.abc-checkbox input[type="checkbox"]:disabled + label::after,
.abc-checkbox input[type="radio"]:disabled + label::after {
    cursor: not-allowed;
}

.abc-checkbox.abc-checkbox-circle label::before {
    border-radius: 50%;
}

.abc-checkbox.checkbox-inline {
    margin-top: 0;
}

.abc-checkbox-primary input[type="checkbox"]:checked + label::before,
.abc-checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #007bff;
    border-color: #007bff;
}

.abc-checkbox-primary input[type="checkbox"]:checked + label::after,
.abc-checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.abc-checkbox-danger input[type="checkbox"]:checked + label::before,
.abc-checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #dc3545;
    border-color: #dc3545;
}

.abc-checkbox-danger input[type="checkbox"]:checked + label::after,
.abc-checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.abc-checkbox-info input[type="checkbox"]:checked + label::before,
.abc-checkbox-info input[type="radio"]:checked + label::before {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.abc-checkbox-info input[type="checkbox"]:checked + label::after,
.abc-checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.abc-checkbox-warning input[type="checkbox"]:checked + label::before,
.abc-checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #ffc107;
    border-color: #ffc107;
}

.abc-checkbox-warning input[type="checkbox"]:checked + label::after,
.abc-checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.abc-checkbox-success input[type="checkbox"]:checked + label::before,
.abc-checkbox-success input[type="radio"]:checked + label::before {
    background-color: #28a745;
    border-color: #28a745;
}

.abc-checkbox-success input[type="checkbox"]:checked + label::after,
.abc-checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.abc-checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #007bff;
    border-color: #007bff;
}

.abc-checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.abc-checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #dc3545;
    border-color: #dc3545;
}

.abc-checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.abc-checkbox-info input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.abc-checkbox-info input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.abc-checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #ffc107;
    border-color: #ffc107;
}

.abc-checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.abc-checkbox-success input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #28a745;
    border-color: #28a745;
}

.abc-checkbox-success input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.abc-radio {
    cursor: default;
    padding-left: 4px;
}

.abc-radio label {
    cursor: pointer;
    display: inline;
    vertical-align: top;
    position: relative;
    padding-left: 5px;
}

.abc-radio label::before {
    cursor: pointer;
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 2px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ced4da;
    border-radius: 50%;
    background-color: #fff;
    transition: border 0.15s ease-in-out;
}

.abc-radio label::after {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #495057;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.abc-radio input[type="radio"] {
    position: static;
    margin-left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.abc-radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.abc-radio input[type="radio"]:checked + label::after {
    transform: scale(1, 1);
}

.abc-radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.abc-radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.abc-radio input[type="radio"]:disabled + label::after {
    cursor: not-allowed;
}

.abc-radio.radio-inline {
    margin-top: 0;
}

.abc-radio-primary input[type="radio"] + label::after {
    background-color: #007bff;
}

.abc-radio-primary input[type="radio"]:checked + label::before {
    border-color: #007bff;
}

.abc-radio-primary input[type="radio"]:checked + label::after {
    background-color: #007bff;
}

.abc-radio-danger input[type="radio"] + label::after {
    background-color: #dc3545;
}

.abc-radio-danger input[type="radio"]:checked + label::before {
    border-color: #dc3545;
}

.abc-radio-danger input[type="radio"]:checked + label::after {
    background-color: #dc3545;
}

.abc-radio-info input[type="radio"] + label::after {
    background-color: #17a2b8;
}

.abc-radio-info input[type="radio"]:checked + label::before {
    border-color: #17a2b8;
}

.abc-radio-info input[type="radio"]:checked + label::after {
    background-color: #17a2b8;
}

.abc-radio-warning input[type="radio"] + label::after {
    background-color: #ffc107;
}

.abc-radio-warning input[type="radio"]:checked + label::before {
    border-color: #ffc107;
}

.abc-radio-warning input[type="radio"]:checked + label::after {
    background-color: #ffc107;
}

.abc-radio-success input[type="radio"] + label::after {
    background-color: #28a745;
}

.abc-radio-success input[type="radio"]:checked + label::before {
    border-color: #28a745;
}

.abc-radio-success input[type="radio"]:checked + label::after {
    background-color: #28a745;
}

label .was-validated .form-check-input:invalid .abc-checkbox:before, label
.was-validated .form-check-input:invalid .abc-radio:before, label .form-check-input.is-invalid .abc-checkbox:before, label
.form-check-input.is-invalid .abc-radio:before {
    border-color: #dc3545;
}

/* End ABC RADIO && CHECKBOX style */

.form-note {
    margin-top: 30px;
}

.form-note,
.form-note li,
.form-note p {
    font-size: .9rem;
}

.four-screen-checkbox {
    padding-left: 2px;
}

#chosenBroadcasters, #chosenChannels {
    padding-left: 0.6em;
}

#frozen-menu {
    display: none;
}

#tab-headers {
    display: none;
}

#tab-headers > table.datagrid > #datable > #note {
    display: none;
}

#tab-headers tbody {
    opacity: 0;
    color: transparent;
    visibility: collapse;
}

#tab-headers caption {
    display: none;
}

#tab-headers tbody td {
    border-right: 0;
}

#tab-headers table.datagrid th {
    border-right: 0px solid black;
}

#tab-headers tr.odd {
    background-color: transparent;
}

#tab-headers #note {
    display: none;
}

#chart,
#datatable {
    min-width: 310px;
    max-width: 1000px;
}

.spacer {
    margin-top: 1em;
}

#spinner {
    display: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    text-align: center;
    font-size: 24px;
}

.error {
    color: #721c24;
}

#chart {
    height: 750px;
    margin: 30px auto 80px auto;
}

#chart-notes p {
    font-weight: normal;
    font-style: italic;
}

#datatable {
    margin: 0 auto;
}

#datatable table caption {
    caption-side: top;
    text-align: right;
}

.four-screen-table-note {
    font-weight: normal;
    font-style: italic;
    line-height: 2.1;
    margin-bottom: 0;
}

#summary {
    position: absolute;
    height: 130px;
    width: 550px;
}

#summary dl.summary-data dt {
    display: block;
    width: 110px;
    float: left;
}

#summary dl.summary-data dd {
    display: block;
    width: 500px;
}

/* Compatibility fix */
.navbar {
    padding: 0 !important;
}

.navbar-header {
    float: left;
}

.navbar-toggle {
    display: none;
}

.navbar-collapse.collapse {
    float: left;
    width: auto;
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    flex-basis: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-collapse.collapse > ul {
    float: left;
    display: block;
}

.navbar-collapse.collapse > ul > li {
    float: left;
    display: block;
}

.navbar-collapse.collapse .dropdown-menu {
    position: absolute;
}

.navbar-nav > li > a {
    display: inline-block;
}

.search-icon,
.search-icon-narrow,
.navbar-toggle {
    background: none;
    position: absolute;
    right: 0;
}

.search-icon-narrow {
    right: 22px !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    border-radius: 1px;
    height: 3px;
    background-color: #000000;
}

.navbar-toggle .icon-bar:nth-child(n+3) {
    margin-top: 4px;
}

.search-form.search-form-header {
    width: 100%;
}

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

.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:hover,
.navbar-default .navbar-nav > .show > a:focus {
    color: #fff;
    background-color: #A5CBEC;
}

.auth-box {
    height: 41% !important;
}

.auth-button {
    top: 13px !important;
    right: 54px !important;
}

@media (max-width: 1198px) {
    .auth-button {
        display: none;
    }

    .auth-box {
        height: auto !important;
    }

    #main-menu {
        min-width: none !important;
    }

    .search-icon-narrow,
    .navbar-toggle {
        margin-top: 8px;
    }

    .navbar-toggle {
        display: block !important;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapsing,
    .navbar-collapse.collapse.show {
        display: block !important;
        width: 100%;
    }

    .navbar-collapse.collapsing > ul > li,
    .navbar-collapse.collapse.show > ul > li {
        float: none;
        display: block;
    }

    .navbar-collapse.collapsing > ul > li > a,
    .navbar-collapse.collapse.show > ul > li > a {
        padding: 10px 15px !important;
        display: block;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-nav .show .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 1200px) {
    .navbar-nav .hidden-lg {
        display: none !important;
    }
}

.modal-header h5 {
    font-size: 1.25rem !important;
}

.modal-header button span {
    font-size: 1.5rem !important;
}

#broadcastersChannelsModal .modal-body {
    overflow: auto;
}

aside.form-option {
    width: 550px;
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 100;
    transition: all 0.5s ease;
}
@media only screen and (max-width: 800px) {
    #toggler {
        right: 0;
        top: 5px;
    }
}

@media only screen and (max-width: 768px) {
    #screen1,
    #screen2,
    #summary {
        max-width: none;
    }
    aside.form-option {
        width: 100%;
    }
    #summary {
        width: 92%;
        background: none;
    }
    .col-form-label {
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media only screen and (max-width: 350px) {
    #summary dl.summary-data {
        display: flex;
        flex-direction: column;
    }
}

#app {
    position: relative;
    min-height: 550px;
}

#period {
    position: relative;
    z-index: 100000;
}

.ui-autocomplete {
    z-index: 100000;
}

.tr-template {
    display: none;
}

td.chart-view {
    cursor: pointer;
}

div.tab-content {
    padding-top: 20px;
}

.nav-tabs a.nav-link,
.nav-tabs a.nav-link.active,
.nav-tabs a.nav-link:hover {
    color: black;
}

.nav-tabs .nav-link.active {
    background-color: #e4e4e4;
}

/** CUSTOM SIDEBAR **/
ul.sidebar {
    position: absolute;
    top: 0;
    right: 0;
}

ul.sidebar li {
    list-style: none;
}

ul.sidebar li {
    margin-bottom: 25px;
    padding: 14px 21px;
    text-align: left;
    border: 1px solid #cccccc;
}

ul.sidebar li > h1.widget-title {
    line-height: 115%;
    font-size: 26px;
    padding-bottom: 0.2em;
    color: #173243;
    margin-top: 0;
    font-weight: 700;
}

/** FOOTER **/
footer div.broadcasters {
    height: 466px;
}

footer small {
    font-size: 85%;
}

#by-device > fieldset:nth-child(2) > div.col-8 {
	max-width: none;
}

aside.form-option {
    position: relative;
}

.form-note#info-container {
    margin-top: 0;
}