/* app css stylesheet */

html {
    height:95%;
}

body { 
	background-color:#ecf5fd; 
	
}

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

@media (max-width: 1199px) {
    .eb-action-buttons {
        margin-bottom: 10px;
    }
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.breadcrumb {
    margin-bottom: 0px;
}

/* Login page */

.eb-login{
    color:#fff;
    position:absolute;
    top:150px;
    left:100px;
}

.eb-login img{
	max-width:40%;
}

.eb-login .form-control{
    width:150px !important;
    height:36px;
    margin-right:6px !important;
    border-radius:6px !important;
}

#btn-login{
    margin-top:1px;
}

#dragDialog .btn.btn-elegant{
    padding:2px;
    font-size: 10px;
}

.footer {
    position: fixed;
    height: 20px;
    padding: 0 5px;
    width: 100%;
    bottom: 0;
    margin-left: 100px;
}

/* 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 {
    background: url('../img/app-logo3.png') no-repeat center, url('../img/get-started-instruction-product.png') no-repeat 190px -16px;
    min-height: 380px;
}

div.pp-style-container.no-type-available {
    background: url('../img/app-logo3.png') no-repeat center, url('../img/get-started-instruction-type.png') no-repeat 400px -16px;
    min-height: 380px;
}

@media all and (max-width: 1045px) {
    div.pp-style-container.no-product-available {
        background-position: center, 170px -16px;
    }
    div.pp-style-container.no-type-available {
        background-position: center, 310px -16px;
    }
}

@media all and (max-width: 768px) {
    div.pp-style-container.no-product-available {
        background-position: center, center -16px;
    }
    div.pp-style-container.no-type-available {
        background-position: center, center -16px;
    }
}

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 .eb-action-overlay {
    left: 10px;
    width: 100%;
    height: 302px;
    padding-right: 20px;
}

input#document-filter {
    max-width: 120px;
}

@media all and (max-width: 768px) {
    input#document-filter {
        max-width: 100% !important;
    }
}

/* Used by style list */
.eb-pick-select-control {
    width: 230px;
}

@media all and (max-width: 1201px) {
    .eb-pick-select-control {
        width: 200px !important;
    }
}

@media all and (max-width: 1080px) {
    .eb-pick-select-control {
        width: 170px !important;
    }
}

@media all and (max-width: 991px) {
    .eb-pick-select-control {
        width: 145px !important;
    }
}

.eb-size-select-control {
    width: 150px;
}

.eb-size-text-control {
    width: 60px;
}

.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 {
	/* DL top: 70px; */
    top: 0px;
}

.html5zoom{
    width: 100%;
    height: 100%;
}

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

.doc_content{
    padding:5px;
    margin-bottom:5px;
}

.doc_content:last-of-type {
    margin-bottom: 35px;
}

div#zoom {
    width: 105px !important;
    -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: absolute;
    z-index: 99;
	display:inline-block;
	height:30px;
	opacity: 0.9;
	margin-top:10px;
}

#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.doc_content.doccontent_panel label {
    margin-top: 0 !important;
}

div.image_field label,
div.externalmedia_field label,
div.video_field label {
    font-weight: 400 !important;
    display: block;
    text-align: center;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.image_field img {
    max-width: 159px;
    max-height: 105px;
}

div.externalmedia_field img,
div.video_field img {
    max-width: 159px;
    max-height: 105px;
}

.eb-groups-nav{
    margin-right:15px !important;
}

.eb-doc-nav{
    margin-top:11px;
}

.eb-doc-nav label{
    font-size:10pt !important;
    margin-top:15px !important;
}

.eb-navbar-label {
    margin-bottom: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    font-weight: normal;
}

.text_field {
    margin-bottom: 10px;
    top: 5px;
    position: relative;
}

.text_field label{
    margin: 0;
    padding: 0;
    font-size: 10pt;
    font-weight:400;
}

.eb-image-field{
    overflow: hidden;
}

div.doc_content.doccontent_panel p.w2-caption {
    clear: left;
    /* color: #999999; */
    margin-bottom: 5px;
    /* margin-left: 13px;*/
    margin-right: 0;
    margin-top: 0px;
}


/* 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-bottom: 1px solid;
    border-radius: 0;
}

.eb-proof-form-padding a {
	background-color:#0079C4 !important;
	background-image:none !important;

}

.eb-proof-form-padding a:link {
	background-color:#0079C4 !important;
}

.eb-proof-form-padding a:visited {
	background-color:#005386 !important;
}

.eb-proof-form-padding a:hover{
	background-color:#0068A9 !important;
}
.eb-proof-form-padding a:active {
	background-color:#0079C4 !important;
}

.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: 0px;
}

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

.groupsarticles_view .eb-doc-nav{
    padding-left: 4px;
}

.groupsarticles_view label{
    width: 60px;
}

/* Retrieve job controls */

.eb-inline-datepicker {
    width: 80px;
}

.eb-retrieve-sharetypes {
    position: absolute;
    right: 5px;
    bottom: 16px;
}

table.table-ellipsis {
    table-layout:fixed;
}

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

.table-selectable > tbody {
    cursor: pointer;
}
.eb-job-header{
	font-size:14px;
	text-align:center;
	cursor: pointer;
}

.eb-job-header a:hover{
	text-decoration:none;
}

.eb-jobs h3{
	color:#aeaeae;
	padding:15px 0px;
}

/* Global Button Overides */


.btn{
	/* Changes 24-08-20
	border-radius:7px !important;
	vertical-align:top !important;
	padding-top:6px !important;
	font-size:14px !important;*/
	border-radius:7px;
	vertical-align:top;
	padding-top:6px;
	font-size:14px;

}
/*
.btn-default{
	font-size:14px !important;
}
*/
.btn:focus {
    outline: none;
}

.navbar .btn{
	min-width:89px;
	height:36px;
	font-size:14px;
}

.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 0px 0px 0px !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;
}

.eb-action-overlay-button {
	position: absolute;
    right: 10px;
    bottom: 0;
}

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;
    background-color: #ececec;
    min-width: 400px;
	/* DL margin-top: 70px
	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: 52px;
}

.panel-body{
	padding:0px;
	background-color:#FBFCFD;
}

.table {
	margin-bottom:0px;
}

.eb-inline {
    display:inline-block;
    vertical-align:top;
    zoom:1;
    *display: inline;
}

.eb-logo-header {
    height:90px;
    width:100%;
    background: url('../img/Northplains logo-background small.png');
}

.navbar-fixed-bottom {
    height: 52px;
    overflow-y: hidden;
}

@media (min-width: 801px) {
    .eb-navbar-form.navbar-fixed-bottom .form-group {
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 800px) {
    .eb-navbar-form.navbar-fixed-bottom .form-group {
        margin-bottom: 0 !important;
    }
}

/* Global Text Overides */

h1{
	font-weight:600;
	font-size:23px;
}

h2{
	font-weight:600;
	font-size:18px;
}

h3{
	font-weight:500;
	font-size:19px;
	text-align:center;
	margin-top:0px;
    margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans", sans-serif;
}

.eb-page-title{
	padding:20px 0px 20px 20px;
	margin-top:0px;
}

.eb-page-title h1{
	margin-bottom:20px !important;
}

.eb-page-title .btn{
    margin-top:13px;
}

/* Job Manager Page Overides */

.eb-jobs-container {
	margin:0px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 
.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:0px 10px;
}

.panel {
	border-radius:0px;
}

.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 0px 20px 0px;
	border-right:1px solid;
}

.eb-store-job label{
	font-size:16px !important;
}

.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:15px;
	background-color:#FFFFFF;
	border-radius:4px;
}

.eb-mt-files td {
	padding:5px;
	border-bottom:1px solid;
}

.eb-store-column {
	border-right:1px solid #dcdcdc;
	padding-right:15px;
	margin:15px 0px;
	height:100% !important;
}

.eb-store-column:last-of-type {
    border-right:none;
}

.form-control button, input, select, textarea {
    margin-top: 0px;
}

.eb-mt-files td{
	padding:0px 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:100%;
    height:100%;
    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 !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
}

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

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

.proof-thumb .eb-action-overlay .eb-action-overlay-container a.eb-option-btn {
	border-top: solid 0px;
	border-bottom: solid 1px #d2d2d2;
}

.eb-overlay-btn-container{
	position:absolute;
	bottom:0px;
	width:100%;
}

.eb-action-overlay-outer{
	padding: 0 10px 0 10px;
	height:100%;
}
	
	
/* Design Mode Overides */

.design_controls {
	-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);
    height: 100%;
}

.design_button_container .btn{
	width:100px !important;
	height:36px !important;
	padding:6px !important;
	margin:3px !important;
}

.design_border_dialog {
	background-image:none !important;	
}

.design_border_dialog .btn{
	padding-top:6px !important;
}

.lis_on_button {
    display: block;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    width: 98px;
    margin: 2px 5px;
    height: 34px;
}

.lis_off_button {
    display: block;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    width: 98px;
    margin:2px 5px;
    height: 34px;
    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;
  width:55px;
  padding:0 0 0 10px;
  background-color:#ececec;
  display:inline-grid;
  top:-10px;
}

.design_zoom_controls button{
	background-color:#ececec;
	border-radius:0;
	margin:5px;
}

.design_zoom_controls .fa{
	color:#333;
}

.design_zoom_controls div {
    cursor: pointer;
    display: inline-block;
    width: 28px;
    height: 28px;
	margin-top:6px;
}

.design_bg_dialog {
  width: 568px;
  height: 370px;
  left: 140px;
  top: 40px;
  z-index: 1021;
  position: absolute;
  border: rgb(255, 255, 255) 1px solid;
  border-radius: 5px;
  box-shadow: 0 0 10px 2px rgb(150,150,150);
}

.eb-wave2Dialog{
  z-index: 1021;
  border: rgb(255, 255, 255) 1px solid;
  border-radius: 5px;
  box-shadow: 0 0 10px 2px rgb(150,150,150);
}

.dialogCloseButton {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 65px !important;
	height: 20px;
	background: url("../img/webcomponents/docContent/cross_btn.png");
	cursor: pointer;
}

.uploadLocal span{
    position: relative;
    bottom: 1px;
    font-size: 14px !important;
    line-height:20px !important;
}

.uploadRemote span {
	font-size: 14px !important;
	line-height:20px !important;
}
/* DL 23 05 2019 - Uncertain which would be correct. Northplains shows add-material */
/*.file-upload input {*/
#add-material input {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.eb-store-job .ng-table-pager {
    display: none;
}

.eb-store-job thead {
    display: none;
}
/* Changes 24-08-20
.doc_content input[type="radio"] {
    margin-left: 0;
}

.doc_content select {
    width: 200px;
}
*/
h3.no_material_files_message {
    margin: 15px;
    font-size: 12pt;
    color: #858585;
}

.eb-breadcrumb {
    display: inline-block !important;
    color: #8DABC4;
    margin: 0 15px 0 2px;
    vertical-align: middle;
}

.eb-breadcrumb-truncate {
    max-width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
}

/* Media Manager */

.eb-panel{
    overflow: auto;
	top:50px;
}

.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:0px;
}

.eb-media-manager .eb-media-manager-title {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding:3px 0px;
    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 {
    padding-bottom: 15px;
}

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

.eb-navbar-form .navbar-btn {
	margin-left:2px;
    margin-right:2px;
}

@media(max-width:860px){
    .inline-hidden-sm {
        display: none !important;
    }
}

.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:0px 26px 0px 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; /* Container must not have a margin as this pushes the proof off-page */
    height: calc(100% - 155px);
}

#wave2_multipreview_proof .proof_placeholder {
    max-height: 300px;
}

.preview-area div.eb-arrow-holder-left {
    text-align: right;
    max-width:20px;
    padding:0px;
    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:0px;
    position:absolute;
    right:10px;
    z-index:500; 
}

.proof-thumb{
	height:105px;
	padding:0px 5px;
}

.proof-thumb .eb-action-overlay-outer{
	padding:0px 5px;
}

.eb-thumb-icon{
	width:37px;
	height:38px;
	position:absolute;
	top:0px;
	right:4px;
	z-index: 501;
}

.eb-thumb-icon.indd{
    /*background: url('../img/pdf-icon-small.png') no-repeat center;*/
}

.eb-thumb-icon.html5{
    background: url('../img/html5-icon-small.png') no-repeat center;
}

.eb-launch{
    width: 100%;
}

.eb-launch .eb-job-spinner{
    margin: auto;
}


.eb-job-spinner {
    background-image: url("../img/webcomponents/generate/job_spinner5.gif");
    width: 42px;
    height: 42px;
}

.eb-job-spinner-container {
    padding-left: 5px;
    width: 42px;
    height: 42px;
	position:fixed;
	top:5px;
	left:10px;
	z-index:99;
}

.eb-edited-icon{
    background: url('../img/edited.png') no-repeat center;
    width: 37px;
    height:38px;
    position:absolute;
    top:30px;
    right:4px;
    z-index: 501;
}

eb-build-media{
    display: none;
}

eb-build-media.field-name-Coupon1{
    display: block;
}

.customsizelimits{
    color: #868686 !important;
    font-size: 11px;
}

.customsizelimitserrormessage{
    color: #b11e21 !important;
    font-size: 10px;
}

@media all and (max-width: 1650px) {
    .customsizelimits{
        display:none;
    }
}

/************************** CROP MANAGER ****************************/

.crop-button-bar{
    /*margin-bottom : 30px;*/
	padding: 0px;
}

.crop-button-col {
    padding: 0px;
}

.crop-select{
    display : inline-block;
    width : 200px;
    margin-top : 10px;
    margin-left : 10px;
}

.crop-loading {
    position : absolute;
    top : 0px;
    bottom : 0px;
    left : 0px;
    right : 0px;
    z-index : 1000;
    background: url('../img/webcomponents/generate/job_spinner.gif') no-repeat center;
    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: 225px; left: 15px; right: 15px;
    padding-top: 10px;
}

.batch-submit{
    text-align: center; margin-top: 20px; margin-bottom: 20px;
}

.batch-start{
    background-color: #ececec; padding-top:10px; padding-bottom:10px; padding-left: 20px; padding-right: 20px;
}

.modal-header{
    background-color: #ececec;
    border-radius: 6px;
    cursor:all-scroll;
}

#batchModal .modal-dialog{
    width: 90%;
    height: 90%;
    background: none;
    border: 0;
    position: relative;
    padding: initial;
}

#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: 75px;
}

#batchModal .back-button{
    margin-left: 10px;
    left: 0px;
}

#batchModal .forward-button{
    margin-right: 10px;
    right: 0px;
}

#batchModal .launch-button{
    margin-left: auto;
    margin-right: auto;
}

#batchModal .batch-job-title{
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

#batchModal .batch-job-footer{
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}

#batchModal .output-container{
    height: 100%;
    width: 100%;
    border: black 1px solid;
    padding: 75px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

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

#batchModal .output-container > div > center > iframe{
    height:100%;
}

.modal .close-button{
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.mediumColumnBatch{
	height:150px !important;
}

.build_zip{
	margin-top:15px;
}

.public_url{
	display:inline-block; 
	margin-left:20px;
}

.save-btn { margin-left:20px !important; }

eb-build-media.eb-field-Coupon1{
	display: block;
}

/* Zoom Button changes */

.zoom_button, .zoom_button2{
	color:#555 !important;
	margin:10px;
	background-color:transparent !important;
	background-repeat: repeat-x !important;
	border-color: rgb(204, 204, 204) !important;
}

.zoom_button2{
	margin-top:-45px;
}

.zoom_button_container{
	background-color:#ececec;
	display:inline-block;
	/*width:100%;*/
	z-index:999;
	position:fixed;
	left:-2px;
	height:50px;
	top:0;
}


/* Return Button */

.return_button{
	color: #555 !important;
    margin: 10px;
    background-color: transparent !important;
    background-repeat: repeat-x !important;
    border-color: rgb(204, 204, 204) !important;
	float:right;
}

/* Style for the Build Media Modal */

#buildMediaModal {
    overflow: hidden;
    overflow-y: auto;
	outline:none;
}

#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: 0px;
    padding: 0px;
    box-shadow: 0 0 0 0px black;
    margin: 0px;
}

#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 .image_field{
    margin-bottom:12px;
}

#buildMediaModal .preview-area > div{
    min-height: 140px;
}


#mediaManagerModal .modal-dialog {
    width: 95%;
    max-width: 1000px;
}

/* Change the size of the previews from modal*/
.image_field_style {
    height:115px;
    margin-bottom:20px;
}

.eb-action-overlay .eb-action-overlay-container .spancheckbox {
    height: 35px;
    line-height: 32px;
    border-top: solid 1px;
}

.zoom_button_text button{
	color: #555 !important;
	margin-top:7px;
}

/* Style for the save and cancel button */

.save_button, .cancel_button{
	margin-top:12px;
	float:right;
	margin-right:5px;
}

.save_button.btn-default{
	color: #555 !important;
}

.cancel_button.btn-default{
	color: #555 !important;
}


/* Build select boxes */

.build-select-boxes{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap !important;
	margin:0 0 0 !important;
	padding:6px 12px !important;
}

.ui-select-bootstrap>.ui-select-choices{
	width:auto;
	min-width:100%;
}

.ui-select-bootstrap>.ui-select-match>.caret{
	right:7px !important;
}

/* Cropping changes 130220 */

#cropModal h3 {
	color:#0079C4;
	font-weight:bold;
}
#cropModal button{
	box-shadow:none !important;
	/*border-color:#939393 !important;*/
}
#cropModal .fa {
	color:#0079C4;
}
#cropModal  .zoom_buttons_container{
	background-color:transparent !important;
	border-color:transparent !important;
}

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

/* Epsilon changes 30-07-20 */

#build-activity-panel .full_height::webkit-scrollbar {
	-webkit-appearance: none;
    width: 7px;
	display:block;
}
#build-activity-panel .full_height::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
/*
div.full_height{
	max-height:100vh !important;
	overflow:scroll;
}
*/
.design_zoom_plus .fa-search-plus{
	font-size:17px;
}
.design_zoom_minus .fa-search-minus{
	font-size:17px;
}
.design_zoom_fit .fa-arrows-alt{
	font-size:17px;
}

.eb-doc-content-form{
	position:relative;
	top:10px;
}
.job_status_text{
    position: relative;
    display: inline-flex;
    left: 60px;
    top: 15px;
	font-size:12px;
}

/************************** 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 !important;
    padding-bottom: 0 !important;
}


.select_build_media_hover label:hover {
    text-overflow: clip;
    white-space: normal;
	margin-bottom:10px;
	position:relative;
	display:block;
	height:30px;
}

.select_build_media_hover .tooltip{
	opacity:1 !important;
	width:164px;
	line-height:1.1;
	font-size:14px;
}

.groupsarticles_panel{
	margin-top:50px;

}

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

.navbar-form .eb-size-select-control, .navbar-form .eb-unit-select-control{
    margin-top: 8px;
    margin-bottom: 8px;
}


.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: 'Nunito', sans-serif;
    font-weight: 300;
}

.w2tooltip:after {
    width: auto;
    background-color: white;
    color: #555;
    text-align: center;
    padding: 5px;
    border: #555 1px solid;

    /* Position the tooltip text - see examples below! */
    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;
}

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

.units_content .caret{
	color:#000000;
}
.ui-select-bootstrap> .ui-select-choices{
    width:auto;
    min-width:100%;
}

.status-title{
    text-align: center;
}

.status-image{
    height: 300px;
}

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

#generateModal .modal-dialog {
    width: 95%;
    max-width: 350px;
}

.highlight_input .input-group{
	display:inline-flex;
}

.cancel_button_jobprogress{
	background-color:#0079C4 !important;
}

/* Changes to zoom buttons */

.zoom_button_container .navbar-btn{
	padding:5px 5px 2px 5px;
	border:none;
	box-shadow:none;
	margin-right:0;
}
.zoom_button_container .navbar-btn:hover{
    border-bottom: 4px solid #555 !important;
    background-repeat: repeat;
	border-radius:0 !important;
	text-decoration:none !important;
	transition:all 0.3s ease-in-out 0s;
}

.groupsarticles_panel{
	margin-top:5px;
}

.doc_content .btn-default:hover, .eb-media-manager .btn-default:hover, .proof-thumb-holder .btn-default:hover{
	box-shadow:none;
}
.groupsarticles_panel .eb-doc-nav{
	margin-top:0;
}

.zoom_buttons{
	border: none;
    box-shadow: none !important;
    padding: 7px;
}

.zoom_button_text{
	border-right:1px solid lightgrey;
	margin-top:5px;
	padding-right:5px;
}
.zoom_buttons_container{
	border-right:none;
}
.zoom_button_text .zoom_buttons{
	margin-top:6px;
}
@media all and (max-height: 600px) {
	.groupsarticles_panel{
		margin-top:65px;
	}
	.job_status_text{
		position:relative;
		display:block;
		left:0;
		top:45px;
	}
	.zoom_button_text button{
		margin-top:7px;
	}
	.zoom_button_container{
		height:65px;
	}
	.groupsarticles_panel{
		margin-top:5px;
	}
	.zoom_button_container{
		height:65px;
	}
	.eb-panel{
		top:65px;
	}
}

@media all and (max-width: 1300px) {
	.job_status_text{
		position:relative;
		display:block;
		left:0;
		top:45px;
	}
	.groupsarticles_panel{
		margin-top:5px;
	}
	.zoom_button_container{
		height:65px;
	}
	.eb-panel{
		top:65px;
	}
}
@media all and (max-height: 600px) and (min-width: 1300px) {
	.job_status_text{
		position: relative;
		display: inline-flex;
		left: 60px;
		top: 15px;
	}
	.zoom_button_container{
		height:50px;
	}
	.eb-panel{
		top:50px;
	}
}
@media all and (max-width: 1155px) {
	.zoom_button_text .btn-default.navbar-btn{
		padding:5px;
		margin-top:7px;
	}
	.zoom_button_container .navbar-btn{
		font-size:12px;
		padding:5px 4px 2px 4px;
	}
	#reset_button{
		font-size:12px;
		padding:4px 4px 2px 4px;
		margin-top:6px !important;
	}
	.zoom_button_text .zoom_buttons{
		font-size:12px;
		padding:5px;
		margin-top: 5px;
	}
	.return_button{
		margin-top:14px;
	}

}
@media all and (min-width: 768px) and (max-width: 992px) {
	.zoom_button_text .zoom_buttons{
		margin-top:5px;
		padding:5px 2px 0 2px;
	}
	.zoom_container{
		margin-right:0;
	}
}
@media all and (min-width: 885px) and (max-width: 914px) {
	.zoom_button_text{
		margin-right:0 !important;
	}
}
@media all and (min-width: 768px) and (max-width: 884px) {
	.zoom_button_text{
		margin-right:0 !important;
	}
	.zoom_button_text button{
		padding:5px 2px 5px 2px !important;
	}
}
.ck-color-grid::-webkit-scrollbar {
	-webkit-appearance: auto;
	width:7px;
	border-radius:4px;
	background-color: white;
    -webkit-box-shadow: 0 0 1px rgb(255 255 255 / 50%);
}
.ck-color-grid::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgb(255 255 255 / 50%);
}
.ck-character-grid::-webkit-scrollbar {
	-webkit-appearance: auto;
	width:7px;
	border-radius:4px;
	background-color: white;
    -webkit-box-shadow: 0 0 1px rgb(255 255 255 / 50%);
}
.ck-character-grid::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgb(255 255 255 / 50%);
}
#reset_button:hover{
    border-bottom: 4px solid #555 !important;
    background-repeat: repeat;
	border-radius:0 !important;
	text-decoration:none !important;
	transition:all 0.3s ease-in-out 0s;
}
#reset_button{
	padding:5px 5px 2px 5px;
	margin-top:6px;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
}

.ui-datepicker{
	z-index:1000 !important;
}

/* Icons panels changes 13-01-21 */

.dropdown_icons_panel>.icon_container.disabled{
    display:none;
}


.dropdown_icons_panel{
    background-color:#ffffff;
	display:block;
	z-index:9;
    height: auto;
    max-height: 0;
    overflow:hidden;
    transition: max-height  0.25s
}
.dropdown_icons_panel .icon_container{
	padding:5px;
}
.eb-image-field:hover  .dropdown_icons_panel{
    max-height: 500px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    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:9px;
	background-color:#ffffff;

    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;
	border-color:transparent !important;
	box-shadow: none;
}

.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;
}
.doc_content .btn-default .fa, .doc_content .btn-default .fas {
	color:#000000 !important;
}
.w2-caption{
	margin-bottom:0;
}
.text_content_panel{
	border-bottom:none;
}
.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:#004c9c;
}
.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;
}
.ui-select-choices::-webkit-scrollbar {
	-webkit-appearance: auto;
	width:7px;
	background-color: white;
}
.ui-select-choices::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.5);
}
.ui-select-choices.dropdown-menu{
	background-clip: inherit;
}

.mobile_only_navbox{
	display:none;
}

/* Preferences Modal */

.preference_label{
    width:100px;
    padding:0 0 0 5px;
    text-align:left;
	color:#2C405A;
}

#preferencesModal h3 {
	color:#004c9c;
	font-family:'Nunito', sans-serif;
	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: 'Nunito', sans-serif;
    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: 'Nunito', sans-serif;
    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: 0px;
    margin: 0px;
    border: 0px;
}
#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: 'Nunito', sans-serif;
    font-weight: 700;
    color: #004c9c !important;
    font-size: 16px !important;
}
.errors_page h5{
	text-align: left;
    font-family: 'Nunito', sans-serif;
    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: 'Nunito', sans-serif;
	color: #004c9c !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;
}

.ruler-modal-content{
	margin-top: 0;
	margin-bottom:0;
    display: block;
    float: right;
	padding-right: 10px;
}
.highlight_input .input-group-addon{
	border:none;
	color:#2C405A;
	font-weight:bold;
}
#extra_section{
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 0 10px;
	border-top: 1px solid #dcdcdc;
}
.doccontent_panel.groupsarticles_view{
	border-bottom:none;
}
.crop-img-preview {
    overflow: hidden !important;
    height: 300px;
}