/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
.sign_in_container {
    height: 100vh;
    background-image: url(/images/sign_in_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.working-queue-banner {
    background-color: #FADFBE;
    border: solid 2px #FCB864;
    border-radius: 2px;
    width: 175px;
}

.idle-queue-banner {
    background-color: palegreen;
    border: solid 2px limegreen;
    border-radius: 2px;
    width: 175px;
}
[draggable=true] {
    cursor: move;
}

#orders-container {
    height: 66vh;
}

#orders-list {
    overflow-y: scroll;
}

.order-logs-container {
    position: fixed;
    height: 25vh;
    width: 98.8vw;
    bottom: 0;
    overflow-y: scroll;
}

.overflow-hidden-container {
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
}

.fixed-container {
    position: fixed;
    left: 2vh;
    overflow-y: auto;
}

.scrollable-container {
    margin-left: 320px;
    height: 100%;
    overflow-y: auto;
}

.log-body-container {
    background:#eee;
    background-origin: content-box;
}

.resizable {
    overflow: scroll;
    resize: vertical;
    max-height: 800px;
    min-height: 100px;
    direction: rtl;
    transform: rotate(180deg);
}

.rotation {
    direction: ltr;
    transform: rotate(180deg);
    padding: 10px;
}
.user-row, .access_token_row {
    border-radius: 8px !important;
    border: #CCCCCC 1px solid;
    background-color: white;
}

.user-row:hover {
    background-color: #dee2e6;
}

.user-link {
    color: black !important;
    text-decoration: none !important;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

.mercurio-banner {
    height: 70px;
    position: absolute;
    top: 1px;
    left: -15px
}

.backoffice-header {
    height: 72px;
}

.color-red {
    color: red !important;
}

.color-green {
    color: green !important;
}

.color-dark-orange {
    color: darkorange !important;
}

.color-blue {
    color: blue !important;
}

.color-purple {
    color: purple !important;
}

.color-pink {
    color: deeppink !important;
}

.color-brown {
    color: brown !important;
}

.color-white {
    color: white !important;
}

.color-gray {
    color: gray !important;
}

.color-dark-gray {
    color: darkslategray !important;
}

.bg-notice {
    background-color: forestgreen !important;
}

.bg-error {
    background-color: orangered !important;
}

label {
    font-weight: bold;
}

.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
    border-radius: 3px;
}

.ml-10px {
    margin-left: 10px;
}

.mr-10px {
    margin-right: 10px;
}

.mr-30px {
    margin-right: 30px;
}

.pr-10px {
    padding-right: 10px;
}

.pr-20px {
    padding-right: 20px !important;
}

.br-8px {
    border-radius: 8px !important;
}

.br-20px {
    border-radius: 20px !important;
}

.border-solid {
    border: #CCCCCC 1px solid;
}

.border-right-solid {
    border-right: #CCCCCC 1px solid;
}

.border-none {
    border: none !important;
}

.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}

.break-words {
    word-wrap: break-word;
    word-break: break-all;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-relative {
    position: relative;
}

.cursor-pointer {
    cursor: pointer;
}

.v-align-center {
    vertical-align: middle;
}

#link {
    background-color: transparent;
    border: none;
    text-decoration: underline;
    color: #0D6EFD;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span,.pagination>.active>span:hover,.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.nav-link.active {
    color: #A06AF7 !important;
}

.full_screen_loading_overlay {
     position: fixed;
     z-index: 999;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgba(0, 0, 0, 0.4);
 }

.loading-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}
