/* global_style_medias.css */

/*----- 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 {
        background: #50358E;
        width: 100%;
        max-width: 100%;
        vertical-align: middle;
        max-height:100%;
        margin: 0px 0px;
        padding:0px 0px;
    }

    #monitor.container {
        width: 100%;
        max-width: 100%;
        height:100%;
        margin: 0px;
        padding:0px 0px;
    }

    #monitor2.container {
        font-family: "Renner_400 Book";
        background: #F1F1F1;
        width: 100%;
        max-width: 100%;
        text-align:center;
        height:100vh;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        margin: 0px;
        padding:0px -1px;
    }

    #monitor3.container {
        width: 100%;
        height:100%;
        max-width: 100%;
        text-align:center;
        vertical-align: middle;
        margin-top: 0px;
        margin-bottom: 80px;
    }
}
/*----- 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: #272c33;
        z-index: 1000;
        margin: 0 0 -20px 0;
        padding: 1em;
    }

    button.navbar-toggler {
        display: block; /* toggle menu button */
    }

    #venueTicketsContainer .login-content {
        width: 93%;
    }

    #menuToggle.toggleChevron {
        right: -10000%;
    }

    #venueTickets .venueTicketRow {
        height: 25%;
        padding-left: 12%;
    }

    #venueTickets .venueTicketRow::before {
        height: 50%;
        width: 25%;
    }

    #venueTickets .venueTicketRow .queueName {
        font-size: 2em;
    }

    #venueTickets .venueTicketRow .ticketInfo .singleInfo {
        font-size: 0.7em;
    }
}
/*----- 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: 65000;
    }
    body.open #left-panel {
        max-width: 70px;
        padding: 0;
        text-align: center;
    }
    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;
    }
}

/*----- Fixed Main Menu - Ends -------*/
@media only screen and (max-width: 576px) {
    .collapsable_576 {
        display: none !important;
    }
}

/* HD 720p */
@media only screen and (min-width: 576.1px) and (max-width: 1260px) {
    body:not(.open) #left-panel {
        width: 250px;
    }

    body:not(.open) #right-panel {
        padding-left: 250px;
    }

    body:not(.open) #navigation li a {
        line-height: 1.6;
    }

    body:not(.open) #navigation li a {
        font-size: initial;
    }

    #menuToggle.toggleChevron {
        font-size: initial;
    }

    #main-menu {
        height: auto !important;
    }

    #monitor3 .item1 {
        font-size: 27px !important;
    }

    #monitor3 .header-titles {
        font-size: 24px !important;
    }

}

/* Full HD - 1080p */
@media only screen and (min-width: 1260.1px) and (max-width: 1920px) {
    body:not(.open) #left-panel {
        width: 300px;
    }

    body:not(.open) #right-panel {
        padding-left: 300px;
    }

    body:not(.open) #navigation li a {
        line-height: 1.8;
    }

    body:not(.open) #navigation li a {
        font-size: larger;
    }

    #menuToggle.toggleChevron {
        font-size: larger;
    }

    #main-menu {
        height: auto !important;
    }

    #monitor3 .item1,
    #monitor3 .header-titles {
        font-size: 35px !important;
    }

    #monitor .header1 {
        font-size: 48px !important;
    }
    #monitor .card-header {
        font-size: 68px !important;
    }
    #monitor .monitor-current-ticket {
        font-size: 190px !important;
    }
    #monitor .monitor-customer-code {
        font-size: 50px !important;
    }
    #monitor h4,
    #monitor h4 .nextnum {
        font-size: 33px !important;
    }
    .poweredByMonitor .powered-by-text {
        font-size: 16px !important;
    }
}

/* 2K - 1440p */
@media only screen and (min-width: 1920.1px) and (max-width: 2560px) {
    body:not(.open) #left-panel {
        width: 400px;
    }

    body:not(.open) #right-panel {
        padding-left: 400px;
    }

    body:not(.open) #navigation li a {
        line-height: 1.8;
    }

    body:not(.open) #navigation li a {
        font-size: x-large;
    }

    #menuToggle.toggleChevron {
        font-size: x-large;
    }

    #main-menu {
        height: auto !important;
    }

    #monitor3 .item1,
    #monitor3 .header-titles {
        font-size: 50px !important;
    }

    #monitor .header1 {
        font-size: 80px !important;
    }
    #monitor .card-header {
        font-size: 120px !important;
    }
    #monitor .monitor-current-ticket {
        font-size: 380px !important;
    }
    #monitor .monitor-customer-code {
        font-size: 100px !important;
    }
    #monitor h4,
    #monitor h4 .nextnum {
        font-size: 66px !important;
    }
    .poweredByMonitor .powered-by-text {
        font-size: 32px !important;
    }
}

/* 4K - 2160p */
@media only screen and (min-width: 2560.1px) and (max-width: 3840px) {
    body:not(.open) #left-panel {
        width: 800px;
    }

    body:not(.open) #right-panel {
        padding-left: 800px;
    }

    body:not(.open) #navigation li a {
        line-height: 1.4;
    }

    body:not(.open) #navigation li a {
        font-size: xx-large;
    }

    #menuToggle.toggleChevron {
        font-size: xx-large;
    }

    #main-menu {
        height: auto !important;
    }

    #monitor3 .item1,
    #monitor3 .header-titles {
        font-size: 70px !important;
    }

    .monitor-powered-by {
        font-size: 20px !important;
    }

    #monitor .header1 {
        font-size: 160px !important;
    }
    #monitor .card-header {
        font-size: 170px !important;
    }
    #monitor .monitor-current-ticket {
        font-size: 600px !important;
    }
    #monitor .monitor-customer-code {
        font-size: 200px !important;
    }
    #monitor h4,
    #monitor h4 .nextnum {
        font-size: 120px !important;
    }
    .poweredByMonitor .powered-by-text {
        font-size: 50px !important;
    }
}
