/* app css stylesheet */

html {
    height:95%;
}


.menu {
    list-style: none;
    border-bottom: 0.1em solid black;
    margin-bottom: 2em;
    padding: 0 0 0.5em;
}

.menu:before {
    content: "[";
}

.menu:after {
    content: "]";
}

.menu > li {
    display: inline;
}

.menu > li:before {
    content: "|";
    padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
    content: "";
    padding: 0;
}

.eb-navbar-form {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.pager {
    margin-bottom: 40px;
}

.btn-action {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.eb-action-buttons {
    float: right;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.breadcrumb {
    margin-bottom: 0;
}

/* Login page */
.eb-login{
    color:#868686;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:400px;
    height:500px;
    border:1px solid #000000;
    box-shadow:5px 5px 15px 5px rgba(0,0,0,0.3);
}

.top_panel{
    width:100%;
    height:140px;
    background-color:var(--w2-color-primary);
}

.middle_panel{
    width:100%;
    height:360px;
    background-color:#fff;
    margin-top:-25px;
}

.bottom_panel{
    position:absolute;
    bottom:-2px;
    width:100%;
    height:70px;
    background-color:var(--w2-color-primary);
}

.wave2-logo{
    position: absolute;
    width: 260px;
    top: 24px;
    left: 80px;
}

.st0{
    fill:#ffffff;
}

.st1{
    fill:#ACABAB;
}

.w2pp-logo img{
    width:120px;
    height:auto;
}

.eb-login .form-control{
    height:28px;
}

#remember_me{
    width:100%;
    text-align:right;
    margin:0;
}

#all_remember{
    float:left;
    font-family: var(--w2-font-family);
    font-size: var(--w2-font-size-lg);
    color: #999999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-weight:100;
}

#btn-login{
    margin-top:25px;
    margin-left:25px;
    float:left;
    font-size:var(--w2-font-size);
    padding:10px 19px 10px 19px;
    width:75px;
}

.btn.btn-elegant{
    background-color: var(--w2-color-primary) !important;
    border-radius:0;
    color:#fff;
    padding:9px 6px 6px 6px;
    text-transform:none;
}

.footer {
    position: fixed;
    height: 20px;
    padding: 0 5px;
    width: 100%;
    bottom: 0;
    margin-left: 100px;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked){
    opacity:1;
    pointer-events:auto;
    position: static;
}

/* Navigator page */

.panel {
    margin-bottom: 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color:#c4c4c4;
}

div.pp-style-container {
    padding-bottom: 20px;
    margin-bottom: 50px;
}

div.pp-style-container.no-product-available {
    min-height: 380px;
}
div.pp-style-container.no-product-available:after{
    content:'\f0d8 \0020 Start by selecting a category...';
    font-family:'Font Awesome 5 Free', sans-serif;
    font-size:var(--w2-font-size-x2);
    left:50%;
    top:50%;
    position:absolute;
    transform:translate(-50%, -50%);
    color:#13519C;
    text-align:center;
}

div.pp-style-container.no-type-available {
    min-height: 380px;
}

div.pp-style-container.no-type-available:after{
    content:'\f0d8 \0020 Now choose a subcategory...';
    font-family:'Font Awesome 5 Free', sans-serif;
    font-size:var(--w2-font-size-x2);
    left:50%;
    top:50%;
    position:absolute;
    transform:translate(-50%, -50%);
    color:#13519C;
}

div.pp-style-container img:first-child {
    display: inline-block;
}

div.pp-style-select {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.pp-style-select .panel-heading {
    height: 40px;
    overflow: hidden;
}

div.pp-style-select .panel-body {
    height: 300px;
    overflow: hidden;
}

div.pp-style-select .panel-body.mediumColumnBatch{
    height:130px;
}

div.pp-style-select .eb-action-overlay {
    left: 10px;
    width: 100%;
    height: 302px;
    padding-right: 20px;
}

input#document-filter {
    max-width: 120px;
}

/* Used by style list */
.eb-pick-select-control {
    width: 160px;
}
.select_button_style input:focus{
    border:1px solid #fff;
}
.build-select-boxes{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin:0 0 8px;
    padding:6px 12px;
}

.build-select-boxes:hover{
    box-shadow:none;
}

.btn-default:not([disabled]):not(.disabled):active,
.btn-default:not([disabled]):not(.disabled).active,
.show>.btn-default.dropdown-toggle {
    box-shadow:none !important;
}

.select_button_style:focus{
    background:transparent !important;
}

.build-select-batch-boxes{
    text-overflow:ellipsis;
    white-space:nowrap;
    margin:0 0 8px;
    padding:6px 12px;
}

.build-select-boxes .caret{
    top:37% !important;
}

.ui-select-bootstrap > .build-select-boxes > .caret{
    right:10px;
}

.units_content .caret{
    color:#000000;
}
.ui-select-bootstrap> .ui-select-choices{
    width:auto;
    min-width:100%;
}

.eb-size-select-control {
    margin-top:5px;
    width: 150px;
}

.eb-size-text-control {
    width: 50px;
}

.pp-style {
    text-align: center;
}

.pp-style dl {
    float: left;
    padding-left: 10px;
}

/* Build page */

div.dynamic_preview {
    text-align: center;
}

div.dynamic_preview.affix {
    top: 70px;
}

.generate_spinner {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
}

.doccontent_panel {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
    padding: 0;
}

.doccontent_panel .form-group .form-control{
    font-family:var(--w2-font-family);
    font-weight:300;
    color:#333;
    font-size:var(--w2-font-size-lg);
}

.doc_content{
    padding:5px;
    margin-bottom:5px;
}

.doc_content:last-of-type {
    margin-bottom: 35px;
}

.doc_content .btn-default:focus{
    box-shadow:none !important;
}
.doc_content .btn-default:active{
    box-shadow:none !important;
}

div#zoom {
    width: 100px;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    position: fixed;
    z-index: 99;
}

.lg_grid_border > div#zoom{
    right:15px;
    top:300px;
}

#preview_container table img {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);

}

div.image_field label,
div.externalmedia_field label,
div.video_field label {
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 22px;
    position: relative;
    z-index: 9;
}

div.externalmedia_field img,
div.video_field img,
div.image_field img{
    max-width: 159px;
    max-height: 105px;
}

.eb-groups-nav{
    margin-right:15px !important;
}

.eb-doc-nav{
    margin-top:11px;
}

.text_field {
    margin-bottom: 8px;
    position: relative;
    display:inline-block;
    width:100%;
    padding:5px 10px 10px 10px;
}

.text_field label{
    margin: 0;
    padding: 0;
    font-size: var(--w2-font-size-lg);
    font-weight:400;
}
div.doc_content.doccontent_panel p.w2-caption {
    clear: left;
    color: #999999;
    margin: 0 0 5px 13px;
}


/* Proof page */

div#proof_container {
    text-align: center;
    width: 100%;
    height: 450px;
}

div#proof_container img{
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.eb-proof-form-padding {
    padding-top:5px;
    padding-bottom:15px;
    border: none;
    border-radius: 0;
}

.eb-proof-form-padding a {
    background-color:var(--w2-color-primary) !important;
    background-image:none !important;
    border-radius:0;
    text-transform:initial;
    font-weight:300;
    font-family:var(--w2-font-family);
    font-size:var(--w2-font-size) !important;
}

.eb-proof-form-padding h3{
    text-align:left;
}

.eb-proof-form-padding a:link, .eb-proof-form-padding a:active {
    background-color:#0079C4;
}

.eb-proof-form-padding a:visited {
    background-color:#005386;
}

.eb-proof-form-padding a:hover{
    background-color:#0068A9;
}

.eb-proof-form-padding:last-of-type {
    padding-bottom: 35px;
}

.eb-proof-form-padding a {
    margin-bottom: 15px;
}

/* Adjustments to the articles and groups component */

.groupsarticles_view label {
    top: -12px;
    position: relative;
}

.groupsarticles_view .pagination {
    margin: 0;
}

.groupsarticles_view .pagination>li>a, .groupsarticles_view .pagination>li>span {
    padding: 6px 6px;
    -moz-box-shadow:    inset 0 0 2px #FFFFFF;
    -webkit-box-shadow: inset 0 0 2px #FFFFFF;
    box-shadow:         inset 0 0 2px #FFFFFF;
    font-weight: 200;
    font-family:var(--w2-font-family);
    font-size:var(--w2-font-size);
}

.groupsarticles_view .eb-doc-nav{
    padding-left: 4px;
}

.groupsarticles_view label{
    width: 60px;
}

/* Retrieve job controls */

.eb-inline-datepicker {
    width: 49%;
    border:none;
    cursor:pointer;
    font-size: var(--w2-font-size) !important;
    font-weight: 200;
    font-family:var(--w2-font-family);
    color:#333 !important;
    border-bottom:1px solid #ccc;
    background-color:transparent;
}

.eb-retrieve-sharetypes {
    position: absolute;
    right: 5px;
    bottom: 16px;
}

.eb-retrieve-sharetypes  input{
    margin-top:9px;
}

table.table-ellipsis {
    table-layout:fixed;
}

table.table-ellipsis td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.table-ellipsis td:hover {
    text-overflow: clip;
    white-space: normal;
}

.table-selectable > tbody {
    cursor: pointer;
}
.eb-job-header{
    font-size:var(--w2-font-size-lg);
    text-align:center;
    cursor: pointer;
}

.eb-job-header a:hover{
    text-decoration:none;
}

.eb-jobs h3{
    color:#aeaeae;
    padding:15px 0;
}

/* Global Button Overides */


.btn{
    border-radius:7px;
    vertical-align:top;
    padding-top:6px;
    font-size:var(--w2-font-size-lg);
}

.btn:focus {
    outline: none;
}

.navbar .btn{
    min-width:89px;
    height:36px;
    font-size:var(--w2-font-size-lg);
}

.btn-primary {
    background-repeat: repeat-x;
    -moz-box-shadow:    inset 0 0 2px #FFFFFF;
    -webkit-box-shadow: inset 0 0 2px #FFFFFF;
    box-shadow:         inset 0 0 2px #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus {
    background-position: 0 -15px;
}

.btn-xs{
    width:22px;
    height:22px;
    border-radius:3px;
    padding:1px 0 0 0 !important;
    -moz-box-shadow:    inset 0 0 2px #FFFFFF;
    -webkit-box-shadow: inset 0 0 2px #FFFFFF;
    box-shadow:         inset 0 0 2px #FFFFFF;
    line-height:5px;
}


label.eb-spaced-inline-label {
    margin: 5px 10px 0 0;
    vertical-align: middle;
    line-height: 1;
}

.btn-group.eb-spaced-buttons button.btn {
    margin-top: 5px;
    margin-left: 5px;
}

.btn-group.eb-spaced-buttons button.btn:first-child {
    margin-left: 0;
}

.btn-group-vertical.eb-spaced-buttons button.btn {
    margin-top: 5px;
}

.btn-group-vertical.eb-spaced-buttons button.btn:first-child {
    margin-top: 0;
}

/* Global Layout Overides */

.container{
    padding-left: 15px;
    padding-right: 15px;
    min-width: 400px;
    margin-top: 72px;
    margin-bottom: 52px;
    width:100%;
}

.container.full-screen{
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-default {
    background-image:none;
}

.eb-doc-nav + .eb-doc-nav {
    margin-top: -4px;
}

.navbar-fixed-top {
    top: 90px;
    height: 50px;
    box-shadow:none !important;
}

.panel-body{
    padding:0px;
    background-color:#FBFCFD;
}

.table {
    margin-bottom:0px;
}

.eb-inline {
    vertical-align:top;
    zoom:1;
    display: inline;
}

.eb-logo-header {
    height:90px;
    width:100%;
    background-color:#f3f9fe;
    display:none !important;
}

.navbar-fixed-bottom {
    height: 52px;
    box-shadow:none !important;
}

/* Global Text Overides */

h1{
    font-weight:600;
    font-size:var(--w2-font-size-x2);
}

h2{
    font-weight:600;
    font-size:18px;
}

h3{
    font-weight:500;
    font-size:19px;
    text-align:center;
    margin-top:0;
    margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--w2-font-family);
}

.eb-page-title{
    padding:20px 0 20px 20px;
    margin-top:0;
    color:var(--w2-color-primary);
    font-family: var(--w2-font-family);
    font-weight: 300;
}

.eb-page-title h1{
    margin-bottom:10px;
    color:var(--w2-color-primary);
    font-family: var(--w2-font-family);
    font-weight: 300;
}

.eb-page-subtitle{
    margin-bottom:20px;
    font-weight:100;
    color:var(--w2-color-primary);
    margin-top:0;
}

.eb-page-title .btn{
    margin-top:13px;
}

/* Job Manager Page Overides */

.eb-jobs-container {
    margin:0;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.eb-jobs-container tbody{
    border-top:none !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.eb-jobs-container .pagination {
    margin-top: 30px;
    margin-bottom: 60px;
}

/* Navigator Page Layout Overides */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding:0 10px;
}

.panel {
    border-radius:0;
}

.panel-footer {
    text-align:center;
    padding:4px 10px 5px 10px;
    overflow:hidden;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    max-height:48px;
}

.eb-jobs-container td:last-child{
    border-right:1px solid #FBFCFD;
}

.eb-jobs-container th:last-child{
    border-right:1px solid #ececec;
}

.eb-no-doc-preview{
    background-image: url('../img/app-log.png');
    background-position: center middle;
}

.preview-area {
    padding-right: 5px;
}

/* Store Job */

.eb-store-job{
    margin: 0 0 60px 0;
}

.eb-store-form .form-group{
    margin-bottom:6px !important;
}

.eb-column{
    height:100%;
    margin:10px 0 20px 0;
    border-right:1px solid;
}

.eb-comment-label{
    text-align:left;
    margin-bottom:22px;
    margin-top: 10px;
}

.form-horizontal .form-group {
    margin:0;
}

textarea.form-control.eb-comment{
    height:190px;
}

.eb-mt-files {
    width:100%;
    border:solid 1px;
    margin-top:23px;
    background-color:#FFFFFF;
}

.eb-mt-files td {
    padding:5px;
    border-bottom:1px solid;
}

.eb-store-column {
    padding-right:15px;
    margin:15px 0;
    height:100%;
}

.eb-store-column2 {
    border-right:1px solid #dcdcdc;
    border-left:1px solid #dcdcdc;
    padding-right:15px;
    margin:15px 0;
    height:100%;
}

.eb-store-column:last-of-type {
    border-right:none;
}

.form-control button, input, select, textarea {
    margin-top: 0;
}

.eb-mt-files td{
    padding:0 3px !important;
    height:22px !important;
}

.eb-mt-files tr{
    height:22px !important;

}

/* Popups */

.eb-ok-button{
    margin-top:5px;
}

/* Action overlays */

.eb-action-overlay {
    width:inherit;
    height:auto;
    position:absolute;
    top:0;
    left:0;
    display: none;
}

.eb-action-overlay .eb-action-overlay-container {
    width:100%;
    height:100%;
    position:relative;
    box-sizing: border-box;
    text-align:center;
    text-shadow: 1px 1px 0 #fff;
}
.eb-image-field.true .eb-action-overlay {
    width:calc(100% - 20px);
    height:138px;
    position:absolute;
    top:0;
    left:10px;
    display: block;
    z-index:99;
}

.eb-image-field.true .dropdown_icons_panel{
    display:none;
}

.eb-image-field.true:hover > *{
    border:none;
    cursor:not-allowed;
}
.eb-action-overlay-container .btn-default:active{
    box-shadow:none !important;
}

.eb-action-overlay .eb-action-overlay-grey {
    background-image: url('../img/doc-options-background.png');
    border:1px solid #d2d2d2;
}

.eb-action-overlay .eb-action-overlay-container div.eb-option-info {
    height: 210px;
    font-family:var(--w2-font-family);
    font-weight:300;
    color:#333;
    font-size:var(--w2-font-size-lg);
}

.eb-action-overlay .eb-action-overlay-container div.eb-option-info h2{
    font-family:var(--w2-font-family);
    font-weight:700;
    color:#333;
    font-size:20px;
}

.eb-action-overlay .eb-action-overlay-container a.eb-option-btn {
    height: 35px;
    display: block;
    line-height: 32px;
    border-top: solid 1px;
    text-decoration: none;
    cursor: pointer;
    font-family:var(--w2-font-family);
    font-weight:300;
    color:#333;
    font-size:var(--w2-font-size);
}

.proof-thumb .eb-action-overlay .eb-action-overlay-container a.eb-option-btn {
    border-top: solid 0;
    border-bottom: solid 1px #d2d2d2;
}

.eb-action-overlay .eb-action-overlay-container a.eb-option-btn.build, .eb-action-overlay .eb-action-overlay-container a.eb-option-btn.edit,
.eb-image-field .eb-action-overlay .eb-action-overlay-container a.eb-option-btn.crop, .eb-image-field .eb-action-overlay .eb-action-overlay-container a.eb-option-btn.fit {
    width: 50%;
    display: inline-block;
}

.eb-action-overlay .eb-action-overlay-container a.eb-option-btn.edit,
.eb-image-field .eb-action-overlay .eb-action-overlay-container a.eb-option-btn.fit{
    border-left: #afafaf solid 1px;
    float: right;
}

.eb-action-overlay .eb-action-overlay-container .spancheckbox {
    height:35px;
    line-height: 32px;
    border-top: solid 1px #B7D2E5;
    font-family:var(--w2-font-family);
    font-weight:300 !important;
    font-size:var(--w2-font-size) !important;
}

.proof-thumb .eb-action-overlay .eb-action-overlay-container a.eb-option-btn {
    border-top: solid 0;
    border-bottom: solid 1px #d2d2d2;
}

.eb-overlay-btn-container{
    position:absolute;
    bottom:20px;
    width:100%;
    font-family:var(--w2-font-family);
    font-weight:300;
    color:#333;
    font-size:var(--w2-font-size-lg);
}

.eb-overlay-btn-container .eb-option-btn{
    background-color:#0a4f9a !important;
}

.eb-overlay-btn-container .eb-option-btn.btn-default{
    padding: 3px 7px 3px 7px !important;
    width: 25px;
    height: 25px;
}

.eb-action-overlay-outer{
    padding: 0 10px 0 10px;
    height:100%;
}


/* Design Mode Overides */

.design_controls {
    height: 100%;
}

.design_button_container .btn{
    width:100px;
    height:36px;
    padding:9px 6px 6px 6px;
    margin:3px;
    text-transform:none;
    font-size:var(--w2-font-size);
    font-family:var(--w2-font-family);
    font-weight:200;
    letter-spacing:0;
}

.design_border_dialog {
    background-image:none;
}

.design_border_dialog .btn{
    padding-top:6px;
    font-size: var(--w2-font-size) !important;
    font-weight: 200;
    font-family:var(--w2-font-family);
    letter-spacing:0;
    text-transform:none !important;
}

.design_off_button {
    font-size: var(--w2-font-size) !important;
    font-weight: 200;
    font-family:var(--w2-font-family);
    letter-spacing:0 !important;
    text-transform:none !important;
}

.lis_on_button, .lis_off_button {
    display: block;
    text-align: center;
    cursor: pointer;
    width: 98px;
    margin: 2px 5px;
    height: 34px;
    font-size: var(--w2-font-size);
    font-weight: 200;
    font-family:var(--w2-font-family);
}

.lis_on_button {
    padding-top: 8px;
}

.lis_off_button {
    padding-top: 5px;
    border: solid 1px;
}

.lis_off_button:hover {
    text-decoration: none;
}
.lis_on_button:hover {
    text-decoration: none;
}

.lg_library_items {
    white-space: nowrap;
    overflow: auto;
    width: 100px;
    position: relative;
    margin-right: 5px;
    border:1px solid;
    height: 100%;
}

.libraryItemPreviewHolder {
    height: 75px;
    width: 70px;
    margin: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.design_delete_container {
    bottom: 0;
    position: absolute;
    vertical-align: top;
    height: 110px;
    width: 128px;
}

.design_off_button, .design_on_button {
    height: 36px;
    width: 107px;
}

.design_zoom_controls {
    position: absolute;
    z-index: 15;
    margin-top:5px;
}

.design_zoom_controls div {
    cursor: pointer;
    display: inline-block;
    width: 28px;
    height: 28px;
}

.design_bg_dialog {
    width: 568px;
    height: 370px;
    left: 140px;
    top: 40px;
    z-index: 1021;
    position: absolute;
    border: rgb(255, 255, 255) 1px solid;
    box-shadow: 0 0 10px 2px rgb(150,150,150);
}

.eb-wave2Dialog{
    z-index: 1021;
    border: rgb(255, 255, 255) 1px solid;
    box-shadow: 0 0 10px 2px rgb(150,150,150);
}

.wave2Dialog .img-container {
    width:800px;
}

.dialogCloseButton {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 65px !important;
    height: 20px;
    background: url("../img/webcomponents/docContent/cross_btn.png");
    cursor: pointer;
}

.uploadRemote span {
    font-size: 14px !important;
    line-height:20px !important;
}

#add-material input {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.eb-store-job .ng-table-pager {
    display: none;
}

.eb-store-job thead {
    display: none;
}

h3.no_material_files_message {
    margin: 15px;
    font-size: var(--w2-font-size);
    color: #858585;
}

.eb-breadcrumb {
    display: inline-block !important;
    color: #8DABC4;
    margin: 0 15px 3px 2px;
    vertical-align: middle;
    font-size:var(--w2-font-size);
    position:relative;
    z-index:1;
}

.eb-breadcrumb-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    font-family:var(--w2-font-family);
}

.breadcrumb_positioning{
    display:inline-block;
}

/* Media Manager */

.eb-panel{
    overflow: auto;
}

.eb-vpanel{
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.eb-media-manager .eb-media-manager-panel-container {
    height: 100%;
    padding-bottom: 60px;
    margin-left:0;
}

.eb-media-manager .eb-media-manager-title {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding:3px 0;
    margin-bottom:10px;
}

.eb-media-manager .eb-media-manager-title h3 {
    line-height: 32px;
}

.eb-media-manager .eb-media-manager-spacer {
    height: 60px;
}

.eb-media-manager .eb-dropzone .dz-message {
    margin-top: 50px;
}
.eb-media-manager > .btn-group > .btn-group {
    padding-left: 2px;
    padding-right: 2px;
}

.eb-media-manager > .btn-group > .btn-group > .btn {
    padding: 8px 0;
}

.eb-media-manager-row {
    margin-bottom: 25px; //TODO: put back to 15px
}

button:disabled {
    color:#fff !important;
}

.eb-media-manager .panel-title {
    position: relative;
    top: 8px;
}



.preview-area .multiple-previews {
    margin-bottom: 60px;
}

.multiple-previews .outerbox {
    float: left;
    text-align: center;
}

.multiple-previews .outerbox.centre {
    display: block;
    width: 100%;
}

.multiple-previews .outerbox.centre .preview {
    margin: auto;
}

#wave2_multipreview_thumbs_wrapper{
    padding:0 26px 0 19px;
}

#wave2_multipreview_thumbs {
    width:100%;
    height:140px;
    text-align: center;
    border-bottom: 1px solid;
    border-color:#dcdcdc;
    margin-bottom: 15px;
}

#wave2_multipreview_thumbs .proof-thumb img {
    max-height: 105px;
}

#wave2_multipreview_thumbs .proof-thumb-holder td {
    vertical-align: middle !important;
}

#wave2_multipreview_proof {
    clear: both;
    text-align: center;
    margin: 0;
}

#wave2_multipreview_proof .proof_placeholder {
    max-height: 300px;
}

.preview-area div.eb-arrow-holder-left {
    text-align: right;
    max-width:20px;
    padding:0;
    position:absolute;
    z-index:500;
}

.eb-arrow-btn {
    width:17px;
    height:41px;
    display:inline-block;
    margin-top: 32px;
    cursor: pointer;
}

.eb-arrow-btn.disabled {
    opacity: 0.2;
    cursor: default;
}

.eb-arrow-btn-left {
    background: url('../img/arrow-left.png') no-repeat center;
}

.eb-arrow-btn-right {
    background: url('../img/arrow-right.png') no-repeat center;
}

.preview-area div.eb-arrow-holder-right {
    text-align: left;
    max-width:20px;
    padding:0;
    position:absolute;
    right:10px;
    z-index:500;
}

.proof-thumb{
    height:105px;
    padding:0 5px;
}

.proof-thumb .eb-action-overlay-outer{
    padding:0 5px;
}

.eb-thumb-icon{
    width:37px;
    height:38px;
    position:absolute;
    top:0;
    right:4px;
    z-index: 501;
}

.eb-thumb-icon.html5{
    background: url('../img/html5-icon-small.png') no-repeat center;
}


.eb-job-spinner {
    border: 2px solid #25589a;
    border-radius: 50%;
    border-top: 2px solid #f3f3f3;
    width: 26px;
    height:26px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.eb-launch{
    width: 100%;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.eb-job-spinner-container {
    padding-top: 5px;
    padding-left: 5px;
    width: 42px;
    height: 42px;
    margin-top:7px;
}

.eb-edited-icon{
    background: url('../img/edited.png') no-repeat center;
    width: 37px;
    height:38px;
    position:absolute;
    top:30px;
    right:4px;
    z-index: 501;
    display:none !important;
}

.eb-error-icon{
    position: absolute;
    top: 3px;
    left: 5px;
    right: 5px;
    opacity: 0.9;
    z-index: 501;
}

body{
    background-repeat:repeat;
    background-color:#fff;
    font-family: var(--w2-font-family);
}


.customsizelimits{
    color: #868686 !important;
    font-size: 11px;
}

.customsizelimitserrormessage{
    color: #b11e21 !important;
    font-size: 10px;
}



/************************** CROP MANAGER ****************************/

.crop-button-bar{
    padding: 0;
    display:inline-block;
}
.crop-button-col {
    padding: 0;
}
.crop-select{
    display : inline-block;
    width : 200px;
    margin-top : 10px;
    margin-left : 10px;
}

.crop-loading {
    position : absolute;
    top : 0;
    bottom : 0;
    left : 0;
    right : 0;
    z-index : 1000;
    background-color: white;
}

.batch-spinner{
    background: url('../img/webcomponents/generate/job_spinner.gif') no-repeat center;
    width: 100%;
    height: 100%;
}

.batch-stage{
    position: absolute; bottom: 52px; top: 130px; left: 15px; right: 15px;
    padding-top: 10px;
}

.batch-submit{
    text-align: center; margin-top: 20px; margin-bottom: 20px;
}

.batch-start{
    padding-bottom:52px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Changes to batch pages 28/1/20 */

.batch_start_buttons a, .batch_start_buttons button{
    float:left;
}

.batch_start_left{
    padding-left:0;
}

.batch-start .alert-danger{
    background-image:none !important;
    background-color:transparent !important;
    border:1px solid red;
}

.batch-start .alert-warning{
    background-image:none !important;
    background-color:transparent !important;
    border:1px solid #e0e0e0;
}

.batch-start .list-group-item, .batch-complete .list-group-item{
    border:none;
}

.batch-start .list-group{
    box-shadow:none;
}

.batch-complete .alert-info{
    background-image:none !important;
    background-color:transparent !important;
    border:1px solid #e0e0e0;
}

.batch-complete .list-group{
    box-shadow:none;
}

.panel_content{
    margin-top:20px;
}

.batch_content{
    margin-top:20px;
}

#batchModal .output-container > div, #batchModal .output-container > div > center, #batchModal .output-container > div > iframe, .html_scrollbars > div.ng-scope, .html_scrollbars > div.ng-scope > center, .html_scrollbars > div.ng-scope > center > iframe, .html_scrollbars > div#wave2_multipreview_proof > div, .html_scrollbars > div#wave2_multipreview_proof > div > center, .html_scrollbars > div#wave2_multipreview_proof > div > center > iframe{
    width: 100%;
    height: 100%;
}

#batchModal .html5zoom, .html_scrollbars .html5zoom, #wave2_multipreview_proof .html5zoom{
    display: none;
}

.modal-header{
    background-color: #e5e5e5;
    border-radius: 6px;
    cursor:all-scroll;
}

#batchModal .modal-dialog{
    width: 90%;
    height: 90%;
    border: 0;
    position: relative;
    padding: initial;
    background-color:#fff;
}

#batchModal .modal-content{
    height: 100%;
    width: 100%;
}

#batchModal .modal-body{
    overflow:   scroll;
}

#batchModal h1{
    text-align: center
}

#batchModal .back-button, #batchModal .forward-button{
    position: absolute;
    top: 46%;
    height: 65px;
}

#batchModal .back-button{
    margin-left: 10px;
    left: 0;
    padding:10px 7px 10px 7px;
}

#batchModal .forward-button{
    margin-right: 10px;
    right: 0;
    padding:10px 7px 10px 7px;
}

#batchModal .launch-button{
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-family:var(--w2-font-family);
    color:#fff;
    text-transform:unset;
    font-size:12px;
}

#batchModal .batch-job-title{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
}

#batchModal .batch-job-title h2{
    font-size: 20px;
    font-weight: 700;
    font-family:var(--w2-font-family);
    color:var(--w2-color-primary);
}

#batchModal .batch-job-footer{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}

#batchModal .output-container{
    height: 100%;
    width: 100%;
    padding: 75px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

#batchModal .output-container > div, #batchModal .output-container > div > center, #batchModal .output-container > div > iframe{
    width:100%;
    height:100%;
}

#batchModal .output-container > div > center > iframe{
    height:100%;
}

.modal .close-button{
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.navbar .dropdown-menu a, table td, table th {
    font-size:1em !important;
}

.output-container table{
    height:100%;
}

.shared-with{
    margin-left:20px;
    font-size: 12px !important;
    font-weight: 200;
    font-family:var(--w2-font-family);
    color:#333 !important;
}

.search-bar{
    margin-left:5px;
}

#svg-graphic {
    position: absolute;
    width: 20vh;
    margin-left: 50%;
    left: -10vh;
    top: 10vh;
}

#svg-graphic2 {
    position: absolute;
    width: 30vh;
    margin-left: 50%;
    left: -15vh;
    top: 24vh;
}

#svg-graphic3 {
    position: absolute;
    width: 50vh;
    margin-left: 50%;
    left: -25vh;
    top: 40vh;
}

#slider {
    position: absolute;
    width:400px;
    height: 6px;
    left: -200px;
    margin-left: 50%;
    bottom: 20%;
    background-color: #fff;
    display: inline-block;
}

#slider, #slider a {
    background-image: none;
    border: 1px solid #ccc;
}

#slider a {
    background-color: #444;
}

.ui-slider .ui-slider-handle {
    height: .75em;
}

#buildMediaModal .modal-dialog, #cropModal .modal-dialog, #moveModal .modal-dialog, #mediaManagerModal .modal-dialog,
#generateModal .modal-dialog, #downloadChoiceModal .modal-dialog {
    background: white;
    z-index: 10000;
    border: #dcdcdc solid 1px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 0 0 1px black;
    border-radius: 6px;
    position: relative;
    width:800px;
    max-height: calc(100vh - 60px);
}

#dragModal .modal-dialog, #cropPreviewModal .modal-dialog {
    opacity: .7;
    border: #3399ff solid 2px;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 0 0 0 black;
    margin: 0;
}

#cropModal .modal-dialog {
    width: 95%;
    max-width: 1000px;
}

#cropModal .modal-body, #moveModal form, #buildMediaModal .preview-area > div {
    max-height: calc(100vh - 225px);
    overflow: auto;
    min-height: 100px;
}

#mediaManagerModal .modal-body .eb-media-manager-panel-container{
    height: calc(100vh - 225px);
    min-height: 100px;
}

#cropModal .modal-body, #mediaManagerModal .modal-body, #preferencesModal .modal-body {
    padding: 0;
}

#buildMediaModal .filterBox{
    margin-bottom: 6px;
    padding: 0 10px;
}

#buildMediaModal .filterBox>input,
#buildMediaModal .eb-job-spinner,
.wave2Dialog .eb-job-spinner
{
    margin: auto;
}

#buildMediaModal .preview-area > div{
    min-height: 140px;
}

.calendar-from, .calendar-until{
    width:50%;
    display:inline-flex;
    margin-top:30px !important;
}

#mediaManagerModal .modal-dialog {
    width: 95%;
    max-width: 1000px;
}

.calendar-until{
    margin-left:10px;
}

.calendar-from label{
    transform:translateY(0px) !important;
    -webkit-transform:translateY(0px) !important;
}

.calendar-until label{
    transform:translateY(0px) !important;
    -webkit-transform:translateY(0px) !important;
}

.calendar-from label{
    top:-13px !important;
}

.calendar-until  label{
    top:-13px !important;
}

.calendar_row{
    display:inline-flex;
    margin-top:17px;
}

.picker__box .picker__header .picker__date-display{
    background-color:#034d90;
}

.swatch_field>button {
    text-align: left;
}

.swatch_field>ul {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    z-index: 9000;
}

.swatchColour{
    border: black solid 1px;
    margin-right: 10px;
}

.swatchColour, .swatchColour>rect{
    width: 16px;
    height: 16px;
}

.picker__box .picker__footer .picker__button--clear,
.picker__box .picker__footer .picker__button--close,
.picker__box .picker__footer .picker__button--today{
    border:0 !important;
    color:#fff;
}

.picker__input, .switch label input[type=checkbox]:disabled+.lever{
    cursor:default !important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    border-top: none !important;
}

.user_option{
    display:block !important;
}

/* EB3 Styling 22-05-2019 */

/* Logos */

.miles33-logo{
    position: relative;
    top: -43px;
    left: 40px;
    width: 105px;
    margin-left: 50%;
}

.w2pp-logo{
    position: relative;
    top: 25px;
    left: 70px;
    display:inline;
}

.topnav-logo{
    display:inline-block;
    margin-top:10px;
    width:100px;
}

.mobile_logo{
    color:#fff;
    position:relative;
    z-index:1;
    font-family: var(--w2-font-family);
}


/* Buttons throughout site */


#mediaManager_Buttons{
    text-transform:none;
    font-size: 12px;
    font-weight: 200;
    font-family:var(--w2-font-family);
}

#batch_editor_button{
    text-transform:none;
    font-size: 12px;
    font-weight: 200;
    font-family:var(--w2-font-family);
    color:#333;
}

#batch_editor_button:hover{
    color: var(--w2-color-primary);
    border-bottom: 4px solid var(--w2-color-primary);
    border-radius:0 !important;
    text-decoration:none !important;
}

.all_media_buttons{
    width:95% !important;
    background-color:var(--w2-color-primary);
    box-shadow:none;
    color:#fff;
    border-radius:0;
}

.cancel_button_build, .save_button_build{
    margin-left:20px !important;
}

#action_button, #new_job, #store_job, #logout_button, #batch_job, #delete_job, #retrieve_job, #details_job, #media_button, #crop_cancel, #crop_apply, #batch_new, #return_preview, #update_button, #zoom_button, #download_button, #reset_button, #translate_button, #details_job, #retrieve_job, #store_button, #update_button, #back_button, #next_button, #delete_button, #cancel_button, #save_button, #dropdown_xml_button{
    text-transform:none;
    font-size: 12px;
    font-weight: 200;
    font-family:var(--w2-font-family);
    color:#fff;
}
#store_job, #logout_button, #batch_job, #lightbox_button, #preferences_button{
    text-transform:none;
    font-size: 12px !important;
    font-weight: 400;
    font-family:var(--w2-font-family);
    color:#000000;
    width:100%;
    margin: 5px 0 5px 5px;
    text-align: left;
}
#cancel_lightbox{
    text-transform:none;
    font-size: 12px !important;
    font-weight: 200;
    font-family:var(--w2-font-family);
    color:#fff;
    box-shadow:none;
}
#save_lightbox{
    text-transform:none;
    font-size: 12px !important;
    font-weight: 200;
    font-family:var(--w2-font-family);
    color:#fff;
    box-shadow:none;
}

.all_buttons:hover{
    color: #fff;
    border-bottom: 4px solid #fff;
    background-repeat: repeat;
    border-radius:0 !important;
    text-decoration:none !important;
    transition:all 0.3s ease-in-out 0s;
}

.all_buttons:link, .all_buttons:visited, .all_buttons:active{
    text-decoration:none !important;
}

.top_right_nav button, .top_right_nav .navbar-btn{
    min-width:auto !important;
    height:auto !important;
    padding:0;
    margin:20px 5px 0;
}
.bottom_nav{
    position:relative;
    z-index:1;
    display:inline-block;
}

.crop_navbar{
    display:inline-block;
    margin-top:10px;
}

.bottom_right_nav button, .bottom_right_nav a, .bottom_nav button, .bottom_nav a{
    min-width:auto !important;
    height:auto !important;
    padding:0;
    margin:17px 15px 0;
}

.select_button_style button{
    text-transform:none;
    font-family:var(--w2-font-family);
    font-weight:300;
    font-size:12px !important;
    background-color:transparent;
    box-shadow:none;
}

.select_button_batch_style{
    margin-top:11px;
}

.select_button_batch_style button{
    text-transform:none;
    font-family:var(--w2-font-family);
    font-weight:300;
    font-size:12px !important;
    background-color:transparent;
    box-shadow:none;
}

.user_option_dropdown{
    margin-top:0;
    border-bottom:1px solid #ccc;
    display:flex;
    margin-bottom:0;
}

.user_option_dropdown .mdb-select{
    border:none;
    box-shadow:none;
    font-family:var(--w2-font-family);
    font-weight:300;
    font-size:12px !important;
}

.disabled, .md-tabs .nav-item.disabled, :disabled{
    pointer-events:auto !important;
}

[type=radio]:checked, [type=radio]:not(:checked){
    opacity:1 !important;
    position: static;
}

.crop_buttons:active, .crop_buttons:link, .crop_buttons:hover, .crop_buttons:visited{
    box-shadow:none !important;
}

.proof_buttons {
    padding-left:0;
}

.proof_buttons .text-center{
    text-align:left;
    font-family:var(--w2-font-family);
    font-weight:300;
    color:#333;
    font-size:12px;
    margin-top:15px;
}


.proof_buttons a{
    margin:15px 0 10px !important;
}

.control-label {
    text-align:left;
    padding-left:0;
}

/* Button Groups */

.mediaManagerPanel{
    margin-top:7px;
}

.pagination_icon, .pagination_text{
    font-family:var(--w2-font-family);
    font-weight:300;
    color:var(--w2-color-primary) !important;
    font-size:25px;
}

.pagination_text{
    font-size:12px !important;
    margin-top:12px;
}

.ui-select-bootstrap .ui-select-choices-row.active>a{
    background-color:var(--w2-color-primary) !important;
    color:#fff !important;
}

.job_manager_titles .selected option:hover{
    background-color:var(--w2-color-primary) !important;
}

/* Labels */

.document_finder.md-form label.active{
    transform:translateY(-15px) scale(.8) !important;
    -webkit-transform:translateY(-15px) scale(.8) !important;
}

.job_retrieve_label{
    font-size:12px !important;
    font-weight:100;
    color:#333 !important;
}

.search_document_label{
    font-size:12px !important;
    font-weight:100;
    color:#fff !important;
    font-family:var(--w2-font-family);
    border:0;
    transform:translateY(5px) !important;
}

.eb-spaced-buttons{
    display:block;
    margin-top:25px;
    height:30px;
}

.delete_button_store{
    padding-left:0;
}

.store_job_label{
    text-align:right;
    margin-top:25px;
    padding-left:0;
}

#job-label{
    color:#333;
    font-family:var(--w2-font-family);
    font-weight:300;
    font-size:14px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    opacity:0.5;
}

.categories_and_search .document_finder .form-control{
    padding:0 0 0.4rem;
}

/* Login Page */

.login_username, .login_password{
    border-radius:0;
    color:#757575 !important;
    font-family:var(--w2-font-family);
    font-weight:300;
    font-size:16px;
}

.login_input{
    width:100%;
}

.job_name{
    margin-bottom:0;
    margin-top:8px;
}
.job_name_build{
    margin-bottom:0;
    margin-top:8px;
    display:inline-block;
}

.job_name_build .form-control{
    color:#fff !important;

}

.build_job_name{
    font-size: 12px !important;
    font-weight: 200;
    font-family: var(--w2-font-family);
    color: #fff !important;
    margin-right:10px;
}

.document_finder input{
    color:#fff !important;
}

.mid_outer{
    position: absolute;
    width: 100%;
    top: 140px;
    padding-left: 60px;
    padding-right: 48px;
}

.fa-user, .fa-lock {
    color: var(--w2-color-primary);
    font-size: 16px;
}

.endorsement-txt{
    position: absolute;
    text-align: right;
    color: #cccccc;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
    top: 30px;
    left: 40px;
}

.version{
    position:absolute;
    top:2px;
    left:12px;
    color:#cccccc;
    font-size: 12px;
    letter-spacing: 1px;
    font-family:var(--w2-font-family);
}

#loginform .alert-danger{
    margin-left:25px;
    background-image: none;
    background-color:var(--w2-color-primary);
    color:#fff;
    border-radius:0;
    font-family:var(--w2-font-family);
    margin-bottom:0;
    padding:5px 10px 5px 10px;
}

.tag-txt{
    position: absolute;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1.5px;
    top: 90px;
    left: 104px;
    font-family: var(--w2-font-family);
}

.whole_login{
    width:100%;
    height:100%;
    display:inline-block;
    position:absolute;
    top:0;
    left:0;
    background-repeat:repeat;
    background-color:#d9d9d9;
}

.version_platform{
    display:inline-block;
    margin-right:15px;
    margin-top:15px;
    font-family:var(--w2-font-family);
    color: #cccccc;
    font-size: 12px;
    letter-spacing: 1px;
    float:right;
}

.md-form .prefix.active, .md-form textarea~label.active, .md-form.md-outline input[type=date]:focus:not([readonly])+label, .md-form.md-outline input[type=datetime-local]:focus:not([readonly])+label, .md-form.md-outline input[type=email]:focus:not([readonly])+label, .md-form.md-outline input[type=number]:focus:not([readonly])+label, .md-form.md-outline input[type=password]:focus:not([readonly])+label, .md-form.md-outline input[type=search-md]:focus:not([readonly])+label, .md-form.md-outline input[type=search]:focus:not([readonly])+label, .md-form.md-outline input[type=tel]:focus:not([readonly])+label, .md-form.md-outline input[type=text]:focus:not([readonly])+label, .md-form.md-outline input[type=time]:focus:not([readonly])+label, .md-form.md-outline input[type=url]:focus:not([readonly])+label, .md-form.md-outline textarea.md-textarea:focus:not([readonly])+label{
    color:#084E9A !important;
}

/* Top and Bottom Navbar */

.document_finder{
    display:inline-block;
    margin-bottom:0;
    margin-top:5px;
    margin-left:10px;
    vertical-align:top;
}

.top_right_nav a{
    min-width:auto !important;
    height:auto !important;
    padding:0 !important;
    margin:15px 5px 0;
}

.create_new_button{
    min-width:auto !important;
    height:auto !important;
    padding:0;
    margin:11px 15px 0;
}

.logo_and_create{
    margin-top:7px;
}

.categories_and_search{
    margin-top:10px;
}

.categories_and_search .form-group{
    vertical-align:bottom;
}

.topnav-logo img{
    width:100%;
}

.select_button_style input{
    background-color:transparent;
    color:#fff;
    font-family:var(--w2-font-family);
    font-weight:300;
    font-size:12px;
    border:1px solid transparent;
    margin-bottom:10px;
    box-shadow:none;
}

.select_button_batch_style input{
    background-color:transparent;
    color:#fff;
    font-family:var(--w2-font-family);
    font-weight:300;
    font-size:12px;
    border:1px solid transparent;
    margin-bottom:4px;
    box-shadow:none;
}

.select_button_style .ui-select-choices, .select_button_batch_style .ui-select-choices{
    font-family:var(--w2-font-family);
}

.select_button_style .btn-default-focus, .select_button_batch_style .btn-default-focus{
    outline:none !important;
}

.unit_size{
    margin:0 5px;
}

.unit_size .form-control{
    color:#fff;
    font-family:var(--w2-font-family);
    font-weight:300;
    font-size:12px;
}

/* Media Manager Page */

.list-group-item{
    font-weight:300;
    font-size:12px;
}
.sub-group-item {
    position: relative;
    display: block;
    padding-left: 10px;
    /* margin-bottom: -1px; */
    background-color: #fff;
    border-left: 1px solid #ddd;
}
.sub-group-item > .list-group {
    margin-bottom: -1px;
}

.folder-expand > i.disabled {
    color: lightgrey;
}

/* Job Manager Page */

.job_manager_titles{
    vertical-align:bottom !important;
}

.job_manager_titles .md-form .form-control{
    margin:0 0 !important;
}

.search_title_tag{
    margin-bottom:0;
    margin-top:0;
}

.document_finder input::placeholder{
    font-size:12px;
    font-weight:100 !important;
    color:#fff;
    font-family:var(--w2-font-family);
}

.search_title_tag input::placeholder{
    font-size:12px;
    font-weight:100 !important;
    color:#333;
    font-family:var(--w2-font-family);
}


/* EB Store Job Page */

.eb-store-form label, .eb-store-column label, .eb-store-column h3{
    font-family:var(--w2-font-family);
    font-weight:300;
    font-size:14px !important;
}

#job-status{
    box-shadow:none;
    font-family:var(--w2-font-family);
    font-weight:300;
    font-size:12px !important;
}

#job-status:after{
    border-bottom:1px solid black;
}

/* Preview Page */

.form-control{
    border-radius:0;
}

/* Datepicker */

.datepicker{
    border-radius:0 !important;
    moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
}

.eb-jobs-container table td .datepicker tbody tr td button {
    background-color: #fff !important;
    color:#333 !important;
    font-family:var(--w2-font-family);
    font-weight:300;
    font-size:12px !important;
}

.eb-jobs-container table td .datepicker tbody tr td button .text-muted{
    display:inline-flex !important;
}

.eb-jobs-container table td .datepicker tbody tr td button .ng-binding{
    display:inline-flex !important;
}

.eb-jobs-container table td .datepicker{
    background-color:#fff;
}

.eb-jobs-container table td .datepicker tbody tr:nth-child(even){
    background:none !important;
}

.eb-jobs-container table td .datepicker thead tr:nth-child(even){
    background:none !important;
}

.eb-jobs-container table td .datepicker thead tr th button{
    background-repeat:repeat;
    background-color:var(--w2-color-primary) !important;
}

.eb-jobs-container table td .datepicker thead tr .dow{
    font-family:var(--w2-font-family);
    font-weight:300;
    color:#333 !important;
    font-size:12px !important;
}

/* Logos */

.mobile_logo{
    display:none;
}

/* Top and bottom Waves navbars */

.outer-container {
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
}

.top-panel{
    width: 100%;
    height: 60px;
    background-color:var(--w2-color-primary);
}

.logo_tag-txt {
    position: absolute;
    color: #ffffff;
    font-size: 8px;
    letter-spacing: .05px;
    top: 33px;
    left: 10px;
    font-family:var(--w2-font-family);
    font-weight:300;
}

.mobile_logo_tag-txt{
    display:none;
}

.ui-select-choices-content .ui-select-choices-group{
    font-size:12px;
}

.bottom-panel{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 50px;
    background-color:var(--w2-color-primary);
}

.form-group h3{
    color:var(--w2-color-primary);
    font-family:var(--w2-font-family);
    font-weight:300;
}

.doc_content h3{
    color:var(--w2-color-primary);
    font-family:var(--w2-font-family);
    font-weight:300;
}

.eb-proof-form-padding label{
    color:#333;
    font-family:var(--w2-font-family);
    font-weight:300;
}

.col-centered .text-center{
    font-family:var(--w2-font-family);
    font-weight:300;
    color:#333 !important;
    font-size:12px;
}

.shared_job_tag{
    font-family:var(--w2-font-family);
    font-weight:300;
    color:#333 !important;
    font-size:12px;
    height:30px;
}

.pagination{
    border-radius:0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination>li>a, .pagination>li>span{
    border:none;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    color:#fff !important;
    font-family:var(--w2-font-family);
    font-weight:300;
}

.eb-doc-nav label{
    font-family:var(--w2-font-family);
    font-weight:300;
    color:var(--w2-color-primary);
    font-size:12px;
}

.top_pagination .pagination{
    margin:0 0;
}
.share_with_label{
    padding-top:0;
}

/* For small, medium, large icons */

/* Create two equal columns that floats next to each other */
.smallColumn, .mediumColumn{
    position:relative;
    display:table-cell;
}

.smallColumn .pp-style-img-container img, .mediumColumn .pp-style-img-container img, .largeColumn .pp-style-img-container img{
    max-width:100% !important;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.test3{
    display:none;
    width:100%;
}
.test2{
    width:100%;
}
.test1{
    width:100%;
    display:none;
}

#btnContainer .active .icons_page{
    color:var(--w2-color-primary);
}

.fa-th, .fa-th-large{
    font-size:25px;
    color:#C8C8C8;
    margin:10px;
    cursor:pointer;
}

.fa-grip-horizontal{
    font-size:35px;
    top:5px;
    position:relative;
    color:#C8C8C8;
    margin:0 10px 0 10px;
    cursor:pointer;
}

.largeIconView, .smallIconView, .mediumIconView{
    float:right;
}

.design_bg_dialog .bottom-panel-dialog{
    bottom:0;
    height:auto;
    top:unset;
    padding:10px;
}
.design_bg_dialog .uploadRemote{
    background:none;
    padding: 9px 6px 6px 6px;
}

.design_bg_dialog .dialogCloseButton{
    background:none;
    margin-top:8px;
    padding: 9px 6px 6px 6px;
}

.bottom-panel-dialog{
    width:100%;
}

.public_url{
    display:inline-block;
    margin-left:20px;
}

/* Build Media Changes */

#buildMediaModal {
    overflow: hidden;
    overflow-y: auto;
    outline:none;
}

#buildMediaModal .modal-dialog, #cropModal .modal-dialog, #moveModal .modal-dialog, #downloadChoiceModal .modal-dialog, #preferencesModal .modal-dialog {
    background: white;
    z-index: 10000;
    border: #dcdcdc solid 1px;
    padding: 15px 10px 15px 10px;
    overflow: hidden;
    box-shadow: 0 0 0 1px black;
    border-radius: 6px;
    position: relative;
    width:800px;
}

#cropModal .modal-dialog {
    width: 95%;
    max-width: 1000px;
}

#buildMediaModal .preview-area{
    padding: 10px;
}

#buildMediaModal .image_field img {
    max-height:fit-content !important;
    max-width:-webkit-fill-available !important;
}

#buildMediaModal .image_field_style label{
    max-width:164px;
    padding:0 5px 0 5px;
}

.crop-img-container,
.crop-img-preview {
    background-color: #f7f7f7;
    text-align: center;
    padding: 0;
    width: 100%;
}

.crop-img-container {
    margin-bottom: 1rem;
    max-height: 497px;
    min-height: 200px;
}

.crop-img-preview {
    overflow: hidden;
    height: 300px;
}
.eb-action-overlay .eb-action-overlay-container .spancheckbox input{
    display:inline-block;
    position:relative;
}

.save_button, .cancel_button{
    margin:17px 10px 0 10px !important;
    float:right;
    box-shadow:none !important;
}

.save_button:hover, .cancel_button:hover{
    color: #fff;
    border-bottom: 4px solid #fff;
    background-repeat: repeat;
    border-radius:0 !important;
    text-decoration:none;
    transition:all 0.3s ease-in-out 0s;
}

.save_button.btn-default, .cancel_button.btn-default{
    color:#555 !important;
}

.zoom_button_build_container{
    display:inline-block;
}
.zoom_button_build_container button{
    text-transform:none;
    font-size:12px !important;
    font-weight:200;
    font-family:var(--w2-font-family);
    color:#fff !important;
    background-color:transparent !important;
    box-shadow:none !important;
}

.zoom_button_build_container button:active{
    background-color:transparent !important;
}

.btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: transparent !important; }

.zoom_button_build_container button:hover{
    color: #fff;
    border-bottom: 4px solid #fff;
    background-repeat: repeat;
    border-radius:0 !important;
    text-decoration:none !important;
    transition:all 0.3s ease-in-out 0s;
}

/* Cropping changes 130220 */

#cropModal h3 {
    color:var(--w2-color-primary);
    font-family:var(--w2-font-family);
    font-weight:700;
}
#cropModal button{
    box-shadow:none !important;
    background-color:transparent;
    text-transform:none;
    padding: 5px;
}
#cropModal .fa {
    color:var(--w2-color-primary);
}

#moveModal h3{
    color:var(--w2-color-primary);
    font-family:var(--w2-font-family);
    font-weight:700;
    margin-bottom:15px;
}

/* Lightbox changes */


.lightbox_pagination_boxes  .panel-footer{
    font-size:12px !important;
    max-height:25px;
    -webkit-line-clamp: 1;
}
.lightbox_pagination_boxes {
    padding:5px;
}

.batch_dropdown_select:after{
    content:'\f0d8 \0020 Select your batch from the drop down menu above...';
    font-family:'Font Awesome 5 Free', sans-serif;
    font-size:20px;
    left:50%;
    top:100px;
    position:absolute;
    transform:translate(-50%, -50%);
    color:#13519C;
}

.batch_id, .batch_file{
    font-size:14px;
    color:#4c4c4c;
}

.batch_file{
    margin-top:10px;
}

.batch_process_results{
    background-color:#f0f0f0;
}

.validation_results{
    padding:10px;
}

.filterbox_modal{
    margin-bottom:20px;
    padding-left:10px;
}

.filterbox_modal input::placeholder{
    font-size:12px;
    font-weight:100 !important;
    color:#333;
    font-family:var(--w2-font-family);
}

.default_coupon_style .image_field{
    margin-bottom:20px;
    height:140px;
}

/************************** MOVE MANAGER ****************************/

#moveModal .modal-dialog {
    width: 95%;
    max-width: 375px;
}

#moveModal .input-group .btn {
    min-width: 30px;
}

.font-small{
    font-size: 10px;
}

#moveModal .move-linked{
    width:100%;
    max-height: 40px;
    font-size: 50%;
    background-color: lightgrey;
    overflow: auto;
}

#moveModal .move-linked ul{
    list-style-type: none;
    padding-inline-start: 10px;
    margin-bottom: 0;
}
.move_label{
    width:80px;
    padding:0 0 0 5px;
    text-align:left;
}
.move_input{
    width:90px !important;
}
#moveModal .input-group-btn{
    top: 7px;
}

/* bootstrap 4 classes*/
.py-0{
    padding-top: 0;
    padding-bottom: 0;
}

.eb-unit-select-control {
    width: 100px;
}

.margins-controls{
    max-width: 400px;
}

.inline-input:not(:focus){
    border-left: 0;
}

.navbar-header.batch-job-title, .eb-breadcrumb{
    padding: 15px;
}

.batch-job-title .eb-breadcrumb{
    margin-top: 3px;
}

.navbar-form .eb-size-select-control{
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-form .eb-unit-select-control{
    margin-top: 8px;
    margin-bottom: 8px;
    height:35px;
}

/* Change the size of the icons inside button */
.btn-elegant{
    font-size:12px;
}

/* Change the style of the overlay buttons on the form page */
.eb-option-btn {
    padding: 0.84rem 1.5rem;
    box-shadow:none;
}
.eb-option-btn  .fa,.eb-option-btn  .fas,.eb-option-btn  .far,.eb-option-btn  .fal,.eb-option-btn  .fad,.eb-option-btn  .fab{
    font-size: 13px;
}

/* Change the colour of the fit-item icon */
.py-0 .fa-arrows-alt{
    color:var(--w2-color-primary);
}

/* Change the colour of the reset icon */
.py-0 .fa-window-restore{
    color:var(--w2-color-primary);
}

/* Adjust the buttons to line up with the text on store page */

.form-horizontal .radio, .form-horizontal .checkbox{
    min-height: 20px;
}

/* Left allign the status text field */

#job-status{
    padding-left:0;
}

/* Changes 27/10/20 */

.eb-action-overlay-container .btn-group .btn-default, .design_zoom_controls.btn-group {
    background-color:transparent;
    text-transform:none;
    font-size: 12px !important;
    font-weight: 400;
    font-family:var(--w2-font-family);
    color:#000000 !important;
    width:100%;
    margin: 5px 0 5px 5px;
    text-align: left;
    box-shadow:none;
    padding:0 !important;
}

.eb-unit-select-control input{
    padding:0;
    height:auto;
    margin-top:5px;
}

.move_buttons{
    margin:0;
}
.move_buttons .fa:before{
    color:var(--w2-color-primary);
}
.move_buttons {
    box-shadow:none !important;
}

/* Design Mode buttons styling */

.background_buttons_box{
    height:100%;
    display:inline-block;
    float:right;
    width:112px;
    margin-left:10px;
    margin-right:10px;
    padding-top:10px;
}

.opacity_box{
    height:100%;
    display:inline-block;
    width:50px;
    float:right;
    margin-left:10px;
    margin-right:10px;
    padding-top:10px;
}

.launch_lightbox{
    margin:15px 10px 0 !important;
}

.ck-list {
    max-height: 171px;
    overflow: auto;
}

.ck.ck-color-grid {
    max-height: 152px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ck-editor__editable h3{
    text-align: initial;
    color: initial;
}

.ck-editor__editable {
    height: initial;
}

.ck-font-size-dropdown .ck.ck-button .ck-button__label {
    font-size: inherit !important;
}

.ck-stylisation-off > .form-control.ck-content, .ck-stylisation-off  > .form-control.ck-content * {
    font-size: 14px !important;
    color:#333;
    font-family: var(--w2-font-family);
    font-weight: 300;
}

.w2tooltip:after {
    width: auto;
    background-color: white;
    color: #555;
    text-align: center;
    padding: 5px;
    border: #555 1px solid;
    position: absolute;
    z-index: 1;
    white-space: pre;
    display:none; /* hide by default */
}

.w2tooltip:hover:after {
    display:inline-block;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1005;
}

.w2-show-errors {
    display: none;
    font-size: x-small;
    line-height: 1.2;
}

.w2Errors .w2-show-errors {
    display: inline-block;

}

/* Dropdown download button 07-04-2021 */

.dropdown_download{
    display:inline-block;
    margin:13px 5px 0;
}

.dropdown_menu_download{
    min-width:max-content;
}

.dropdown_menu_download a{
    font-size:12px;
}

#dropdown_xml_button{
    font-weight:200;
}

.overflow_hidden{
    overflow: hidden;
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
}

.ui-select-bootstrap> .ui-select-choices{
    width:auto;
    min-width:100%;
    max-height: 350px;
}

.status-title{
    text-align: center;
    font-family:var(--w2-font-family);
    font-weight:700;
    color:var(--w2-color-primary) !important;
    font-size:20px !important;
}
}

.status-image{
    height: 200px;
}

.queue_page{
    padding:10px;
}
.queue_title{
    margin-bottom:10px;
    background-color:#ffffff;
    border-radius:4px;
}
.job_summary_section{
    margin-top:20px;
    background-color:#ffffff;
    border-radius:4px;
    max-height:250px;
    overflow:auto;
    padding:10px;
}
.status_page{
    border-radius:3px;
    padding:0 20px;
}
.current_job{
    margin-bottom:20px;
}
.current_job, .wait_time{
    border:1px solid var(--ck-color-border);
    border-radius:4px;
    padding:10px;
    background-color:#ffffff;
}
.status_progress{
    position:absolute;
    bottom:10px;
    padding-left:0;
}
.preview_text{
    text-align:center;
    font-size:12px;
    margin-top:5px;
}
.queue_subtitle{
    margin-bottom:10px;
    display:inline-block;
}
.queue_wait_subtitle{
    margin-left:5px;
}
.progress{
    margin-top:10px;
}
.waiting{
    margin-left:5px;
}
.progress-bar.active, .progress.active{
    -webkit-animation:progress-bar-stripes 2s linear infinite;
    animation:progress-bar-stripes 2s linear infinite;
}
.progress-bar-striped, .progress-striped{
    background-image: -webkit-linear-gradient(
            45deg
            ,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(
            45deg
            ,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size:40px 40px;
    background-size:40px 40px;
}
.wait_progress_bar{
    background-color:#f9f9f9;
    padding:8px;
    border-top:1px solid #ddd;
}
.wait_table th{
    width:34%;
}

.progress_table img{
    max-width:100% !important;
}

#generateModal .modal-dialog {
    width: 95%;
    max-width: 350px;
}
#generateModal h3 {
    color:var(--w2-color-primary);
    font-weight:bold;
}

.hamburger_nav_buttons_right .dropdown-menu{
    right:0;
    left:unset;
}
#mainpageDropdownMenuButton{
    background-color:transparent;
    box-shadow:none;
}
#mainpageDropdownMenuButton .fas{
    font-size:2rem;
    color:#fff;
}
.hamburger_nav_buttons_right:hover {
    background-color: var(--w2-color-primary) !important;
}
.page_range{
    padding-left:0;
    margin-bottom:20px;
}
.page_range .input-group-addon{
    background-color:transparent;
    border:none;
    padding-left:0;
    color: #333;
    font-family: var(--w2-font-family);
    font-weight: 300;
}

.eb-proof-form-padding .control-label{
    padding-top: 15px !important;
}

.eb-size-select-control .default_sizes span{
    margin-top:5px;
}

.eb-image-field .dropdown{
    position:absolute;
    right:15px;
}
.galleryVideoItem .dropdown{
    position:absolute;
    right:15px;
}

.eb-image-field .dropdown-menu{
    right:0;
    left:auto;
}

.galleryVideoItem .dropdown-menu{
    right:0;
    left:auto;
}

.eb-image-field .fa-ellipsis-h{
    font-size:2rem;
    color:var(--w2-color-primary);
}
.galleryVideoItem .fa-ellipsis-h{
    font-size:2rem;
    color:var(--w2-color-primary);
}
.buildDropdownMenuButton{
    padding:0;
    background-color:transparent;
    height:15px;
    box-shadow:none;
}

.mobile_dropdown{
    display:none !important;
}
.eb-image-field-primary .dropdown .fas{
    color:#fff;
}

.progress_cancel_button{
    background-color:var(--w2-color-primary);
    text-transform:none;
}

.audio_title{
    border:none;
    color:#2c405a !important;
    font-weight:400;
    font-size:13px;
    padding:6px 10px;
}

.audio_button_option{
    color:var(--w2-color-primary);
    box-shadow:none !important;
}

.audio_button_option .fa,.audio_button_option .fas,.audio_button_option .far,.audio_button_option .fal,.audio_button_option .fad,.audio_button_option .fab{
    color:var(--w2-color-primary);
    font-size:13px;
}

.audio_asset_title{
    overflow:hidden;
    white-space:no-wrap;
    text-overflow:ellipsis;
}

.design_zoom_controls.btn-group{
    width:auto;
    display:inline-grid;
    margin:0;
}

.design_zoom_controls.btn-group button{
    border-radius:0;
    background-color:var(--w2-color-primary) !important;
}

#return_preview{
    margin:10px 15px 0;
}
.media_nav .btn-primary{
    color:#000000 !important;
}

.download_lightbox{
    margin-top:10px;
}

.zoom_button_nav{
    padding-top:0 !important;
}

/* highlight bar */

.highlight_bar{
    display:inline-block;
    padding-left:10px !important;
    padding-right:10px !important;
}

.highlight_bar .input-group-addon, .highlight_bar .input-group-btn, .highlight_bar .input-group, .highlight_bar .form-control{
    display:inline;
}

.highlight_bar .input-group-addon{
    background-color:transparent;
    border:none;
}

.doc_content .btn-default:hover, .eb-media-manager .btn-default:hover, .proof-thumb-holder .btn-default:hover{
    box-shadow:none;
}

.dialogActions .btn{
    text-transform:none;
}

#vertical-alignment, #horizontal-alignment, #image-fitting, #frame-fitting{
    color: #333;
    font-family: var(--w2-font-family);
    font-weight: 300;
    padding-left:5px;
}

.move_group_modal .input-group-addon{
    background-color:transparent;
    border:none;
}
.scale_box{
    display:inline-block;
}
.crop-button{
    padding:5px;
}
.mobile_menu_items, .mobile_spinner, .mobile_only{
    display:none;
}
.signout_mobile{
    display:none;
}

/* Icons panels changes 13-01-21 */

.dropdown_icons_panel>.icon_container.disabled{
    display:none;
}


.dropdown_icons_panel{
    background-color:#d9d9d9;
    display:block;
    z-index:9;
    height: auto;
    max-height: 0;
    overflow:hidden;
    transition: max-height  0.25s
}

.eb-image-field:hover  .dropdown_icons_panel{
    max-height: 500px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    transition: max-height 1s;
}

.icons{
    padding:0;
}
.dropdown_icons_panel .icons_panel  {
    color: #000000;
    width: 100%;
}
.dropdown_icons_panel .fa,.dropdown_icons_panel .fas,.dropdown_icons_panel .far,.dropdown_icons_panel .fal,.dropdown_icons_panel .fad,.dropdown_icons_panel .fab{
    display: block;
}
.icons button{
    padding: 0.84rem 1.5rem 0;
}
/* Dropdown icon panel */
.icon_label{
    font-size:10px;
    background-color:#d9d9d9;

    white-space: normal;
    line-height: 1;
    display:inline-block;
    text-transform:capitalize;
    font-weight: 300;
    margin-top: .375rem;
}
.media_icons .icon_label{
    height:auto;
}
.icon_container .eb-option-btn{
    padding:0;
    height: 42px;
}

.eb-image-field{
    height: 163px;
}

.eb-image-field.caption{
    height: 163px;
}

.eb-image-field:hover{
    overflow:visible;
    z-index:100;
}

.eb-image-field:hover > *{
    border-left:1px solid #000000;
    border-right:1px solid #000000;
}
.eb-image-field:hover > :first-child{
    border-top:1px solid #000000;
}
.eb-image-field:hover > :last-child{
    border-bottom:1px solid #000000;
}

/* Dialog Preview */

.wave2Dialog.display_image_dialog{
    width:600px;
    height:500px;
}
.display_image_dialog .img-container{
    max-width:600px;
    max-height:450px;
    min-height:auto;
    margin-bottom:0.5rem;
}
.display_image_dialog img{
    max-height:450px;
}
.display_image_dialog .dialogActions{
    margin:0;
}
.preview_dialog_button{
    width:100px;
}
.text_field .fa, .text_field .fas, .text_field .far, .text_field .fal, .text_field .fad, .text_field .fab {
    -webkit-transition: color 0.1s, font-size 0.1s;
    -moz-transition: color 0.1s, font-size 0.1s;
    -o-transition: color 0.1s, font-size 0.1s;
    transition: color 0.1s, font-size 0.1s;
    color:var(--w2-color-primary);
}
.text_field .fa:hover,.text_field .fas:hover,.text_field .far:hover,.text_field .fal:hover,.text_field .fad:hover,.text_field .fab:hover{
    font-size:15px;
    text-shadow:1px 1px 1px rgb(2 2 2 / 54%);
    color:#000000;
}
.text_field button{
    max-height:30px;
    max-width:30px;
    padding:8px 10px 8px 8px;
}
.mobile_only_navbox{
    display:none;
}

/* Preferences Modal */

.preference_label{
    width:100px;
    padding:0 0 0 5px;
    text-align:left;
}

#preferencesModal h3 {
    color:var(--w2-color-primary);
    font-family:var(--w2-font-family);
    font-weight:700;
}
#preferencesModal .modal-footer{
    border-top:none;
}
#preferencesModal .modal-dialog {
    width: 95%;
    max-width: 350px;
    min-height:350px;
}
.preferences-modal-content{
    margin-top:20px;
}
#preferencesModal .select_button_style .btn-default{
    color:#000;
    padding-left:0;
}
.preferences_button_cancel{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#preferencesModal .ui-select-bootstrap> .ui-select-choices{
    width: 325px;
    box-shadow: none;
    max-height:125px;
}
#preferencesModal .ui-select-choices-row{
    display: inline;
    position: relative;
    width: 20%;
    height:30px;
}

#preferencesModal .ui-select-bootstrap .ui-select-match-text span{
    font-family: var(--w2-font-family);
    font-weight: 700;
    color: #000 !important;
    font-size: 16px !important;
}

#preferencesModal .select_button_style input{
    color:#000000;
}

/* units in move modal */

#moveModal .ui-select-bootstrap .ui-select-match span{
    font-family: var(--w2-font-family);
    font-weight: normal;
    color: #555555 !important;
    font-size: 14px !important;
}
#moveModal .select_button_style .btn-default{
    padding-left:2px;
}
#moveModal .select_button_style .btn-default:hover{
    box-shadow:none;
}
#moveModal .ui-select-bootstrap .ui-select-choices-row>a{
    text-align: center;
}
#moveModal .modal-dialog{
    max-height:375px;
    min-height:345px;
    overflow: unset;
}
.move_buttons{
    bottom:5px;
    left:0;
}
#dragModal .move_buttons{
    bottom:-30px;
    position:absolute;
}
#dragModal .modal-dialog, #cropPreviewModal .modal-dialog{
    background: white;
    z-index: 10000;
    border: #dcdcdc solid 1px;
    padding: 0;
    overflow: unset;
    box-shadow: 0 0 0 1px black;
    border-radius: 6px;
    position: relative;
    width:800px;
    max-height: calc(100vh - 60px);
}
#cropPreviewModal .modal-dialog{
    overflow: hidden;
}

#dragDialogBg, #dragDialogBgImg, #cropPreviewDialogBg, #cropPreviewDialogBgImg {
    padding: 0;
    margin: 0;
    border: 0;
}
#dragDialogBg, #cropPreviewDialogBg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#dragDialogBgImg, #cropPreviewDialogBgImg {
    position: absolute;
}

#moveModal .select_button_style input{
    color:#555555;
}
/* errors page */
.errors_page h2{
    text-align: center;
    font-family: var(--w2-font-family);
    font-weight: 700;
    color: var(--w2-color-primary) !important;
    font-size: 16px !important;
}
.errors_page h5{
    text-align: left;
    font-family: var(--w2-font-family);
    font-weight: 700;
    color: #555555 !important;
    padding-left: 15px;
    font-size:16px;
}
.errors_page h2, .errors_page h5{
    margin-bottom:10px;
}
.errors_page .alert-danger{
    background-image:none;
    box-shadow:none;
    border:none;
    background-color:transparent;
}
.errors_page .alert-danger ul .list-group-item{
    border:1px solid var(--ck-color-border);
}
.errors_title{
    text-align: left;
    font-weight: 700;
    font-family: var(--w2-font-family);
    color: var(--w2-color-primary) !important;
    font-size:70px;
    padding-left: 10px;
}

.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child){
    margin-left:0;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default{
    color:#fff;
}
.eb-navbar-form.move_buttons{
    padding-left:0;
}
#dragDialog .move_buttons {
    position:absolute;
}

.preview-area table td, .panel-body table td {
    text-align: center;
    vertical-align: top;
}

#preview_container table td {
    text-align: left;
    vertical-align: top;
}

.folder-expand{
    padding: 10px 5px;
}

.pl-0{
    padding-left: 0;
}

.btn-default {
    color: #fff;
    background-color: transparent !important;
}

.ck-stylisation-off.whiteText > .form-control.ck-content{
    background-color:#fff;
}
.whiteText > .form-control.ck-content{
    background-color: hsl(0, 0%, 70%);
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color:var(--w2-color-primary);
    border-color:var(--w2-color-primary);
}

.eb-jobs-container tbody tr:nth-child(even){
    background-color: var(--w2-table-row-even-color);
}

.table > thead > tr > .active, .table > tbody > tr > .active, .table > tfoot > tr > .active, .table > thead > .active > td, .table > tbody > .active > td, .table > tfoot > .active > td, .table > thead > .active > th, .table > tbody > .active > th, .table > tfoot > .active > th {
    background-color: #B7D2E5;
    color: #f5f5f5;
}

.datepicker .btn{
    box-shadow:none;
}

.eb-mt-files{
    border-color:#cfcfcf;
}

.panel-footer {
    background-color:var(--w2-color-primary);
    color: var(--w2-color-white);
}

.panel.active .panel-footer {
    font-weight: bold;
}

.progress-bar {
    background-color:var(--w2-color-primary);
}

/* Visible scrollbars in OSX */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.table > thead > tr > th {
    border-bottom: #B7D2E5 solid 1px;
}

div.image_field label,
div.externalmedia_field label,
div.video_field label {
    background-color: var(--w2-color-field-label);
}

div.image_field table,
div.externalmedia_field table,
div.video_field table {
    background-color: var(--w2-color-field-panel);
}
div.image_field.eb-image-field-primary table,
div.externalmedia_field.eb-image-field-primary table,
div.video_field.eb-image-field-primary table {
    background-color: var(--w2-color-primary);
    border-color: #640000;
}

.btn.btn-primary {
    background-color: #d9d9d9 !important;
    transition: none;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

.eb-navbar-text {
    color: #fff;
    font-size: 12px;
}

.lis_on_button {
    color: #b11e21;
    background-color: #ececec;
}

.lis_off_button {
    background-color: var(--w2-color-primary);
    color: var(--w2-color-white) !important;
}

.lg_library_items {
    border-color: var(--w2-color-white);
    -moz-box-shadow: inset 0 0 5px #999999;
    -webkit-box-shadow: inset 0 0 5px #999999;
    box-shadow: inset 0 0 5px #999999;
}

.libraryItemPreviewHolder img {
    -moz-box-shadow: 1px 1px 3px #999999;
    -webkit-box-shadow: 1px 1px 3px #999999;
    box-shadow: 1px 1px 3px #999999;
}

.design_border_dialog {
    background-color: #FFFFFF;
}

.design_on_button {
    color: #b11e21 !important;
}

.doccontent_panel {
    border-color: #dcdcdc;
}

.highlight_bar .eb-navbar-text {
    color: var(--w2-color-primary);
}

.translated {
    width: 49%;
    float: right;
}

.original {
    width: 49%;
    float: left;
}

div.audio_field span {
    background-color: var(--w2-color-white);
}

span.dpi{
    float: right;
    margin-right: 5px;
}