/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.background-purple{
    background-color: #ff4081;
}
 .dropdown-content a{
     color: black !important;
 }
div.dataTables_wrapper {
    overflow-x:auto;
    min-height: 400px;
    padding-top: 40px;
}
#managelines_datatable{
    margin-top: 20px;
    width:100% !important;
}
span.badge.new:after
{
    content: '' !important;
}

span.badge {
    min-width: max-content !important;
}

#live_div_bqts{
    overflow-y: auto !important;
    height: 450px;
    padding-top: 10px;
    border: 1px solid salmon;
}

#vod_div_bqts{
    overflow-y: auto !important;
    height: 200px !important;
    padding-top: 10px;
    border: 0.5px solid salmon;
}

@media only screen and (max-width: 1323px) {

}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.small_text_chart {
    font-size: 0.7rem !important;
    margin-left: 0.7rem !important;
}

.brand-sidebar .brand-logo {
    font-size: 2.1rem;
    line-height: 0;
    position: absolute;
    display: inline-block;
    margin: 1px 0 !important;
    padding: 14px 21px 20px 20px !important;
    color: #333;
}

.bullet {
    display: inline-block;

    width: 10px;
    height: 10px;
    margin-right: .2rem;

    border-radius: 50%;
}

@media only screen and (max-width: 600px) {
    .dataTables_wrapper{
        font-size: xx-small !important;
    }
    .dropdown-content{
        z-index: 9999999 !important;
    }

    @supports (-webkit-touch-callout: none) {
        div.dataTables_wrapper {
            overflow-x:scroll !important;
            min-height: 400px;
            padding-top: 40px;
        }
    }

}

.dropdown-content{
    transform: none !important;
}

.dataTables_scrollBody{
    height: 900px !important;
}

.gray_text{
    font-size: 1.2rem;
    color: #9e9e9e;
}

.border_select{
    border: 2px solid #bdbdbd;
}

.border_gray_1{
    border: 1px solid #bdbdbd;
}
.border_btn{
    border: 1px;
    border-radius: 4px;
}

select[multiple]:focus option:checked {
    background: #bdbdbd;
}

/* LAST UPDATE 15-06 */

@media only screen and (max-width: 600px) {
    .navigation-header-text{
        font-size: 4px;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}