/*

    Framing

-----------------------------------------------------------------------------*/

html {
    font-family: 'Nunito Sans', sans-serif;
}

body {
    padding-top: 10px;
    font-family: 'Nunito Sans', sans-serif;
}

body>div#app.container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-left: 10px;
    padding-right: 10px;
}

.modal div.modal-header {
    background-color: #00a4ff;
}


/*

    Animiations - Loading Spinner

-----------------------------------------------------------------------------*/

.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #000;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}


/*

    PRODUCTION LIST

-----------------------------------------------------------------------------*/

.order-timeline {
    position: relative;
    text-align: center;
}

.order-timeline>table>tbody>tr>td {
    border: 3px solid black !important;
    border-collapse: collapse;
}

.order-timeline table {
    position: relative;
    border: 0;
    border-collapse: collapse;
}

.timelineLoader {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.timelineLoader .loadingAni {
    margin-top: -20px;
}

.timelineLoader .loadingAni p {
    font-weight: bold;
    font-size: 18px;
    color: #0085c7;
}

.timelineLoader .loadingAni .sk-fading-circle {
    margin: auto;
    margin-top: 30px;
}

.equipFilter {
    padding-top: 0.755em;
}

.upperEquipFilter {
    text-align: right;
    padding-right: 0;
}


/*

    Framing

-----------------------------------------------------------------------------*/

body.dialogOpen {
    overflow: hidden;
}


/* Required field START */

.checkbox:not(.checkbox-no-left-padding),
.radio {
    padding-left: 20px;
}

.required-field-block {
    position: relative;
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}

.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
    color: #B80000;
    font-size: 26px;
    margin: -3px 0 0 12px;
}


/* Required field END */

.hero-widget {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hero-widget .icon {
    display: block;
    font-size: 96px;
    line-height: 96px;
    margin-bottom: 10px;
    text-align: center;
}

.hero-widget var {
    display: block;
    height: 64px;
    font-size: 64px;
    line-height: 64px;
    font-style: normal;
}

.hero-widget label {
    font-size: 17px;
}

.hero-widget .options {
    margin-top: 10px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    min-width: 60px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle-lg,
.btn.btn-circle-lg {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 20px;
}

#chosenForm .form-control-feedback {
    /* To make the feedback icon visible */
    z-index: 100;
}

.fold-select.fold-hover {
    cursor: pointer;
    border-radius: 4px;
    background-color: #eeeeee;
}

.fold-select.active {
    background-color: #eeeeee;
    border-radius: 4px;
}

.score-select.score-hover {
    cursor: pointer;
    border-radius: 4px;
    background-color: #eeeeee;
}

.score-select.active {
    background-color: #eeeeee;
    border-radius: 4px;
}

.perforate-select.perforate-hover {
    cursor: pointer;
    border-radius: 4px;
    background-color: #eeeeee;
}

.perforate-select.active {
    background-color: #eeeeee;
    border-radius: 4px;
}

.nav-tabs>li .close {
    margin: -2px 0 0 10px;
    font-size: 18px;
}

#table_id {
    text-align: center;
}

#table_id th {
    text-align: center;
}


/*

    BOOTSTRAP OVERRIDES

*/

.nav-tabs>li>a {
    border: 1px solid #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #f5f5f5;
}

.glyphicon {
    font-family: "Font Awesome 5 Free", "Glyphicons Halflings", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


/* Add the same blue highlight as the selected imposer element to the corresponding
   row in the table of the imposer of the printing step in the project */

.imposer_table>tbody>tr.active>td {
    background-color: rgb(217, 237, 247);
}

#finished_width+i,
#flat_width+i {
    left: 37%;
}

.overs-input i {
    right: 57%;
}


/*

Row with equal height columns 

-------------------------------------------------- */

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*

    JQUERY - DATATABLES OVERRIDES

*/

table.dataTable tbody tr.selected textarea {
    color: black;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.disabled)>a {
    border: 1px solid #111;
}

.navbar-brand {
    padding-top: 0;
}


/*
.dataTables_processing {
    position: absolute; top: 0; left:0; right:0; bottom:0; background:rgba('0,0,0,0.7') !important;
    width:102%;
    height:172%;
    margin:-68px 0 0 -20px !important;
    padding-top:73px !important;
    text-shadow:0px 2px 1px rgba(0,0,0,0.7);
    color:#99dede !important;
    vertical-align: middle;
    text-align: middle;
    display: block;
}
*/

.optionGroup {
    font-weight: bold;
}

.optionChild {
    padding-left: 15px;
}


/*

    Modal Overrides

-----------------------------------------------------------------------------*/

.modal-body {
    display: inline-block;
}

.modal-body p {
    font-weight: 400;
    font-size: 15px;
}


/*

    Notification Badge - Icon Div

-----------------------------------------------------------------------------*/

.bellContainer {
    margin-bottom: 0px;
    padding: 15px 30px 0 30px;
    min-height: 50px;
}

.notificationBadges {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    height: 100%;
}

.notificationBadges>span {
    padding: 1px 5px 1px 6px;
    position: absolute;
}

.notificationBadges .badge-success {
    background-color: #5cb85c;
    top: 4px;
    left: 4px;
}

.notificationBadges .badge-warning {
    background-color: #f0ad4e;
    top: 4px;
    right: 4px;
}

.notificationBadges .badge-danger {
    background-color: #d9534f;
    bottom: 4px;
    right: 4px;
}


/*

    Notification Badge - Dropdown

-----------------------------------------------------------------------------*/

#notificationDropdown {
    padding: 0;
}

#notificationDropdown ul {
    max-height: 500px;
    padding: 0;
    overflow-y: scroll;
}

#notificationDropdown ul>li {
    list-style-type: none;
}

#notificationDropdown ul>li>a {
    display: block;
    clear: both;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    outline: 0;
    text-decoration: none;
}

#notificationDropdown .extraContainer {
    padding: 10px 0 0 0;
    min-width: 300px;
    text-align: center;
}


/*
#notificationDropdown .extraContainer .clear-all {
    margin: 0 10px 0 0; padding: 5px 22px; background: #eae4e4;
    float:right;
}
*/

#notificationDropdown .extraContainer a {
    cursor: pointer;
    color: #428bca;
}

#notificationDropdown .extraContainer input {
    float: left;
    padding: 3px;
    margin: 0 0 10px 10px;
    width: 370px;
}


/*

    Navigation Bar - Submenu

-----------------------------------------------------------------------------*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    border-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 1px 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*

    Glowing table cell borders for ordered quantities

-----------------------------------------------------------------------------*/

.orderedQuantity,
.orderedQuantityTop,
.orderedQuantityBottom,
.orderedQuantitySides,
.orderedQuantitySynch,
.orderedQuantityTopSynch,
.orderedQuantityBottomSynch,
.orderedQuantitySidesSynch {
    background-color: rgb(217, 237, 247);
    cursor: pointer;
}

.orderedQuantitySides,
.animated-glow .orderedQuantitySidesSynch {
    animation: orderedQuantitySidesGlow 600ms ease-in-out infinite alternate;
}

.orderedQuantityTop,
.animated-glow .orderedQuantityTopSynch {
    animation: orderedQuantityTopGlow 600ms ease-in-out infinite alternate;
}

.orderedQuantityBottom,
.animated-glow .orderedQuantityBottomSynch {
    animation: orderedQuantityBottomGlow 600ms ease-in-out infinite alternate;
}

.orderedQuantity,
.animated-glow .orderedQuantitySynch {
    animation: orderedQuantityGlow 600ms ease-in-out infinite alternate;
}

@keyframes orderedQuantitySidesGlow {
    from {
        -webkit-box-shadow: 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset;
        -moz-box-shadow: 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset;
        box-shadow: 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset;
    }
    to {
        -webkit-box-shadow: 9px 0px 9px -7px rgb(133, 176, 214) inset, -9px 0px 9px -7px rgb(133, 176, 214) inset;
        -moz-box-shadow: 9px 0px 9px -7px rgb(133, 176, 214) inset, -9px 0px 9px -7px rgb(133, 176, 214) inset;
        box-shadow: 9px 0px 9px -7px rgb(133, 176, 214) inset, -9px 0px 9px -7px rgb(133, 176, 214) inset;
    }
}

@keyframes orderedQuantityTopGlow {
    from {
        -webkit-box-shadow: 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset;
        -moz-box-shadow: 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset;
        box-shadow: 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset;
    }
    to {
        -webkit-box-shadow: 9px 0px 9px -7px rgb(133, 176, 214) inset, -9px 0px 9px -7px rgb(133, 176, 214) inset, 0px 9px 9px -7px rgb(133, 176, 214) inset;
        -moz-box-shadow: 9px 0px 9px -7px rgb(133, 176, 214) inset, -9px 0px 9px -7px rgb(133, 176, 214) inset, 0px 9px 9px -7px rgb(133, 176, 214) inset;
        box-shadow: 9px 0px 9px -7px rgb(133, 176, 214) inset, -9px 0px 9px -7px rgb(133, 176, 214) inset, 0px 9px 9px -7px rgb(133, 176, 214) inset;
    }
}

@keyframes orderedQuantityBottomGlow {
    from {
        -webkit-box-shadow: 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset;
        -moz-box-shadow: 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset;
        box-shadow: 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset;
    }
    to {
        -webkit-box-shadow: 9px 0px 9px -7px rgb(133, 176, 214) inset, -9px 0px 9px -7px rgb(133, 176, 214) inset, 0px -9px 9px -7px rgb(133, 176, 214) inset;
        -moz-box-shadow: 9px 0px 9px -7px rgb(133, 176, 214) inset, -9px 0px 9px -7px rgb(133, 176, 214) inset, 0px -9px 9px -7px rgb(133, 176, 214) inset;
        box-shadow: 9px 0px 9px -7px rgb(133, 176, 214) inset, -9px 0px 9px -7px rgb(133, 176, 214) inset, 0px -9px 9px -7px rgb(133, 176, 214) inset;
    }
}

@keyframes orderedQuantityGlow {
    from {
        -webkit-box-shadow: 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset;
        -moz-box-shadow: 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset;
        box-shadow: 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset, 0 0 0 0 rgb(133, 176, 214) inset;
    }
    to {
        -webkit-box-shadow: 9px 0px 9px -7px rgb(133, 176, 214) inset, -9px 0px 9px -7px rgb(133, 176, 214) inset, 0px 9px 9px -7px rgb(133, 176, 214) inset, 0px -9px 9px -7px rgb(133, 176, 214) inset;
        -moz-box-shadow: 9px 0px 9px -7px rgb(133, 176, 214) inset, -9px 0px 9px -7px rgb(133, 176, 214) inset, 0px 9px 9px -7px rgb(133, 176, 214) inset, 0px -9px 9px -7px rgb(133, 176, 214) inset;
        box-shadow: 9px 0px 9px -7px rgb(133, 176, 214) inset, -9px 0px 9px -7px rgb(133, 176, 214) inset, 0px 9px 9px -7px rgb(133, 176, 214) inset, 0px -9px 9px -7px rgb(133, 176, 214) inset;
    }
}


/*

    Glowing font

-----------------------------------------------------------------------------*/

.glowing-font,
.animated-glow .glowing-font-synch {
    color: black;
    text-align: center;
    -webkit-animation: fontGlow 600ms ease-in-out infinite alternate;
    -moz-animation: fontGlow 600ms ease-in-out infinite alternate;
    animation: fontGlow 600ms ease-in-out infinite alternate;
}

.glowing-font-red,
.animated-glow .glowing-font-red-synch {
    color: red;
    text-align: center;
    -webkit-animation: fontGlow 600ms ease-in-out infinite alternate;
    -moz-animation: fontGlow 600ms ease-in-out infinite alternate;
    animation: fontGlow 600ms ease-in-out infinite alternate;
}

@keyframes fontGlow {
    from {
        text-shadow: 0 0 15px red, 0 0 10px red, 0 0 5px red, 0 0 -1px red;
    }
    to {
        text-shadow: 0 0 0px red, 0 0 5px red, 0 0 10px red, 0 0 15px red;
    }
}


/*

    Glowing Table Cell/Row

-----------------------------------------------------------------------------*/

.error-row-glow,
.animated-glow .error-row-glow-synch {
    box-shadow: 0 0 0 rgba(214, 133, 133, 1);
    animation: pulse 600ms ease-in-out infinite alternate;
}

@keyframes pulse {
    from {
        -webkit-box-shadow: inset 0 0 0 rgba(214, 133, 133, 1);
        -moz-box-shadow: inset 0 0 0 rgba(214, 133, 133, 1);
        box-shadow: inset 0 0 0 rgba(214, 133, 133, 1);
    }
    to {
        -webkit-box-shadow: 9px 0px 9px -7px rgba(214, 133, 133, 1) inset, -9px 0px 9px -7px rgba(214, 133, 133, 1) inset, 0px 9px 9px -7px rgba(214, 133, 133, 1) inset, 0px -9px 9px -7px rgba(214, 133, 133, 1) inset;
        -moz-box-shadow: 9px 0px 9px -7px rgba(214, 133, 133, 1) inset, -9px 0px 9px -7px rgba(214, 133, 133, 1) inset, 0px 9px 9px -7px rgba(214, 133, 133, 1) inset, 0px -9px 9px -7px rgba(214, 133, 133, 1) inset;
        box-shadow: 9px 0px 9px -7px rgba(214, 133, 133, 1) inset, -9px 0px 9px -7px rgba(214, 133, 133, 1) inset, 0px 9px 9px -7px rgba(214, 133, 133, 1) inset, 0px -9px 9px -7px rgba(214, 133, 133, 1) inset;
    }
}

/*

    DIV/SPAN Glow

-----------------------------------------------------------------------------*/

.element-glow {
    box-shadow: 0 0 0 rgba(51, 114, 169, 1);
    animation: pulse 1s ease-in-out alternate;
    animation-iteration-count: 4;
}

@keyframes pulse {
    from {
        -webkit-box-shadow: 0 0 0 rgb(51, 114, 169);
        -moz-box-shadow: 0 0 0 rgba(51, 114, 169);
        box-shadow: 0 0 0 rgba(51, 114, 169);
    }

    to {
        -webkit-box-shadow: 0px 0px 5px 3px rgba(51, 114, 169), 0px 0px 5px 3px rgba(51, 114, 169), 0px 0px 5px 3px rgba(51, 114, 169), 0px 0px 5px 3px rgba(51, 114, 169);
        -moz-box-shadow: 0px 0px 5px 3px rgba(51, 114, 169), 0px 0px 5px 3px rgba(51, 114, 169), 0px 0px 5px 3px rgba(51, 114, 169), 0px 0px 5px 3px rgba(51, 114, 169);
        box-shadow: 0px 0px 5px 3px rgba(51, 114, 169), 0px 0px 5px 3px rgba(51, 114, 169), 0px 0px 5px 3px rgba(51, 114, 169), 0px 0px 5px 3px rgba(51, 114, 169);
    }
}


/*

    Create Sample Docket Modal

-----------------------------------------------------------------------------*/

#createSampleDocketModal #orderIDHeader {
    margin: 20px 0 10px 0;
    display: inline-block;
}

#createSampleDocketModal .project-quote-order-header {
    display: inline-block;
    margin: 0;
}

#createSampleDocketModal #sampleDocketInfo {
    margin-bottom: 0;
}

#createSampleDocketModal #sampleDocketInfoContent p,
#createSampleDocketModal #sampleDocketInfoContent div,
#createSampleDocketModal #sampleDocketInfoContent h2,
#createSampleDocketModal #sampleDocketProjectInfo>h4 {
    font-weight: bold;
}

#createSampleDocketModal #sampleDocketProjectInfo>p,
#createSampleDocketModal #sampleDocketProjectInfo>div {
    margin-bottom: 10px;
}

#createSampleDocketModal #sampleDocketProjectInfo>p:last-child #createSampleDocketModal #sampleDocketProjectInfo>div:last-child {
    margin-bottom: 0;
}

#createSampleDocketModal #additionalSampleInfo>h2,
#createSampleDocketModal #additionalSampleInfo>h3,
#createSampleDocketModal #sampleDocketModalCalloutSection {
    margin-top: 15px;
}

#createSampleDocketModal #additionalSampleInfo>p {
    margin-bottom: 10px;
}

#createSampleDocketModal #additionalSampleInfo>table {
    float: right;
    margin-top: 5px;
}

#createSampleDocketModal #additionalSampleInfo>table:last-child,
#createSampleDocketModal #additionalSampleInfo>p:last-child {
    margin-bottom: 0;
}

#createSampleDocketModal #additionalSampleInfo>table>tbody>tr>td {
    vertical-align: top;
}

#createSampleDocketModal #additionalSampleInfo>table>tbody>tr>td:first-child {
    min-width: 110px;
}

#createSampleDocketModal #additionalSampleInfo>table>tbody>tr>td>.title-header {
    color: white;
    background-color: black;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
}

#createSampleDocketModal>div>div>div.modal-body>form>div:not(#sampleDocketModalCalloutSection):not(#sampleDocketModalNotesSection) {
    padding-left: 0;
    padding-right: 0;
}

#createSampleDocketModal #sampleDocketStamps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#createSampleDocketModal #sampleDocketStamps>div:nth-child(2)>button {
    margin-bottom: 5px;
}

#createSampleDocketModal #sampleDocketModalProjectImages>img {
    margin-right: 5px;
}

#createSampleDocketModal #sampleDocketModalProjectImages>img:last-child {
    margin-right: 0;
}

#createSampleDocketModal #sampleDocketStamps>div:first-child {
    padding-left: 0;
}

#createSampleDocketModal #sampleDocketStamps>div:last-child {
    padding-right: 0;
}

#createSampleDocketModal #sampleDocketCommentsUploads {
    padding: 0;
    display: flex;
}

#createSampleDocketModal #commentsSections {
    flex: 1 1 100%;
}

#createSampleDocketModal .panel-heading h4 {
    margin: 0;
}

#createSampleDocketModal #createSampleDocketModalContent #iosToggleGroup>div:nth-child(2) {
    text-align: right;
}

#createSampleDocketModal #iosSwitchLabel {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 14px;
}

#createSampleDocketModal {
    line-height: 1.8em;
}

#createSampleDocketModal>div>div>div.modal-body {
    width: 100%;
}

#createSampleDocketModal #sample_docket_required_date {
    cursor: pointer;
}

@media (max-width: 991px) {
    #createSampleDocketModal #additionalSampleInfo {
        text-align: left !important;
    }
    #createSampleDocketModal #sampleDocketStamps>div {
        padding: 0;
    }
    #createSampleDocketModal #sampleDocketStamps>div#sampleDocketModalProjectImages {
        text-align: center;
    }
    #createSampleDocketModal #additionalSampleInfo>table {
        float: left;
    }
    #createSampleDocketModal #sampleDocketCommentsUploads {
        display: block;
    }
}

@media only screen and (min-width: 576px) {
    #createSampleDocketModal>div {
        width: 90vw;
    }
}


/*

    Make Docket Modal

-----------------------------------------------------------------------------*/

#makeDocketModal #orderIDHeader {
    margin: 20px 0 10px 0;
    display: inline-block;
}

#makeDocketModal .project-quote-header {
    display: inline-block;
    margin: 0;
}

#makeDocketModal #docketInfo {
    margin-bottom: 0;
}

#makeDocketModal #docketInfoContent p,
#makeDocketModal #docketInfoContent div,
#makeDocketModal #docketInfoContent h2,
#makeDocketModal #docketProjectInfo>h4 {
    font-weight: bold;
}

#makeDocketModal #docketProjectInfo>p,
#makeDocketModal #docketProjectInfo>div {
    margin-bottom: 10px;
}

#makeDocketModal #docketProjectInfo>p:last-child #makeDocketModal #docketProjectInfo>div:last-child {
    margin-bottom: 0;
}

#makeDocketModal #additionalOrderInfo>h2,
#makeDocketModal #additionalOrderInfo>h3,
#makeDocketModal #docketModalCalloutSection {
    margin-top: 15px;
}

#makeDocketModal #additionalOrderInfo>p {
    margin-bottom: 10px;
}

#makeDocketModal #additionalOrderInfo>table {
    float: right;
    margin-top: 5px;
}

#makeDocketModal #additionalOrderInfo>table:last-child,
#makeDocketModal #additionalOrderInfo>p:last-child {
    margin-bottom: 0;
}

#makeDocketModal #additionalOrderInfo>table>tbody>tr>td {
    vertical-align: top;
}

#makeDocketModal #additionalOrderInfo>table>tbody>tr>td:first-child {
    min-width: 110px;
}

#makeDocketModal #additionalOrderInfo>table>tbody>tr>td>.title-header {
    color: white;
    background-color: black;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
}

#makeDocketModal>div>div>div.modal-body>form>div:not(#docketModalCalloutSection):not(#docketModalNotesSection) {
    padding-left: 0;
    padding-right: 0;
}

.outsource-options {
    margin-right: 5px;
}

.outsource-options:last-child {
    margin-right: 0;
}

#makeDocketModal #stamps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#makeDocketModal #stamps>div:nth-child(2)>button {
    margin-bottom: 5px;
}

#makeDocketAddPOForm {
    display: none;
    background-color: white;
    border: 2px solid black;
}

.make-docket-outsource-actions {
    margin-top: 10px;
}

#makeDocketModal .make-docket-outsource-actions>.edit-outsource-tooltip {
    display: inline-block;
}

.make-docket-outsource-additional-info {
    margin: 0;
}

.make-docket-outsource-additional-info>p:nth-child(2) {
    margin-top: 58px;
}

.make-docket-outsource-additional-info>p:nth-child(3),
.make-docket-outsource-additional-info>p:nth-child(4),
.make-docket-outsource-additional-info>p:nth-child(5),
.make-docket-outsource-additional-info>p:nth-child(6) {
    margin-top: 23px;
}

#makeDocketModal #docketModalOutsourceSectionContent>div>.tab-pane>.well {
    background-color: white;
}

#makeDocketModal #docketModalOutsourceSectionContent>div>.tab-content>.tab-pane>.well>.row {
    border: none;
}

#makeDocketModal #outsourceSection {
    margin-bottom: 0;
}

#makeDocketModal #outsourcesLegend {
    border: none;
    margin: 0;
    padding: 0;
}

#makeDocketModal #docketModalProjectImages>img {
    margin-right: 5px;
}

#makeDocketModal #docketModalProjectImages>img:last-child {
    margin-right: 0;
}

#makeDocketModal .make-docket-outsource-item {
    margin-bottom: 10px;
}


/* #makeDocketModal .make-docket-outsource-item:not(.active-outsource) {
    cursor: pointer;
} */

#makeDocketModal .make-docket-outsource-item>p:first-child {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}


/* #makeDocketModal .make-docket-outsource-item.active-outsource,
#makeDocketAddPOForm>div.well {
    border: 2px black solid;
    background-color: white;
} */

#makeDocketModal .make-docket-outsource-item.unsubmitted {
    background-color: #ffd2d2;
    border-color: #ffd2d2;
}


/* #makeDocketModal .make-docket-outsource-item.unsubmitted.active-outsource {
    border-color: #ff7575;
    background-color: white;
} */

#makeDocketModal .make-docket-timeline {
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    z-index: 1;
}

#makeDocketModal .make-docket-timeline:first-child {
    margin-left: 0;
}

#makeDocketModal .make-docket-timeline:after {
    position: absolute;
    left: 0;
    top: 30%;
    height: 1px;
    background: #ccc;
    content: "";
    width: 100%;
    display: block;
    z-index: -1;
}

#makeDocketModal .make-docket-timeline>.make-docket-timeline-step {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

#makeDocketModal .make-docket-timeline>.make-docket-timeline-step.make-docket-timeline-step-outsource:hover {
    cursor: pointer;
    text-decoration: underline;
}

#makeDocketModal .make-docket-timeline>.make-docket-timeline-step>div:first-child {
    width: calc(1em * 2.5);
    height: calc(1em * 2.5);
    border-radius: 50%;
    font-size: 1em;
    color: #fff;
    line-height: calc(1em * 2.5);
    background: #696969;
    margin: auto;
}

#makeDocketModal .make-docket-timeline>.make-docket-timeline-step.outsource-timeline-step>div:first-child {
    background: #5cb85c;
}

#makeDocketModal .make-docket-timeline>.make-docket-timeline-step>div {
    margin: auto;
}

#makeDocketModal .make-docket-timeline>.make-docket-timeline-step.outsource-timeline-step:hover {
    cursor: pointer;
    text-decoration: underline;
}

#makeDocketModal #stamps>div:first-child {
    padding-left: 0;
}

#makeDocketModal #stamps>div:last-child {
    padding-right: 0;
}

#makeDocketModal #docketCommentsUploads {
    padding: 0;
    display: flex;
}

#makeDocketModal #outsourceSection .row {
    border: none;
    padding: 0;
}

#makeDocketModal #commentsSections {
    flex: 1 1 100%;
}

#makeDocketModal .panel-heading h4 {
    margin: 0;
}

#makeDocketModal #makeDocketModalContent #iosToggleGroup>div:nth-child(2) {
    text-align: right;
}

#makeDocketModal #iosSwitchLabel {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 14px;
}

#makeDocketModal #createPO_form .ios-switch>label {
    margin-bottom: 0;
}

#makeDocketModal #createPO_form .row {
    padding: 5px 0;
    font-size: 14px;
}

#makeDocketModal,
#makeDocketModal .make-docket-outsource-item {
    line-height: 1.8em;
}

#makeDocketModal .createPO-form>.row>.col-md-2 {
    text-align: right;
}

#makeDocketModal #docketModalOutsourceSection .well {
    margin-bottom: 0;
    border-width: 2px;
}

#makeDocketModal #docketModalOutsourceSection .well>.row {
    border: none;
}

#makeDocketModal #makeDocketAddPOForm .row {
    margin: 0;
}

#makeDocketModal #docketModalOutsourceSectionContent>.nav>li.unsubmitted>a {
    background-color: #fddfdf;
}

#makeDocketModal #docketModalOutsourceSectionContent>.nav>li.unsubmitted:not(.active)>a:hover {
    background-color: #fbb4b4;
}

#makeDocketModal #docketModalOutsourceSectionContent>.nav>li.unsubmitted.active>a {
    background-color: #ffd2d2;
}

#makeDocketModal>div>div>div.modal-body {
    width: 100%;
}

@media (max-width: 991px) {
    #makeDocketModal #additionalOrderInfo {
        text-align: left !important;
    }
    #makeDocketModal #stamps>div {
        padding: 0;
    }
    #makeDocketModal #stamps>div#docketModalProjectImages {
        text-align: center;
    }
    #makeDocketModal #makeDocketAddPOFormContainer {
        margin-top: 10px;
    }
    #makeDocketModal #additionalOrderInfo>table {
        float: left;
    }
    .make-docket-outsource-additional-info>p {
        margin-top: 10px;
    }
    #makeDocketModal #docketCommentsUploads {
        display: block;
    }
    #makeDocketModal .createPO-form>.row>.col-md-2 {
        text-align: left;
    }
    #makeDocketModal #makeDocketAddPOForm {
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 576px) {
    #makeDocketModal>div {
        width: 90vw;
    }
}

#makeDocketModal #makeDocketAddPOForm {
    padding: 0;
}

#makeDocketModal #makeDocketAddPOForm>div.row {
    padding: 19px;
}

#makeDocketModal #makeDocketAddPOForm>h4#makeDocketAddPOFormHeader {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    background-color: black;
    color: white;
    display: none;
}


/*

    Warning Modal

-----------------------------------------------------------------------------*/

#warningModal button {
    font-size: 14px;
}


/*

    IOS Stlye Toggle Stylings. Source https://www.abeautifulsite.net/bootstrap-4-switches

-----------------------------------------------------------------------------*/

.ios-switch {
    position: relative;
}

.ios-switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}

.ios-switch input+label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.375rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.ios-switch input+label::before,
.ios-switch input+label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: block;
}

.ios-switch input+label::before {
    right: 0;
    background-color: #dee2e6;
    border-radius: calc(2.375rem * .8);
    transition: 0.2s all;
}

.ios-switch input+label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}

.ios-switch input:checked+label::before {
    background-color: rgba(91, 178, 89, 1);
}

.ios-switch input:checked+label::after {
    margin-left: calc(2.375rem * .8);
}

.ios-switch input:disabled+label {
    color: #868e96;
    cursor: not-allowed;
}

.ios-switch input:disabled+label::before {
    background-color: #e9ecef;
}

.ios-switch.ios-switch-sm {
    font-size: 0.875rem;
}

.ios-switch.ios-switch-sm input+label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}

.ios-switch.ios-switch-sm input+label::before {
    width: calc(calc(1.9375rem * .8) * 2);
}

.ios-switch.ios-switch-sm input+label::after {
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}

.ios-switch.ios-switch-sm input:checked+label::after {
    margin-left: calc(1.9375rem * .8);
}

.ios-switch.ios-switch-lg {
    font-size: 1.25rem;
}

.ios-switch.ios-switch-lg input+label {
    min-width: calc(calc(3rem * .8) * 2);
    height: calc(3rem * .8);
    line-height: calc(3rem * .8);
    text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}

.ios-switch.ios-switch-lg input+label::before {
    width: calc(calc(3rem * .8) * 2);
}

.ios-switch.ios-switch-lg input+label::after {
    width: calc(calc(3rem * .8) - calc(2px * 2));
    height: calc(calc(3rem * .8) - calc(2px * 2));
}

.ios-switch.ios-switch-lg input:checked+label::after {
    margin-left: calc(3rem * .8);
}

.ios-switch.ios-switch-xlg {
    font-size: 1.25rem;
}

.ios-switch.ios-switch-xlg input+label {
    min-width: calc(calc(3.5rem * .8) * 2);
    height: calc(3.5rem * .8);
    line-height: calc(3.5rem * .8);
    text-indent: calc(calc(calc(3.5rem * .8) * 2) + .5rem);
}

.ios-switch.ios-switch-xlg input+label::before {
    width: calc(calc(3.5rem * .8) * 2);
}

.ios-switch.ios-switch-xlg input+label::after {
    width: calc(calc(3.5rem * .8) - calc(2px * 2));
    height: calc(calc(3.5rem * .8) - calc(2px * 2));
}

.ios-switch.ios-switch-xlg input:checked+label::after {
    margin-left: calc(3.5rem * .8);
}

.ios-switch+.ios-switch {
    margin-left: 1rem;
}

#iosSwitchLabel {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 5px;
}

.ios-switch.ios-switch-long input:checked+label::after {
    margin-left: calc(2.375rem * 2);
}

.ios-switch.ios-switch-long input+label::after {
    height: calc(2.375rem + 1px);
    width: calc(2.375rem + 1px);
    top: -4px;
}

.ios-switch.ios-switch-long input+label::before {
    width: calc(calc(2.375rem * .8) * 4);
    height: calc(calc(2.375rem * .8) * 1.5);
    top: -6px;
}

.ios-switch.ios-switch-long input+label {
    min-width: calc(calc(2.375rem * .8) * 4);
}


/*

    IOS Toggle With Text

--------------------------------------------------------------------------*/

.can-toggle {
    position: relative;
    width: 6.5em;
}

.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
    box-sizing: border-box;
}

.can-toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.can-toggle input[type="checkbox"][disabled]~label {
    pointer-events: none;
}

.can-toggle input[type="checkbox"][disabled]~label .can-toggle__switch {
    opacity: 0.4;
}

.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 10%;
}

.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
    content: attr(data-checked);
}

.can-toggle label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
}

.can-toggle__switch:hover {
    cursor: pointer;
}

.can-toggle label .can-toggle__switch {
    position: relative;
}

.can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
}

.can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.can-toggle label .can-toggle__switch:after {
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    color: #777;
}

.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.can-toggle.ios-toggle-text input[type="checkbox"][disabled]~label {
    color: #868e96;
}

.can-toggle.ios-toggle-text input[type="checkbox"]:checked~label .can-toggle__switch {
    background-color: rgba(91, 178, 89, 1);
}

.can-toggle.ios-toggle-text input[type="checkbox"]:checked~label .can-toggle__switch:after {
    color: rgba(91, 178, 89, 1);
}

.can-toggle.ios-toggle-text label .can-toggle__label-text {
    flex: 1;
}

.can-toggle.ios-toggle-text label .can-toggle__switch {
    transition: background-color 0.2s linear;
    background: #dee2e6;
}

.can-toggle.ios-toggle-text label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.9);
}

.can-toggle.ios-toggle-text label .can-toggle__switch:after {
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    color: #868e96;
}

.can-toggle.ios-toggle-text input[type="checkbox"]:checked~label .can-toggle__switch:after {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.can-toggle.ios-toggle-text label .can-toggle__switch {
    height: calc(calc(4.6rem * .8) - calc(2px * 2));
    flex: 0 0 100%;
    border-radius: 50px;
}

.can-toggle.ios-toggle-text label .can-toggle__switch:before {
    left: 50%;
    font-size: 15px;
    line-height: calc(calc(4.7rem * .8) - calc(2px * 2));
    width: calc(calc(4.7rem * .8) - calc(2px * 2));
}

.can-toggle.ios-toggle-text label .can-toggle__switch:after {
    top: calc(calc(0.75rem * .8) - calc(2px * 2));
    left: calc(calc(0.75rem * .8) - calc(2px * 2));
    border-radius: 50%;
    width: calc(calc(4.1rem * .8) - calc(2px * 2));
    height: calc(calc(4.1rem * .8) - calc(2px * 2));
    line-height: calc(calc(4.1rem * .8) - calc(2px * 2));
    font-size: 15px;
}

@media (min-width: 3839px) and (max-width: 5759px) {
    .can-toggle.ios-toggle-text input[type="checkbox"]:checked~label .can-toggle__switch:after {
        -webkit-transform: translate3d(150%, 0, 0);
        transform: translate3d(150%, 0, 0);
        top: calc(calc(0.7rem * .8) - calc(2px * 2));
    }
}

@media (min-width: 5760px) {
    .can-toggle.ios-toggle-text input[type="checkbox"]:checked~label .can-toggle__switch:after {
        -webkit-transform: translate3d(90%, 0, 0);
        transform: translate3d(90%, 0, 0);
        top: calc(calc(0.5rem * .8) - calc(2px * 2));
    }
}


/*

    Loading Screen Stylings

-----------------------------------------------------------------------------*/

#loadingScreen.loading-screen-alt {
    width: 40vw;
    height: 50vh;
    top: 50vh;
    left: 50vw;
    transform: translateX(-50%) translateY(-50%);
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid black;
    border-radius: 25px;
    box-shadow: 2px 5px 10px;
}

#loadingScreen.loading-screen-alt.solid{
    background-color: rgba(255, 255, 255, 1);
}

#loadingScreen {
    background-color: rgba(255, 255, 255, 1);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
}

#loadingScreenContent {
    position: relative;
    text-align: center;
    top: 45%;
    transform: translateY(-45%);
}

#loadingScreenContent>img {
    max-width: 350px;
    max-height: 350px;
}

#loadingScreenContent>#loadingScreentContentMessage>p {
    font-size: 30px;
}

#loadingScreenContent>div:not(#loadingScreentContentMessage, #progressLoadingScreenContainer) {
    width: 80px;
    height: 80px;
}

#loadingScreenContent>div#progressLoadingScreenContainer {
    width: 30%;
    margin: auto;
    border: 1px solid black;
}

#loadingScreen>#loadingTimer {
    text-align: right;
    position: absolute;
    bottom: 10px;
    font-size: 17px;
}


/*

     Copy With Changes Modal Stylings

 -----------------------------------------------------------------------------*/

#copyWithChangesModal .modal-body {
    height: 75vh;
    overflow-y: auto;
}

.copy-with-changes-dropdown>div.dropdown-menu {
    line-height: 35px;
}

.copy-with-changes-dropdown>div.dropdown-menu>a {
    color: black;
    padding: 10px;
    width: 100%;
}

table.dataTable tbody tr.selected a.copy-dropdown-item {
    color: black;
}

@media (min-width: 768px) {
    #copyWithChangesModal>.modal-dialog {
        width: 80%;
    }
    #copyWithChangesModal {
        width: 100% !important;
        overflow: hidden;
    }
}

.cpy-with-changes-remove {
    cursor: pointer;
    color: red;
    padding: 2px 0 0 5px;
}

#copyChangeCustomsTable #customFieldTableQty td,
#copyChangeMaterialsTable #materialsTableQty td {
    font-weight: bold;
    border-bottom: 2px solid black;
}

#copyChangeCustomsTable>table>tbody>tr>td.custom-fields-row-value,
#copyChangeMaterialsTable>table>tbody>tr>td.added-materials-row-value,
#copyChangeMaterialsTable>table>tbody>tr>td.added-materials-row-value>span.added-materials-row-container {
    text-align: center;
    vertical-align: middle;
}

select.change-finised-grain-copy {
    padding: 10px;
}

.copy-change-finised-grain-module {
    display: inline-block;
}

.copy-change-finised-grain-module:only-of-type {
    padding-right: 0;
    border-right: none;
}

.copy-change-finised-grain-module:first-of-type:not(:only-of-type) {
    padding-right: 20px;
    border-right: 0.5px solid #eee;
}

.copy-change-finised-grain-module:last-of-type:not(:only-of-type) {
    padding-left: 20px;
    border-left: 10.5px solid #eee;
}

.copy-change-finised-grain-module:not(:first-of-type):not(:last-of-type):not(:only-of-type) {
    padding-left: 20px;
    padding-right: 20px;
    border-left: 10.5px solid #eee;
    border-right: 0.5px solid #eee;
}

.delete-custom-field {
    top: 0;
}


/*

Select2 Multiselect Cut Off Placeholder Fix

-----------------------------------------------------------------------------*/

.select2-container .select2-selection__rendered>*:first-child.select2-search--inline {
    width: 100% !important;
}

.select2-container .select2-selection__rendered>*:first-child.select2-search--inline .select2-search__field {
    width: 100% !important;
}


/*

    Remove Padding and Margins

-----------------------------------------------------------------------------*/

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-horizontal {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
}

.no-padding {
    padding: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-horizontal {
    margin-left: 0;
    margin-right: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-vertical {
    margin-top: 0;
    margin-bottom: 0;
}

.no-margin {
    margin: 0;
}


/*

    PROJECT Page

-----------------------------------------------------------------------------*/

#mainProjectWell {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 6px;
}

#current_step {
    flex: 0 0 100%;
}

#mainProjectWell>#current_step {
    max-width: 100%;
}


#stepwizardSection {
    flex: 3;
}

#stepTimelineTaskTimelineBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 6px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
}


/*

    PROJECT SUMMARY

-----------------------------------------------------------------------------*/

.production-task-completion-bar {
    border: 1px solid black;
}

#projectSummaryTimelinePanel {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#projectSummaryPanel.expanded,
#projectSummaryPanel .panel-heading.expanded {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.project-summary-timeline-button {
    margin-right: 15px;
    word-spacing: -10px;
    position: initial;
    display: none;
}

.timelineLoader-project-summary {
    padding: 19px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.timelineLoader-project-summary p {
    font-weight: bold;
    font-size: 18px;
    color: #0085c7;
}

#changeDueDateOrdered,
#changeStampsOrdered {
    display: none;
    padding: 0;
}

#changeStampsOrdered .spacer:not(:last-child) {
    margin-bottom: 4px;
}

#changeStampsOrdered #changeStampsOrderedContent {
    display: none;
}

#changeStampsOrdered #changeStampsOrderedLoading {
    margin: 0 auto;
}

#unlockProject {
    padding: 0;
}

.project-name-po-edit {
    display: flex;
    flex-wrap: wrap;
}

.project-name-po-edit>div.project-name-po-edit-fields {
    padding-left: 0;
    display: flex;
    flex: 1 1 32%;
    align-items: center;
}

.project-name-po-edit>div:not(.project-name-po-edit-fields) {
    flex: 1 1 100%;
}

.project-name-po-edit>div.project-name-po-edit-fields:not(:first-child) {
    margin-left: 10px;
}

.project-name-po-edit>div.project-name-po-edit-fields>span {
    font-weight: bold;
}

.project-name-po-edit>div.project-name-po-edit-fields>input {
    flex: 1;
}

.project-name-po-edit>div.project-name-po-edit-fields>button {
    padding: 3px 10px;
    border-radius: 0 3px 3px 0;
}

#save-project-name-tl,
#save-project-name,
#save-ponumber-number-tl,
#save-ponumber-number,
#save-project-customer-tl {
    border-radius: 0;
}

#pname,
#poNumber,
#pname-tl,
#poNumber-tl,
#pcustomer-tl {
    border-right: none;
}

#project-customer-tl,
#save-project-customer-tl,
#cancelProjectCustomer-tl {
    line-height: 1.8;
}

#save_project_button>.sk-wave,
.save_quote_button>.sk-wave {
    margin: auto;
    height: 20px;
}

#save_project_button>.sk-wave>.sk-rect,
.save_quote_button>.sk-wave>.sk-rect {
    background-color: white;
    margin-left: 1px;
    margin-right: 1px;
    width: 4px;
}


/*

    Glowing Stamp

-----------------------------------------------------------------------------*/

.glowing-stamp {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: glowing-stamp;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-duration: 900ms;
    animation-name: glowing-stamp;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    font-family: 'Stardos Stencil', cursive;
    font-weight: bold;
    font-size: 120px;
    color: red !important;
    display: none;
}


/* Additional Glowing Stamp Colours */

.glowing-stamp-green {
    color: green !important;
}

.glowing-stamp-white {
    color: white !important;
}

.glowing-stamp-dropdown {
    display: block;
    font-size: initial;
    animation-name: none;
}

@keyframes glowing-stamp {
    from {
        text-shadow: 0 0 0px;
    }
    to {
        text-shadow: 0 0 13px;
    }
}

.glowing-stamp-green {
    -webkit-animation-duration: 900ms;
    -webkit-animation-name: glowing-stamp-green;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-duration: 900ms;
    animation-name: glowing-stamp-green;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    font-family: 'Stardos Stencil', cursive;
    font-weight: bold;
    color: white !important;
}

@keyframes glowing-stamp-green {
    from {
        text-shadow: 0px 0px 0px #056109;
    }
    to {
        text-shadow: 0px 0px 20px #056109;
    }
}


/*

    Billing/Archive Table Stylings

-----------------------------------------------------------------------------*/

.cost-trade-report-billing-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    font-weight: bold;
}

.cost-trade-report-billing .dropdown-menu {
    margin-top: 0;
    padding: 5px 0;
    min-width: 95px;
    right: 0;
    left: inherit;
}

.cost-trade-report-billing .dropdown-menu a {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    text-align: right;
    color: black !important;
}

.cost-trade-report-billing .dropdown-menu a:hover {
    background-color: rgba(247, 248, 249, 1) !important;
    text-decoration: none;
}

.cost-trade-report-billing .dropdown-menu a:active {
    background-color: rgba(0, 123, 255, 1) !important;
    text-decoration: none;
    color: white !important;
}


/*

    Upload Modal Stylings

-----------------------------------------------------------------------------*/

.upload-modal .modal-dialog {
    width: 900px;
}

.upload-modal>.modal-dialog>.modal-content>.modal-body {
    width: 100%;
}

#uploadFilesContent {
    display: none;
}

#uploadFilesContent .project_files {
    border: 2px solid black;
    width: 100%;
}

#uploadFilesContent .project_files td {
    border: 2px solid black;
    text-align: center;
    padding: 5px;
    text-align: center;
}

.upload-modal .fileinput-button,
#uploadAddFileButton {
    width: calc(100% - 10px);
    margin: 5px;
    border: 2px dashed black;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.upload-modal .fileinput-button>.row-eq-height:first-child,
#uploadAddFileButton>.row-eq-height {
    justify-content: flex-end;
    margin-right: 10px;
}

.upload-modal .modal-title {
    display: inline;
    padding-right: 10px;
}

.upload-modal .modal-header {
    background-color: #337ab7;
    color: white;
    border: none;
}

.upload-modal .modal-body {
    padding: 0;
}

#uploadFilesContent .remove-item {
    font-size: 2em;
    margin: auto;
    float: none;
}

.upload-button.button-badge {
    text-decoration: none !important;
    padding: 6px 12px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.upload-button.button-badge>.badge {
    position: absolute;
    top: -14px;
    right: -11px;
    font-size: 0.9em;
    background-color: #dc3545 !important;
    color: white !important;
    border-radius: 10px;
    padding: 5px 7px !important;
}

.upload-modal .modal-footer {
    flex-flow: row;
    border-top: none;
    padding: 5px;
}

#uploadWarning {
    margin: auto;
    font-size: 14px;
    font-weight: bold;
}

#uploadCloseButton {
    margin: 5px;
}

.upload-footer {
    display: none;
}

#uploadFilesTabs .badge.upload-badge {
    position: absolute;
    top: -9px;
    right: -9px;
    font-size: 0.9em;
    background-color: #dc3545 !important;
    color: white !important;
    border-radius: 10px;
    padding: 5px 7px !important;
    z-index: 1;
}


/*

    Sample Docket Upload Modal Stylings

-----------------------------------------------------------------------------*/

.sample-docket-upload-section .panel-body {
    padding: 0;
}

#sampleDocketUploadFilesContent {
    display: none;
}

#sampleDocketUploadFilesContent .project_files {
    border: 2px solid black;
    width: 100%;
}

#sampleDocketUploadFilesContent .project_files td {
    border: 2px solid black;
    text-align: center;
    padding: 5px;
    text-align: center;
}

.sample-docket-upload-section .fileinput-button,
#sampleDocketUploadAddFileButton {
    width: calc(100% - 10px);
    margin: 5px;
    border: 2px dashed black;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sample-docket-upload-section .fileinput-button>.row-eq-height:first-child,
#sampleDocketUploadAddFileButton>.row-eq-height {
    justify-content: flex-end;
    margin-right: 10px;
}

#sampleDocketUploadFilesContent .remove-item {
    font-size: 2em;
    margin: auto;
    float: none;
}

.upload-button.button-badge {
    text-decoration: none !important;
    padding: 6px 12px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.sample-docket-upload-button.button-badge>.badge {
    position: absolute;
    top: -14px;
    right: -11px;
    font-size: 0.9em;
    background-color: #dc3545 !important;
    color: white !important;
    border-radius: 10px;
    padding: 5px 7px !important;
}

.sample-docket-upload-section .modal-footer {
    flex-flow: row;
    border-top: none;
    padding: 5px;
}

#sampleDocketUploadWarning {
    margin: auto;
    font-size: 14px;
    font-weight: bold;
}

#sampleDocketUploadCloseButton {
    margin: 5px;
}

.sample-docket-upload-footer {
    display: none;
}

#sampleDocketUploadFilesTabs .badge.upload-badge {
    position: absolute;
    top: -9px;
    right: -9px;
    font-size: 0.9em;
    background-color: #dc3545 !important;
    color: white !important;
    border-radius: 10px;
    padding: 5px 7px !important;
    z-index: 1;
}


/*

    Docket Upload Modal Stylings

-----------------------------------------------------------------------------*/

.docket-upload-section .panel-body {
    padding: 0;
}

#docketUploadFilesContent {
    display: none;
}

#docketUploadFilesContent .project_files {
    border: 2px solid black;
    width: 100%;
}

#docketUploadFilesContent .project_files td {
    border: 2px solid black;
    text-align: center;
    padding: 5px;
    text-align: center;
}

.docket-upload-section .fileinput-button,
#docketUploadAddFileButton {
    width: calc(100% - 10px);
    margin: 5px;
    border: 2px dashed black;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.docket-upload-section .fileinput-button>.row-eq-height:first-child,
#docketUploadAddFileButton>.row-eq-height {
    justify-content: flex-end;
    margin-right: 10px;
}

#docketUploadFilesContent .remove-item {
    font-size: 2em;
    margin: auto;
    float: none;
}

.upload-button.button-badge {
    text-decoration: none !important;
    padding: 6px 12px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.docket-upload-button.button-badge>.badge {
    position: absolute;
    top: -14px;
    right: -11px;
    font-size: 0.9em;
    background-color: #dc3545 !important;
    color: white !important;
    border-radius: 10px;
    padding: 5px 7px !important;
}

.docket-upload-section .modal-footer {
    flex-flow: row;
    border-top: none;
    padding: 5px;
}

#docketUploadWarning {
    margin: auto;
    font-size: 14px;
    font-weight: bold;
}

#docketUploadCloseButton {
    margin: 5px;
}

.docket-upload-footer {
    display: none;
}

#docketUploadFilesTabs .badge.upload-badge {
    position: absolute;
    top: -9px;
    right: -9px;
    font-size: 0.9em;
    background-color: #dc3545 !important;
    color: white !important;
    border-radius: 10px;
    padding: 5px 7px !important;
    z-index: 1;
}


/*

    Name Requirement Modal Stylings

-----------------------------------------------------------------------------*/

#nameRequirementModal>.modal-dialog>.modal-content>.modal-body {
    width: 100%;
}

#nameRequirementModal>.modal-dialog>.modal-content>.modal-header {
    background-color: #d9534f;
    color: white;
}


/*

    Tippy Tooltip Plugin - CSS adjustments

-----------------------------------------------------------------------------*/

.tippy-popper {
    z-index: 50000 !important;
}

.tippy-tooltip[data-size="xlarge"] {
    padding: .4rem .8rem;
    font-size: 14px;
}


/*

    Version Tool

-----------------------------------------------------------------------------*/

#versionsPanelTitle *:not(.multiVersionCheckbox) {
    margin: auto;
    margin-left: 0;
    margin-right: 0;
}

#versionContent>.panel-body {
    display: flex;
    flex-wrap: wrap;
}

#versionData {
    flex: 0 0 100%;
}

#versionData>table {
    width: 100%;
    margin-bottom: 0;
}

#versionData>table th,
#versionData>table td {
    vertical-align: middle;
    text-align: right;
}

#versionData>table>thead {
    margin-bottom: 5px;
    border: 2px solid #337ab7;
}

#versionData>table th {
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
    border-bottom: 2px solid #337ab7;
}

#versionData>table th:first-child {
    width: 42px;
}

#versionData>table th:nth-child(2) {
    padding-top: 13px;
    padding-right: 8px;
    padding-left: 8px;
    width: calc(100% / 5.4);
}

#versionData>table td:first-child {
    text-align: center;
}

#versionData>table td>div.form-group {
    margin: 0;
}

#versionData>table td>div.form-group>input:not(.version-name) {
    text-align: right;
}

#versionData>table td>div>.help-block {
    padding-right: 12px;
}

#versionData>table>tbody:before {
    content: "-";
    display: block;
    line-height: 1em;
    color: transparent;
}

#versionData .quantity-header {
    padding-top: 0;
}

#versionData .quantity-header>span {
    text-decoration: underline;
}

#versionData .delete-version {
    width: 46px;
}

#versionData #addSingleVersionContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
}

#versionData #generationOptions {
    display: flex;
}

#versionData #generationOptionsSelect {
    display: inline;
}

#versionData #editControls {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#versionData #englishFrenchConfirm {
    display: none;
    margin-top: 2px;
    flex-shrink: 0;
    margin-left: 5px;
}

#versionData #editControls>#autoGenerateOptions {
    visibility: hidden;
}

#versionData #editControls>#autoGenerateOptions .btn-xs {
    border: 1px solid;
    margin-right: 10px;
}

#versionData #editControls>#autoGenerateOptions>span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 30px;
}

#versionData #editControls>#autoGenerateOptions>span:not(:last-child) {
    margin-bottom: 10px;
}

#versionData #editControls>#autoGenerateOptions>span>input {
    width: 150px;
    text-align: right;
}

#versionData #editControls>#autoGenerateOptions>span>input {
    margin-right: 5px;
}

#runAutoGenerateModal .modal-header,
#runEnglishFrenchGenerateModal .modal-header {
    background-color: #f0ad4e;
}

#versionErrorModal .modal-header {
    background-color: #dc3545;
}

#versionErrorModal #versionErrorMessage {
    white-space: pre-line;
}

#versionData #toggleHiddenVersions {
    width: 100%;
    margin-top: 10px;
}

#versionData #clearVersions {
    margin-right: 30px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}


/*

    Supplied Stock Warning Stylings

-----------------------------------------------------------------------------*/

@media (min-width: 768px) {
    #suppliedStockWarningModal .modal-dialog {
        width: 700px;
    }
}

#suppliedStockWarningModal .modal-body {
    width: 100%;
    display: none;
}

#suppliedStockWarningModal #suppliedStockWarningStocks {
    margin: 10px 0;
}

#suppliedStockWarningModal #suppliedStockWarningStocks>div:not(#suppliedStockWarningStockIndex) {
    width: 11%;
    margin-right: 1%;
    margin-bottom: 5px;
    display: inline-block;
    min-width: 73px;
}

#suppliedStockWarningModal #suppliedStockWarningStocks>div:not(#suppliedStockWarningStockIndex).stock_name {
    width: 31.5%;
    min-width: 125px;
}

#suppliedStockWarningModal #suppliedStockWarningStocks>div:not(#suppliedStockWarningStockIndex).stock_coating {
    margin-right: 0;
    width: 31.5%;
    min-width: 125px;
}

#suppliedStockWarningModal #suppliedStockWarningStocks>div:not(#suppliedStockWarningStockIndex)>input {
    cursor: default;
}

#suppliedStockWarningModal #suppliedStockWarningStocks>textarea {
    margin-bottom: 20px;
}

#suppliedStockWarningModal #suppliedStockWarningStocks>:last-child {
    margin-bottom: 0px;
}


/*

    Tag Section Stylings

-----------------------------------------------------------------------------*/

#projectTagsContentContainer .tags-project-tab>.tags-tab-badge {
    position: absolute;
    top: -14px;
    right: -11px;
    font-size: 0.9em;
    background-color: #dc3545 !important;
    color: white !important;
    border-radius: 10px;
    padding: 5px 7px !important;
    z-index: 9;
}

#tagsContainerBadge {
    position: absolute;
    left: 6px;
    top: -7px;
    font-size: 1em;
    background-color: #dc3545 !important;
    color: white !important;
    border-radius: 10px;
    padding: 5px 7px !important;
    z-index: 9;
}

#publicTagsContainerBadge,
#tagsOverviewBadge {
    position: relative;
    left: -130px;
    top: -25px;
    font-size: 1em;
    background-color: #dc3545 !important;
    color: white !important;
    border-radius: 10px;
    padding: 5px 7px !important;
    z-index: 9;
}

#tagsOverviewBadge {
    left: -114px;
}

.get-tags-button.button-badge {
    text-decoration: none !important;
    padding: 6px 12px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.get-tags-button.button-badge>.badge {
    position: absolute;
    top: -14px;
    right: -11px;
    font-size: 0.9em;
    background-color: #dc3545 !important;
    color: white !important;
    border-radius: 10px;
    padding: 5px 7px !important;
}

#projectTagsContentContainer .tag-header div {
    line-height: 21px;
}

#projectTagsContentContainer .tag-header div:first-child {
    display: flex;
    flex-wrap: wrap;
}

#projectTagsContentContainer .tag-header div:first-child>p {
    flex: 1 1 100%;
}

#projectTagsContentContainer .medium-screen-up,
#projectTagsContentContainer .small-screen-down {
    padding: 0;
}

@media only screen and (min-width: 1686px) {
    #projectTagsContentContainer .optional-row {
        display: table-cell;
    }
    #projectTagsContentContainer .editable-row {
        width: 22% !important;
    }
}

@media only screen and (max-width: 1685px) {
    #projectTagsContentContainer .optional-row {
        display: none;
    }
    #projectTagsContentContainer .editable-row {
        width: 25.625% !important;
    }
}

@media only screen and (min-width: 1336px) {
    #projectTagsContentContainer .medium-screen-up {
        display: block;
    }
    #projectTagsContentContainer .small-screen-down {
        display: none;
    }
    #projectTagsContentContainer th,
    #projectTagsContentContainer td {
        border: 1px solid black;
        padding: 5px;
    }
}

@media only screen and (max-width: 1335px) {
    #projectTagsContentContainer .medium-screen-up {
        display: none;
    }
    #projectTagsContentContainer .small-screen-down {
        display: block;
    }
    #projectTagsContentContainer .project-tag-container {
        display: flex;
        border: 2px solid black;
        border-bottom: none;
        justify-content: space-between;
        padding: 10px 5px;
        flex-wrap: wrap;
    }
    #projectTagsContentContainer .project-tag-info {
        flex: 1 1 60%;
        padding-left: 5px;
        padding-right: 5px;
    }
    #projectTagsContentContainer .project-tag-numbers {
        flex: 1 1 40%;
        padding-left: 5px;
        padding-right: 5px;
    }
    #projectTagsContentContainer .project-tag-notes {
        flex: 1 1 100%;
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #projectTagsContentContainer .project-tag-container>div>.title {
        font-weight: bold;
        text-decoration: underline;
    }
    #projectTagsContentContainer .project-tag-container>div>div {
        margin-bottom: 5px;
    }
    #projectTagsContentContainer .project-tag-conatiner-stock-sequence {
        border: none;
        margin-left: 0;
        margin-right: 0;
    }
    #projectTagsContentContainer .project-tag-conatiner-stock-sequence:last-child {
        margin-bottom: 0;
    }
    #projectTagsContentContainer .project-tag-conatiner-stock-sequence>.project-tag-container:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    #projectTagsContentContainer .project-tag-conatiner-stock-sequence>.project-tag-container:last-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom: 2px solid black;
    }
    #projectTagsContentContainer .project-tag-conatiner-stock-sequence>.project-tag-container:only-child {
        border-radius: 10px;
    }
}

#projectTagsContentContainer .batch-table-spacer,
#projectTagsContentContainer .batch-table-add-row {
    border: none;
}

#projectTagsContentContainer .batch-table-spacer {
    padding: 0;
}

#projectTagsContentContainer .tag-continer-product-image>img {
    margin-top: 5px;
}

#projectTagsContentContainer .batch-table-removed-row {
    background-color: #d6d6d6;
    color: #525252;
}

@media only screen and (min-width: 576px) {
    #tagsModal>div {
        width: 90vw;
    }
}

@media only screen and (max-width: 774px) {
    #publicTagsContainerBadge,
    #tagsOverviewBadge {
        left: 6px;
        top: -3px;
    }
    #projectTagsContentContainer .tags-project-tab>.tags-tab-badge {
        top: -9px;
        right: 4px;
    }
}

#projectTagsContentContainer .actions {
    text-align: center;
}

#projectTagsContentContainer .tag-header {
    justify-content: space-between;
    padding: 0;
}

#projectTagsContentContainer .tag-header>div:first-child>div {
    margin-top: 10px;
    flex: 1 1 100%;
}

#projectTagsContentContainer .tag-header>div:first-child>div:last-child {
    align-self: flex-end;
}

#projectTagsContentContainer .tag-header>div:first-child>div:first-child {
    margin-top: 0;
}

#projectTagsContentContainer .tag-header>div:nth-child(2)>span.public-access-button>button,
#projectTagsContentContainer .tag-header>div:nth-child(2)>span.public-access-button>a>button {
    margin: 0;
    margin-top: 5px;
}

#projectTagsContentContainer .tag-header>div:nth-child(2)>span.public-access-button:first-child>button,
#projectTagsContentContainer .tag-header>div:nth-child(2)>span.public-access-button:first-child>a>button {
    margin-top: 0;
}

#projectTagsContentContainer td {
    vertical-align: top;
}

#projectTagsContentContainer td.stock-sequence,
#projectTagsContentContainer td.amount-made,
#projectTagsContentContainer td.overs,
#projectTagsContentContainer td.outstanding {
    text-align: right;
}

#projectTagsContentContainer .blank-space-batch {
    color: #f5f5f5;
    background-color: #f5f5f5;
}

#projectTagsContentContainer .blank-space-batch>td {
    border-color: #f5f5f5;
    background-color: #f5f5f5;
}

#projectTagsContentContainer .blank-space-batch.blank-space-batch-remove {
    display: none;
}

#projectTagsContentContainer .batch-table-removed-quantity>td,
#projectTagsContentContainer .batch-table-removed-stock>td,
#projectTagsContentContainer .batch-table-removed-quantity-stock>td {
    color: #8c8c8c;
    border-color: #8c8c8c;
}

#projectTagsContentContainer tr.batch-table-removed-quantity:after {
    content: 'Quantity Removed';
    position: absolute;
    left: calc(50% - 148px);
    margin-top: 2%;
    color: #dc3545;
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px 2px #9e323c;
    text-align: center;
}

#projectTagsContentContainer tr.batch-table-removed-stock:after {
    content: 'Stock Removed';
    position: absolute;
    left: calc(50% - 118px);
    margin-top: 2%;
    color: #dc3545;
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px 2px #9e323c;
    text-align: center;
}

#projectTagsContentContainer tr.batch-table-removed-quantity-stock:after {
    content: 'Quantity & Stock Removed';
    position: absolute;
    left: calc(50% - 206px);
    margin-top: 2%;
    color: #dc3545;
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px 2px #9e323c;
    text-align: center;
}

#projectTagsContentContainer div.batch-table-removed-quantity,
#projectTagsContentContainer div.batch-table-removed-stock,
#projectTagsContentContainer div.batch-table-removed-quantity-stock {
    color: #8c8c8c;
    border-color: #8c8c8c;
}

#projectTagsContentContainer div.batch-table-removed-quantity:after {
    content: 'Quantity Removed';
    position: absolute;
    margin: 0 calc(50% - 77px);
    top: calc(50% - 56px);
    color: #dc3545;
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px 2px #9e323c;
    text-align: center;
}

#projectTagsContentContainer div.batch-table-removed-stock:after {
    content: 'Stock Removed';
    position: absolute;
    margin: 0 calc(50% - 70px);
    top: calc(50% - 56px);
    color: #dc3545;
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px 2px #9e323c;
    text-align: center;
}

#projectTagsContentContainer div.batch-table-removed-quantity-stock:after {
    content: 'Quantity & Stock Removed';
    position: absolute;
    margin: 0 calc(50% - 64px);
    top: calc(50% - 56px);
    color: #dc3545;
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px 2px #9e323c;
    text-align: center;
}

@media only screen and (max-width: 652px) {
    #projectTagsContentContainer div.batch-table-removed-quantity:after {
        font-size: 2em;
    }
    #projectTagsContentContainer div.batch-table-removed-stock:after {
        font-size: 2em;
    }
    #projectTagsContentContainer div.batch-table-removed-quantity-stock:after {
        font-size: 2em;
    }
}

#batchRemovalExplanationModal .modal-body {
    width: 100%;
}

#batchRemovalExplanationModal #batchRemovalAdditionalOptions {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

#batchRemovalExplanationModal #batchRemovalAdditionalOptions>div#bad-batch-question {
    margin-right: 10px;
}

#batchRemovalExplanationModal #batchRemovalAdditionalOptions>div#bad-batch-options {
    margin: 0;
}

#batchRemovalExplanationModal #batchRemovalAdditionalOptions>bad-batch-options>input,
#batchRemovalExplanationModal #batchRemovalAdditionalOptions>bad-batch-options>label {
    cursor: pointer;
}

#batchRemovalExplanationModal #batchRemovalTextarea {
    display: none;
    margin-top: 10px;
}

#batchRemovalExplanationModal div.incomplete-form-warning {
    display: none;
}

#tagsOverviewPanel .panel-heading:hover {
    cursor: pointer;
}

#tagsOverviewPanel .panel-heading div button {
    background-color: transparent !important;
    border: 0px !important;
    color: white !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0px;
}

#tagsOverviewPanel .panel-heading div h4 {
    margin: 0px;
}

#tagsOverviewPanel .panel-heading div button.panel-plus {
    display: none;
}

#tagsOverviewPanel .panel-heading div button.panel-minus {
    display: inline;
}

#tagsOverviewPanel .panel-heading.collapsed div button.panel-plus {
    display: inline;
}

#tagsOverviewPanel .panel-heading.collapsed div button.panel-minus {
    display: none;
}

#tagsOverviewPanel #projectTagsContentContainer {
    overflow: auto;
    resize: vertical;
    height: 325px;
}

#tagsOverviewPanel #projectTagsContentContainer::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

#tagsOverviewPanel #projectTagsContentContainer::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

#tagsOverviewPanel .row {
    margin-left: 0;
    margin-right: 0;
}

#tagsOverviewPanel .toggle-container {
    margin-left: 2px;
    margin-right: 2px;
    border: 2px solid rgb(204, 204, 204);
    padding: 5px;
    border-radius: 5px;
}

#tagsOverviewPanel #iosSwitchLabel,
.ios-switch input+label {
    margin-bottom: 3px;
    font-size: 10px;
}

#tagsOverviewPanel span#iosSwitchLabel.comparison_graph_option,
#tagsOverviewPanel span#iosSwitchLabel.match_search_filter_customers,
#tagsOverviewPanel span#iosSwitchLabel.match_search_filter_users {
    font-size: 13px;
}

#tagsOverviewPanel #dateFilters {
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    padding: 0;
    margin-top: 0;
}

#tagsOverviewPanel #dateFilters>.toggle-container {
    margin-top: 5px;
}

#tagsOverviewPanel .customer-button {
    width: unset;
    max-width: unset;
    height: unset;
}

.tags-links-tooltip {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    color: #337ab7;
}

#viewTagModalContent div,
#viewTagModalContent table {
    font-size: 14px;
}

#viewTagModalContent table {
    width: 100%;
}

#viewTagModalContent td {
    vertical-align: top;
}

#viewTagModalContent .footer-text {
    text-align: left;
    width: 100%;
    font-size: 16px;
}

#viewTagModalContent .footer-text-sm {
    font-size: 10px;
}

#viewTagModalContent .line-header {
    width: 50%;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

#viewTagModalContent .line-content {
    width: 50%;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
}

#viewTagModalContent .line-spacer {
    font-size: 2px;
}

#viewTagModalContent .blank-line {
    border-bottom: 1px solid black;
    width: 100%;
    font-size: 10px;
}

#viewTagModalContent .notes-header {
    background-color: #FFFF00;
}

#viewTagModalContent .notes-content {
    text-decoration: underline;
}

#viewTagModalContent .title {
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

#viewTagModalContent .content {
    font-size: 14px;
}

#viewTagModalContent .exclamation-icon {
    font-family: fontawesome5free;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 4px;
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 100%;
    text-align: center;
    font-size: 10px;
    display: inline;
    margin-right: 5px;
    font-weight: bold;
}

#viewTagModalContent .outsource-icon {
    font-family: fontawesome5free;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 9px;
    text-align: center;
    font-size: 10px;
    display: inline;
    margin-right: 5px;
    font-weight: bold;
}

#viewTagModalContent #footer-images img {
    margin: 5px 0;
}

#viewTagModal .close,
#viewTagModal .close:hover {
    color: red;
    text-shadow: 0 1px 0 red;
    opacity: 1;
}

#tagOverviewTagButtons {
    width: 100%;
    display: flex;
    margin-top: 5px;
}

#tagOverviewTagButtons>button {
    flex-basis: 50%;
}

#tagOverviewTagButtons>button:first-child {
    margin-right: 5px;
}


/*

    Two Options Lighting Switch

-----------------------------------------------------------------------------*/

.text-switch {
    margin: 4rem auto;
}


/* main styles */

.text-switch {
    width: 24rem;
    position: relative;
}

.text-switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.text-switch input:checked {
    z-index: 1;
}

.text-switch input:checked+label {
    opacity: 1;
    cursor: default;
}

.text-switch input:not(:checked)+label:hover {
    opacity: 0.5;
}

.text-switch label {
    opacity: 0.33;
    transition: opacity 0.25s ease;
    cursor: pointer;
}

.text-switch .toggle-outside {
    height: 100%;
    border-radius: 2rem;
    padding: 0.25rem;
    overflow: hidden;
    transition: 0.25s ease all;
    border: 0.1rem solid #CECECE
}

.text-switch .toggle-inside {
    border-radius: 5rem;
    background: #4a4a4a;
    position: absolute;
    transition: 0.25s ease all;
}

.text-switch--horizontal {
    width: 18rem;
    height: 3rem;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 1rem;
}

.text-switch--horizontal input {
    height: 3rem;
    width: 6rem;
    left: 6rem;
    margin: 0;
}

.text-switch--horizontal label {
    font-size: 1.5rem;
    line-height: 3rem;
    display: inline-block;
    width: 6rem;
    height: 100%;
    margin: 0;
    text-align: center;
}

.text-switch--horizontal label:last-of-type {
    margin-left: 6rem;
}

.text-switch--horizontal .toggle-outside {
    background: #E5E5E5;
    position: absolute;
    width: 6rem;
    left: 6rem;
}

.text-switch--horizontal .toggle-inside {
    height: 2.2rem;
    width: 2.2rem;
}

.text-switch--horizontal input:checked~.toggle-outside .toggle-inside {
    left: 0.25rem;
}

.text-switch--horizontal input~input:checked~.toggle-outside .toggle-inside {
    left: 3.25rem;
}

.text-switch--vertical {
    width: 12rem;
    height: 6rem;
}

.text-switch--vertical input {
    height: 100%;
    width: 3rem;
    right: 0;
    margin: 0;
}

.text-switch--vertical label {
    font-size: 1.5rem;
    line-height: 3rem;
    display: block;
    width: 8rem;
    height: 50%;
    margin: 0;
    text-align: center;
}

.text-switch--vertical .toggle-outside {
    background: #E5E5E5;
    position: absolute;
    width: 3rem;
    height: 100%;
    right: 0;
    top: 0;
}

.text-switch--vertical .toggle-inside {
    height: 2.2rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 2.2rem;
}

.text-switch--vertical input:checked~.toggle-outside .toggle-inside {
    top: 0.25rem;
}

.text-switch--vertical input~input:checked~.toggle-outside .toggle-inside {
    top: 3.25rem;
}

.text-switch--no-label label {
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.text-switch--no-label input:checked~.toggle-outside .toggle-inside {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.text-switch--no-label input~input:checked~.toggle-outside {
    background: #E5E5E5;
}

.text-switch--no-label input~input:checked~.toggle-outside .toggle-inside {
    background: #2ecc71;
}

.text-switch--no-label.text-switch--vertical {
    width: 3rem;
}

.text-switch--no-label.text-switch--horizontal {
    width: 6rem;
}

.text-switch--no-label.text-switch--horizontal input,
.text-switch--no-label.text-switch--horizontal .toggle-outside {
    left: 0;
}

.text-switch--expanding-inner input:checked+label:hover~.toggle-outside .toggle-inside {
    height: 2.2rem;
    width: 2.2rem;
}

.text-switch--expanding-inner.text-switch--horizontal input:hover~.toggle-outside .toggle-inside {
    width: 3.5rem;
}

.text-switch--expanding-inner.text-switch--horizontal input:hover~input:checked~.toggle-outside .toggle-inside {
    left: 2.25rem;
}

.text-switch--expanding-inner.text-switch--vertical input:hover~.toggle-outside .toggle-inside {
    height: 3.5rem;
}

.text-switch--expanding-inner.text-switch--vertical input:hover~input:checked~.toggle-outside .toggle-inside {
    top: 2.25rem;
}


/*

    Tippy Themes

-----------------------------------------------------------------------------*/

.tippy-tooltip.opacque-theme {
    padding: 10px;
    background-color: rgba(0, 0, 0, .5);
}

.tippy-tooltip.opacque-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-tooltip.opacque-theme .tippy-backdrop {
    background-color: rgba(0, 0, 0, .5);
}


/*

    Box Modification Stylings

-----------------------------------------------------------------------------*/

.boxing-step-modifications-container {
    padding: 0;
}

.boxing-step-modifications-container #boxingMasterPackContainer,
.boxing-step-modifications-container #masterPackOptionsContainer {
    display: none;
}

.boxing-step-modifications-container #boxingModificationsWarning{
    margin-top: 2px;
    margin-bottom: 5px;
}

.boxing-step-modifications-container #boxingOptionContainer,
.boxing-step-modifications-container #boxingMasterPackContainer {
    padding: 20px 0;
}

.boxing-step-modifications-container #standardBoxingContainer>.row,
.boxing-step-modifications-container #boxingOptionContainer>.row,
.boxing-step-modifications-container #boxingMasterPackContainer>.row,
.boxing-step-modifications-container #masterPackOptionsContainer>.row {
    margin: 0;
}

.boxing-step-modifications-container .boxing-mods-title {
    padding: 0;
    margin-bottom: 10px;
}

.boxing-step-modifications-container .boxing-mods-title>h4 {
    font-weight: bold;
    display: inline;
    margin-right: 5px;
}

.boxing-step-modifications-container .boxing-mods-title>h4.selected {
    color: rgba(91, 178, 89, 1);
}

input#boxingModificationOption+label::before,
input#masterPackOption+label::before {
    background-color: #dee2e6;
}

input#boxingModificationOption+label::after,
input#masterPackOption+label::after {
    background-color: rgba(91, 178, 89, 1);
}

.boxing-step-modifications-container .boxing-mods-title>h4:nth-child(3) {
    margin-left: 5px;
    margin-right: 0;
}

.boxing-step-modifications-container .box-mod-radio {
    width: 16px;
    height: 16px;
    margin: 1px 0;
}

.boxing-step-modifications-container #standardBoxingContainer>.row {
    display: none;
}

.boxing-step-modifications-container .row>.col-md-3.col-xs-11>label {
    margin-left: 5px;
    font-weight: normal;
    margin-left: 0;
}

.boxing-step-modifications-container .option-content,
#boxSelectionWarning {
    visibility: hidden;
}

.boxing-step-modifications-container #standardMaxMixedContainer>div,
.boxing-step-modifications-container #standardMaxSeperateContainer>div,
.boxing-step-modifications-container #specialSpecificCountContainer>div,
.boxing-step-modifications-container #specialLimitWeightContainer>div,
.boxing-step-modifications-container #specialMixPackVersionsContainer>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
}

.boxing-step-modifications-container .input-group-addon:not(.version-number-name) {
    background-color: white;
    width: 130px;
}

.boxing-step-modifications-container .input-group.form-group>input.form-control.max-verision-box-pieces {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.boxing-step-modifications-container .input-group.form-group {
    margin-bottom: 0;
}

.boxing-step-modifications-container .input-equal-seperator {
    font-weight: bold;
    text-align: center;
    margin: 0 5px;
    align-self: center;
}

.boxing-step-modifications-container .box-mod-error {
    flex: 1 1 100%;
    margin-top: 5px;
    visibility: hidden;
}

.boxing-step-modifications-container #specialBoxingContainer>.row {
    margin: 0;
}

.boxing-step-modifications-container #specialBoxingContainer>.row {
    display: none;
}

.boxing-step-modifications-container #standardBoxingContainer>.row.version-option,
.boxing-step-modifications-container #specialBoxingContainer>.row.version-option {
    display: none;
}

.boxing-step-modifications-container #specialMixPackVersionsInputs>.input-group {
    max-width: 311px;
}

.boxing-step-modifications-container #specialMixPackVersionsInputs>.input-group:not(:last-child) {
    margin-bottom: 5px;
}

.boxing-step-modifications-container .input-group-addon.version-number-name {
    background-color: white;
    border: none;
    width: unset;
}

.boxing-step-modifications-container #specialMixPackVersionsInputs .input-group-addon:not(.version-number-name) {
    width: unset;
}

.boxing-step-modifications-container .box-mod-error>#atLeast1EachVersion,
.boxing-step-modifications-container .box-mod-error>#exceededBoxCapacity {
    display: none;
}

.boxing-step-modifications-container #boxingImposer,
.boxing-step-modifications-container #masterPackImposer {
    padding: 0 1px;
    text-align: center;
    border: 1px solid black;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    resize: vertical;
    height: 500px;
    min-height: 502px;
}

.boxing-step-modifications-container #boxingImposer::-webkit-scrollbar,
.boxing-step-modifications-container #masterPackImposer::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

.boxing-step-modifications-container #boxingImposer::-webkit-scrollbar-thumb,
.boxing-step-modifications-container #masterPackImposer::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.boxing-step-modifications-container #boxingImposer>.boxing-imposition-container,
.boxing-step-modifications-container #masterPackImposer>.master-pack-imposition-container {
    padding: 15px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 4px;
    display: none;
    min-height: 500px;
    overflow: hidden;
}

.boxing-step-modifications-container #boxingImposer>.boxing-imposition-container.show-all,
.boxing-step-modifications-container #masterPackImposer>.master-pack-imposition-container.show-all {
    display: block;
}

.boxing-step-modifications-container #boxingImposer>.boxing-imposition-container.selected,
.boxing-step-modifications-container #masterPackImposer>.master-pack-imposition-container.selected {
    background-color: rgba(86, 183, 38, 0.1);
    display: block;
}

.boxing-step-modifications-container #boxingImposer>.boxing-imposition-container.selected:after,
.boxing-step-modifications-container #masterPackImposer>.master-pack-imposition-container.selected:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 45px;
    height: 42px;
    background: URL('/img/rfq/checkmark.png');
}

.boxing-step-modifications-container #boxingImposer>.boxing-imposition-container>.label.badge-pill,
.boxing-step-modifications-container #masterPackImposer>.master-pack-imposition-container>.label.badge-pill {
    position: absolute;
    font-size: 1.5em;
    top: 5px;
    left: 5px;
    display: none;
    color: black;
    border: 2px solid black;
    background-color: white;
}

.boxing-step-modifications-container #boxingImposer>.boxing-imposition-container>.box-imposition-details>.boxing-info-switch,
.boxing-step-modifications-container #masterPackImposer>.master-pack-imposition-container>.master-pack-imposition-details>.master-pack-info-switch {
    font-size: 30px;
    margin-top: 10px;
}

.boxing-step-modifications-container #boxingImposer>.boxing-imposition-container>.box-imposition-details>.boxing-optional-imposition-details,
.boxing-step-modifications-container #masterPackImposer>.master-pack-imposition-container>.master-pack-imposition-details>.master-pack-optional-imposition-details {
    display: none;
}

.boxing-step-modifications-container #boxingImposer>.boxing-imposition-container>.box-imposition-details>.boxing-optional-imposition-details>hr,
.boxing-step-modifications-container #masterPackImposer>.master-pack-imposition-container>.master-pack-imposition-details>.master-pack-optional-imposition-details>hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-color: black;
}

.boxing-step-modifications-container #boxingImposer>.boxing-imposition-container>.box-imposition-details>div:not(.boxing-optional-imposition-details):not(.master-pack-optional-imposition-details),
.boxing-step-modifications-container #masterPackImposer>.master-pack-imposition-container>.master-pack-imposition-details>div:not(.boxing-optional-imposition-details):not(.master-pack-optional-imposition-details),
.boxing-step-modifications-container #boxingImposer>.boxing-imposition-container>.box-imposition-details>.boxing-optional-imposition-details>div,
.boxing-step-modifications-container #masterPackImposer>.master-pack-imposition-container>.master-pack-imposition-details>.master-pack-optional-imposition-details>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.boxing-step-modifications-container #boxingImposer>.boxing-imposition-container>.box-imposition-details>div:not(.boxing-optional-imposition-details):not(.master-pack-optional-imposition-details)>.title,
.boxing-step-modifications-container #masterPackImposer>.master-pack-imposition-container>.master-pack-imposition-details>div:not(.boxing-optional-imposition-details):not(.master-pack-optional-imposition-details)>.title,
.boxing-step-modifications-container #boxingImposer>.boxing-imposition-container>.box-imposition-details>.boxing-optional-imposition-details>div>.title,
.boxing-step-modifications-container #masterPackImposer>.master-pack-imposition-container>.master-pack-imposition-details>.master-pack-optional-imposition-details>div>.title {
    font-weight: bold;
    text-align: right;
    width: 50%;
}

.boxing-step-modifications-container #boxingImposer>.boxing-imposition-container>.box-imposition-details>div:not(.boxing-optional-imposition-details):not(.master-pack-optional-imposition-details)>.value,
.boxing-step-modifications-container #masterPackImposer>.master-pack-imposition-container>.master-pack-imposition-details>div:not(.boxing-optional-imposition-details):not(.master-pack-optional-imposition-details)>.value,
.boxing-step-modifications-container #boxingImposer>.boxing-imposition-container>.box-imposition-details>.boxing-optional-imposition-details>div>.value,
.boxing-step-modifications-container #masterPackImposer>.master-pack-imposition-container>.master-pack-imposition-details>.master-pack-optional-imposition-details>div>.value {
    text-align: left;
    padding-left: 5px;
    width: 50%;
    align-self: flex-end;
}

.boxing-step-modifications-container .box-imposition-buttons,
.boxing-step-modifications-container .master-pack-imposition-buttons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.boxing-step-modifications-container .box-imposition-buttons>div:first-child:not(.show-all-impositions):not(.show-imposition-details),
.boxing-step-modifications-container .master-pack-imposition-buttons>div:first-child:not(.show-all-impositions):not(.show-imposition-details) {
    align-self: center;
    margin-right: auto;
}

.boxing-step-modifications-container .box-imposition-buttons>div,
.boxing-step-modifications-container .master-pack-imposition-buttons>div {
    margin: 5px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    height: 100%;
}

.boxing-step-modifications-container .option-result-field-container>textarea {
    margin: 5px;
    margin-left: 0;
    max-width: 100%;
}

.boxing-step-modifications-container .box-imposition-buttons .option-result-field,
.boxing-step-modifications-container .master-pack-imposition-buttons .option-result-field {
    cursor: pointer;
}

.boxing-step-modifications-container .box-imposition-buttons .option-result-field:active,
.boxing-step-modifications-container .master-pack-imposition-buttons .option-result-field:active {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.boxing-step-modifications-container .box-imposition-buttons>div>small,
.boxing-step-modifications-container .master-pack-imposition-buttons>div>small {
    visibility: visible !important;
}

.boxing-step-modifications-container .box-imposition-buttons>div>div.btn,
.boxing-step-modifications-container .master-pack-imposition-buttons>div>div.btn {
    background-color: #dee2e6;
    cursor: pointer;
}

#boxingPieceInfo>.input-group>span:first-child {
    background-color: white;
    border: none;
    padding-left: 0;
}

#boxingPieceInfo>.input-group>span:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#boxingPieceInfo>.input-group>input {
    cursor: default;
    background-color: white;
    border-left: none;
}

.boxing-step-modifications-container #boxingImposerPanel {
    margin-top: 10px;
}

.boxing-step-modifications-container #boxingImposerPanel,
.boxing-step-modifications-container #masterPackImposerPanel {
    padding: 0;
}

.boxing-step-modifications-container #boxingImposerPanel>.panel-heading,
.boxing-step-modifications-container #masterPackImposerPanel>.panel-heading {
    cursor: pointer;
}

#boxingImposerPanel,
#masterPackImposerPanel,
#boxingMasterPackContainer {
    display: none;
}


/*

    Packing Slip Form Stylings

-----------------------------------------------------------------------------*/

#packingSlipShippingOptionContainer {
    margin-bottom: 10px;
}

#packingSlipShippingOptionContainer>select {
    width: auto;
}

#packingSlipTrackingNumberContainer {
    margin-bottom: 10px;
}

#packingSlipTrackingNumber {
    height: 37px;
}

#equipmentPricingTablesContainer {
    padding: 0;
}

.equipment-pricing-table-container {
    border: 2px solid black;
    border-radius: 5px;
    padding: 2px;
    margin: 20px 0;
}

#secondaryEquipmentPricingTableContainer {
    margin-top: 0;
}

.equipment-pricing-table-container>.container-title {
    position: absolute;
    top: -10px;
    background-color: white;
    padding: 0 5px;
    left: 10px;
    font-weight: bold;
}

#primaryEquipmentPricingTable {
    margin-bottom: 0;
}

/*

    Batch Task and Order Completion Stylings

-----------------------------------------------------------------------------*/

#batchesTaskCompletionImage,
#orderCompletionImage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: scale(0);
    z-index: 100000;
}
.batch-task-completion-subject,
.order-completion-subject {
    color: white;
    font-size: 50px;
    font-weight: 700;
    border: 15px solid white;
    padding: 5px 20px;
    text-transform: uppercase;
    font-family: 'Nunito Sans';
    width: 400px;
    height: 200px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #28a745;
    border-radius: 35px;
}
.batch-task-completion-subject:after,
.order-completion-subject:after {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background: #28a745;
    z-index: -1;
    border-radius: 37px;
    box-shadow: 2px 3px 2px #474747;
    
}
.batchTaskCompletionParticle,
.orderCompletionParticle {
    position: absolute;
    z-index: -2;
    transform: scale(0);
}
#userScoreIncrease {
    color: #28a745;
    z-index: -3;
    position: absolute;
    text-shadow: 2px 3px 2px #474747;
}

/*

    Packing Slip File  Stylings

-----------------------------------------------------------------------------*/

#packingSlipFilesModal{
    width: 100%;
}

#packingSlipFilesModal .modal-dialog{
    width: 85%;
}

#packingSlipFilesModule #packingSlipFilesContent,
#packingSlipFilesModal .modal-body {
    width: 100%;
}

#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesEditor table {
    width: 100%;
    background-color: white;
    color: black;
}

#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesEditor table th,
#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesEditor table td {
    border: 1px solid black;
    padding: 10px;
}

#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesEditor table th {
    border-bottom: 2px solid black;
    text-align: center;
}

#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesLoading,
#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesNoFiles > p,
#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesPlaceholder > p,
#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesEditor table tr > td:last-child{
    text-align: center;
}

#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesEditor table tr > td:nth-child(3),
#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesEditor table tr > td:nth-child(4),
#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesEditor table tr > td:nth-child(5){
    text-align: right
}

#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesEditor table tr > td:nth-child(1){
    text-align: left;
}

#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesLoading,
#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesNoFiles,
#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesEditor{
    display: none;
}

#packingSlipFilesModule #packingSlipFilesContent>#packingSlipFilesEditor{
    overflow-x: auto;
}

#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesEditor table tr > td:last-child > button{
    margin: 2px;

}

#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesEditor table tr > td:last-child > button.confirm-remove-saved-packing-slip{
    display: none;
}

#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesEditor > #downloadAllAvailablePackingSlips{
    margin-top: 5px;
    float: right;
}

#packingSlipFilesModule #packingSlipFilesContent > #packingSlipFilesEditor table > tfoot td{
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    padding-bottom: 0;
}

#packingSlipFilesModule .packing-file-sum-total-shipped,
#packingSlipFilesModule .packing-file-sum-outstanding {
    font-weight: bold;
}

#showSavedPackingSlips.button-badge {
    text-decoration: none !important;
    padding: 6px 12px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

#showSavedPackingSlips.button-badge>.badge {
    position: absolute;
    top: -14px;
    right: -11px;
    font-size: 0.9em;
    background-color: #dc3545 !important;
    color: white !important;
    border-radius: 10px;
    padding: 5px 7px !important;
}

#packingSlipFilesModule #packingSlipFilesContent>#packingSlipFilesCustomerLink{
    text-align: left;
    margin-bottom: 10px;
}

#publicPackingSlipFilesContainerBadge,
#packingSlipFilesOverviewBadge {
    position: relative;
    left: -130px;
    top: -25px;
    font-size: 1em;
    background-color: #dc3545 !important;
    color: white !important;
    border-radius: 10px;
    padding: 5px 7px !important;
    z-index: 9;
}

#packingSlipFilesOverviewBadge {
    left: -135px;
}

@media only screen and (max-width: 774px) {

    #publicPackingSlipFilesContainerBadge,
    #packingSlipFilesOverviewBadge {
        left: 6px;
        top: -3px;
    }

    #packingSlipFilesContentContainer .packingSlipFiles-project-tab>.packingSlipFiles-tab-badge {
        top: -9px;
        right: 4px;
    }
}

#packingSlipFilesOverviewPanel .panel-heading:hover {
    cursor: pointer;
}

#packingSlipFilesOverviewPanel .panel-heading div button {
    background-color: transparent !important;
    border: 0px !important;
    color: white !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0px;
}

#packingSlipFilesOverviewPanel .panel-heading div h4 {
    margin: 0px;
}

#packingSlipFilesOverviewPanel .panel-heading div button.panel-plus {
    display: none;
}

#packingSlipFilesOverviewPanel .panel-heading div button.panel-minus {
    display: inline;
}

#packingSlipFilesOverviewPanel .panel-heading.collapsed div button.panel-plus {
    display: inline;
}

#packingSlipFilesOverviewPanel .panel-heading.collapsed div button.panel-minus {
    display: none;
}

#packingSlipFilesOverviewPanel #packingSlipFilesContentContainer {
    overflow: auto;
    resize: vertical;
    height: 325px;
}

#packingSlipFilesOverviewPanel #packingSlipFilesContentContainer::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

#packingSlipFilesOverviewPanel #packingSlipFilesContentContainer::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

#packingSlipFilesOverviewPanel .row {
    margin-left: 0;
    margin-right: 0;
}

#packingSlipFilesOverviewPanel .toggle-container {
    margin-left: 2px;
    margin-right: 2px;
    border: 2px solid rgb(204, 204, 204);
    padding: 5px;
    border-radius: 5px;
}

#packingSlipFilesOverviewPanel #iosSwitchLabel,
.ios-switch input+label {
    margin-bottom: 3px;
    font-size: 10px;
}

#packingSlipFilesOverviewPanel span#iosSwitchLabel.comparison_graph_option,
#packingSlipFilesOverviewPanel span#iosSwitchLabel.match_search_filter_customers,
#packingSlipFilesOverviewPanel span#iosSwitchLabel.match_search_filter_users {
    font-size: 13px;
}

#packingSlipFilesOverviewPanel #shipmentOverviewDateFilters {
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    padding: 0;
    margin-top: 0;
}

#packingSlipFilesOverviewPanel #shipmentOverviewDateFilters>.toggle-container {
    margin-top: 5px;
}

#packingSlipFilesOverviewPanel .customer-button {
    width: unset;
    max-width: unset;
    height: unset;
}

#packingSlipFilesOverviewPanel #packingSlipFilesContentContainer div.row{
    width: 100%;
}

#packingSlipFilesOverviewPanel #packingSlipFilesContentContainer #packingSlipFilesOverviewTable{
    width: 100%;
}

#packingSlipFilesOverviewPanel #packingSlipFilesContentContainer #packingSlipFilesOverviewTable > thead > tr > th,
#packingSlipFilesOverviewPanel #packingSlipFilesContentContainer #packingSlipFilesOverviewTable > tbody > tr > td{
    border: 1px solid black;
    padding: 5px;
}

#packingSlipFilesOverviewPanel #packingSlipFilesContentContainer #packingSlipFilesOverviewTable > tbody > tr > td{
    vertical-align: top;
}

#packingSlipFilesContentContainer .medium-screen-up,
#packingSlipFilesContentContainer .small-screen-down {
    padding: 0;
}

#packingSlipFilesOverviewPanel #packingSlipFilesOverviewTable .download-saved-packing-slip-labels,
#packingSlipFilesOverviewPanel #packingSlipFilesOverviewTable .download-saved-packing-slip{
    margin: 2px;
}

#packingSlipFilesOverviewPanel #packingSlipFilesOverviewTable .tabulator-header .tabulator-col .tabulator-col-content {
    background-color: white;
}

#packingSlipFilesOverviewPanel #packingSlipFilesOverviewTable .tabulator-tableHolder .tabulator-table .tabulator-row:nth-child(even){
    background-color: #eef3ff;
}

#packingSlipFilesOverviewPanel #packingSlipFilesOverviewTable .tabulator-tableHolder .tabulator-table .tabulator-row:nth-child(even):hover{
    background-color: #bbb;
}

#packingSlipFilesOverviewPanel #packingSlipFilesOverviewTable .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title,
#packingSlipFilesOverviewPanel #packingSlipFilesOverviewTable .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
	white-space: normal;
	text-overflow: clip;
}

#packingSlipFilesOverviewPanel #packingSlipFilesOverviewTable .tabulator-tableHolder .tabulator-table .tabulator-row > .tabulator-cell:first-child{
    padding-left: 20px;
}

@media only screen and (min-width: 1686px) {
    #packingSlipFilesContentContainer .optional-row {
        display: table-cell;
    }

    #packingSlipFilesContentContainer .editable-row {
        width: 22% !important;
    }
}

@media only screen and (max-width: 1685px) {
    #packingSlipFilesContentContainer .optional-row {
        display: none;
    }

    #packingSlipFilesContentContainer .editable-row {
        width: 25.625% !important;
    }
}

@media only screen and (min-width: 1336px) {
    #packingSlipFilesContentContainer .medium-screen-up {
        /* display: block; */
    }

    #packingSlipFilesContentContainer .small-screen-down {
        /* display: none; */
    }

    #packingSlipFilesContentContainer th,
    #packingSlipFilesContentContainer td {
        border: 1px solid black;
        padding: 5px;
    }
}

@media only screen and (max-width: 1335px) {
    #packingSlipFilesContentContainer .medium-screen-up {
        /* display: none; */
    }

    #packingSlipFilesContentContainer .small-screen-down {
        /* display: block; */
    }

    #packingSlipFilesContentContainer .project-tag-container {
        display: flex;
        border: 2px solid black;
        border-bottom: none;
        justify-content: space-between;
        padding: 10px 5px;
        flex-wrap: wrap;
    }

    #packingSlipFilesContentContainer .project-tag-info {
        flex: 1 1 60%;
        padding-left: 5px;
        padding-right: 5px;
    }

    #packingSlipFilesContentContainer .project-tag-numbers {
        flex: 1 1 40%;
        padding-left: 5px;
        padding-right: 5px;
    }

    #packingSlipFilesContentContainer .project-tag-notes {
        flex: 1 1 100%;
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #packingSlipFilesContentContainer .project-tag-container>div>.title {
        font-weight: bold;
        text-decoration: underline;
    }

    #packingSlipFilesContentContainer .project-tag-container>div>div {
        margin-bottom: 5px;
    }

    #packingSlipFilesContentContainer .project-tag-conatiner-stock-sequence {
        border: none;
        margin-left: 0;
        margin-right: 0;
    }

    #packingSlipFilesContentContainer .project-tag-conatiner-stock-sequence:last-child {
        margin-bottom: 0;
    }

    #packingSlipFilesContentContainer .project-tag-conatiner-stock-sequence>.project-tag-container:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    #packingSlipFilesContentContainer .project-tag-conatiner-stock-sequence>.project-tag-container:last-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom: 2px solid black;
    }

    #packingSlipFilesContentContainer .project-tag-conatiner-stock-sequence>.project-tag-container:only-child {
        border-radius: 10px;
    }
}

/*

    Price List Drawer Stylings

-----------------------------------------------------------------------------*/

#priceListsDrawer {
    position: fixed;
    width: 100%;
    left: 0;
    top: calc(100% - 42px);
    z-index: 99999999999999999999999999;
    max-height: 50%;
}

#priceListsDrawer > #priceListsDrawerButtons{
    height: 42px !important;
}

#priceListsDrawer > #priceListsDrawerButtons > span:first-child{
    margin-left: 20px;
}

#priceListsDrawer > #priceListsDrawerButtons > #openpriceListsDrawer{
    display: inline-block;
    padding: 10px 15px;
    background-color: white;
    font-size: 15px;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
    border: 2px solid black;
    border-bottom: 2px solid white;
}

#priceListsDrawer > #priceListsDrawerButtons > #openpriceListsDrawer > i{
    margin-left: 5px;
}

#priceListsDrawer>#priceListsDrawerDrag {
    height: 10px;
    background: white;
    width: 100%;
    cursor: row-resize;
    border-top: 2px solid black;
    margin-top: 1px;
}

#priceListsDrawer > #priceListsDrawerContent{
    padding: 10px;
    background-color: white;
}

#priceListsDrawer > #priceListsDrawerContent iframe{
    height: 500px;
    max-height: 40vh;
}

#priceListsDrawer > #priceListsDrawerContent .calculator{
    margin-top: 0;
    border: 1px solid #979797;
}

#priceListsDrawer > #priceListsDrawerContent:after {
    content: '';
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    height: 200%;
    width: 100%;
    z-index: -1;
}

/*

    Miscellaneous Stylings

-----------------------------------------------------------------------------*/

.dropdown-menu>li>a:not(.dropdown-item.disabled-list-item):hover {
    background-color: rgba(240, 240, 240, 1);
}

.dropdown-menu>li>a:focus {
    background-color: rgba(150, 150, 150, 1);
}

.modal-header .close {
    font-size: 24px;
    color: white;
}

#project-ticker {
    width: 100%;
}

#pname,
#poNumber {
    background-color: rgba(220, 220, 220, 1);
}

#save-project-value,
#pname,
#save-ponumber-value,
#poNumber {
    flex: 1;
    width: 100%;
}

.project_summary_contact_titles {
    margin-top: 10px;
}

.memo-body img {
    max-width: 100%;
}

.badgebox {
    opacity: 0;
}

.badgebox+.badge {
    /* Move the check mark away when unchecked */
    text-indent: -999999px;
    /* Makes the badge's width stay the same checked and unchecked */
    width: 27px;
}

.badgebox:focus+.badge {
    /* Set something to make the badge looks focused */
    /* This really depends on the application, in my case it was: */
    /* Adding a light border */
    box-shadow: inset 0px 0px 5px;
    /* Taking the difference out of the padding */
}

.badgebox:checked+.badge {
    /* Move the check mark back when checked */
    text-indent: 0;
}

@media (min-width: 768px) {
    .row.equal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
}

.vertical-rule-left {
    margin: 10px 0;
}

.vertical-rule-right {
    border-left: 1px solid black;
    margin: 10px 0;
}

.stampHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    text-align: center;
}

.stampHeader>* {
    margin: auto;
    font-size: 2.5em !important;
}

.order-notes {
    color: rgba(255, 0, 0, 1);
    font-weight: bold;
}

#projectNameForm .form-control-feedback {
    top: 0;
    right: 15px;
}

#companyIdForm .form-control-feedback {
    top: -2px !important;
    right: 15px;
}

#costTradeReportPrintButton .toolip {
    width: 100%;
}

#costTradeReportPrintButton .dropdown-menu {
    margin-top: 0;
    padding: 5px 0;
    min-width: 0;
}

#costTradeReportPrintButton .dropdown-menu a {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    text-align: right;
    color: black;
}

#costTradeReportPrintButton .dropdown-menu a:hover {
    background-color: rgba(247, 248, 249, 1);
    text-decoration: none;
}

#costTradeReportPrintButton .dropdown-menu a:active {
    background-color: rgba(0, 123, 255, 1);
    text-decoration: none;
    color: white;
}

.editable {
    cursor: pointer;
}

.strikethrough {
    position: relative;
}

.strikethrough:before {
    border-bottom: 3px solid red;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 45%;
}

.user-cell,
.user-cell-container,
.project-manager-cell {
    cursor: pointer;
}

.representativeSelection,
#representativeSelection,
#projectManagerSelection {
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: top;
}

.representativeSelectionConfirm,
#representativeSelectionConfirm,
#projectManagerSelectionConfirm {
    font-size: 10px;
    vertical-align: top;
}

#default_team_selection,
#default_project_manager_selection,
#teamSelect,
#teamSelectDocket {
    vertical-align: top;
}

#default_team_selection_confirm,
#default_project_manager_selection_confirm,
#teamSelectConfirm,
#teamSelectDocketConfirm {
    font-size: 10px;
    vertical-align: top;
}

.representativeSelection .select2-results__options,
#projectManagerSelection .select2-results__options,
#default_team_selection_confirm .select2-results__options,
#default_project_manager_selection_confirm .select2-results__options,
#select2-default_team_selection-container,
#select2-default_project_manager_selection-container,
.representativeSelectionConfirm #select2-projectManagerSelection-container {
    font-weight: normal;
}

#assignTaskPanelDocket {
    padding-left: 0;
    padding-right: 0;
}

#projectLog .modal-body {
    width: 100%;
}

.signature {
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 20px;
    text-align: center;
    font-weight: 800;
    font-style: italic;
}

#versionContents {
    color: red;
    padding-left: 5px;
    padding-right: 5px;
}

.row-eq-height.center-align {
    align-items: center;
}

.create-docket-dropdown>div.dropdown-menu {
    line-height: 35px;
}

.create-docket-dropdown>div.dropdown-menu>a {
    color: black;
    padding: 10px;
    width: 100%;
}

.disabled-list-item {
    pointer-events: none;
    cursor: not-allowed;
    color: rgba(230, 230, 230, 1);
    opacity: 0.6;
}

.dropdown-menu>li>span.dropdown-item {
    display: block;
    cursor: pointer;
    padding: 3px 20px;
}

.dropdown-menu>li>span.dropdown-item:hover {
    background-color: rgba(240, 240, 240, 1);
}

.docket-stamp-select .dropdown-menu>.active>a {
    background-color: rgba(217, 237, 247, 1);
}

.glyph-right-space {
    margin-right: 5px;
}

.red-text {
    color: red;
}

.danger-text {
    color: #a94442
}

.modal-header {
    background-color: #337ab7;
    color: white;
    border: none;
}

.modal-header-danger {
    background-color: #dc3545;
}

.vc-time-warning-notification {
    color: red !important;
    font-weight: bold;
}

.outsource-icon {
    color: white;
    background-color: red;
    padding: 5px 7px;
    margin-right: 5px;
    font-size: 12px;
    border-radius: 50%;
}

.note-styling {
    font-weight: bold !important;
    font-size: 14px !important;
    background-color: black !important;
    color: white !important;
}

#projectNamePOTimelineEdit {
    display: flex;
    margin-bottom: 10px;
}

.customslipmodalmodal-body #iosSwitchLabel.shipToSaveShipAddress,
.customslipmodalmodal-body #iosSwitchLabel.shipFromSaveShipAddress {
    font-size: 14px;
}

.customslipmodalmodal-body #customSlipModalSaveShippingAddressError {
    display: none;
    margin: 10px 0 0 0;
}

.customslipmodalmodal-body #customSlipModalSaveShippingAddressError>#saveShippingAddressErrors>ul {
    margin-bottom: 0;
}

#taxRateError {
    display: none;
}

#saveTaxErrors>ul {
    margin-bottom: 0;
}

#productImage {
    width: 100%;
    max-width: 150px;
    max-height: 150px;
}

label.tax-factored {
    margin-bottom: 2px;
}

#versionInfo,
#summaryTrimmedVersionTooltip {
    margin-right: 0.5em;
}

#versionInfoTimelineShowMore,
#versionInfoSummaryShowMore {
    cursor: pointer;
    color: #337ab7;
}

#publicOrderShippingOption>span>i:before {
    vertical-align: sub;
}

.tiny-spacer {
    margin-bottom: 5px;
    height: 0px;
}

#commentOnProjectRelockTextArea {
    margin-top: 10px;
}

#commentOnProjectRelockErrorInfo {
    color: #a94442;
    display: none;
    margin-top: 5px;
}

#lastSavedByRow {
    border-bottom: none;
}

#lastSavedByRow>div {
    text-align: right;
}

#lastSavedByRow>div>p {
    font-size: 12px;
}

.btn-rounded-rec {
    width: 35px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15%;
}

.select2-selection__choice {
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    margin-right: 0;
    margin-left: 5px;
    font-size: 15px;
    color: white;
    background-color: #a94442;
    border-radius: 100%;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

.mce-panel {
    background-color: white !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
}

#createPO form#createPO_form .form-container>.row {
    padding: 5px 0;
}

.po-form-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.po-form-row>.input-field {
    flex: 1 1 auto;
}

.po-form-switches>.spacer {
    margin-bottom: 5px;
}

.po-form-switches,
.po-form-switch-spacer {
    padding-right: 0;
    min-width: 116px;
    text-align: right;
    margin-right: 5px;
}

.po-form-label {
    min-width: 90px;
    padding: 0;
}

.po-form-label {
    background-color: white;
}

.po-form-row>.input-field>.po-form-label#dueDateLabel,
.po-form-row>.input-field>input[name="due_date"] {
    cursor: pointer;
}

@media only screen and (max-width: 576px) {
    .po-form-row {
        flex-wrap: wrap;
    }
    .po-form-switch-spacer {
        display: none;
    }
    .po-form-switches {
        flex: 1 1 100%;
        padding-right: 0;
        min-width: unset;
        text-align: left;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .po-form-switches>.spacer {
        display: none;
    }
    .po-form-switches>#iosSwitchLabel {
        margin-left: 5px;
    }
    .po-form-switches>#iosSwitchLabel:first-child {
        margin-left: 0;
    }
}

@media only screen and (max-width: 448px) {
    .po-form-switches>.spacer:last-of-type {
        display: block;
    }
    .po-form-switches>#iosSwitchLabel.other {
        margin-left: 0px;
        margin-right: 11px !important
    }
}

#createPO .modal-body {
    width: 100%;
}

.customer-button {
    width: 180px;
    max-width: 95%;
    height: 53px;
    word-break: break-word;
    white-space: normal;
    overflow: hidden;
}

.btn-purple,
.btn-purple:visited {
    color: white !important;
    background-color: #a6c;
}

.btn-purple:hover {
    background-color: #b579d2;
}

.btn-purple:active {
    background-color: #739;
}

.btn-orange,
.btn-orange:visited {
    color: white !important;
    background-color: #f0894f;
}

.btn-orange:hover {
    background-color: #ed7430;
}

.btn-orange:active {
    background-color: #e76014;
}

.label.badge-pill {
    font-size: 1.5em;
    border-radius: 1.5em;
    color: white;
    background-color: red;
    padding: .1em .3em;
}

#current_step #outsource {
    display: none!important;
}

.packing-slip-box-label-button{
    display: none;
    margin-right: 10px;
}

#packingSlipPublicLink{
    margin-left: 0;
}

span#iosSwitchLabel.primaryOversToggle{
    font-size: 13px;
    font-weight: bold;
}

#primaryEquipmentPricingTable tr.overs-row {
    background-color: #ffffd1;
}

#orderSidebarContent .customer-button{
    width: 100%;
    max-width: 100%;
    margin: 2px;
    height: auto;
}