.update-settings, .update-settings a {
    font-size: 25px;
    display: block;
}

#btn-settings, #btn-digital-offset-settings {
    display: inline-block;
    float: right;
}

#btn-back, #btn-digital-offset-back {
    display: inline-block;
    float: left;
}

.ui-slider-horizontal.ui-widget.ui-widget-content {
    height: 20px;
    border-color: #bfcbd9;
    background: #fff;
}

.ui-slider-horizontal .ui-slider-handle {
    height: 25px;
    background: #84c529;
    border: 1px solid #84c529;
}

/****** START CSS for JOB DETAILS LIST GROUP ********/

.just-padding {
    padding: 15px;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}

.list-group-item .glyphicon {
    margin-right: 5px;
}

.just-padding p {
    margin-top: 0px;
    margin-left: 10px;
}

.add-remove-jobs label {
    display: block;
}

.just-padding span {
    float: right;
    font-weight: bold;
}

#modal_calculator .fa {
    font-size: 30px;
}

/****** ENDS CSS for JOB DETAILS LIST GROUP ********/


/** calculator tabs **/
.calc-toggles {
    border: 2px solid #cecece;
    margin-right: 5px;
    text-align: center;
    border-radius: 7px;
    display: inline-block;
    vertical-align: middle;
    padding: 25px;
    width: 31%;
    font-size: 15px;
    cursor: pointer;

    background-repeat: no-repeat;
    background-position: center;
}

.calc-toggles.printer .img {
    background-image: url("../images/printer.png");
}

.calc-toggles.plotter .img {
    background-image: url("../images/plotter.png");
}

.calc-toggles.edge .img {
    background-image: url("../images/edge.png");
}

.calc-toggles.printer.active .img {
    background-image: url("../images/printer_active.png");
}

.calc-toggles.plotter.active .img {
    background-image: url("../images/plotter_active.png");
}

.calc-toggles.edge.active .img {
    background-image: url("../images/edge_active.png");
}


.calc-toggles .img {
    display: block;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.calc-toggles .fa-print {
    display: block;
    font-size: 60px !important;
    color: #cecece;
}

.calc-toggles.active {
    border-color: #1987c0;
    color: #1987c0;
}

.calc-toggles.active .fa {
    color: #1987c0;
}


.row.add-tool-section {
    background-color: #fafafa;
    padding: 40px;
    margin-top: 30px;
}

.edge-finish-tool {

    border: 2px solid #cecece;
    height: 80px;
    width: 50%;
    position: relative;
    margin-left: 80px;

}

.edgeLeft {
    position: absolute;
    top: 30px;
    left: -9px;
}

.edgeRight {

    position: absolute;
    right: -17px;
    top: 30px;

}

.edgeTop {

    position: absolute;
    top: -9px;
    left: 40%;

}

.edgeBottom {

    position: absolute;
    bottom: -12px;
    left: 40%;

}

.front-img {
    height: 100px;
}

.back-img {
    height: 100px;
    filter: grayscale(100%);
}

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


/**
* margin classes.
*/

.mtop50 {
    margin-top: 50px;
}

.mtop55 {
    margin-top: 55px;
}

.mtop60 {
    margin-top: 60px;
}

.mtop65 {
    margin-top: 65px;
}

.mtop70 {
    margin-top: 70px;
}

.mtop75 {
    margin-top: 75px;
}

.mtop80 {
    margin-top: 80px;
}

.mtop85 {
    margin-top: 85px;
}

.mtop90 {
    margin-top: 90px;
}

.mtop95 {
    margin-top: 95px;
}

.mtop100 {
    margin-top: 100px;
}


/*** color pallets css ***/
.front-colored, .front-bw, .back-colored, .back-bw {
    cursor: pointer;
}

.front-colored.active, .back-colored.active {
    border: 2px solid #337ab7;
}

.front-bw.active, .back-bw.active {
    border: 2px solid #337ab7;
}

.finishing-bg {
    background: #2bb671 !important;
    color: #fff !important;
    border: 1px solid #2bb671 !important;
}

.complete-bg {
    background: #1c6bc3 !important;
    color: #fff !important;
    border: 1px solid #1c6bc3 !important;
}

.invoice-image {
    border: 1px solid #ddd;
    height: 125px;
    cursor: pointer;
}

.invoice-image img {
    height: 123px;
    width: 100%;
}

.arrow {
    height: 104px;
    background-size: 50px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: -5px 45px;
}

.arrow-left {
    background-image: url("../images/arrow-left.png");
}

.arrow-right {
    background-image: url("../images/arrow-right.png");
}

.approval-backend {
    border: 1px solid #dddada;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 25px;
}

.invoice-items-preview tbody tr{
    cursor: pointer;
}

.invoice-items-preview tbody tr:hover {
    background-color: #f5f5f5;
}

.section-icons img{
    height: 100px;
}

.section-icon {
    border: 2px solid #d9d9d9;
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.section-icon .fa-wpexplorer {
    font-size: 100px;
    color: #e14045;
}

.badge {
    padding: 11px;
    font-size: 17px;
    width: 100%;
    color: #fff !important;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.kan-ban-col {
    padding: 0;
}

.kan-ban-col .pipeline-status {
    padding: 0;
}


/******* chat messages css ***********/

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 250px;
    overflow: auto;
}

.direct-chat-msg {
    margin-bottom: 10px;
}
.direct-chat-msg, .direct-chat-text {
    display: block;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}
.direct-chat-info {
     font-size: 12px;
 }

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}


.direct-chat-text::before {

    border-width: 6px;
    margin-top: -6px;

}

.direct-chat-text::after, .direct-chat-text::before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-top-width: medium;
    border-right-color: transparent;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}

.direct-chat-text::after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-text::after, .direct-chat-text::before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-top-width: medium;
    border-right-color: transparent;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}

.direct-chat-warning .right > .direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #fff;
}
.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}

.right .direct-chat-img {
    float: right;
}


.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    border-top-color: rgb(210, 214, 222);
    border-right-color: rgb(210, 214, 222);
    border-bottom-color: rgb(210, 214, 222);
    border-left-color: rgb(210, 214, 222);
    margin: 5px 0 0 50px;
    margin-right: 0px;
    margin-left: 50px;
    color: #444;
}

.direct-chat-text.revision-reset {
    background-color: #b7d4a8;
}

.direct-chat-text.revision-removed {
    background-color: #da3636;
    color: #fff;
}


.direct-chat-text.revision-added {
    background-color: #2ead4a;
    color: #fff;
}

.chat-images-uploaded {
    background-color: #FF6F00;
    color: #fff;
}
.chat-pdf-uploaded {
    background-color: #28b8da;
    color: #fff;
}

.ajax-loader {
    width: 98%;
    height: 100%;
    position: absolute;
    background-color: #fff !important;
    z-index: 999;
    opacity: .85;
    text-align: center;
    padding-top: 55%;
    font-size: 20px;
}

.image-container {
    border-left: 1px solid #e9e9e9;
    padding: 20px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

.modal-body .arrow-right, .modal-body .arrow-left {
    margin-top: 15%;
}

.modal-body .arrow {
    background-position: 1px 45px;
}

.img-dimensions {
    position: absolute;
    background-color: #fff;
    color: #34c846;
    font-size: 30px;
}

.img-dimensions.img-height {
    left: -20px;
    top: 45%;
    padding: 10px 0px 10px 0px;
}

.img-dimensions.img-width {
    left: 45%;
    bottom: -20px;
    padding: 0px 10px 0px 10px;
}

#download-pdf {

    display: inline-block;
    padding: 85px;
    border: 1px solid #d9d9d9;
    margin-top: 10px;

}

#copyright-note {
    font-style: italic;
    color: #c54141;
    border: 1px solid;
    padding: 10px;
    font-size: 13px;
    text-align: left;
    line-height: 15px;
    border-radius: 3px;
}

.js-var-label {
    display: inline-block;
}