@media (prefers-color-scheme: dark) {
    body {
        /*filter: invert(100%);*/
        /*background-color: rgb(29, 32, 31) !important;*/
    }
    /*img,*/
    /*iframe !* for recaptcha *! {*/
    /*    filter: invert(100%) !important;*/
    /*}*/
}
.navbar-header {
    width: 100px;
}
.cucos-logo{
    width: auto;
    max-height: 50px;
    top: 0;
    left:5%;
    /*position: absolute;*/
}
.btn:disabled {
    color: black;
}
.comment-row {
    padding-top: 10px;
}
.modal-90 {
    width: 90%;
}
.gold {
    color: gold;
}
.mt-1 {
    margin-top: 10px;
}
.mt-05 {
    margin-top: 5px !important;
}
.tickets-warning {
    font-size: 30px;
    color: greenyellow !important;
}
.ticket-orders .input-group:not(:first-of-type) {
    margin-top: 8%;
}
.ticket-orders {
    min-height: 64px;
}
.list-group-horizontal .list-group-item
{
    display: inline-block;
}

#search_form label {
    font-weight: 500;
}
#search_form > div > div {
    padding: 0;
}
#search_form > div.row {
    margin-top: 5px;
}
#search_form > div.row > div:not(:last-child) {
    padding-right: 10px;
}
.list-group-horizontal .list-group-item
{
    margin-bottom: 0;
    margin-left:-4px;
    margin-right: 0;
    border-right-width: 2px;
}
.navbar-nav > li {
    cursor: pointer;
}
.navbar-composed {
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 0px;
}
.navbar-setting {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 0px 0px 4px 4px;
}
.setting-group {
    padding: 20px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.35);
}
.setting-group > .row > .col-md-12 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.setting-group > .row > .col-md-12:not(:first-child),
.setting-group > .row > .col-md-6:not(:first-child),
.setting-group > .row > .col-md-4:not(:first-child){
    margin-top: 10px;
}
.setting-group:after {
    position: absolute;
    top: -15px;
    left: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #f7f7f9;
    padding: 5px;
}
#unconfirmed_changed {
    min-height: 200px;
}
.addmode-button {
    margin-top: 20px;
}
.port-button {
    margin-top: 10px;
}
.port-edit-area {
    margin-top: 20px;
}
.opening-group:after {
    content: 'Opening Settings';
}
.closing-group:after {
    content: 'Closing setting';
}
.till-setting-group:after {
    content: 'Till Settings';
}
.kasse-schlessen:after {
    content: 'Kasse ???';
}
.tableau-group:after {
    content: 'Additional functions setttings'
}
.button-edit-group:after {
    content: 'Function Admin Area';
}
.network-group:after {
    content: 'Network settings';
}
.rtc-group:after {
    content: 'RTC settings';
}
.rtc-event-group:after {
    content: 'RTC Event Settings';
}
.rtc-cucosconnect:after {
    content: 'Cucos Connect Settings';
}
.rcv-adapter-group:after {
    content: 'RCV Adapter';
}
.expansion-group:after {
    content: 'Expanstion IO Settings';
}
.predictive-settings:after {
    content: 'Predictive Settings';
}
.predictive-occupancy:after {
    content: 'Occupancy Alarm Sets';
}
.predictive-camera-network:after {
    content: 'Camera network settings';
}
.till-setting-group {
    float: right;
}

.setting-label {
    float: left;
    font-size: 16px;
    font-weight: 500;
    margin: 5px;
}
.setting-input {
    float: right;
    width: 20%;
    margin-bottom: 10px;
}
.for-log {
    margin: 0px;
    padding: 2px;
    border-bottom: 1px solid #bfbfbf;
}
.indianred {
    color: indianred;
}

@media (max-width: 991px) {
    .no-padding-sm {
        padding: 0px;
    }
    .panel-body {
        padding: 0px;
    }

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

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ccc; }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 30%;
        white-space: normal;
        text-align:left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}

.list-group-horizontal .list-group-item:first-child
{
    border-top-right-radius:0;
    border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child
{
    border-top-right-radius:4px;
    border-bottom-left-radius:0;
    border-right-width: 1px;
}
.row{
    margin-right: 0px;
    margin-left: 0px;
}
.right-top-menu li:hover{
    background-color: gainsboro;
}
.date-column{
    white-space: nowrap;
}
.employee-column{
    white-space: nowrap;
}
.contact-column {
    white-space: nowrap;
}
.max-width-100{
    max-width: 100%;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.plus{
    margin-left: 80%;
    color: white;
}
.mini-hr{
    border-top: 1px solid #207ab769;
    margin-top: 3px;
    margin-bottom: 3px;
}
.mini-p{
    margin:0;
    color: steelblue;
}
.ticket-text p{
    margin:0px;
}
.ticket-icon{
    font-size:16px;
    cursor: pointer;
    color: #3d87c8;
}
.ticket-bill {
    background-color: #fa4b4b;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
.ticket-bill-done {
    background-color: #5cb85c;
}

.ticket-green{
    background-color: lightgreen;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
    color: #000000b5;
}
.ticket-yellow{
    background-color: yellow;
    font-weight: bold;
    border-style: groove;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
    color: black;
}
.ticket-red{
    background-color: #f01313;
    border-radius: 5px;
    margin-top: 10px;
    padding: 6px;
    color: white;
}


.ticket-tech-assigned {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: help;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}
.darkgreen {
    background-color: darkgreen;
}
.darkorange {
    background-color: darkorange;
}
.darkred {
    background-color: darkred;
}
.red {
    background-color: red;
}
.green {
    background: green;
}
.ticket-tech-assigned > .none {
    background-color: darkgray;
}
.close-ticket-button{
    position: absolute;
    right:5%;
    top: 4px;
}

.fa-1-5x {
    font-size: 18px;
}
.pdf-ticket-button {
    position: absolute;
    right:17%;
    top: 4px;
}

.label-2x {
    font-size: 100%;
}
.media-input > .help-block {
    font-size: 12px;
    overflow-wrap: break-word;
}

.image-info {
    text-align: center;
}

.item{
    height: 250px;
    width: auto;
    position: relative;
}

.owl-item > .item > p {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -10%;
}

.owl-item {
    background: url('/images/ajax-loader.gif') no-repeat center;
}

.shop-info > p {
    padding: 3px;
    font-size: 1.5rem;
}

.hour-exceptions {
    padding-top: 0.7%;
}

.button-withot-hover:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background-color: unset;
    border-color: unset;
}
.no-margin {
    margin: 0;
}
.no-padding-left{
    padding-left: 0px !important;
}
.no-padding-right{
    padding-right: 0px !important;
}
.no-padding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.pointer{
    cursor: pointer;
}
.owl-carousel .item .delete-image{
    position:absolute;
    right: 5px;
    top: 5px;
    opacity: 0.5;
}

.owl-carousel .item:hover .delete-image{
    opacity: 1;
}

#errors{
    color: red;
}

.no-dropdowns{
    color: grey;
    cursor: not-allowed;
}

.list-group-item span.badge{
    cursor: pointer;
}
.comments {
    max-height: 350px;
    overflow: scroll;
}
.comments .rest_work {
    border-bottom: 1px solid red !important;
}
.comments > .mini-hr {
    border-bottom: 1px ridge black;
}
.comment {
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.comment p {
    white-space: pre-line;
    margin-bottom: 0;
}
.comment-date {
    position: absolute;
    font-weight: 300;
    color: grey;
    bottom: -20px;
    right: 0;
}
.comment-system {
    font-weight: 300;
}
select[name='lift'] {
    border: 1px solid #ffc610;
}
#shop_input_block .help-block {
    margin-top: 5px;
    margin-bottom: 0px;
}
.bug-button {
    position: fixed;
    right: 1%;
    bottom: 1%;
}
.bug-button > i {
    opacity: 0.3;
    font-size: 25px;
}
.bug-button > i:hover {
    opacity: 1;
    cursor: pointer;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    z-index: 2000;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 200px;
}

.ticket-shop .attach-failed > i {
    font-size: 1.4rem;
    color: #d58512;
}
.text-red {
    color: red;
    font-size: 1.5rem;
}
.text-orange {
    color: orange;
    font-size: 1.5rem;
}
.text-grey {
    color: grey;
    font-size: 1.5rem;
}

/* Task manager */
.task-manager {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 7%;
    border-radius: 10px 0px 0px 10px;
    max-width: 60%;
}

.ticket-row-margin {
    margin-top: 59px;
}
@media only screen and (max-width: 990px) {
    .ticket-row-margin {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 800px) {
    .task-manager {
        max-width: 100%;
    }
}
.task-manager .title {
    cursor: pointer;
}
.task-manager .list-group {
    margin-bottom: 0px;
    font-size: 20px;
    max-height: 600px;
    overflow: scroll;
}
.task-manager .tasks {
    min-width: 25%;
}
.edit-button {
    font-size: 2.8rem;
    vertical-align: middle;
}
.pause-button {
    color: orange;
    font-size: 2rem;
    vertical-align: middle;
}
.play-button {
    font-size: 20rem;
    color: #28b928;
}
.task-manager label{
    /* fix vertical align issues */
    display: inline-block;
    max-width: 80%;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 5px;
    min-width: 400px;
}
.task-manager input[type=checkbox] {
    margin-top: 6px;
    margin-left: 5px;
}
.task-manager li.done label {
    text-decoration: line-through;
}
@supports (zoom:2) {
    .task-manager input[type=checkbox]{
        zoom: 2;
    }
}
@supports not (zoom:2) {
    .task-manager  input[type=checkbox]{
        transform: scale(2);
        margin: 15px;
    }
}
.panel-body {
    position: relative;
}
.panel-body .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
    z-index: 5;
    cursor: pointer;
}
.panel-body .overlay .text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.ticket-heading {
    font-size: 16px;
}
@media (max-width: 991px) {
    .container {
        width: 100%;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
#google-map {
    width: 100%;
    height: 100%;
}

.google-row {
    height: 850px !important;
    width: 100% !important;
}
.button-media-trash {
    position: absolute;
    top: 10px;
    left: 10%;
    opacity: 0.3;
}
.button-media-name {
    width: 93%;
    opacity: 0.1;
    padding: 0;
    line-height: 1;
    height: 25px;
}
.button-rotate-right {
    position: absolute;
    top: 10px;
    right: 10%;
    opacity: 0.3;
}

.button-rotate-left {
    position: absolute;
    top: 10px;
    right: 25%;
    opacity: 0.3;
}
.thumbnail .caption {
    height: 100px;
}
.thumbnail:hover button {
    opacity: 1;
}

.shop-details .panel-shop .col-md-2,
.shop-details .panel-shop .col-md-4 {
    min-height: 75px;
}

.text-green {
    color: green !important;
}
.text-yellow {
    color: #efea4c !important;
}
.text-red {
    color: red !important;
}
.min-h30 {
    height: 30px;
}
.white-space-pre {
    white-space: pre;
}
/* Ticket index pagination, hide arrows */
.tickets-pagination ul.pagination > li:nth-child(1),
.tickets-pagination ul.pagination > li:last-child {
    display: none;
}
.tickets-pagination ul.pagination > li:nth-child(2) > span,
.tickets-pagination ul.pagination > li:nth-child(2) > a {
    border-radius: 5px 0 0 5px;
}
.tickets-pagination ul.pagination > li:nth-last-child(-n+2) > a,
.tickets-pagination ul.pagination > li:nth-last-child(-n+2) > span {
    border-radius: 0 5px 5px 0;
}





.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch-sm {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 20px;
    margin-bottom: 0;
}

.switch input, .switch-sm input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch > .slider, .switch-sm > .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch > .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-sm > .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.w-100 {
    width: 100%;
}
.float-right {
    float: right;
}
.ticket-id > span {
    position: relative;
}
.ticket-id > span > i {
    position: absolute;
    font-size: 14px;
    font-weight: 400;
}

#ticketQualityCall .col-md-12 > .col-md-4 {
    margin-top: 10px;
    padding: 5px;
}
#ticketQualityCall .question {
    border-bottom: 1px grey dashed;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
#ticketQualityCall h5 {
    font-size: 20px;
}
#ticketQualityCall #startCollection > i {
    margin: auto;
    cursor: pointer;
}
#ticketQualityCall .fa-star-o:hover {
    color: gold;
}
#ticketQualityCall .owl-item {
    background: white !important;
}
.margin-auto {
    margin: auto;
}
#ticketQualityCall .modal-header .alert-info {
    padding: 2px 5px;
    margin: 0px;
    font-size: 14px;
}

.pallet .orders .list-group-item {
    padding-left: 5%;
    position: relative;
}

.pallet .orders .btn-sm {
    font-size: 14px;
    border-radius: 0px 3px 3px 0px;
}
.pallet .orders .input-group-addon {
    padding: 0px;
}
.pallet .orders .add-order {
    opacity: 0.4;
}
.pallet .orders .add-order:hover {
    opacity: 1;
}
.bg-lightblue {
    background-color: lightskyblue;
}

.modify-current-item-list li i.fa-trash {
    float: right;
    opacity: 0.8;
    cursor: pointer;
    color: red;
}
.modify-current-item-list li i.fa-pencil {
    float: right;
    margin-right: 20px;
    opacity: 1;
    cursor: pointer;
    color: cornflowerblue;
}


