/*
 * TOMRA CSS (Now in progress to be full LESS, this is sprint 5 todo)
 * Here goes your own stylings and bootstrap over-rides.
 * Naming conventions:
 *      - Hyphen using "-" as separator
 *      - Presentational naming
 */


table td, .font-12-px {
    font-size: 12px;
}

ul {
    list-style: none !important;
}

/* memo styles*/
.memo-status {
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 5px;
    border-radius: 4px;
}

div.memoStatusINFO {
    background-color: #DAEFF7;
    border: 1px solid skyblue;
}

div.memoStatusWARNING {
    background-color: #ffe7e9;
    border: 1px solid lightcoral;
}

/* end memo styles*/

/* Form elements */
.form-compact, #formConsumerSession .span10 {
    margin: 0;
}

.form-inline label {
    display: inline-block !important;
}

div.display-grid {
    display: grid;
}

input.input-short {
    width: 50px;
}

div.input-styled-element {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 4px 6px;
    vertical-align: middle;
    background-color: #fff0f0 !important;
    max-width: 200px;
    width: 180px;
    cursor: not-allowed;
}

.preview-image, div.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto;
}

.nowrap {
    white-space: nowrap;
}

.form-inline.radio-btn-align {
    margin-top: 8px;
    margin-left: 5px;
}

.hidden, .login_hide {
    display: none !important; /* !important is needed to override the display:flex e.g. in the cards */
}

.shown {
    display: block;
}

.login-wrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: left !important;
    display: inline-block;
}

.punchline {
    font-style: italic;
    font-family: "Times New Roman", Georgia, Serif !important;
    font-weight: bold;
    font-size: 14px;
    color: #0088CC;
    display: block;
}

#license-tex p {
    color: #737373;
    font-size: 12px;
    font-style: italic;
}

#license-tex .license-tex-h1-small {
    font-style: normal;
    font-weight: bold !important;
}

table#installations-table td:first-child, table#hotline-installations td:first-child, .text-align-center {
    text-align: center;
}

#main-menu, #home {
    margin-top: 0px;
}

#importRadioButtons label {
    height: 20px;
    line-height: 20px;
    width: 100%;
}

/* Campaign info */
.campaign-info-box {
    float: right;
}

.campaign-info-box .campaign-name,
.campaign-info-box .template-name {
    font-weight: bold;
}

/* Machine status */
.machine-status-offline {
    width: 20px;
    height: 18px;
    background: url('/img/tomra/icons/img_ico_offline.gif');
}

.machine-status-quarantined {
    background: url('/img/tomra/icons/img_ico_quarantined.png');
}

.machine-status-up {
    background: url('/img/tomra/icons/img_ico_up.png');
}

.machine-status-down {
    background: url('/img/tomra/icons/img_ico_down.png');
}

.machine-status-quarantined, .machine-status-up, .machine-status-down {
    width: 18px;
    height: 18px;
}

.role-management {
    font-size: 14px;
    line-height: 20px;
    color: black;
}

.role-management-heading {
    border: 1px solid #ddd !important;
    background-color: #fff !important;
    color: #000 !important;
}

.role-management-sub-heading {
    background-color: #00416e !important;
    color: #fff !important;
}

.element-highlight {
    -moz-box-shadow: 0 0 5px 2px blue;
    -webkit-box-shadow: 0 0 5px 2px blue;
    box-shadow: 0 0 5px 2px blue;
}

.form-box {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 10px;
    background: #f6f6f6;
}

input[type="text"].form-input-charcount {
    width: 30px;
    text-align: center;
    background-color: #FFF !important;
    margin-top: 2px;
}

/* Tables */
.table-eight-col {
    width: 12.5%;
    vertical-align: middle;
}

.width7 {
    width: 7%;
}

.width9 {
    width: 9%;
}

.table-header, .search-installations > .btn-primary, .search-installations > .btn-danger, .form-popup-date {
    margin-bottom: 0 !important;
}

.table-forms {
    margin: 0;
    padding: 0;
}

.tablemedium {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tablelarge {
    min-height: 400px;
    max-height: 710px;
    overflow-y: auto;
    overflow-x: hidden;
}

.scroll-page {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 800px;
}

.table-max-height-35-em {
    max-height: 35em;
    overflow-y: auto;
    overflow-x: hidden;
}

td {
    border: 1px solid #EEEEEE;
}

thead, th {
    font-style: normal;
    font-weight: normal;
    height: 40px;
}

.font-18-px {
    font-size: 18px;
}

.font-14-px, table#configChanges th, table#machineDetails th {
    font-size: 14px;
}

select.select-search-options {
    width: 100px !important;
}

/* buttons */
.btn-edit-pos {
    position: relative;
    float: right;
    right: 5px;
    top: 0;
}

button.close {
    opacity: 1; /* overrides 0.5*/
}

.btn-edit-date {
    margin: 0 !important;
}

.no-padding {
    padding: 0;
}

td.day {
    padding: 3px 10px !important;
}

td.day:hover {
    background: #e7e7dd;
    color: #0094ce;
}

td.day.old, td.day.new {
    color: #a9c398;
}

hr {
    border-width: 2px;
}

.machines-selected {
    padding: 20px;
    color: #999999;
    background-color: #e6e6e6e6;
}

.pagination-left {
    text-align: left;
}

#form-trafficanalysis input,
#form-trafficanalysis .ui-datepicker-trigger {
    margin-bottom: 0;
}

.dateforms {
    float: left;
    padding: 10px;
}

.dateforms select {
    width: 60px;
}

.align-bottom {
    vertical-align: bottom !important;
}

thead {
    border-bottom: 1px solid #ccc;
}

.favoriteColumn {
    min-width: 30px;
    max-width: 30px;
    cursor: pointer;
}

.favorite {
    color: rgb(255, 180, 0) !important;
}

.updatedFilter {
    max-height: 20px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 4px 12px 4px 4px;
    vertical-align: middle;
    display: inline-table;
    border-radius: 3px;
    border: 1px solid #b8b8b8;
    background-color: #f3f3f3;

}

.wildcardSearchParam {
    max-height: 20px;
    margin-top: 4px;
    padding: 4px;
    vertical-align: middle;
    display: inline-table;
    border-radius: 3px;
    border: 1px solid lightgrey;
}

.selectedFilterLine {
    padding: 0;
    border: 1px solid rgb(0, 139, 199);
    border-radius: 4px;
    background-color: rgb(204, 232, 244);
}

.gray-circle, .red-circle, .green-circle {
    border-radius: 20px;
    padding: 9px;
    margin-right: 10px;
}

.gray-circle {
    background-color: #CCCCCC;
}

.circleButton {
    cursor: pointer;
    border-radius: 20px;
    background-color: #bd362f;
    color: white;
    padding: 1px 5px 1px 5px;
    margin-right: 5px;
}

.squareDeleteButton {
    cursor: pointer;
    border-radius: 5px;
    max-width: 30px;
    background-image: linear-gradient(rgb(217, 77, 69), rgb(179, 25, 25));
    color: white;
    padding: 0 5px;
}

.addButton {
    padding: 0;
    margin-top: -8px;
    transform: scale(0.7);
}

.btn-back, .btn-next {
    float: left;
}

.btn-center {
    margin: 0 35%;
}

.reset-default-btn {
    margin-left: 20px;
    margin-right: auto;
}

.info-box-text {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #3A87AD;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-transform: uppercase;
}

.text-black, .info-black, table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc::before, textarea#memoViewText {
    color: #000000;
}

textarea#memoViewText {
    font-size: 1rem;
}

.errorMessage, .machines-main-table .error-text, .red {
    color: red;
}

/* PREVIEW IMAGE 320 */
#previewcontainer, #table-installations-result th, #table-installations-result td.action,
#machineDetails th {
    text-align: center;
}

.previewcontainer p,
.previewcontainer h3 {
    margin-top: 10px;
    text-align: center !important;
}

.screenwrapper320 {
    padding: 20px;
    background-image: url("/img/tomra/defaults/mk3-machine-bg.jpg");
    background-repeat: no-repeat;
    width: 402px;
    height: 231px;
    margin-left: auto;
    margin-right: auto;
}

#machinescreenIdle {
    width: 85px;
    height: 40px !important;
    margin-left: 235px;
    margin-top: 41px;
}

#mk3-idle-image {
    max-height: 100% !important;
    width: auto;
    display: block;
}

#machinecontentidle,
#machinecontentwaitreceipt {
    margin-top: 0;
    margin-left: 0;
    width: 85px;
    height: 65px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background: #ebebeb;
}

.mk3-idle-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0 none;
    height: auto;
    width: 100%;
}

.mk3-wait-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    border: 0 none;
    height: auto;
    height: 50px;
}

.touch-idle-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0 none;
    height: auto;
    width: 100%;
}

#machinescreenWaitReceipt {
    width: 85px;
    height: 65px;
    background-color: #ffffff;
    overflow: hidden;
    margin-left: 235px;
    margin-top: 41px;
}

#promotionreview #screenwrapperTouchT820 {
    height: 320px;
}

.success-message {
    font-size: 14px;
    color: #FF7300;
}

/* PREVIEW IMAGE TOUCH */
.screenwrapperTouchT820 {
    padding: 20px;
    background-image: url("/img/tomra/defaults/t80-machine-bg.jpg");
    background-repeat: no-repeat;
    width: 402px;
    height: 254px;
    margin-left: auto;
    margin-right: auto;
}

#machinescreenIdleTouch {
    width: 140px;
    height: 105px;
    overflow: hidden;
    margin-left: 211px;
    margin-top: 31px;
}

#machinecontentIdleTouch {
    margin-top: 8px;
    width: 128px;
    height: 105px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.machinescreenWaitTouch {
    width: 140px;
    height: 105px;
    overflow: hidden;
    margin-left: 211px;
    margin-top: 31px;
}

#machinecontentWaitTouch {
    margin-top: 15px;
    width: 140px;
    height: 105px;
    overflow: hidden;
}

/* UNO */
#screenwrapperTouchUno {
    background-image: url("/img/tomra/defaults/UnoPromo-bg.jpg");
    background-repeat: no-repeat;
    padding: 20px;
    width: 480px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

#machinescreenWaitUno {
    background-repeat: repeat;
    height: 140px;
    margin: 50px 0 0 52px;
    overflow: hidden;
    width: 188px;
}

#machinecontentWaitUno {
    background-image: url("/img/tomra/defaults/take_wait_touch-bg.gif");
    background-size: 148px;
    width: 148px;
    height: 111px;
    margin: 15px 0 0 20px;
}

/* Machine standalone */
.machine-standalone {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.machine-standalone .machine-standalone-bg {
    margin-top: 0;
    position: absolute;
    width: 360px;
}

.machine-standalone .machine-standalone-img-wrapper {
    position: absolute;
    width: 320px;
    margin-top: 40px;
    margin-left: 20px;
}

.machine-standalone .machine-standalone-img-wrapper .machine-standalone-img {
    max-height: 200px;
    max-width: 320px;
}

.screen-standalone-img, .machine-standalone-bg img, .receiver-img, .banner-img, .button-img, .info-box-icon > img {
    max-width: 100%;
}


.margin-previews .span6, .margin-top-20-px {
    margin-top: 20px;
}

.popupmachines {
    text-align: center;
    float: left;
}

.popupmachinesinfo {
    width: 200px;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    float: left;
}

.popup-large {
    width: 750px;
}

.popup-large .modal-dialog {
    max-width: 50%;
}

.popup-medium {
    width: 600px;
}

.touchsubinfo {
    text-align: left;
}

#modalErrorLog {
    width: 550px;
    height: 320px;
    overflow: auto;
    font-size: 8pt;
    color: red;
    border: 1px solid black;
}

.inline-block {
    display: inline-block;
}

/* Carousel */
.carousel-item.active {
    background-color: #FFFFFF;
}

.carousel-image {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.screen-text-input {
    margin-bottom: 20px !important;
}

.max_char {
    color: #6E818B;
    font-size: 10px;
    display: inline-block;
}

#donations-receipt-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

div#input-receipt_prev_2,
div#input-receipt_prev_3 {
    overflow: hidden;
    position: absolute;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

div#input-receipt_prev_2 {
    text-align: left;
    margin-top: 5px;
    height: 65px;
    max-height: 65px;
    margin-left: 25px;
    width: 170px;
    max-width: 170px;
}

div#input-receipt_prev_3 {
    text-align: center;
    margin-top: 5px;
    height: 65px;
    max-height: 65px;
    margin-left: 25px;
    width: 200px;
    max-width: 200px;
    position: absolute;
}

/* donation edit media create */
#receiver-img-small-bg {
    width: 360px;
    height: 275px;
    background: url('/img/tomra/defaults/increment_screen_rev2.png');
    position: relative;
}

#receiver-img-wrapper {
    width: 60px;
    height: 100px;
    margin-top: 65px;
    margin-left: 21px;
    position: absolute;
}


#receiver-img-wide-bg {
    width: 360px;
    height: 275px;
    background: url('/img/tomra/defaults/banner_screen_rev2.png');
    position: relative;
}

#banner-img-wrapper {
    width: 320px;
    height: 100px;
    margin-top: 60px;
    margin-left: 21px;
    position: absolute;
}


#button-img-bg {
    width: 360px;
    height: 275px;
    background: url('/img/tomra/defaults/button_screen_rev2.png');
    position: relative;
}

#button-img-wrapper {
    width: 18px;
    height: 18px;
    margin-top: 234px;
    margin-left: 157px;
    position: absolute;
}


#donationreview #receiver-img-small-bg, #donationreview #receiver-img-wide-bg,
#donationreview #button-img-bg {
    margin-left: auto;
    margin-right: auto;
}

#increment-amount {
    width: 50px;
}

.increment_label {
    margin-top: 10px;
}

/* Coupon */
.receipt {
    font-family: 'VT323', cursive;
    border: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
    width: 190px;
    padding: 30px 10px 5px 10px;
}

.receipt p {
    color: #000;
    font-size: 18px;
}

.coupon-image {
    width: 190px !important;
    height: auto !important;
}

#contentAreaHeightMarker {
    border: dotted 1px green;
    width: 210px;
    padding: 0 20px 0 20px;
    margin-left: -20px;
}

#receiptImageWrapper {
    text-align: left !important;
}

#receiptBarcodeNumber {
    font-size: 32px;
}

.receipt-header {
    border: 1px dotted #cecece;
    height: 60px;
    text-align: center;
    padding: 10px;
    background-color: #e6e6e6;
}

#receiptBarcode {
    background: url('/img/tomra/receipt/barcode_stripe.png');
}

/*  jQuery UI datepicker overrides */
input.datepicker {
    width: calc(90% - 27px) !important;
}

.margin-bottom-10-px {
    margin-bottom: 10px;
}

.card-header.padding-y-9-px {
    padding-top: 9px;
    padding-bottom: 9px;
}

.actions button {
    margin-bottom: 5px;
}

.dateinput {
    -webkit-border-radius: 4px 0 0 4px !important;
    -moz-border-radius: 4px 0 0 4px !important;
    border-radius: 4px 0 0 4px !important;
    width: 80px !important;
}

.ui-datepicker {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1100 !important;
}

.ui-datepicker-title,
.ui-datepicker-header,
.ui-datepicker-month,
.ui-datepicker-year {
    background-color: #006dcc;
    color: #FFFFFF;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    padding: 3px 10px !important;
}

.ui-datepicker-header {
    text-align: center;
    padding-bottom: 6px;
}

.ui-datepicker-title {
    display: inline-block;
    font-size: 12px;
    margin-top: 4px;
}

.ui-datepicker-next {
    right: 10px;
    position: absolute;
    top: 10px;
}

.ui-datepicker-prev {
    left: 10px;
    position: absolute;
    top: 10px;
}

.ui-state-default {
    color: #666666;
}

.ui-datepicker-today a, button.ui-state-default, .dark-theme #hotline-installations, .dark-theme .favorite-wrapper,
.dark-theme #hotline-installations .sorting_desc::after, .dark-theme #hotline-installations .sorting_asc::before,
.dark-theme #hotline-installations td a, .dark-theme #switchTheme > span {
    color: #FFF !important;
}

.ui-datepicker-other-month a {
    color: #A9C398 !important;
}

/* FILE UPLOADER overrides */
.qq-uploader input[type="file"] {
    height: 40px !important;
    font-size: 118px !important;
    top: -10px !important;
}

.qq-uploader {
    float: left;
    width: auto !important;
    display: table;
}

.reset-default-btn {
    float: left !important;
    margin-top: 0;
}

.reset-default-btn:hover, .dark-theme .kpi-desc {
    color: #fff !important;
}

.qq-upload-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
    background: #E6E6E6 !important;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    width: 200px;
}

.dropdown-menu {
    z-index: 1100;
}

.translate-text, .display-inline {
    display: inline;
}

.carousel-inner {
    min-height: 170px;
}

.carousel-image {
    max-height: 160px !important;
}

/* Gantt diagram overrides */
/* For colors see: http://www.w3schools.com/cssref/css_colornames.asp */
.gantt-row-color-1 {
    background-color: #ffb888 !important;
}

.gantt-row-color-2 {
    background-color: #aaff71;
}

.gantt-row-color-3 {
    background-color: #ffd7eb;
}

.gantt-row-color-4 {
    background-color: #ffff77;
}

.gantt-row-color-5 {
    background-color: #cccdc5;
}

.gantt-row-color-6 {
    background-color: #e8efed;
}

.gantt-row-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Popover */
.popover {
    width: 100%;
    max-width: 380px;
}

/* Pagination */
.pagination {
    margin: 5px 0;
}

.pagination ul > li > a,
.pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
}

.pagination_status {
    display: block;
    font-size: 11px;
    padding-bottom: 3px;
}

/* Breadcrumb */
.pagination.breadcrumb {
    float: right;
    margin-top: 0;
}

/* Dashboard */
.dd-widget-content li {
    line-height: 30px;
}

button.btn, a.btn {
    line-height: 20px;
}

.table .empty-row {
    height: 30px;
}

/* Gantt timeline */
/* used for the "next" */
/* Bottom information on tables */
tr.footer th a {
    display: block;
    float: right;
}

a.sort.selected.sortOrderAsc {
    background-image: url("/img/tomra/icons/tablesorter-asc.gif") !important;
}

a.sort {
    background-image: url(/img/tomra/icons/tablesorter-bg.gif) !important;
}

a.sort:hover {
    background-position: center !important;
}

a.sort.selected.sortOrderDesc {
    background-image: url("/img/tomra/icons/tablesorter-desc.gif") !important;
}

a.sort, a.sort.selected.sortOrderDesc, a.sort.selected.sortOrderDesc {
    background-position: center;
    background-repeat: no-repeat;
    padding: 5px;
    margin-left: 3px;
}

/*
 * Bootstrap overrides
*/
.ui-datepicker-today {
    background-color: #0094ce;
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.ico_alert {
    background: url(/img/tomra/icons/alert_26x22.png);
    background-repeat: no-repeat;
    background-position: 0 !important;
    width: 26px;
    height: 22px;
    outline: none;
    padding: 3px 13px;
}

select.digit {
    width: 60px;
}

.icon-arrow-left,
.icon-arrow-right {
    margin: 4px 0 !important;
}

.label-info,
.badge-info {
    background-color: #3A87AD !important;
    color: #FFF;
}

th {
    vertical-align: top !important;
}

.box-mapping-wrapper {
    border: 1px solid #cccdc5;
    width: 100%;
    min-height: 400px;
}

.mapping-installation-moved {
    background-color: #D9FFB5 !important;
}

.input-group .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 2em;
}

/* Tabs */
.tab-pane.active {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.nav.nav-tabs li a.active {
    background-color: #007bff;
    color: #FFFFFF;
}

.nav-link.tab-all-keys-translated {
    background-color: #28a745;
    color: #FFFFFF;
}

.nav-link.tab-empty-translations {
    background-color: #dc3545;
    color: #FFFFFF;
}

.tab-content {
    min-height: 300px;
}

.previewcontainer p {
    font-size: 16px;
    font-weight: bold;
}

.breadcrumb {
    padding: 0 !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 15px;
    background-color: #e9ecef !important;
}

.breadcrumb li {
    padding-top: 7px;
    padding-bottom: 7px;
}

.breadcrumb li:first-child {
    padding-left: 7px;
}

a.help {
    position: relative;
    color: #fff;
    padding: 0 5px;
    margin-left: 6px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 20px;
    text-decoration: none;
}

a.help:link {
    background-color: #0094ce;
    color: #FFFFFF;
}

a.help:hover {
    background-color: #004b8d;
    color: #FFFFFF;
}

.info-box {
    display: block;
    min-height: 70px;
    background: #F8F8F8;
    width: 100%;
    margin-bottom: 15px;
}

.info-box small {
    font-size: 14px;
}

.info-box-icon {
    display: block;
    float: left;
    height: 68px;
    width: 68px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}


.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-more {
    display: block;
}

.tomra {
    background: linear-gradient(270deg, #0095cf, #0095cf);
    color: white;
}

.tomra-fire {
    background: linear-gradient(270deg, #f26522, #fb7434);
    color: white;
}

.ticon {
    display: block !important;
    height: 100%;
    width: 100%;
    margin: 35% 10% 10% 33% !important;
}

.ticon-font {
    margin-top: 15%;
}

.syst, .offl {
    background: url('/img/fresh/offline.png') no-repeat top left !important;
    margin-left: 6%;
}

.over, .down, .quar {
    background: url('/img/fresh/down.png') no-repeat top left !important;
    margin-left: 6%;
}

.no-margin {
    margin: 0 !important;
}

.blue-gradient {
    background: linear-gradient(270deg, #00416e, #00416e);
}

.consumer-session {
    background: linear-gradient(270deg, #00416e, #00416e);
}

.stat-this-month {
    background: url('/img/fresh/thisMonth.png') no-repeat top left !important;
    margin-left: 6%;
}

.stat-last-month {
    background: url('/img/fresh/lastMonth.png') no-repeat top left !important;
    margin-left: 6%;
}

.consumer-session-img {
    background: url('/img/fresh/icon1.png') no-repeat top left !important;
    margin-left: 6%;
}

.total-items {
    background: linear-gradient(270deg, #00416e, #00416e);
}

.total-items-img {
    background: url('/img/fresh/icon2.png') no-repeat top left !important;
    margin-left: 6%;
}

.items-per-session {
    background: linear-gradient(270deg, #00416e, #00416e);
}

.items-per-session-img {
    background: url('/img/fresh/icon3.png') no-repeat top left !important;
}

.t-template {
    background: linear-gradient(270deg, #00416e, #00416e);
}

.i-template-img {
    background: url('/img/fresh/icon4.png') no-repeat top left;
    margin-left: 6%;
}

.t-template-session {
    background: linear-gradient(270deg, #00416e, #00416e);
}

.i-templat-session-img {
    background: url('/img/fresh/icon5.png') no-repeat top left;
}

#home .span6 {
    width: 30%;
}

.font-25-px {
    font-size: 25px;
}

.inner-heading {
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.inline {
    display: inline;
}

.uppercase {
    text-transform: uppercase !important;
}

.navbar ul > li.nav-item {
    margin-right: 10px;
}

.navbar ul > li.nav-item > a.nav-link > span {
    line-height: 38px;
    text-transform: capitalize;
    font-size: 18px;
}


.search-placeholder {
    text-align: center !important;
    height: 170px !important;
    line-height: 170px !important;
}

.search-btn-query, .clear-btn, .width-100 {
    width: 100%;
}

.width-50 {
    width: 50%;
}

.width-30 {
    width: 30%;
}

.width-65 {
    width: 65%;
}

.min-width-30 {
    min-width: 30%;
}

.min-width-40 {
    min-width: 40%;
}

.margin-top-5-px {
    margin-top: 5px;
}

.margin-left-5-px {
    margin-left: 5px;
}

.margin-left-50-px, div.compare-installations label.radio.inline.margin-left-50-px {
    margin-left: 50px;
}

.star-icon-favorite {
    cursor: pointer;
    font-size: 22px;
    margin-right: 10px;
}

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

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

.form-horizontal input[type="text"] {
    height: 31px;
    max-width: 300px;
}

.fix-table-head {
    overflow-y: auto;
}

.fix-table-head th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2; /* prevent overlapping of the table header when scrolling */
}


.max-height-500-px {
    max-height: 500px;
}

.max-height-300-px {
    max-height: 300px;
}

.table-bordered th {
    border-bottom: 1px solid #ddd;
}

table.table > tbody td.highlight-diff {
    background: #fbffcd;
}

.cursor-pointer, span[data-bs-toggle="modal"] {
    cursor: pointer;
}

td.padding-left-15-px {
    padding-left: 15px;
}

/* override bootstrap's default style to prevent chevron from overlapping the baseline and keep it in the same line with the text */
ul.nav-tabs.nav-stacked > li {
    display: grid;
}

ul.nav-tabs.nav-stacked > li a {
    display: inline-flex;
}

ul.nav-tabs.nav-stacked > li span.translate-text {
    width: 100%;
}

.calendar-height {
    max-height: 31px;
}

.font-16-px {
    font-size: 16px;
}

.font-20-px {
    font-size: 20px;
}

/* override table header styles in datatables */
table.dataTable thead .sorting::before, table.dataTable thead .sorting::after {
    opacity: 0.8;
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting::after,
.sorting_asc::before, .sorting_asc::after, .sorting_desc::before, .sorting_desc::after {
    height: 16px;
    font-size: 16px;
}

.dataTables_paginate a.page-link {
    line-height: 1em;
}

.alert-height {
    height: 3em;
}

table.dataTable td, table.dataTable th {
    vertical-align: middle !important;
    padding: .25rem;
}

table.dataTable th {
    font-weight: bold;
    font-size: 13px;
}

.dataTable th > span {
    word-wrap: break-word;
}

div table.dataTable > thead > tr > th.sorting {
    min-width: 45px;
}

/* move pagination right */
ul.pagination {
    justify-content: flex-end;
}

/* override padding-right:30px to prevent changing column width when sorting */
div table.dataTable thead > tr > th.sorting_asc, div table.dataTable thead > tr > th.sorting_desc,
div table.dataTable > thead > tr > th.sorting {
    padding-right: 0;
}

div.dt-buttons {
    float: right;
    clear: both;
    margin-bottom: 0.5em;
}

table.dataTable tr td.dt-type-numeric {
    text-align: left;
}

th.no-sort.favoriteColumn::before, th.no-sort.favoriteColumn::after,
th.no-sort.hide-sort::before, th.no-sort.hide-sort::after, th.no-sort .dt-column-order {
    display: none !important;
}

#table-common-installation-search {
    border-top: none;
}

#table-common-installation-search th {
    border-left: none;
    border-right: none;
}

#table-common-installation-search td:not(:first-child) {
    border-left: none;
}

label.radio {
    line-height: initial;
}

label.radio input[type="radio"] {
    margin-top: 2px;
}

#searchFilterList ul li {
    z-index: 1; /* to avoid overlapping of table headers in the dropdown*/
}

#filterSection {
    min-height: 50px;
}

/* override bootstrap's secondary button */
a.btn-secondary, button.btn-secondary {
    color: #000;
    background-color: #f1f1f1;
    border-color: #cecece;
}

a.btn-secondary:hover, a.btn-secondary:focus, button.btn-secondary:hover, button.btn-secondary:focus,
div.show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #e9e9e9;
    border-color: #cecece;
    box-shadow: none;
}

a.btn-secondary.disabled, a.btn-secondary:disabled, button.btn-secondary.disabled, button.btn-secondary:disabled {
    color: #000;
    background-color: #dfe3e7;
    border-color: #d6d8da;
}

a.btn-secondary:not(:disabled):not(.disabled).active:focus, button.btn-secondary:not(:disabled):not(.disabled).active:focus,
a.btn-secondary:not(:disabled):not(.disabled):active:focus, button.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > a.btn-secondary.dropdown-toggle:focus, .show > button.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(156, 168, 180, 0.5)
}

/* end override bootstrap's secondary button */
.main-bg, .modal .modal-header {
    background: #071E36;
    color: #FFFFFF;
}

.navbar-nav > li > a, .navbar-nav > li > a > span {
    text-decoration: none;
    color: #FFFFFF;
}


div.modal-content {
    border-radius: 0.5rem;
}

footer p {
    color: #FFFFFF;
}

footer p a {
    color: #FFFFFF;
}

.logo-white {
    background: url("/img/tomra/logo_white.png") no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    display: inline-block;
}

li.active.nav-item {
    border-bottom: 3px solid #1FC0DA;
}

/* remove caret from dropdown */
.remove-caret.dropdown-toggle::after {
    display: none;
}

.clear-both {
    clear: both;
}

.glyphicons-icon.installation.white {
    background-image: url(/img/fresh/glyphicons-white-tomra-3.png);
    background-position: 4px -2004px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    vertical-align: top;
}

.btn-link {
    border: transparent;
}

/* Start dropdown menu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* End dropdown menu */


/*temporary styles for pagination until upgrade of tables*/
ul#pagination-list {
    display: inline-flex;
    padding-left: 0;
}

ul#pagination-list li.disabled > a {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

/*datetime picker styles*/
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 16rem;
}

.datepicker table.table thead th {
    border-bottom: 1px solid #dee2e6;
}

.datepicker table.table thead th {
    border-bottom: none;
    border-top: none;
}

/* this should be replaced with alert-danger but still used in ErrorMessage class */
.alert-error {
    color: #721c24;
    background-color: #f8d7da;
}

/* Start nav menu open onhover */
#userProfileDropDownMenu .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu > .dropdown-menu {
    top: 25px;
    margin-right: 20%;
}

#userProfileDropDownMenu .dropdown-submenu .nav-link {
    padding: 0;
}

/* End nav menu open onhover */

#scroll {
    background: #004B8D;
    padding: 5px;
    position: fixed;
    bottom: 20px;
    right: 49%;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    z-index: 1000;
}

#scroll > i.fa-angle-up {
    padding: 4px 0 0 8px;
}

#scroll:hover {
    background-color: #012F59;
}

/* override charts margin from left*/
#volumeChart > .highcharts-container {
    left: 0 !important;
}

.vertical-text {
    writing-mode: sideways-lr
}

.modal-open .modal.no-overflow {
    overflow-x: hidden;
    overflow-y: hidden;
}

/* old datepicker styles */
.bootstrapDatepicker-days .day {
    cursor: pointer;
}

.ui-priority-primary > span {
    color: #000;
}

.ui-priority-primary {
    margin-left: 10px;
}

.input-append .add-on, .input-prepend .add-on {
    display: inline-flex;
    width: 25px;
    height: 31px;
    min-width: 16px;
    padding: 8px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    border-left: 0;
}

.input-append input {
    border-radius: 4px 0 0 4px;
}

/* end old datepicker styles*/
.excel-color {
    color: #046604
}

.table-fixed {
    table-layout: fixed
}

#lang-tabs li.nav-item {
    margin-right: 1px;
    line-height: 15px;
}

#lang-tabs .nav-link.active {
    border-color: transparent;
}

.notification-no {
    background: white;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid red;
    position: absolute;
    right: -5px;
    text-align: center;
    color: red;
    line-height: 18px;
}

.change-list > li::before {
    content: "\2022";
    color: #6eceb2;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

#importRadioButtons input[type="radio"] {
    margin-right: 3px;
}

[data-bs-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-bs-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.resize-both {
    resize: both;
}

.lic-table .lic-table-edit-button {
    visibility: hidden;
    float: right;
    margin-left: 0.5rem;
}

.lic-table .lic-table-rowset.table-active .lic-table-edit-button,
.lic-table .lic-table-rowset:hover .lic-table-edit-button {
    visibility: visible;
}

.lic-table .lic-table-rowset .lic-table-details-row {
    visibility: collapse;
}

.lic-table .lic-table-rowset.table-active .lic-table-details-row {
    visibility: visible;
}

.lic-table .lic-table-rowset.table-active {
    border: 3px solid #9aa4af;
}

table.table-bordered.dataTable th.no-top-border, table.table-bordered.dataTable tr.no-top-border {
    border-top-width: 0;
}

table.table-bordered.dataTable th.no-bottom-border, table.table-bordered.dataTable tr.no-bottom-border {
    border-bottom-width: 0;
}

table.table-bordered.dataTable th > span.translate-text {
    padding-left: 10px;
}

.date-container {
    position: relative;
}

.open-calendar {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 25px;
    height: 25px;
    background: #fff;
    pointer-events: none;
}

.open-calendar > button {
    border: none;
    background: transparent;
    height: 100%;
}

.form-group .date-container {
    width: 11.5%;
}

.form-group .date-container > .width-100 {
    width: 100%;
}

.healthtabs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

ul.healthtabs {
    list-style: none;
}

.healthtabs .healthtab-link {
    display: block;
    padding: .5rem 1rem;
}

.healthtabs .healthtab-link.active {
    display: block;
    padding: .5rem 1rem .25rem 1rem;
    border-bottom: .25rem solid #007bff;
}

.container-status-summary {
    display: grid;
    grid-template-columns: 0.5fr 0.7fr;
    grid-template-rows: 1fr 1fr;
}

.container-status-summary .value {
    font-weight: bold;
    margin-left: 0.5rem;
}

.mcbe-health-card .latest-values-container {
    display: flex;
    justify-content: space-around;
    margin: 1rem
}

.mcbe-health-card .latest-value > * {
    margin-right: 0.5rem;
}

.square-info, a.card-header, button.btn-link {
    color: #007bff;
}

.square-warning {
    color: #dc3545;
}

.cleaning-status-container {
    display: flex;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.cleaning-status-icon {
    margin-right: 0.5rem;
}

.cleaning-status-legend {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cleaning-calendar {
    margin: 1rem;
}

.cleaning-calendar-title {
    text-align: center;
}

.cleaning-calendar-title button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    width: 42px;
}

.cleaning-calendar-title label {
    width: 150px;
    text-align: center;
    font-weight: bold;
}

.cleaning-calendar-header-item, .font-weight-bold {
    font-weight: bold;
}

.cleaning-calendar-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(auto-fit, 1fr);
    place-items: center;
}

.cleaning-calendar-item {
    cursor: pointer;
    place-self: stretch;
    display: flex;
    justify-content: center;
    height: 32px;
    margin: 0.5rem;
}

.cleaning-calendar-selected-item {
    outline: 2px solid black;
}

.cleaning-calendar-multi-item {
    cursor: pointer;
    place-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 32px;
    margin: 0.5rem;
}

.cleaning-calendar-multi-item-status {
    place-self: stretch;
    display: flex;
    justify-content: center;
    height: inherit;
}

.cleaning-calendar-status {
    flex: 1;
}

.cleaning-calendar-text-success-short {
    color: #34ee5a;
}

.cleaning-calendar-bg-success-short {
    background-color: #34ee5a;
}

.cleaning-status-see-details {
    text-align: right;
    margin-top: 0.5rem;
    margin-right: 1rem;
}

.cleaning-status-see-details span {
    margin-right: 4px;
}

.rvm {
    width: 20rem;
    height: 20rem;
}

.rvm-status {
    width: 3rem;
    height: 3rem;
    float: right;
    transform: scale(1.5);
    position: absolute;
    right: 9rem;
    top: 16rem;
}

.rejects-summary {
    display: flex;
    justify-content: space-between;
    margin: 1rem 2rem;
    align-items: center;
}

.rejects-summary .select {
    width: max-content;
}

.h-0 {
    height: 0
}

.dataTables_processing.card {
    border: none;
    margin: 0 !important;
}

.loading-spinner { /*used in datatables*/
    width: 70px;
    height: 70px;
    background: url("/img/img_ajax_loader.gif") no-repeat;
    background-size: 70px;
}

.dataTables_processing.card {
    background-color: transparent;
    z-index: 1; /* search fields overlapping with spinner icon*/
}

div.dataTables_wrapper > div.dataTables_processing {
    width: 100px;
    height: 100px;
}

.square-max-200-px {
    max-width: 200px;
    max-height: 200px;
}

.alert-msg-installation {
    position: absolute;
    display: block;
    margin: auto;
    left: 35%;
    width: 60%;
}

.bg-yellow {
    background: #ffff5d;
}

.text-yellow {
    color: #ffff5d;
}

img[src=""], img:not([src]) {
    display: none;
}

/*Prevent tooltip from being target for mouse events*/
.tooltip {
    pointer-events: none;
}

button.gray-border, button.gray-border:hover {
    border: 1px solid #ced4da
}

.cleaning-calendar-table {
    margin: 8px;
}

.cleaning-calendar-table table {
    width: 100%;
}

.cleaning-calendar-table tr {
    height: 40px;
}

.cleaning-calendar-table td, th {
    padding: 4px;
}

.cleaning-calendar-table tbody tr:nth-child(odd) {
    background: rgb(247, 247, 247);
}

.tooltip-inner {
    text-align: left !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

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

input.default:checked + .slider {
    background-color: #444;
}

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%;
}

/* start hotline dashboard styles */
.dark-theme .kpiBox, .dark-theme #hotline-installations {
    background-color: #272828;
}

.outerBox {
    margin: 0 10px 10px 0;
    border: 1px solid lightgrey;
    background-color: #f8f8f8;
}

.wall-dashboard .outerBox {
    margin: 0 30px 30px 0;
}

.kpiBox {
    min-width: 140px;
    float: left;
    padding: 10px;
    text-align: center
}

img.kpi {
    padding: 5px;
    height: 30px;
}

.info-box-count {
    font-size: 40px;
}

.dark-theme #hotline-installations {
    border: 2px solid #5e5e5e;
}

.dark-theme .outerBox.selected {
    border: 2px solid #fff;
}

.outerBox.selected {
    border: 4px solid #004B8D
}

.dark-theme .outerBox {
    border: 2px solid #5e5e5e
}

.info-box-count > a, .dark-theme #hotline-installations td a, #main-container a /* override bootstraps default underline links */
{
    text-decoration: none;
}

.wall-dashboard .info-box-count > a:not([data-value="0"]) {
    color: #f71711;
}

.wall-dashboard .info-box-count > a:not([data-value="0"]) {
    color: #f71711;
}

.dark-theme #hotline-installations td, .dark-theme #hotline-installations th {
    border-color: #000;
}

.dark-theme #hotline-installations .sorting_desc::after,
.dark-theme .info-box-count > a[data-value="0"],
.dark-theme #hotline-installations .sorting_asc::before {
    color: #fff;
}

/* end hotline dashboard styles */

.tableWaitHider {
    top: 20%;
}

#alertMessage {
    position: fixed;
    z-index: 10;
    left: 30%;
}

.fn-label {
    margin: auto;
}

.list-style-type {
    list-style-type: disc !important;
}