/* ----------------------------------------------- */
/* ############### THEME OVERRIDES ############### */
/* ----------------------------------------------- */
@media only screen and (max-width: 991.98px){
    .rtl .show-left .br-logo, .rtl .show-left .br-sideleft{
        right: 250px;
    }
}

@media only screen and (max-width: 992px) {
    .mg-on-one-col {
        margin-top: 40px;
    }

    .mg-on-one-col-20{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 700px) {
    .br-footer {
        display: block !important;
    }

    .footer-left,
    .footer-right {
        width: 100%;
        clear: both;
        display: block !important;
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 655px) {
    .search-place-box {
        display: none;
    }
}

@media only screen and (max-width: 650px){
    .br-header-right .dropdown.email-notifications .dropdown-menu{
        left: -42px !important;
    }

    .br-header-right .dropdown.system-notifications .dropdown-menu{
        left: -75px !important;
    }

    .rtl .br-header-right .dropdown.email-notifications .dropdown-menu{
        left: -110px !important;
    }
}

@media only screen and (max-width: 600px) {
    .dropdown-menu-header {
        width: 300px;
    }

    .br-header-right .dropdown:last-child .dropdown-menu {
        width: 250px;
    }
}

@media (min-width: 576px) {
    .br-footer {
        padding: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .login-wrapper {
        width: 90%;
        max-width: 360px;
    }

    .signin-logo img {
        width: 200px;
        height: auto;
    }
}

@media only screen and (max-width: 479px){
    .br-header-right .dropdown:first-child .dropdown-menu,
    .br-header-right .dropdown:nth-child(2) .dropdown-menu{
        transform: translateX(50px) !important;
    }

    .rtl .br-header-right .dropdown:nth-child(2) .dropdown-menu{
        left: -68px !important;
    }
}

@media only screen and (max-width: 415px){
    .info-place-box{
        display: none;
    }

    .br-header-right .dropdown.email-notifications .dropdown-menu,
    .br-header-right .dropdown:nth-child(2) .dropdown-menu{
        transform: translateX(-10px) !important;
    }

    .rtl .br-header-right .dropdown.email-notifications .dropdown-menu{
        left: -65px !important;
    }
}

/* ----------------------------------------------------------------------- */
/* ################## SOCIAL MEDIA PLATFORMS SELECT BOX ################## */
/* ----------------------------------------------------------------------- */

@media only screen and (max-width: 1500px){
    .social-media-platforms-dropdown ul li{
        width: 16.66666%;
    }
}

@media only screen and (max-width: 1150px){
    .social-media-platforms-dropdown ul li{
        width: 25%;
    }
}

@media only screen and (max-width: 990px){
    .social-media-platforms-dropdown ul li{
        width: 10%;
    }
}

@media only screen and (max-width: 700px){
    .social-media-platforms-dropdown ul li{
        width: 16.66666%;
    }
}

@media only screen and (max-width: 460px){
    .social-media-platforms-dropdown ul li{
        width: 25%;
    }
}

/* --------------------------------------------------------------------- */
/* ################## PAGE TITLES WITH ACTION BUTTONS ################## */
/* --------------------------------------------------------------------- */
@media only screen and (max-width: 575px){
    .br-pagetitle.with-action .dropdown-menu{
        right: auto !important;
        left: 0px !important;
    }

    .rtl .br-pagetitle.with-action .dropdown-menu{
        left: auto !important;
        right: 0px !important;
    }
}

/* ----------------------------------------------------------------------- */
/* ############################## DATATABLE ############################## */
/* ----------------------------------------------------------------------- */
@media only screen and (max-width: 640px){
    .dataTables_wrapper .dataTables_length{
        float: left;
    }

    .dataTables_wrapper .dataTables_filter{
        float: right;
        margin-top: 0px;
    }
}