/*----- user dropdown menu -- BEGIN -----*/
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
      right: 0;
      left: auto;
    }
    .navbar-right .dropdown-menu-left {
      right: auto;
      left: 0;
    }
}
/*----- user dropdown menu -- END -----*/


/*----- Counter Monitor and Queues Monitor -- BEGIN -----*/
@media screen and (max-width: 64000px) {
    .container2 {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: 60px 60px 60px;
        grid-gap: 5px;
        background: #50358E;
        width: 100%;
        max-width: 100%;
        vertical-align: middle;
        max-height:100%;
        margin: 0px 0px;
        padding:0px 0px;
        grid-template-areas:

        "a a a a a a a a a a a a"
        "v v v c c c c c c t t t"
        "v v v c c c c c c t t t"
        "v v v c c c c c c t t t"
        "v v v c c c c c c t t t"
        "v v v c c c c c c t t t"
        "v v v c c c c c c t t t"
        "f f f f f f f f f f f f";
        }

    #monitor.container {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: 140px 150px 150px 100px 100px 145px;
        grid-gap: 8px;
        width: 100%;
        max-width: 100%;
        height:100%;
        margin: 0px;
        padding:0px 0px;
        grid-template-areas:
        "h h h h h h h h h h h h"
        "c c c c c c c c c c c c"
        "c c c c c c c c c c c c"
        "c c c c c c c c c c c c"
        "v v v v v v v v v v v v"
        "f f f f f f f f f f f f"
    }

    #monitor2.container {
        font-family: "Renner_400 Book";
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: 102px 150px 100px 100px 80px 10px 10px 145px ;
        grid-gap: 15px;
        background: #F1F1F1;
        width: 100%;
        max-width: 100%;
        text-align:center;
        vertical-align: middle;
        height:100vh;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        margin: 0px;
        padding:0px -1px;
        grid-template-areas:
        "p p p p p p q q q q q q"
        "c c c c c c t t t t t t"
        "c c c c c c t t t t t t"
        "c c c c c c t t t t t t"
        "c c c c c c t t t t t t"
        "c c c c c c t t t t t t"
        "c c c c c c t t t t t t"
        "a a a a a a r r r r r r";
    }

    #monitor3.container {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 30px;
        width: 100%;
        height:100%;
        max-width: 100%;
        text-align:center;
        vertical-align: middle;
        margin-top: 0px;
        margin-bottom: 80px;
    }
    #monitor3.container.elements5 {
       grid-template-rows: 102px 102px 102px 102px 102px 102px;
       grid-template-areas:
            "h h h h h h h h h h h h"
            "c c c c c c c c c c c c"
            "v v v v v v v v v v v v"
            "t t t t t t t t t t t t"
            "a a a a a a a a a a a a"
            "p p p p p p p p p p p p"
    }
    #monitor3.container.elements4 {
       margin-top: 30px;
       grid-template-rows: 102px 102px 102px 102px 102px 102px;
       grid-template-areas:
            "h h h h h h h h h h h h"
            "c c c c c c c c c c c c"
            "v v v v v v v v v v v v"
            "t t t t t t t t t t t t"
            "a a a a a a a a a a a a"
            "p p p p p p p p p p p p"
    }
    #monitor3.container.elements3 {
       grid-template-rows: 102px 102px 102px 102px 102px;
       grid-template-areas:
            "h h h h h h h h h h h h"
            "c c c c c c c c c c c c"
            "v v v v v v v v v v v v"
            "t t t t t t t t t t t t"
            "a a a a a a a a a a a a"
    }
}
/*----- Counter Monitor -- END -----*/

/*----- Collapsed Navigation Menu (mobile-view) -- BEGIN -----*/
@media screen and (max-width: 600px) {
    nav.navbar {
        height: 60px !important;
    }

    #main-menu.collapse.in {
        display: block !important;
        margin: 0px -20px 0px 0px;
    }

    #main-menu.collapsing ul, #main-menu.collapse.in ul {
        background-color: var(--left-side-color);
        z-index: 1000;
        margin: 0 0 -20px 0;
        padding: 1em 1em 1em 0;
    }

    button.navbar-toggler {
        display: block; /* toggle menu button */
    }

    .langAndUser {
        float: right !important;
    }
}
/*----- Collapsed Navigation Menu (mobile-view) -- END -----*/

/*----- accordions -- BEGIN -----*/
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    transition: max-height 0.5s;
  }
}
/*----- accordions -- END -----*/

/*----- Queue add/edit -----*/
@media screen and (min-width: 768px) {
#page-wrapper.queue-layout {
    margin: 0;
    padding: 0 15px;
    }
}
@media only screen and (min-width: 992px){
#multiselect_chosen {
    padding: 0 2%;
}
.chosen-container .chosen-drop {
width: 96%;}
}

@media only screen and (max-width: 992px){
#multiselect_chosen {
    width: 100%!important;
    }
 #queue_status, #countersOptions .col-lg-5, .time-picker-container .col-lg-2.toolbar.form-group {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 1330px){
.secondary button.btn.btn-default.remove-counter.btn-danger.btn-circle-sm {
    margin-top: 32px;
}}


/*----- Queue add/edit -- END -----*/

/*----- Agents Queue -----*/


@media only screen and (min-width: 997px) and (max-width: 1229px){

    #queueCard .media-body {
        height:100%;
        padding-top:25px;
        padding-bottom:15px;
        margin-left: -60px;
    }
    #queueCard .queueName {
       height:100%;
       font-size:15px;
       text-align:left;
       float: inline-start;
    }
}
/*----- Agents Queue ENDS -----*/


/*----- Fixed Main Menu -------*/

@media only screen and (max-width: 575.98px) {
    #left-panel {
        width: 100%;
        padding: 0 0 0 15px;
        max-width: 100%;
    }

    #right-panel {
        padding-left: 0px;
    }

    .langAndUser {
        padding-top: 1rem !important;
        margin-top: -0.5rem;
    }

    nav.navbar .navbar-toggler {
        margin-top: 1rem;
    }
}

@media only screen and (min-width: 575.99px) {
    #left-panel {
        width: 250px;
        position: fixed;
        top: 0;
        left: 0;
        max-width: 100%;
        z-index: 2;
    }
    body.open #left-panel {
        max-width: 70px;
    }
    body:not(.open) #left-panel {
        max-width: auto; /* invalid value on purpose */
    }

    #right-panel {
        padding-left: 250px;
    }
    body.open #right-panel {
        padding-left: 70px;
    }
    body:not(.open) #right-panel {
        padding-left: 250px;
    }

    .langAndUser {
        padding-top: 0 !important;
        float: right;
        margin-top: 0.5rem;
    }

    .toggleChevron {
        position: absolute;
        top: 20px;
    }
    body.open .toggleChevron {
        left: 105px;
    }
    body:not(.open) .toggleChevron{
        left: 285px;
    }

}

/*----- Fixed Main Menu - Ends -------*/
@media only screen and (max-width: 576px) {
    .collapsable_576 {
        display: none !important;
    }
}

@media screen and (max-width: 1260.1px) {
    .ui-accordion-content td,
    .ui-accordion-content th,
    .ui-accordion-content th3 {
        font-size: 70% !important;
    }
}