/* GlassFactory v2.7.0
   By Luke Passmore */

/*******************************
            CONTENTS
********************************
            Primary: #b69653
            Accent: #eee292
            Grey: #4d4b46

            1. MAIN
                1.0 BODY
                1.1 MEDIA QUERIES
            2. FONTS
            3. ELEMENTS
                3.1 GENERAL
                3.2 MODALS
                3.3 TOAST
            4. DASH
                4.1 SIZING
                4.2 HEADER
                4.3 SIDEBAR
                4.4 GRAPHS
            5. PAGE
                5.1 GENERAL
                5.2 LOGIN
                5.3 ADD JOB
                5.4 ACTIVITY
                5.5 ADMIN
                5.6 SCHEDULE
                5.7 PERMISSONS
                5.8 BOOK IN OUT
                5.9 ADD ORDER
                5.10 SUPPLIER
                5.11 EDIT STOCK
                5.12 CALENDAR
                5.13 PROJECTS
                5.14 REPORTING
                5.15 STOCK
                5.16 KANBAN
                5.17 SETTINGS
                5.18 MAP
            FORM VALIDATION
            
*******************************
*******************************/

/*******************************
********************************
            1. DASH
*******************************
*******************************/

/* 1.0 BODY */
body, input
{
    margin:auto;
    text-decoration:none;
    /*font-family: Roboto;*/
    font-family: Roboto;
    font-size: 15px;
    line-height: 1.428571429;
    color: #333333;
    overflow-x: hidden;
}

.app-content
{
    width: calc(100% - 5%);
    margin: auto;
    max-width: 1400px;
}
.app-content.front-page {
    width: 800px;
    position: fixed;
    left: calc(50vw - 515px);
    top: 100px !important;
    padding: 15px;
    max-height: 800px;
}
.app-content.dashboard-center {
    width: 1000px;
    padding: 15px;
    max-height: 800px;
    padding-top: 40px;
}
/* .order-scroll {
    height: 400px;
    overflow: scroll;
} */


/********************
    1.1 MEDIA QUERIES  
********************/

/* MOB HIDE */
@media (max-width: 960px)  {
    .vh-100 {
        display: none !important;
    }
    .mobile-message {
        display: block !important;
        height: 100vh;
        margin-top: calc(50vh - 150px);
        padding: 0 10px;
    }
}
.mobile-message {
    display: none;
}

/* PHONE */
@media (max-width: 319px)  {
    .version {
        display: none !important;
    }
}
/* BIG PHONE */
@media (min-width:320px) and (max-width:480px) {
    .app-content.front-page {
        width: 250px;
        left: calc(50vw - 90px);
        overflow: hidden;
    }
    .card-row .col-md-2-5 {
        margin-bottom: 15px;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .productivityCanvas {
        height: 200px !important;
    }
    .version {
        display: none !important;
    }
    .card-row {
        margin-top: 20px;
    }
    .top-card .name {
        font-size: 15px !important;
    }
    .top-card .description {
        font-size: 12px !important;
    }
    .login-container .col-md-8 {
        display: none;
    }
    .login-container .col-md-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        background-image: url('../images/login-carousel/cover.jpg');
        background-size: cover;
        background-position-x: 50%;
        background-position-y: 0;
    }
    .login-container .col-lg-6, .login-container .col-lg-8 {
        width: 80% !important;
        margin-left: 10% !important;
    }
    .login-img {
        background: url('../images/logos/logo.png') !important;
        height: 150px !important;
        width: auto !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin-left: 0 !important;
        margin-bottom: 50px !important;
    }
    /* Responsive Edits */
    .mob-none {
        display: none;
    }
    .header-search {
        text-align: center;
    }
    .sys-detail {
        text-align: center;
    }
    .chart-doughnut {
        width: 300px !important;
        height: 150px !important;
    }
    .main-container {
        padding-right: 0px !important;
        padding-left: 60px !important;
    }
    .app-content {
        width: 100% !important;
    }
    .search-icon {
        width: 15% !important;
    }
    .row.nav-box,
    .row.full-row {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .wrapper-md {
        padding-left: 15px !important;
    }
    .list-container-report {
        overflow: auto !important;
    }
    .mob-nopad {
        padding-left: 0px !important;
        padding-right: 0px !important;
    } 
    .settings-container {
        flex-wrap: wrap !important;
    }
    .button {
        font-size: 12px !important;
    }
    .nav-box .col {
        margin-bottom: 15px;
    }
    .fa-2x {
        font-size: 1rem;
    }
}
/* PHABLET */
@media (min-width:481px) and (max-width:640px)  {
    .app-content.front-page {
        width: 350px;
        left: calc(50vw - 150px);
        overflow: hidden;
    }
    .card-row .col-md-2-5 {
        margin-bottom: 15px;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .productivityCanvas {
        height: 200px !important;
    }
    .version {
        display: none !important;
    }
    .top-card .name {
        font-size: 15px !important;
    }
    .top-card .description {
        font-size: 12px !important;
    }
    .login-container .col-md-8 {
        display: none;
    }
    .login-container .col-md-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        background-image: url('../images/login-carousel/background.png');
        background-size: cover;
        background-position-x: 50%;
        background-position-y: 0;
    }
    .login-container .col-lg-6, .login-container .col-lg-8 {
        width: 80% !important;
        margin-left: 10% !important;
    }
    .login-img {
        background: url('../images/logos/logo.png') !important;
        height: 150px !important;
        width: auto !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin-left: 0 !important;
        margin-bottom: 50px !important;
    }
}
/* TABLET PORTRAIT */
@media (min-width:641px) and (max-width:960px)  {
    .app-content.front-page {
        width: 600px;
        left: calc(50vw - 270px);
    }
    .productivityCanvas {
        height: 225px !important;
    }
    .version {
        display: none !important;
    }
    .login-container .col-md-8 {
        display: none;
    }
    .login-container .col-md-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        background-image: url('../images/login-carousel/background.png');
        background-size: cover;
        background-position-x: 50%;
        background-position-y: 0;
    }
    .login-container .col-lg-6, .login-container .col-lg-8 {
        width: 80% !important;
        margin-left: 10% !important;
    }
    .login-img {
        background: url('../images/logos/logo.png') !important;
        height: 150px !important;
        width: auto !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        margin-left: 0 !important;
        margin-bottom: 50px !important;
    }
}
/* TABLET LANSCAPE */
@media (min-width:961px) and (max-width:1075px)  {
    .app-content.front-page {
        width: 700px;
        left: calc(50vw - 320px);
    }
    .productivityCanvas {
        height: 250px !important;
    }
    .version {
        display: none !important;
    }
}
/* LAPTOP */
@media (min-width:1076px) and (max-width:1281px) {  
    .app-content.front-page {
        left: calc(50vw - 385px);
    }
    .productivityCanvas {
        height: 350px !important;
    }
}
/* DESKTOP */
@media (min-width:1282px) and (max-width:1499px) {
    .app-content.front-page {
        left: calc(50vw - 350px);
        top: calc(50vh - 300px);
    }
    .productivityCanvas {
        height: 350px !important;
    }
}

/* DESKTOP + */
@media (min-width:1200px) { 
    
}

@media (min-width:1300px) { 
    .container {
        max-width: 1200px !important;
    }
}

/* DESKTOP HORIZONTAL */
@media (min-height:850px) { 
    .scroll-list {
        max-height: calc(50vh + 50px) !important;
    }
}
@media (min-height:900px) { 
    .scroll-list {
        max-height: calc(50vh + 75px) !important;
    }
}

/* LARGE DESKTOP */
@media (min-width:1500px) {  
    .container {
        max-width: 1400px !important;
    }
    .productivityCanvas {
        height: 375px !important;
    }
}
@media (min-width:1600px) {
    .app-content {
        max-width: 1500px !important;
    }
    .container {
        max-width: 1600px !important;
    }
}
@media (min-width:1700px) {
    .app-content {
        max-width: 1600px !important;
    }
    .container {
        max-width: 1700px !important;
    }
}

/* Full HD DESKTOP */
@media (min-width:1920px) {
    .app-content {
        max-width: 1700px !important;
    }
    .container {
        max-width: 1800px !important;
    }
}

/* HD + DESKTOP */
@media (min-width:2500px) {
    .app-content {
        max-width: 2300px !important;
    }
    .container {
        max-width: 2200px !important;
    }
}

/* 4K DESKTOP */
@media (min-width:3840px) {
    .app-content {
        max-width: 3200px !important;
    }
    .container {
        max-width: 3300px !important;
    }
    .scroll-list {
        max-height: calc(80vh + 75px) !important;
    }
}

/* BROWSER SPECIFIC */
@supports (transform: translateY(-50%)) {
    
}

/*******************************
********************************
            2. FONTS
*******************************
*******************************/

h1 {
	font-family: Roboto; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px;
    margin: 0 auto !important;
}
h2 {
    margin: 0 auto !important;
    font-size: 1.25em !important;
    font-weight: 200 !important;
}
/* h3 {
	font-family: Roboto; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px;
    margin: 0 auto !important;
} */
h3 {
	font-family: Roboto; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 1.5em;
    margin: 0 auto !important;
}
p {
	font-family: Roboto; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px;
}
blockquote {
	font-family: Roboto; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px;
}
pre {
	font-family: Roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5667px;
}
a, p, h6, h5, h4, h3, h2, h1, input {
    
    color:#101010 !important;
    font-family: Roboto;
}
a {
    text-decoration:none;
}
b,
.b {
    font-weight: 900;
    color: #000;
    font-size: 16px;
    /* font-family: sans-serif; */
}
li {
    list-style-type:none;
}
.fa-custom {
    color: transparent;
    -webkit-text-stroke-width: 1.4px;
    -webkit-text-stroke-color: #ffe;
}
.fa-noti {
    color: #b69653;
}
.fa-thin {
    -webkit-text-stroke-width: 1px;
}
.fa-black {
    color: transparent;
    -webkit-text-stroke-width: 1.4px;
    -webkit-text-stroke-color: black;
}
.fa-green {
    color: transparent;
    -webkit-text-stroke-width: 1.4px;
    -webkit-text-stroke-color: green;
}
.fa-black.flagged {
    color: red !important;
}
.fa-red, .fa-blue {
    color: transparent !important;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #b69653;
}
.fa-flagged {
    color: transparent !important;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: red;
}
.fa-blue-file {
    color:#b69653;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color:white;
}
.fa-download,
.fa-envelope {
    margin-right: 5px;
}
.fa-gold,
.red {
    color: #b69653;
}
.fas.gold {
    color: #b69653 !important;
}
a.gold {
    color: #b69653 !important;
}
.grey {
    color: #4d4b46;
}
button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
.button.csv {
    background-color: #008000 !important;
}
.button.red {
    background-color: red !important;
}
.button.send {
    background-color: #20639b !important;
}
i.red {
    color: red;
}
i.green {
    color: green;
}
i.orange {
    color: orange;
}
.button.width-100 {
    width: 100%;
}
button.load-more {
    background: #b69653;
    color: white;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    font-weight: bold;
}
.vh-20 {
    margin-top:20vh;
}
.col-1-5,
.col-lg-1-5,
.col-md-1-5 {
    -ms-flex: 0 0 12.4999995%;
    flex: 0 0 12.4999995%;
    max-width: 12.4999995%;
    padding: 0 5px;
}
span.red,
.red-text {
    color: red !important;
}
span.green,
.green-text {
    color: green !important;
}
span.orange,
.orange-text {
    color: orange !important;
}

/*******************************
********************************
            3. ELEMENTS
*******************************
*******************************/

/* 3.1 GENERAL */
.page-title
{
    text-align: center;
    margin-top: 50px;
}
table
{
    border-collapse: collapse;
}
.import-table {
    width: 100%;
    text-align: center;
}
.data-table
{
    text-align: center;
    margin: 50px auto;
}
.td-center
{
    text-align:center;
}
.td-10
{
    width:10%;
}
.td-12-5
{
    width:12.5%;
}
.td-20
{
    width:20%;
}
.td-25
{
    width:25%;
}
.td-33
{
    width: calc(100%  /3);
}
.td-50
{
    width:50%;    
}
tr.ng-scope
{
    cursor: pointer;
    border-radius: 5px;
}
.ta-hidden-input {
    display: none !important;
}
.pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default;
}
.no-border {
    border: none;
}
.clean-input {
    border: none;
    width: 100px;
    text-align: right
}
.clean-input-center {
    border: none;
    text-align: center;
    width: 100%;
}
.grey-input-center {
    border: 1px solid #ccc;
    text-align: center;
    width: 100%;
    border-radius: 5px !important;
}
.input-90 {
    width: 60%;
}
.float-none {
    float: none !important;
}
.float-right {
    float: right;
}
.float-left {
    float: left
}
.time,
.p-10 {
    padding: 10px;
}
.display-grid {
    display: grid;
}
.display-contents {
    display: contents;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline-grid {
    display: inline-grid;
}
.grid-center {
    display: grid;
    align-items: center;
    text-align: center;
}
.grid-end {
    display: grid;
    align-items: end;
}
.items-center {
    display: grid;
    align-items: center;
}
.icon-grid:hover {
    cursor: pointer;
}
.icon-grid:hover i {
    -webkit-text-stroke-color: #b69653 !important;
}
.icon-grid:hover h2 {
    color: #b69653 !important;
    font-weight: bold !important;
}
.icon-grid i {
    margin: 5px;
    font-size: 2.5em;
}
.container-grid {
    min-height: 250px !important;
}
.container-grid-narrow {
    min-height: 100px !important;
    margin-left: -15px !important;
}
.inline {
    display: inline;
}
.image-fw
{
   width:100%;
}
.center-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.vh-100 {
    height:100vh;
}
.h-50 {
    height:50%;
    margin: auto;
    text-align: center;
    align-items: center;
}
.h-100 {
    height:100%;
    margin: auto;
    text-align: center;
    align-items: center;
}
.m-0 {
    margin: 0 !important;
}
.m-l-0 {
    margin-left: 0px !important;
}
.m-l-15 {
    margin-left: 15px !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.p-l-15 {
    padding-left: 15px !important;
}
.p-l-30 {
    padding-left: 30px !important;
}
.p-l-0 {
    padding-left: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.p-5 {
    padding: 5px !important;
}
.p-r-5 {
    padding: 0 5px 0 0 !important
}
.p-r-20 {
    padding-right: 20px !important;
}
.p-r-30 {
    padding-right: 30px !important;
}
.p-t-5 {
    padding-top: 5px !important;
    text-align: center;
}
.offset-5-p {
    margin-left: 5%;
}
.m-auto {
    margin:auto !important;
}
.m-5-15 {
    margin: 15px 0;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.status-top {
    font-size:0.75rem;
    display: block;
}
.status-bottom {
    font-size:1rem;
}
.fa-125x {
    font-size:1.25rem;
}
.fa-15x {
    font-size:1.5rem;
}
.pos-unset {
    position: unset !important;
}
.a-s-center {
    align-self: center;
}
.a-i-center {
    align-items: center;
}
.info-container {
    padding-top:20px;
}
.info {
    color: #4f4f4f;
    font-weight:bold;
}
.label {
    font-size:16px;
    font-weight:bold;
    display: block;
    margin-top: 10px;
}	
.preloader {
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    width:100vw;
    height:100vh;
}
.preloader-logo {
    display: flex;
    margin: auto;
    margin-top: auto;
    height: 200px;
    margin-top: calc(50vh - 100px);
}
.h-33 {
    height:33%;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /*background: #fff;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4d4b46;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b69653;
}

/* 3.2 MODALS */
.confirm-modal.email .content {
    height: 200px;
    bottom: calc(50vh - 100px);
}
.confirm-modal.email .content input {
    width: 80%;
    margin-left: 10%;
    border: 1px solid#ccc;
    border-radius: 5px !important;
    margin-top: 30px;
    margin-bottom: 10px;
}
.confirm-modal .content {
    width: 300px;
    height: 150px;
    margin: auto;
    position: fixed;
    background: white;
    left: calc(50vw - 150px);
    bottom: calc(50vh - 75px);
    z-index: 9999;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    display: inline-grid;
    border-radius: 10px;
}
.confirm-modal .confirm {
    bottom: 20px;
    position: absolute;
    width: 100%;
    margin-left: 0;
}
.confirm-modal.order-add-site .content {
    height: 320px !important;
    bottom: calc(50vh - 160px) !important;
}
.confirm-modal.order-add-site .content textarea {
    margin-top: 20px;
}
.confirm-modal.order-add-site button {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: calc(100% - 50px);
}
.confirm-modal.pick-list,
.confirm-modal.order-bom-parts {
    align-content: normal;
}
.confirm-modal.pick-list .title,
.confirm-modal.order-bom-parts .title {
    top: 20px;
    position: absolute;
}
.confirm-modal.order-bom-parts .content {
    height: 400px;
    width: 400px;
    left: calc(50vw - 200px);
    bottom: calc(50vh - 200px);
}
.confirm-modal.despatch-notes .content {
    height: 525px;
    width: 600px;
    left: calc(50vw - 300px);
    bottom: calc(50vh - 250px);
}
.confirm-modal.despatch-notes .content .body {
    margin: 0 15px;
}
.confirm-modal.despatch-notes .content .body img {
    max-width: 100%;
    max-height: 150px;
    display: block;
    margin: auto;
}
.confirm-modal.pick-list .content,
.confirm-modal.replenishment-order .content {
    height: 600px;
    width: 800px;
    left: calc(50vw - 400px);
    bottom: calc(50vh - 300px);
    margin-left: 15px;
}
.confirm-modal.pick-list .stock-levels {
    margin-left: 0 !important;
}
.confirm-modal.pick-list .content .list,
.confirm-modal.order-bom-parts .content .list,
.confirm-modal.replenishment-order .content .list {
    position: absolute;
    top: 50px;
    overflow: scroll;
    max-height: 330px;
    max-width: 400px;
    margin-left: 0;
    padding-bottom: 50px;
}
.confirm-modal.pick-list .content .list,
.confirm-modal.replenishment-order .content .list {
    max-width: 100%;
    max-height: 600px;
}
.confirm-modal.replenishment-order .content .list {
    max-height: 475px;
}
.confirm-modal.order-bom-parts .content .part {
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 10px 15px;
    cursor: pointer;
}
.confirm-modal.order-bom-parts .content .part.consumed {
    opacity: 0.25;
    cursor: default !important;
}
.confirm-modal .content.widerEditOrderModal {
    width: 500px;
    left: calc(50vw - 250px);

    bottom: calc(50vh - 300px);
    height: 600px;
    text-align: left !important;
}
.confirm-modal .mask {
    background: #000;
    height: 100vh;
    position: fixed;
    width: 100vw;
    left: 60px;
    top: 60px;
    opacity: 0.25;
    z-index: 999;
}
.confirm-modal button {
    float: none;
    width: 50%;
    margin: auto;
}
.confirm-modal .close.left {
    right: unset;
    left: 0;
}
.confirm-modal .close {
    padding: 15px 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 17px;
    z-index: 999;
}
.confirm-modal .title {
    margin: auto !important;
    /*position: absolute;
    padding: 18px 0;*/
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.confirm-modal .title.padded {
    padding: 10px;
}
.confirm-modal .row {
    margin-top: 15px;
}
.confirm-modal.add-site .content {
    height: 250px;
    padding: 10px;
    width: 400px;
}
.confirm-modal.add-site input {
    border: 1px solid darkgray;
    border-radius: 5px !important;
}
.confirm-modal.add-site input,
.confirm-modal.add-site textarea {
    width: 350px;
    font-size: 15px !important;
}
.confirm-modal .confirm-button {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 15px;
    background: white;
    padding-top: 10px;
}
.confirm-modal.variations-bulk .row {
    margin-top: 0 !important;
}
.edit-modal .title,
.confirm-modal.variations-bulk .title {
    top: 20px;
    position: absolute !important;
}
.confirm-modal.variations-bulk .content {
    width: 800px;
    left: calc(50vw - 400px);
    height: 600px;
    bottom: calc(50vh - 300px);
    padding: 20px 10px;
}
.edit-modal .body,
.confirm-modal.variations-bulk .list {
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -10px;
    padding-right: 10px;
}
.edit-modal .buttons,
.confirm-modal.variations-bulk .buttons {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.confirm-modal.variations-bulk input.variant {
    height: 20px;
    width: 20px;
}
.confirm-modal.variations-bulk label {
    display: block;
}
.modal-mask {
    background: #fff;
    height: 100vh;
    position: fixed;
    width: 100vw;
    left: 60px;
    top: 60px;
    opacity: .25;
}
.infoModal {
    width: 500px;
    height: 500px;
    margin: auto;
    position: fixed;
    background: white;
    left: 60px;
    bottom: 0;
    border-top-right-radius: 5px;
    z-index: 999;
}
.modalClose {
    float: right;
    padding: 15px 25px;
    cursor: pointer;
}
.modalInner {
    padding: 15px 30px;
}
.clone-modal .content {
    top: 75px !important;
    bottom: unset !important;
    width: 400px !important;
    left: calc(50vw - 200px);
}
.clone-modal .content, 
.edit-modal .content,
.progress-modal .content {
    height: auto;
    padding: 15px;
}
.clone-modal .content .title, 
.edit-modal .content .title {
    position: relative;
}
.clone-modal .content .body h2, 
.edit-modal .content .body h2 {
    margin: 10px 0;
}
.clone-modal .content .body input, 
.edit-modal .content .body input {
    width: 100%;
    border: 1px solid darkgray !important;
    border-radius: 5px;
}
.edit-modal .close {
    padding-top: 0;
    top: 0;
}
.print-modal .content {
    width: 500px !important;
    left: calc(50vw - 250px);
}
.print-modal .row {
    margin-top: 5px !important;
    max-height: 600px;
}
.print-modal .select-all {
    margin-bottom: 20px;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    padding-left: 15px;
}
.print-modal .select-all.topBorder {
    border-top: 1px solid black !important;
    padding-top: 15px !important;
    border-bottom: none !important;
    margin-bottom: -20px !important;
}
.print-modal .labels-container {
    margin: 20px 0 !important;
    max-height: calc(100vh - 350px);
    overflow: scroll;
}
.print-modal .row .col:nth-child(2) {
    padding: 0;
}

.replenishment-order .returned {
    opacity: 0.5;
}

.progress-modal .content {
    padding: 0 0 20px 0 !important;
    top: 100px;
    bottom: unset !important;
}
.progress-modal .body {
    margin: 0;
    max-height: calc(50vh);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 5px 30px 0 40px;
    text-align: left;
}
.progress-modal .body.amendments .stage {
    min-height: 300px;
}
.progress-modal .body.amendments .by {
    position: absolute;
    bottom: 30px;
    margin-left: -10px;
    font-style: italic;
    font-size: 13px;
}
.progress-modal .row {
    margin-top: unset;
    margin-bottom: 10px;
}
.progress-modal .close {
    color: white;
    top: -7px;
    right: -5px;
    font-size: 20px;
}
.progress-modal .title {
    background: #b69653;
    color: white;
    padding: 10px;
    margin-bottom: 10px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.progress-modal .title h2 {
    color: white !important;
}
.progress-modal .content {
    min-width: 550px;
    left: calc(50vw - 275px);
    min-height: 600px;
    top: calc(5vh + 30px);
}
.progress-modal .content .body {
    min-height: 525px;
}
.progress-modal .stage {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    align-items: center;
    min-height: 60px;
    box-shadow: 0px 1px 5px 0px grey;
    cursor: pointer;
}
.progress-modal input {
    border: none;
    width: 100%;
    text-align: center;
}
.progress-modal .stage .status {
    text-align: center;
}
.progress-modal .stage.unassigned {
    border: 1px solid red !important;
    box-shadow: 0px 1px 5px 0px red !important;
}
.progress-modal .stage.current {
    border: 1px solid #b69653 !important;
    box-shadow: 0px 1px 5px 0px #b69653 !important;
}
.progress-modal i.current {
    color: #b69653;
}
.progress-modal .stage.next {
    border: 1px solid orange !important;
    box-shadow: 0px 1px 5px 0px orange !important;
}
.progress-modal i.next {
    color: orange;
}
.progress-modal .stage.complete {
    border: 1px solid green !important;
    box-shadow: 0px 1px 5px 0px green !important;
}
.progress-modal i.complete {
    color: green;
}
.progress-modal .border {
    height: 1px;
    background: black;
    width: 100%;
}
.progress-modal .padded {
    padding: 20px 0;
    align-items: center;
    text-align: center;
}
.progress-modal button {
    width: calc(100% - 50px);
    min-height: 40px;
    margin-top: 10px;
}

.confirm-modal.media-library .content {
    width: 750px;
    height: 550px;
    left: calc(50vw - 375px);
    bottom: calc(50vh - 275px) !important;
    overflow-y: auto;
    overflow-x: hidden;
}
.confirm-modal.media-library .content .row {
    margin-top: 0;
}
.confirm-modal.media-library .title {
    position: absolute;
    top: 15px;
    font-size: 18px;
    font-size: 18px;
    background: none !important;
    color: unset !important;
}
.confirm-modal.media-library .content .body {
    padding: 0 15px;
    position: absolute;
    top: 50px;
    width: 100%;
}
.confirm-modal.media-library .content .body .divider {
    margin: 20px 0 5px;
}
.confirm-modal.media-library .content .body .divider .border {
    height: 1px;
    background: black;
    width: 100%;
}
.confirm-modal.media-library .content .bottom {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 15px;
}
.confirm-modal.media-library .close {
    font-size: 17px !important;
    right: 0 !important;
    color: unset !important;
}

/* 3.3 TOAST */
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
.toast-container {
    width: 300px;
    background:white;
    position: fixed;
    top: 110px;
    right: 10px;
    border-radius: 20px;
    min-height: 100px;
    padding:12px 20px;
    box-shadow: -1px 5px 15px 1px gray;
    opacity: 0.97;
    font-family: Roboto;
    cursor: default;
    -webkit-animation: fadeIn 3s;
    animation: fadeIn 3s;
    z-index: 9999999;
    visibility: visible;
}
.toast-hide {
    -webkit-animation: fadeOut 3s;
    animation: fadeOut 3s;
}
.toast-1 {
    z-index: 998;
    margin-top: 10px;
    width: 280px;
    margin-right: 10px;
}
.toast-2 {
    z-index: 997;
    margin-top: 20px;
    width: 260px;
    margin-right: 20px;
}
.toast-head {
    font-size: 12px;
}
.toast-head img {
    width: 15px;
    position: fixed;
    padding-top: 4px;
    webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.fixed-translate {
    webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.options-dropdown {
    right: 70px;
    width: max-content !important;
    display: inline;
}
.toast-head .left {
    display: inline;
    margin-left: 20px;
}
.toast-head .right {
    display: inline;
    float: right;
}
.toast-body {
    line-height: 1.2;
    padding: 5px 0 10px;
}
.toast-foot {
    font-size: 10px;
}

/*******************************
********************************
            4. DASH
*******************************
*******************************/


/** 4.1 SIZING **/
.view-dash .process-container {
    /* min-height: 180px; */
    min-height: 150px;
    align-items: center;
}
.view-dash .process-container h2 {
    font-size: 1em !important;
    font-weight: 1000 !important;
}
.toggle-row
{
    margin: auto !important;
    margin-top: 20px !important;
    width: 100%;
}
.full-width {
    width: 100%;
    margin: 0 !important;
    height: 100%;
    overflow: visible;
}
.full-width .list-container {
    margin: 0 !important;
    padding-bottom: 10px;
}
.full-row {
    width: 100%;
    /* margin-left: 60px !important; */
    margin-left: 60px;
}
.toggle-container {
    background: #98bbcc;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
}
.toggle-container .left, .toggle-container .center, .toggle-container .right {
    display: inline-block;
    padding: 4px 10px 5px;
    border-radius: 5px;
    width: 60px;
    text-align: center;
}
.toggle-container .active {
    background: #b69653;
}
.card-row
{
    padding: 1.1rem 0;
}
.label.no-jobs {
    margin: 3.3rem 0;
}
.card-row .col-md-3 {
    margin-bottom: 10px;
}
.top-card
{
    background-color: #fff;
    padding: 10px 20px 10px;
    border-radius: 5px;
    color: #ffe;
    margin:auto;
    box-shadow:0px 3px 0px 0px lightgray;
    border-top: 9px solid #b69653;
    height: 100%;
}
.top-card:hover
{
    box-shadow:3px 3px 3px 3px #888;
    cursor: pointer;
}
.top-card .name
{
    color:#4f4f4f;
    text-align: center;
    margin-bottom: 15px !important;
    line-height: 1;
    font-weight: 500 !important;
}
.top-card .icon
{
    color:#4f4f4f;
    padding:5px;
}

.top-card .description
{
    color:#4f4f4f;
    text-align: center;
    font-weight: 300 !important;
}

/* 4.2 HEADER */
.header
{
    height:60px;
    background-color:#b69653;
}
.header-right
{
    float:right;
    width:400px;
    padding:13px;
}
.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.dropdown .inner {
    overflow: scroll;
    height: calc(100vh - 160px);
}
.dropdown-content {
    z-index: 1;
    padding-top: 25px;
}
.dropdown-content-child {
    z-index: 1;
    background: white;
    box-shadow: -4px 4px 0px 0px rgba(0,0,0,0.1) !important;
    border-radius:5px;
    width:165px;
    padding: 10px 0;
    position:fixed;
}
.sites-dropdown {
    color:black;
    padding:5px 20px;
}
.right-dropdown{
    float:right;
    padding: 0 3px;
}
.align-right {
    text-align: right;
}
.right-child
{
    height:100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    background-color: #f9f9f9;
    padding: 16px;
    min-width: 250px;
    text-align: center;
    margin-right: -60px;
}
.right-child:nth-child(1)
{
    border-top-left-radius:0;
    border-top-right-radius:0;
}
.right-child:nth-last-child(1)
{
    border-bottom-left-radius:20px;
    border-bottom-right-radius:0;
}
.header-logo
{
    margin: auto;
    height: 60px;
    padding: 4px;
    margin-left: 1px;
}
.header-logo.logo-text {
    max-width: 125px;
    height: auto;
    top: 9px;
    position: absolute;
}
.sys-detail {
    /*color: white;*/
    color: #4d4b46;
    padding:3px !important;
    margin-top: 6px;
}
.header-engineering-logo {
    height: 60px;
    padding: 12px 0;
}

/* 4.3 SIDEBAR */

.sidebar
{
    width:60px;
    height:calc(100vh - 60px);
    float:left;
    background-color:#191c21;
    padding:20px 5px 0 5px;
}
.nav
{
    padding:0;
}
.nav-top {

}
.nav-bottom {
    position: fixed;
    bottom: 0;
    left: 15px;
}
.nav-item
{
    padding:0 0 30px 0;
    cursor: pointer;
}
.nav-item-bottom {
    padding: 0 0 25px 0;
}
.nav-item:hover .nav-label
{
    visibility: visible;
}
.nav-label
{
    visibility: hidden;
    background-color: #b69653;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 12px 20px;
    margin-left:15px;
    position: absolute;
    z-index: 1;
    border-bottom-left-radius:100px;
    border-top-left-radius:100px;
    border-bottom-right-radius:20px;
    border-top-right-radius:20px;
    line-height: 0.5;
    padding-bottom: 18px;
    height: 34px;
}
.welcome-greeting {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
}

/* 4.4 GRAPHS */
.productivityContainer {
    margin:0 !important;
    height:400px;
}
.productivityCanvas {
    width:100% !important;
}
.doghnutContainer {
    
}
.doghnutContainer .inner {
    position: absolute;
    /* top: calc(50% - 50px); */
    right: calc(50% - 26px);
    width: 40px;
    height: 40px;
    top: calc(50% - 25px) !important;
}
.doghnutContainer img {
    position: absolute;
    /* z-index: -1; */
    z-index: 1;
    width: 50px;
    margin-left: -25px;
    margin-top: -15px;
}
.view-dash .doghnutContainer img {
    width: 40px;
}
.gauge {
    text-align: center !important;
}
.gauge .label {
    width: 175px;
    text-align: center;
    font-size: 16px !important;
    margin-top: -22px !important;
    margin: auto;
}
.gauge u {
    font-size: 18px !important;
}
.gauge span {
    font-size: 18px !important;
    line-height: 1.2 !important;
    margin-top: -10px;
}
.y-axies-label {
    transform: rotate(-90deg);
    height: 10px;
    position: absolute;
    top: calc(50vh - 250px);
    font-size: 20px;
}
.x-axies-label {
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.chart-doughnut {
    position: inherit !important;
    z-index: 9;
}
.view-dash .chart-doughnut {
    width: 300px !important;
    height: auto !important;
    margin-left: -40px;
}
.view-dash .superadmin .chart-doughnut,
.view-dash .customer .chart-doughnut {
    margin: auto !important;
}
.chart-line,
.chart-bar {
    max-width: 80%;
    margin: 20px auto 0;
    min-height: 450px;
}
.graph-legend {
    justify-content: space-evenly;
    padding: 5px;
    text-align: -webkit-center;
    margin: .5rem;
}
.graph-legend .col-2 {
    text-align: center;
}
.legend {
    height: 20px;
    width: 20px;
    border: 2px solid black;
    box-shadow: 3px 3px darkslategrey;
    margin: auto;
}
.legendColor1 {
    background-color: #97bbcd;
}
.legendColor2 {
    background-color: #dcdcdc;
}
.legendColor3 {
    background-color: #f7464a;
}


/*******************************
********************************
            5. PAGE
*******************************
*******************************/

/* 5.1 GENERAL */
.jcc {
    justify-content: center;
}
.repeat-box
{
    background-color:#fff;
    border-radius:5px;
    padding:20px;
    margin-bottom:20px;
}
.sub-container {
    padding:20px;
}
.menu-container {
    padding: 40px;
}
.menu-item {
    padding:10px 20px;
    cursor: pointer;
}
.repeat-table
{
    width: 100%;
}
.form-img
{
    max-width: 100%;
    max-height: 60px;
}
.type-input
{
    display:none;
}
.hidden
{
    display:none;
}
.form-control
{
    background: #D5D5D5;
    border:none;
    padding:10px;
    margin:10px;
    width:95%;
    border-radius:5px;
}
.form-field-add-header 
{
    margin-left:5px !important;
}
.page-bg
{
    background:#EFEFEF;
    height: 100vh;
    overflow: hidden;
}
.shadow {
  -webkit-box-shadow: 0px 1px 5px 0px gray;
  -moz-box-shadow:    0px 1px 5px 0px gray;
  box-shadow:         0px 1px 5px 0px gray;
}
.infoShadow {
    -webkit-box-shadow: 5px -6px 3px -2px #ccc;
    -moz-box-shadow:    5px -6px 3px -2px #ccc;
    box-shadow: 5px -6px 3px -2px #ccc;
}
.bottom-shadow {
  box-shadow: 0 8px 6px -6px black;
}
.pagination
{
    display: inline-block;
    margin: 20px 0;
}
#content .pagination {
    position: absolute;
    bottom: -80px;
    left: 50%;
    margin-left: -160px
}
.pagination > li
{
    display: inline;
}
.pagination > li > a
{
    border-color: #dee5e7;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #b69653;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 12px;
}
.pagination > .active > a
{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #b69653;
    border-color: #b69653;
}
.primary-bg
{
    background-color:#b69653;
    height:100vh;
}
.main-container
{
    padding: 0 0 0 70px;
}
.page-container
{
    width: 100%;
    margin: auto;
    height: auto;
    max-height: calc(100vh - 50px);
    min-height: calc(100vh - 50px);
    padding-right: 15px;
    overflow: auto;
}
.nav-box {
    margin-left: 60px;
    font-size: 17px;
    cursor: default;
    width: 100%;
    min-height: 55px;
    margin-top: 8px;
}
.nav-box span {
    cursor: pointer;
}
.nav-box .col {
    padding: 0;
}
.nav-box .col-6:first-of-type,
.nav-box .col-3:first-of-type {
    padding-top: 7px;    
}
.nav-box .col-6.short-spacing,
.nav-box .col-3.short-spacing {
    padding-top: 0;
}
.nav-box .col-6 {
    padding-left: 0;
}
.nav-box .col .row .col-6 {
    padding-left: 15px;
}
.box-container {
    background:white;
    border-radius: 5px;
}
.no-shadow {
    box-shadow: none !important;
}
.order-box {
    margin-top: 10px !important; 
    width: 100% !important; 
    min-height: auto !important; 
    padding-bottom: 30px !important;
}
.backgroundless {
    background: transparent !important;
    box-shadow: none;
}
.backgroundless .full-width {
    /* overflow: hidden !important; */
    overflow-y: hidden !important;
}
.progress .divider {
    background: #EFEFEF;
    height: 14px;
    width: 2px;
    position: absolute;
    left: 37px;
    top: 0;
    z-index: 9;
    transform: rotate(-3deg);    
}
.progress .pie {
    margin-left: -20px;
    overflow: hidden;
    position: relative;
    /* border: dashed 1px; */
    padding: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    list-style: none;
    text-align: center;
    padding-top: 27px;
}
.progress .pie .slice {
    overflow: hidden;
    position: absolute;
    top: 0; right: 0;
    width: 50%; height: 50%;
    transform-origin: 0% 100%; 
}
.progress .pie .slice {
    transform: rotate(0deg) skewY(-22.5deg);
    background: #4d4b46
}
.progress .pie .slice .contents {
    position: absolute;
    left: -100%;
    width: 200%;
    height: 200%;
    border-radius: 50%;
}
.progress .pie .slice.current .contents {
    background: #b69653;
}
.progress .pie .slice.complete .contents {
    background: #72C02C;
}
.progress .pie .slice:hover .contents {
    /*background: #72C02C;*/
}
/*
.progress .pie .slice:nth-child(even):hover .contents {
    background: #b69653;
}*/
.progress .pie .center {
    background: #EFEFEF;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    top: 14px;
    position: absolute;
    left: 14px;
}
.progress .pie .percentage {
    position: absolute;
    left: 25px;
}
.progress .pie img {
    width: 30px;
    position: absolute;
    margin-left: -14px;
    margin-top: -5px;
}
#pie-tooltip {
    font-size: 13px;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    position: fixed;
    margin-left: 65px;
    margin-top: -10px;
    display: none;
    padding: 5px 10px 0;
    min-width: 100px;
    background: #b69653;
    height: 30px;
    color: #4d4b46;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: 999;
    font-weight: bold;
}

.list-container-report {
    background: white;
    border-radius: 5px;
    min-height: calc(100vh - 150px);
    width: 100%;
    max-height: calc(100vh - 150px);
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: -10px;
}
.list-container-report.tabs {
    min-height: calc(100vh - 230px) !important;
    max-height: calc(100vh - 230px) !important;
}
.list-container-report.full {
    min-height: calc(100vh - 160px);
    max-height: calc(100vh - 160px);
}
.list-container {
    background: white;
    border-radius: 5px;
    margin-left: 60px;
    width: 100%;
    overflow: visible;
}
.list-container .toolbar {
    text-align: center;
    padding: 40px 0 30px;
    font-weight: 600;
    cursor: default;
}
input {
    border-radius: 5px;
    border: 1px solid #999;
    padding: 6px 10px 5px;
    width: 70%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: none;
    height: 40px;
}
.importInput,
input.full {
    width: 100%;
    border-right: 1px solid #999;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
input.quick-search {
    max-width: 250px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.importRow {
    text-align: center;
    margin: 1.5rem;
}
.importContainer {
    height: calc(100vh - 150px);
    /* padding: 2rem 1rem; */
}
input.hidden {
    display: none;
}
.importInput {
    margin-top: 8px;
}
.importContainer input[type="radio"] {
    width: 60px;
    height: 20px;
    margin-top: 10px;
}
.importContainer label {
    display: inline-grid
}
.importContainer .head,
.importContainer .data {
    margin-bottom: 10px;
}
.importContainer .data {
    height: 125px;
}
.importContainer .processed {
    border-left: 1px solid #ccc;
}
.importContainer .fa-arrow-right {
    margin-left: -5px;
    font-size: 20px;
    position: absolute;
}
.input-60 {
    width: 60%;
}
.searchResults {
    border: 1px solid #999;
    margin-top: 10px;
    border-radius: 5px;
    width: 65%;
    position: absolute;
    background:white;
    z-index: 999;
    padding: 10px 10px 0 10px;
    -webkit-box-shadow: 1px 1px 1px 0 #ccc;
    -moz-box-shadow: 1px 1px 1px 0 #ccc;
    box-shadow: 1px 1px 1px 0 #ccc;
    cursor: pointer;
    top: 35px;
    left: 10px;
}
.stock-order .searchResults {
    margin-top: 40px;
    margin-left: 5px;
}
.searchResults p {
    margin: 0 0 10px 0;
}
.text-input,
.full-input {
    border: 1px solid #999 !important;
    border-radius: 5px !important;
}
.full-input {
    width: 100%;
}
textarea.no-border {
    border: none !important;
    text-align: center;
}
.textarea {
    width: 100%;
    resize: none;
    padding: 10px;
    font-family: Roboto;
}
.fake-textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.textarea-large {
    width: 90%;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    border: 1px solid #999;
    padding: 6px 10px;
    font-family: Roboto;
}
.clean-textarea {
    border: none;
    resize: none;
    font-family: Roboto;
    min-height: 50px;
}
.select-input {
    width: 60%;
    border: 1px solid #999;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 7px;
    display: inline-block;
    height: 40px;
    border-right: none;
}
.remove-icon {
    background: #b69653;
    width: 10%;
    display: inline-block;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    padding: 5px;
    height: 40px;
    cursor: pointer;
    text-align: center;
}
.search-icon {
    background: #b69653;
    width: 10%;
    height: 100%;
    display: inline-block;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    padding-top: 10px;
    padding-right: 2px;
    text-align: center !important;
    height: 40px;
}
.count {
    text-align: center;
    margin-top: 30px;
}
.count.date {
    margin-top: 10px !important;
}
.count.date-total {
    margin-top: 20px !important;
}
.toolbar .col-md-2 {
    padding: 0 !important;
}
.dropdown-filter {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 5px 0;
    cursor: pointer;
    margin-left: 40px !important;
}
.dropdown-filter .icon {
    border-right: 1px solid black;
}
.dropdown-filter .label {
    text-align: left;
    padding: 0;
    padding-left: 15px;
}
.list-container .head {
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
    cursor: pointer;
}
.list-container .data {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #efefef;
    align-items: center;
    cursor: pointer;
}
.data.narrow {
    padding: 2px 0
}
.rackshelf .col-3,
.rackshelf .col-2,
.rackshelf .col-1 {
    padding: 0;
    align-items: center;
    display: grid;
}
.stock-levels-data {
    min-height: 50px; 
    align-items: center;
}
.data.selected {
    background:#4b9adf;
    color:white;
}
.stock-table .footer {
    border-top: 1px solid #efefef;
    cursor: pointer;
    text-align: center;
    padding: 15px 0;
    color:black;
}
.list-container .loadmore {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #efefef;
    align-items: center;
    font-weight: 600;
    background: #efefef;
    cursor: pointer;
}
.action-complete-container {
    text-align: center;
    display: flex;
    align-items: center;
    height: calc(100vh - 350px);
    margin: auto;
}
.footer {
    color: #dadada;
}
.list-action {
    position: absolute;
    background:white;
    border: 1px solid#999;
    width: 65px;
    margin-top: -8px;
    border-radius: 5px;
    z-index: 999;
}
.m-auto {
    margin: 0 auto !important;
}
.stock-table {
    border: 1px solid #ccc;
    margin-left: 10%;
}

/* 5.2 LOGIN */
.login-img {
    background: url('../images/logos/logo.png');
    height: 100px;
    width: auto !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.login-center input {
    height: unset;
    border: 1px solid#999;
    border-radius: 5px;
}
.login-center button {
    border-radius: 5px;
}
.login-center .btn-main {
    margin: 5px 0;
    padding: 5px 5px 5px 5px;
}
.login-center .btn-main img {
    height: 20px;
    margin: 0 5px -4px -10px
}
.off-white {
    background: #efefef;
}
.login-container {
    max-width: 100vw;
}
.login-container .col-md-8 {
    background-image: url('../images/login-carousel/cover.jpg');
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 0;
}
.login-container .image-fw {
    margin-bottom: 20px;
    height: 100px;
    text-align: center;
}
.login-container .image-fw img {
    height: 100%;
    border-radius: 10px;
}
.login-poster {
    height:100vh;
}
.login-skin {
    height:100vh;
}
.login-form input, .login-form button {
    margin: 10px 10px 10px 0;
}
.no-pad,
.login-container .no-pad {
    padding: 0 !important;
    overflow: hidden;
}
#slider {
    height: 100%;
}
#slider ul {
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
}
#slider ul li{
    list-style: none;
    height: 100%;
    background-size: cover;
    text-align: center;
}
#slider ul video {
    max-width: 100%;
}
#slider ul li img{
    height: auto;
    margin: auto;
}
#slider ul li p{
    color:black;
}
#slider ul li span{
    color: #b69653;
}
.form-input
{
    width: 100%;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 4px 10px -5px rgba(0,0,0,0.8);
    text-align: center;
    line-height:1.5rem;
    font-size: .9em;
}
.form-button
{
    width: 100%;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 4px 10px -5px rgba(0,0,0,0.8);
    line-height:1.5rem;
    font-size: .9em;
}
.btn-main
{
    width: 100%;
    padding: 5px 5px 10px 5px;
    margin: 10px;
    box-shadow: 0 4px 10px -5px rgba(0,0,0,0.8);
    line-height: 2rem;
    font-size: 1em;
    background: #b69653;
    color: white;
}
.form-button:hover
{
    width: 100%;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 2px 2px -5px #888;
}
.button:hover {
    transition: all 0.5s;
    cursor: pointer;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}
.button {
    border-radius: 5px;
    /*border: 1px solid white;*/
    color: #FFFFFF;
    text-align: center;
    padding: 10px 30px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 20px;
    background:transparent;
    box-shadow: 0 8px 6px -6px black;
    color: white !important;
    background-color: #b69653 !important;
}
button i {
    /*margin-right: 5px;*/
}
.btn-full {
    width: 100%;
    margin: 0;
}
.btn-thin {
    float: right;
    margin: 0;
    padding: 5px 20px;
}
button i.icon {
    margin-right: 5px; 
    color: white !important;
}
.select-box {
    border: 1px solid darkgray;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    height: 40px;
    padding: 8px 5px;
    text-align: left;
    color: #101010 !important;
    font-size: 14px;
    text-align: center;
}
.reporting.reporer .select-box {
    margin-top: 0;
}
.order-screen .form .select-box {
    margin-top: 0 !important;
    border: 1px solid #999;
}
.order-screen .form textarea {
    max-height: 55px;
}
.order-screen .form .switch {
    margin-top: 4px !important;
    margin-left: 0 !important;
}
.order-screen .form label {
    margin-top: 0;
}
.order-list .pointer {
    padding: 10px;
}
.order-list .fa-search.pointer {
    padding: 0px;
}
.select-box.placeholder {
    color: gray !important;
}
.select-dropdown {
    margin: 0;
    margin-top: 0px !important;
    margin-left: 0px !important;
    border: 1px solid darkgray;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    width: 75% !important;
    margin-left: 5% !important;
    margin-top: -2px !important;
    position: absolute;
    background: white;
    cursor: pointer;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
}
.select-dropdown .row,
.bom-dropdown .row {
    margin: 10px 0 !important;
    cursor: pointer;
}
.fa-arrows-alt-v {
    position: absolute;
    top: 22px;
    right: 30px;
    /*margin-top: -10px;*/
}
.bom-dropdown {
    width: 100% !important;
    text-align: center;
    margin-left: 0 !important;
    margin-top: -10px !important;
    border: 1px dotted #ccc !important;
    max-width: 90%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 5% !important;
    padding: 10px;
}
.stageGroupSelect .placeholder,
.stageWorkstationSelect .placeholder {
    border: 1px solid red;
    box-shadow: 0px 1px 5px 0px red !important;
}

/* 5.3 ADD JOB */
.job-container {
    background: white;
    border-radius: 5px;
    width: 100%;
    /*overflow: scroll;*/
    padding-top: 20px;
}
.job-container .status {
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.job-container .icon {
    width: 50px;
    margin: auto;
}
.job-container .line {
    background: black;
    height: 1px;
    width: calc(33% - 50px);
}
.job-container .detail {
    padding: 20px;
    /*overflow: scroll;*/
}
.job-container .detail-center {
    padding: 20px;
    /*overflow: scroll;*/
    display: inline-grid;
}
.job-container-row {
    min-height: calc(100vh - 350px);
}
.job-container .detail-center h3 {
    display: flex;
    align-items: center;
}
.job-container .divider {
    padding: 20px;
}
.job-container .detail img {
    margin: 20px auto 0;
    width: 200px;
    height: 200px;
}
.job-container .accordion {
    display: flex;
    align-items: center;
    margin: 5px 0;
    text-align: center;
}
.job-container .next {
    position: fixed;
    bottom: 0;
    border-top: 1px solid black;
    padding: 20px;
    background: white;
    width: 100vw;
    width: calc(100vw - 60px);
    left: 75px;
}
.NJNattachment,
.NJNattachment label {
    height: 100px !important;
}
.file-expand {
    position: absolute;
    top: -25px;
    right: 15px;
    font-size: 1.5em;
    cursor: pointer;
}
.horizontal-divider {
    height: 100%;
    width: 1px;
    background: black;
    margin: 0 auto;
}
.input-label {
    width: 80%;
    margin: 0 auto 5px;
}
.job-input {
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #999;
}
.input-add {
    margin-left: 10%;
}
.job-container .search-icon {
    text-align: center !important;
}
input:focus {
    outline: none;
}

/* 5.4 ACTIVITY */

.hello-message
{
    padding:20px;
    text-align: center;
}
.activity-title
{
    padding: 0 0 0.75rem 0 !important;
}
.activity-td
{
    padding:0.5rem !important;
}
.activity-feed
{
    padding-top: 30px;
    padding-left:60px !important;
}
.categories-title
{
    font-size: 20px;
}
.required
{
    padding-left: 10px;
}
.tablet-td-head
{
    text-align: center;
    padding: 0 10px;
    padding-bottom: 25px;
    max-width: 520px;
}
.form-title
{
    margin-top:105px;   
}
.fb-title 
{
    font-size: 20px;
}
.fb-description
{
    width: 450px;
}
.no-border
{
    text-align: center;
    border:none !important;
}
.no-border-left
{
    border:none !important;
    line-height: 1.5;
    background: transparent;
    width: 300px;
}
.h1-heading
{
    font-family: Roboto; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px;
    line-height: 2;
    text-align: center;
}
.close-padding
{
    padding: 0rem 0 1rem 0;
    text-align: center;
}
.entry-label
{
    font-size: 18px;
}
.entry-description
{
    font-size: 16px;
    color: #d1d1d1;
}
.entries-table
{
    border-collapse: separate !important;
    max-width: 100%;
}
.category-select
{
    height:50px;
    border: none;
    width: 100%;
    text-align: center;
    font-family: Roboto; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px;
    margin: 0 auto !important;
}
select::-ms-expand {	display: none; }
select{
    -webkit-appearance: none;
    appearance: none;
}
.category-option {
    margin-top:50px;
    font-family: Roboto; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px;
    margin: 0 auto !important;
}
.text-right {
    text-align: right !important;
}
.see-more {
    color:black;
}
.input-50 {
    width: 46%;
    margin: 20px 1%;
}
.input-100 {
    width:50%;
    margin:20px 25%;
}
form {display:inline;}
.w-100 {
    width:100% !important;
}
.radio-toolbar input[type="radio"]:checked ~ * { 
    -webkit-text-stroke-width: 2px;
}
.white {
    color:white;
}
.black {
    color:black;
}
.right-child-top
{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.right-child-bottom
{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/* 5.5 ADMIN */
.reportCanvas {
    width: 95% !important;
    height: 80% !important;
    margin: auto;
    margin-top: 6%;
}
.report .row, .box-container .row {
    margin-top: 20px;
    cursor: pointer;
}
.admin-sidebar {
    padding: 0 20px;
}
.privilege input {
    height: unset !important
}
.privilege .col-md-2 {
    padding-right: 0;
}
.privilege .col-md-10 {
    padding-left: 0;
}
.uploadLabel {
    text-align: center;
    margin-bottom: 0;
}
.uploadInput {
    margin-bottom: 1.5rem !important;
}
.upload {
    border: 1px solid #b69653;
    border-radius: 10px;
    max-height: 100%;
}
.superadmin .companies {
    margin: 10px 0;
}
.superadmin .sites,
.superadmin .companies {
    padding: 10px 0;
}
.superadmin .site-title {
    padding: 10px 0 0;
}
.superadmin .sites {
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

/* 5.6 SCHEDULE */
.schedule-container {
    margin: auto;
    width: 100%;
    border-radius: 5px;
}
.monthly {
	background: #F3F3F5;
	color: #545454;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	border: 0.5px solid #AFAFAF;
	border-radius: 5px;
}
.monthly-header {
	position: relative;
	text-align: center;
	padding: 0.5em;
	background: #fff;
	height: 3em;
    box-sizing: border-box;
    border-radius: 5px;
}
.monthly-header-title {
	text-transform: uppercase;
}
.monthly-header-title a:link,
.monthly-header-title a:visited {
	display: inline-block;
	border: 1px solid #ccc;
	color: #545454;
	text-decoration: none;
	height: 1.75em;
	line-height: 1.1em;
	padding: 0.2em 0.65em 0 0.65em;
	box-sizing: border-box;
	transition: background .1s;
}
.monthly-header-title a:first-of-type {
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
}
.monthly-header-title a:last-of-type {
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
}
.monthly-header-title a:hover {
	background: #b69653 !important;
	border: 1px solid #b69653 !important;
	color: #fff !important;
}
.monthly-header-title a:active {
	background: #b69653 !important;
	border: 1px solid#b69653 !important;
	transition: none;
}
.monthly-header-title-date,
.monthly-header-title-date:hover {
	background: #b69653 !important;
	border: 1px solid #ccc!important;
	color: #fff !important;
	cursor: default;
}
.monthly-reset {
	border-left: 0!important;
}
.monthly-reset::before {
	content: '\21BB';
	margin-right: 0.25em;
}
.monthly-cal {
	border-right: 0!important;
}
.monthly-cal::before {
	content: '\2637';
	margin-right: 0.25em;
}
.monthly-prev,
.monthly-next {
	position: absolute;
	top: 0;
	width: 3em;
	height: 100%;
	opacity: .5;
}
.monthly-prev {
	left: 0;
}
.monthly-next {
	right: 0;
}
.monthly-prev:hover,
.monthly-next:hover {
	opacity: 1;
}
.monthly-prev:after,
.monthly-next:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-style: solid;
	border-color: #222;
	width: 0.6em;
	height: 0.6em;
	margin: -0.4em 0 0 -0.4em;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.monthly-prev:after{
	border-width: 0 0 0.2em 0.2em;
}
.monthly-next:after {
	border-width: 0.2em 0.2em 0 0;
}
.monthly-day-title-wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #EBEBEB;
	padding: 10px 0;
}
.monthly-day-title-wrap div {
	width: 14.28%!important;
	display: table-cell;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.monthly-day-wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
	overflow: hidden;
}
.monthly-week {
	display: table-row;
	width: 100%;
}
.monthly-day, .monthly-day-blank {
	width: 14.28%!important;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	color: inherit;
	background: #fff;
	box-shadow: 0 0 0 1px #EBEBEB;
	-webkit-transition: .25s;
	transition: .25s;
	padding: 0;
	text-decoration: none;
}
.monthly-day:before {
	content: '';
	display: block;
    float: left;
    min-height: 60px;
}
.monthly-day-wrap > a:hover {
	background: #A1C2E3;
}
.monthly-day-blank {
	background: #F3F3F5;
}
.monthly-day-event > .monthly-day-number {
	position: absolute;
	line-height: 1em;
	top: 0.2em;
	left: 0.25em;
}
.monthly-day-pick > .monthly-indicator-wrap {
	margin: 0;
}
.monthly-day-pick > .monthly-day-number:before,
.monthly-day-pick > .monthly-day-number:after {
	content: '';
	display: block;
	padding-top: calc(50% - 0.8em);
	width: 0;
	height: 0;
}
.monthly-past-day:after{
	content: '';
	width: 150%;
	height: 2px;
	-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
	        transform-origin: left top;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	top: 0;
}
.monthly-past-day:hover {
	background: #fff!important;
}
.monthly-today .monthly-day-number {
	color: #FFF;
	background: #b69653;
	border-radius: 0.75em;
	top: 0.08em;
	left: 0.05em;
	font-size: 0.9em;
	padding: 0;
	width: 1.25em;
	height: 1.25em;
	line-height: 1.25em;
	text-align: center;
}
.monthly-day-pick.monthly-today .monthly-day-number {
	padding: 0.15em;
	margin: calc(50% - 0.7em) auto auto auto;
	font-size: 1em;
}
.monthly-indicator-wrap {
	position: relative;
	text-align: center;
	line-height: 0;
	max-width: 1.5em;
	margin: 0 auto;
	padding-top: 1.2em;
}
.monthly-day .monthly-event-indicator {
	display: inline-block;
	margin: 0.05em;
	width: 0.5em;
	height: 0.5em;
	border-radius: 0.25em;
	vertical-align: middle;
	background: #7BA7CE;
}
.monthly-day .monthly-event-indicator span {
	color: transparent;
}
.monthly-day .monthly-event-indicator:hover {
	cursor: pointer;
}
.monthly-event-list {
	background: rgba(233, 235, 236, 0.9);
	overflow: auto;
	position: absolute;
	top: 2.5em;
	width: 100%;
	height: calc(100% - 2.5em);
	display: none;
	-webkit-transition: .25s;
	transition: .25s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.monthly-list-item {
	position: relative;
	padding: 0.5em 0.7em 0.25em 4em;
	display: none;
	border-top: 1px solid #D6D6D6;
	text-align: left;
}
.monthly-list-item:after{
    padding: 0.4em 1em;
    display: block;
    margin-bottom: 0.5em;
}
.monthly-event-list .monthly-today .monthly-event-list-date {
	color: #b69653;
}
.monthly-event-list .listed-event {
	display: block;
	color: #fff !important;
	padding: 0.4em 1em 0.8em;
	border-radius: 10px;
	margin-bottom: 0.5em;
}
.monthly-list-item a:link, .monthly-list-item a:visited {
	text-decoration: none;
}
.item-has-event {
	display: block;
}
.item-has-event:after{
    display: none!important;
}
.monthly-event-list-date {
	width: 4em;
	position: absolute;
	left: 0;
	top: 1.2em;
	text-align: center;
    font-weight: bold;
    line-height: 1.2em;
}
.monthly-list-time-start,
.monthly-list-time-end {
	font-size: .8em;
	display: inline-block;
}
.monthly-list-time-end:not(:empty):before {
	content: '\2013';
	padding: 0 2px;
}
.monthly-event-list::-webkit-scrollbar {
    width: 0.75em;
}
.monthly-event-list::-webkit-scrollbar-track {
    background: none;
}
.monthly-event-list::-webkit-scrollbar-thumb {
	background: #ccc;
	border: 1px solid #E9EBEC;
	border-radius: 0.5em;
}
.monthly-event-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.monthly-reset:after		{ content: 'Today'; }
.monthly-cal:after			{ content: 'Month'; }
.monthly-list-item:after	{ content: 'No Events'; }
.monthly-locale-fr .monthly-reset:after		{ content: "aujourd'hui"; }
.monthly-locale-fr .monthly-cal:after		{ content: "mois"; }
.monthly-locale-fr .monthly-list-item:after	{ content: 'aucun événement'; }
@media (min-width: 25em) {
	.monthly-day-event {
		padding-top: 1.3em;
	}
	.monthly-day-event > .monthly-indicator-wrap {
		width: auto;
        max-width: none;
        max-height: 60px;
        overflow: hidden;
	}
	.monthly-indicator-wrap {
		padding: 0;
	}
	.monthly-day:before {
        padding-top: calc(62% - 1.2em);
	}
	.monthly-day .monthly-event-indicator {
		display: block;
		margin: 0 0 1px 0;
		width: auto;
		height: 1.8em;
		line-height: 1.8em;
		padding: 0 0 0.8em 0.125em;
		border-radius: 0;
		overflow: hidden;
		background-color: #333;
		color: #333;
		text-decoration: none;
		white-space: nowrap;
		box-sizing: border-box;
		margin: 2px 5px;
		border-radius: 5px;
	}
	.monthly-day .monthly-event-indicator.monthly-event-continued {
		box-shadow: -1px 0 0 0;
	}
	.monthly-day .monthly-event-indicator span {
		display: block;
		width: auto;
		margin: 0;
		color: #fff;
		padding: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.3;
	}

}
.key-cube-red, .key-cube-yellow {
    height: 35px;
    width: 35px;
    margin-top: 5px;
}
.key-cube-red {
    background: #b69653;
}
.key-cube-yellow {
    background: #f4c031;
}

/* 5.7 PERMISSIONS */

.permissions-table .row {
    height: 50px;
}
.permissions-table .col-lg-1-5 {
    text-align:center;
}
.permissions {
    padding: 7px 16px;
    border-radius: 50px;
}
.permissions-table i {
    display: block;
}
.granted {
    background: #19c085;
}
.denied {
    background: #ee634d;
} 
.roundedOne {
    width: 20px;
    height: 20px;
    position: relative;
    margin: auto;
    background: #ee634d;
    border-radius: 50px;
}
.roundedOne label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 50px;
}
.roundedOne label:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: #19c085;
    opacity: 0;
    border-radius: 50px;
}
.roundedOne input[type=checkbox] {
    visibility: hidden;
}
.roundedOne input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.status-green {
    height:25px;
    width:25px;
    background:#19c085;
    display: inline-block;
    border-radius: 50px;
}
.status-red {
    height:25px;
    width:25px;
    background:#ee634d;
    display: inline-block;
    border-radius: 50px;
}

/* 5.8 BOOK IN OUT*/
.book-in-out {
    text-align: center;
}
.book-in-out .quantity {
    width: 80px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    display: inline;
    border: 1px solid darkgray;
}
.book-in-out .minus, .book-in-out .plus {
    display: inline;
    cursor: pointer;
    font-weight: 800;
    font-size: 20px;
}
.book-in-out .minus {
    margin-right: 10px;
}
.book-in-out .plus {
    margin-left: 10px;
}
.book-in-out input::placeholder {
    font-weight: bold;
}
.book-in-out .selected {
    background: #b69653;
    color: white;
    border-radius: 5px;
    width: 80%;
    margin: auto;
    padding: 5px;
    margin-left: 15%;
}
.book-in-out .reference {
    width: 100%;
    border: 1px solid #999;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 30px;
    text-align: center;
}
.replenishment-order input.spaced {
    max-width: 50px;
    margin-left: 10px;
}

/* QUOTE */
.quote-screen {
    padding: 10px;
}
.quote-screen .fa-15 {
    margin-left: 25%;
}
.quote-screen input {
    width: 100%;
}
.input-85 {
    width: 85% !important;
}
.search-icon.fifteen, .remove-icon.fifteen {
    width: 15%;
    padding-top: 10px;
}
.remove-icon.fifteen.p-0 i {
    padding: 12.5px;
}
.timelog .remove-icon.fifteen.p-0 i {
    padding: 12px 0;
}
.timelog .company-container {
    overflow: visible;
}
.quote-screen .searchResults {
    width: 90%;
}
.quote-screen .textarea-large {
    width: 100%;
}
.quote-screen .item-repeat .detail {
    padding-right: 0;
}
.calculation-container {
    float: right;
    background: #ebebeb;
    border-radius: 10px;
    width: 310px;
    padding: 20px 5px;
    margin: 30px 0 20px 0;
}
.calculation-container .row {
    padding: 5px 15px;
}
.calculation-container .pound {
    margin: 0;
}
.calculation-container .right {
    text-align: right;
}
.pound,
.euro,
.dollar {
    position: absolute;
    margin-left: 5px;
    /*margin-top: 19px;*/
    margin-top: 11px;
    font-size: 15px;
}
.pound::before {
    content: '\00a0£';
}
.euro::before {
    content: '\00a0€';
}
.dollar::before {
    content: '\00a0$';
}
/* remove number input arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input.currency {
    padding-left: 20px !important;;
}
.input-pound,
.input-euro,
.input-dollar,
.input-percentage {
    position: relative;
}
.input-pound input,
.input-euro input,
.input-dollar input {
    padding-left: 18px;
}
.input-percentage input {
    padding-left: 8px;
}
.input-pound::before,
.input-euro::before,
.input-dollar::before,
.input-percentage::before {
    content: '£';
    position: absolute;
    top: -1px;
    left: 8px;
}
.input-percentage::before {
    left: unset !important;
    right: 8px;
}
.input-euro::before {
    content: '€';
}
.input-dollar::before {
    content: '$';
}
.input-percentage::before {
    content: '%';
}
.quote-screen .item-repeat .detail {
    padding: 10px;
}
.stock-order .item-repeat .detail:first-child {
    padding: 10px 20px;
}
.quote-screen .item-repeat .detail .item {
    margin-top: 8px;
}
.quote-screen .item-single .detail {
    padding: 0 20px;
}
.action-complete-container button {
    float: none;
    margin: 10px;
}
div.currency {
    position: absolute;
    left: 23px;
    top: 11px;
}
.quote-screen .detail-center {
    padding: 0 20px;
}

/* CONVERT QUOTE */
.quote.convert .header {
    font-weight: bold;
    background: none;
    margin-bottom: 30px;
}
/* .quote.convert input.date, */
.quote.convert input.purchase {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

/* 5.10 Supplier */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 5px 0;
}
.switch.smallSlider {
    width: 70px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: visible !important;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #b69653;
}
input:focus + .slider {
    box-shadow: 0 0 1px #b69653;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.switch.smallSlider input:checked + .slider:before {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

/* 5.11 Edit Stock */
.input-stock-level {
    padding: 0 !important;
    height: 35px;
    border: 1px solid#999;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

/*.get-forms
{
    display: block;
    height: 519px;
    overflow-y: scroll
}
.form-table
{
    border-collapse: separate !important;
    margin: 0 30px 0 37px !important;
    width: 450px;
}
.tablet-td
{
    padding: 0.5rem !important;
    border: 3px solid #d1d1d1;
    border-radius: 5px !important;
    height: 100px;
    min-width:440px;
}
.fb-label
{
    margin-top: 10px;
    margin-left: 5px;
}
.fb-content
{
    height:70px;
    color: #d1d1d1;
    margin-bottom: 10px;
    margin-left: 5px;
}
.fa-fb
{
    color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #d1d1d1;
}*/
.col-md-2-5,
.col-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-3-5,
.col-3-5 {
    -ms-flex: 0 0 29.15%;
    flex: 0 0 29.15%;
    max-width: 29.15%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* submission */
.submission-container {
    text-align: center;
    width: 500px;
    margin: auto !important;
}
.submission-title {
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
}
.submission-description {
    text-align: center;
}
.entry-list {
    border: 1px solid#ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.entry-list .b,
.entry-list.b {
    font-weight: bold;
}
.divider-line {
    height: 1px;
    background: #ccc;
    width: 100%;
    margin: 10px 0 20px;
}
.w-100 .divider-line {
    margin: 5px 0 12px !important;
    height: 2px;
    background: #000;
}
.w-100 .new-comp-submit {
    margin-top: 30px !important;
    padding: 10px !important;
}
.w-100 .btn-preview {
   
}
.subhead {
    margin-top: 20px;
}
.subhead h3 {
    color: #000 !important;
    font-size: 16px;
    font-weight: bold;
}
.submission-img img {
    max-width: 100%;
    margin-top: 20px;
}

/* Main list containers */
.scroll-list {
    max-height: calc(50vh + 60px);
    overflow: scroll;
}
.scroll-list-operations {
    margin-top: 10px;
    max-height: calc(50vh + 100px);
    overflow: scroll;
}
.company-container {
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    box-shadow: 0px 1px 5px 0px gray;
    overflow: hidden;
}
.partial-container {
    min-height: 70px;
}
.log-container {
    min-height: 80px;
    margin-bottom: 10px !important;
}
.log-container button {
    margin-bottom: 10px;
}
.company-container.selected, 
.process-container.selected,
.partial-container.selected {
    box-shadow: 0px 1px 5px 4px #b69653 !important;
}
.partial-selected,
.gold-border {
    box-shadow: 0px 1px 5px 4px #b69653 !important;
    border: 1px solid #b69653 !important;
}
.process-container.selected.red-border {
    box-shadow: 0px 1px 5px 0px red !important;
}
.company-container.center {
    text-align: center;
}
.relationships-container {
    max-height: calc(100vh - 300px);
    overflow: auto;
}
.company-orders .process-container {
    min-height: calc(100% - 20px);
}
.orders-filter {
    text-align: center;
    margin-top: 15px;
}
.stock-accordion .switch,
.orders-filter .switch,
.kanban .switch,
.line-item .switch,
.small.switch {
    width: 60px;
    height: 24px;
}
.stock-accordion .switch,
.kanban .switch {
    margin: 0 0 0 20px;
}
.stock-accordion .slider:before,
.orders-filter .slider:before,
.kanban .slider:before,
.line-item .slider:before,
.small .slider:before {
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
}
.stock-accordion input:checked + .slider:before,
.orders-filter input:checked + .slider:before,
.kanban input:checked + .slider:before,
.line-item input:checked + .slider:before,
.small input:checked + .slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}
.no-overflow {
    overflow: hidden !important;
}
.relationships-container .contain {
    overflow: auto;
    padding: 5px;
    /* height: 50%; */
    border-bottom: 2px dotted black;
}
.ps-container {
    height: calc(100vh - 300px);
    overflow: auto;
}
.company-container .img,
.ps-container .img {
    align-items: center;
    display: grid;
    text-align: center;
}
.orders-container .company-container .img .images .col-12 {
    /*height: 160px;
    margin-top: -30px;*/
    display: grid;
    align-items: center;
}
.orders-container .company-container .img .images img {
    max-height: 65px !important;
}
.orders-container .company-container .img .markers {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.company-container .img img,
.create-new-company img,
.ps-container img {
    border-radius: 5px;
    max-height: 65px;
    width: auto;
    max-width: 100%;
    margin: auto;
}
.company-container img.product {
    width: 250px;
    max-height: 250px;
    width: auto;
}
.user-profile-circle {
    border-radius: 50%;
    width: 100px;
    margin-left: 15px;
    height: 100px;
}
.btn-preview {
    background-color: rgba(25, 28, 33, 0.9);
    border-radius: 5px;
    color: white;
    padding: 5px 15px;
    text-align: center;
    margin-top: 15px;
    width: 100%;
}
.btn-preview.thumbs {
    background: none;
    color: black;
    border: 1px solid black;
}
.btn-preview.thumbs.thumbs-gold {
    border: none;
    /* color: #b69653 !important; */
    color: transparent !important;
    -webkit-text-stroke-width: 1.4px;
    -webkit-text-stroke-color: #b69653 !important;
    cursor: pointer;
}
.btn-preview.thumbs.thumbs-grey {
    border: none;
    /* color: #191c21 !important; */
    color: transparent !important;
    -webkit-text-stroke-width: 1.4px;
    -webkit-text-stroke-color: #191c21 !important;
    cursor: pointer;
}
.btn-preview.thumbs.active {
    /* border: 2px solid #b69653; */
}
.btn-preview.thumbs.active i {
    color: #b69653;
}
.btn-preview.thumbs-grey.active i {
    color:  #191c21;
}
.feedback .upload .col-4 {
    text-align: center;
    padding: 20px;
    overflow: visible;
}
.feedback .upload .remove {
    top: 8px;
    position: absolute;
}
.feedback .upload label {
    width: 100% !important;
    height: 100% !important;
}
.feedback-thread {
    position: relative;
    margin-bottom: 40px;
    border-radius: 20px;
    padding: 11px 10px;
    color: white;
    width: 80%;
    background: #4d4b46;
    clear: both;
    border-bottom-left-radius: 0;
}
.feedback-thread:after {
    /*content: '';
    position: absolute;
    bottom: 0;
    left: 80%;
    width: 0;
    height: 0;
    border: 28px solid transparent;
    border-top-color: #4d4b46;
    border-bottom: 0;
    border-left: 0;
    margin-left: -60px;
    margin-bottom: -28px;*/
}
.feedback-thread.mine {
    background: #b69653;
    float: right;
    clear: both;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
}
.feedback-thread.mine:after {
    /*border-top-color: #b69653;
    border-right: 0px;
    border-left-width: 28px;
    border-left-style: solid;
    border-left-color: transparent;
    margin-left: 40px;*/
}
.feedback-thread .timestamp {
    font-size: 12px;
    padding-bottom: 0;
    color: white !important;
}
.feedback-badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #b69653;
    margin-top: 15px;
    float: right;
}
.create-new-company {
    margin-top: 15px;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 1px 5px 0px gray;
    /*height: calc(100vh - 200px);*/
    height: calc(100vh - 320px);
    overflow: auto;
}
.create-new-company.customer {
    height: calc(100vh - 260px);
}
.create-new-company.soloPage {
    box-shadow: none;
    margin-top: 0px;
}
.create-new-company.feedback {
    height: calc(100vh - 480px);
}
.scrolled-list {
    height: calc(100vh - 200px);
    overflow: auto;
}
.scrolled-list.support {
    height: calc(100vh - 160px);
    background: white;
    overflow: auto;
}
.create-new-company .form {
    max-width: 350px;
    margin: auto;
}
.new-up-circle {
    border-radius: 50%;
    width: 125px;
}
.new-comp-submit {
    background-color: #b69653;
    margin: 10px 0px;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
    width: 100%;
}
.center-align {
    /* display: flex;
    justify-content: center; */
    text-align: center;
}
.form input, textarea {
    border: 1px solid darkgray !important;
    border-radius: 5px;
    /*margin-top: 10px;*/
    margin-top: 2px;
    width: 100%;
    resize: none;
    font-family: Roboto;
    padding: 5px;
    font-size: 15px;
}
.form label {
    display: block;
    margin-top: 10px;
}
.form .row {
    margin-top: 15px;
}
.form .builder {
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
}
.form .builder form {
    width: 100%;
    margin: 5px 0 5px;
    /* border-bottom: 3px dotted lightgray; */
    padding: 15px 0 25px;
}
.form .builder .options {
    display: grid;
}
.form .builder .options .switch {
    width: 50px;
    height: 30px;
}
.form .builder .field-delete-container {
    display: grid;
    align-items: center;
}
.form .builder .fa-field-delete,
.form .builder .field-delete-container form {
    border: none;
    padding: 0;
}
.form .builder .options input:checked + .slider::before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.form .builder .options .slider::before {
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 5px;
}
.user-stages .switch {
    width: 50px;
    height: 20px;
}
.user-stages .slider::before {
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3px;
}
.user-stages input:checked + .slider::before {
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px);    
}
.user-stages .fa-times-circle {
    position: absolute;
    right: 25px;
    top: 0;
    cursor: pointer;
    font-size: 20px;
    color: red;
}
.fa-times-circle {
    color: red;
    cursor: pointer;
}
.form .builder .col-md-2 {
    display: grid;
}
.form.order .center-align {
    margin-top: 15px;
}
.site-hoverover {
    background: white;
    z-index: 999;
    border: 1px solid lightgray;
    padding: 5px;
    border-radius: 5px;
    margin-left: -5px;
    min-width: 80px;
    text-align: center;
}
.site-delete {
    position: absolute;
    margin-top: -8px;
    font-size: 18px;
    -webkit-text-stroke-color: red;
    cursor: pointer;
    right: -8px;
}
.hover {
    cursor: pointer;
}
.fa-field-delete {
    cursor: pointer;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
    /*width: 200px !important;*/
    height: 200px !important;
    padding: 0 !important;
    display: grid;
    align-items: center;
}
.inputfile:focus + label i,
.inputfile + label:hover i {
  color: #b69653 !important;
  /*-webkit-text-stroke-color: transparent;*/
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.create-new-company .logo .up {
    /*margin-top: calc(50% - 25px);*/
}
.create-new-company .logo {
    /*height: 150px;*/
    display: grid;
    align-items: center;
}
.create-new-company .logo .remove,
.ps-container .remove {
    top: -10px;
    position: absolute;
    margin-left: -5px;
    background: white;
    border-radius: 50px;
}
.cn-process.stage .remove {
    position: absolute;
    background: white;
    border-radius: 50px;
    right: 30px;
    margin: 0;
    top: 5px;
}
.cn-process.stage .inputfile + label {
    display: grid;
    align-items: center;
}
.ps-container .img {
    height: 100px;
    margin: auto;
    max-width: 100px;
}
.orderStages.closed,
.order-timeline.closed {
    max-height: 21px !important;
    overflow: hidden;
}
.order-timeline.closed {
    display: none;
}
.resizer i {
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    background: white;
    border-radius: 50%;
}
.resizer-horizontal {
    position: absolute;
    left: calc(50% - 10px);
    border-radius: 50%;
    z-index: 999;
    top: 0;
    background: white;
    font-size: 20px !important;
}
.resizer-horizontal.selected {
    top: 2px !important;
}
.processTimeline.stages .resizer-horizontal {
    bottom: 0 !important;
    top: unset !important;
}
.processTimeline.closed {
    max-height: 21px !important;
    overflow: hidden;
    box-shadow: none;
    margin: 0;
}
.processTimeline.closed .row {
    display: none;
}

/* for variations */
select {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
.full-order {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.full-order .tabs {
    text-align: center;
    /*margin: 20px 0 0 0;*/
}
.full-order .tabs .tab {
    border: 1px solid #ccc;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    color: black;
}
.full-order .tabs .selected .tab {
    background: #b69653;
    color: white;
    border: none;
}
.parts .inner-table {
    padding: 10px;
}
.parts .inner-table .head,
.parts .inner-table .data {
    padding: 10px 0;
    border: 1px solid #ccc;
}
.parts .inner-table .head {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 10px;
}
.parts .inner-table .data {
    border-top: 0 !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 62px;
}
.full-order .remove {
    position: absolute;
    top: -5px;
    margin-left: -5px;
    color: red;
}
.order-timeline {
    height: 190px;
    overflow-y: hidden;
    padding: 8px 20px;
    margin-top: 5px;
}
.img .remove {
    position: absolute;
    top: auto;
    margin-left: -5px;
    color: red;
    margin-top: -10px;
}
.orderContainerPadded {
    margin-top: 15px;
}
.hidden-order {
    display: none !important;
}
.full-form {
    max-width: 70% !important;
    margin: 0 !important;
}
.orders-search {
    padding: 20px 0 0 0;
}
.orders-search.filter {
    margin-top: 10px;
}
.orders-search.process {
    margin-bottom: 15px;
}
.order-audit {
    width: 30%;
}
.header-search {
    margin-top: 8px;
}
.header-search .search-icon {
    background: #191c21;
    padding-top: 8px;
}

/* Process flow */
.process-container {
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px 20px;
    box-shadow: 0px 1px 5px 0px grey;
    margin-bottom: 10px;
}
.process-container.company-orders {
    min-height: 120px;
}
.process-container.company-orders img {
    max-height: 70px;
    width: auto;
}
.new-process-image {
    width: 75%;
    border: 1px solid darkgray;
    margin: 15px auto;
    padding: 5px;
    min-height: 100px;
    display: grid;
    align-items: center;
    border-radius: 5px;
    color: darkgray;
}
.new-process-image img {
    max-width: 100%;
}
.new-process-image.first {
    float: left;
}
.cn-process {
    margin-top: 15px;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 1px 5px 0px gray;
    height: calc(100vh - 310px);
    overflow-y: scroll;
}
.shrunk .cn-process {
    height: calc(100vh - 477px);
}
.cn-process .images {

}
.cn-process.no-process {
    display: grid;
}
.cn-process .row,
.cn-process .form {
    margin: auto;
}
.cn-process .settings {
    /*margin-top: 25px;*/
}
.row-margin {
    margin-top: 10px;
}
.process-container .img {
    align-items: center;
    display: grid;
    text-align: center;
    padding: 0;
}
.process-container .img .inputfile + label {
    width: 100px !important;
    height: 100px !important;
    display: grid;
    align-items: center;
}
.process-container .img img {
    max-width: 100%;
    border-radius: 5px;
    max-height: 100px;
}
.cn-process .settings .row {
    width: 100%;
}
.cn-process .add-new {
    padding: 15px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    margin: 20px 0 5px;
    cursor: pointer;
}
.process-container-timeline {
    border-radius: 2px;
    margin-top: 15px;
    box-shadow: 0 0 2px 0 grey;
    height: 100%;
    display: grid;
    align-items: center;
    margin-top: 0 !important;
    /* max-width: 200px; */
}
.process-container-timeline .col-sm-12.center-align {
    padding: 0;
}
.process-container-timeline .progress {
    text-align: center;
}
.process-container-timeline .progress i {
    position: inherit;
    z-index: 999;
}
.process-container-timeline .progress i {
    /*color: #4d4b46;*/
    background: white;
    color: white;
    -webkit-text-stroke-width: 1.4px;
    -webkit-text-stroke-color: black;
}
.process-container-timeline .progress .line {
    height: 5px;
    width: 205px;
    background: #4d4b46;
    position: absolute;
    /* left: 80px; */
    left: 50px;
    bottom: 10px;
}
.process-container-timeline .progress.current {
    color: #b69653;
}
.process-container-timeline .progress.current i {
    -webkit-text-stroke-color: #b69653;
    color: #b69653;
}
.process-container-timeline .progress.current .line {
    /*background: #b69653;*/
}
.process-container-timeline .progress.complete i {
    -webkit-text-stroke-color: #008000;
    color: #008000
}
.process-container-timeline .progress.complete .line {
    /*background: #008000 */
}
.process-container-timeline .progress.incomplete i {
    /*-webkit-text-stroke-color: #fc6a03;
    color: #fc6a03;*/
    -webkit-text-stroke-color: #b69653;
    color: #b69653;
}
.process-container-timeline .progress.incomplete .line {
    /*background: #b69653;*/
}
.process-container .accordion {
    cursor: pointer;
    align-items: center;
    text-align: center;
}
.process-container .accordion .easyClick {
    padding-top: 15px;
    padding-bottom: 15px;
}
.process-container .accordion.selected {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.process-container .toggles {
    align-items: center;
    margin: 10px 0;
}
.processTimeline {
    height: 200px;
    border-radius: 5px;
    margin-top: 15px;
    /* padding: 20px; */
    box-shadow: 0px 1px 5px 0px grey;
    overflow: auto;
    max-height: 160px;
    margin-bottom: 20px;
}
.processTimeline .process-stage .col-3,
.processTimeline .process-stage .col-9 {
    padding: 0;
}
.processTimeline .process-stage {
    min-width: 150px !important;
    margin-bottom: 80px;
    cursor: pointer;
}
.processTimeline .process-stage .fa-level-down-alt {
    cursor: pointer;
}
.processTimeline .process-stage.complete .form {
    background-color: #008000;
}
.processTimeline .process-stage.complete .form h5 {
    color: white !important;
}
.processTimeline .arrow-container {
    display: grid;
    align-items: center;
    height: 100%;
    /* padding-top: 30px; */
}
.processTimeline.orderStages .arrow-container {
    padding: 0 !important;
}
.processTimeline .process-stage.complete .arrow {
    background-color: #008000;
    height: 3px;
}
.processTimeline .process-stage.current .form {
    background-color: #b69653;
}
.processTimeline .process-stage.current .form h5 {
    color: white !important;
}
.processTimeline .arrow {
    height: 1px;
    width: 100%;
    background: black;
}
.element-designer {
    padding: 20px;
    /*height: calc(100% - 15px);*/
    height: calc(100vh - 400px);
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px gray;
    overflow: auto;
}
.btn-clip-designer {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    height: 125px;
}
.fa-clip-designer {
    -webkit-text-stroke-color: #696969;
    -webkit-text-stroke-width: 1px;
}
.span-clip-designer {
    color:#696969;
    font-size:16px;
    display:block;
    margin-top:3px;
	cursor: pointer;
}
label {
	cursor: pointer;
}
.process-stage-text-field {
    width: 100% !important;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 6px 10px 5px;
    height: 40px !important;
}
.process-step-lead-time-left {
    padding-right: 0 !important;
}
.process-step-lead-time-left .process-stage-text-field,
.lead-time-left {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-right: none !important;
}
.lead-time-right {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-left: 1px solid #999;
}
.process-step-lead-time-right {
    padding-left: 0 !important;
}
.process-step-lead-time-right .select-box {
    margin-top: 0;
    border-radius: 5px;
    border: 1px solid #999;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.process-step-lead-time-right .fa-arrows-alt-v {
    margin-top: -10px;
}
.fa-arrows-alt-v.stage-options {
    top: 12px;
}

/* Profile view */
.profile-page {
    margin: 0;
}
.profile-container {
    margin-top: 20px;
    flex-wrap: nowrap !important;
    overflow: auto;
}
.profile-container .create-new-company {
    height: calc(100vh - 135px) !important;
}
.profile-container .upload {
    max-width: 350px;
    margin: auto;
}

/* Settings view */
.settings-container {
    margin-top: 20px;
    flex-wrap: nowrap !important;
    overflow: auto;
}
.settings-container .progress {
    height: 30px;
    width: 300px;
    border-radius: 5px;
    border: 1px solid #000;
    margin: auto;
}
.settings-container .progress .bar {
    background: #b69653;
    height: 100%;
}
.settings-container .progress .percentage {
    position: absolute;
    top: 25px;
    left: calc(175px - 40px);
}
.user-info-container {
    text-align: center;
    border: 5px solid darkgray;
    padding: 15px;
    margin: 15px auto;
    border-radius: 15px;
    width: 70%;
}
.user-info-field {
    border: 3px solid darkgray;
    border-radius: 5px;
}
.user-info-field .user-tag {
    border-right: 3px solid darkgray;
}
.user-margin {
    margin-right:15px;
}
.comms-settings {
    height: 140px !important;
    text-align: center;
}
.comms-settings input {
    width: 100%;
}

/* Switch Slider */
.switch {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #b69653;
}
  
input:focus + .slider {
    box-shadow: 0 0 1px #b69653;
}
  
input:checked + .slider:before {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

/* MESSAGING */
.messaging-widget {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: white;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 0px 1px 5px 0px grey;
    cursor: pointer;
}
.messaging-widget .count {
    position: absolute;
    right: -3px;
    top: -3px;
    background: #f7464a;
    border-radius: 50px;
    padding: 1px 6px 2px;
    color: white;
    font-size: 12px;
}
.messaging-container {
    position: fixed;
    right: 40px;
    bottom: 40px;
    height: 400px;
    background: white;
    width: 350px;
    box-shadow: 0px 1px 5px 0px grey;
    border-radius: 5px;
    padding: 20px;
}
.messaging-container .header {
    background: none;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 15px;
    height: unset;
    padding: 0 0 15px
}
.messaging-container .header .dropdown {
    display: inline;
}
.messaging-container .header .fa-user-alt {
    margin-right: 10px;
}
.messaging-container .header .fa-times {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
.messaging-container .footer {
    color: unset;
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.messaging-container .footer input {
    width: 80%;
    border: 1px solid #999 !important;
    border-radius: 5px !important;
    padding-right: 30px;
}
.messaging-container .fa-paper-plane {
    position: absolute;
    margin-left: -25px;
    margin-top: 12px;
    cursor: pointer;
}
.messages-container {
    max-height: 245px;
    overflow: auto;
}
.messaging-container .messages {
    display: inline-flex;
    width: 100%;
}
.messaging-container .time {
    text-align: center;
    font-size: 12px;
    padding-bottom: 0;
    color: grey;
}
.messaging-container .chatbox {
    background: #b69653;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px 10px;
    color: white;
    width: 80%;
}
.messaging-container .chatbox.left {
    float: left;
    border-bottom-left-radius: 0;
}
.messaging-container .chatbox.right {
    float: right;
    border-bottom-right-radius: 0;
    background: grey;
}
.messaging-container .recipients-container {
    position: fixed;
    background: white;
    /*height: 300px;*/
    height: 270px;
    width: 330px;
    overflow: auto;
}
.messaging-container .recipients-container .recipient {
    padding: 0 0 10px;
    cursor: pointer;
}
.messaging-container .recipients-container .recipient .count {
    background: #f7464a;
    border-radius: 50px;
    padding: 1px 6px 2px;
    color: white;
    font-size: 12px;
    width: 18px;
    display: inline;
}

.header .switch {
    width: 75px;
    height: 25px;
    padding: 0;
    margin: 2px 0 0 0;
    margin-left: -8px;
}
.header .slider.round::before {
    bottom: 3px;
    height: 20px;
    width: 20px;
}
.header input:checked + .slider {
    background-color: #191c21;
}
.header .slider::before {
    left: 3px;
}

.header .tools {
    color: #4d4b46;
    padding-right: 30px;
    padding-top: 14px;
}
.header .tools i {
    /* -webkit-text-stroke-color: #4d4b46; */
}
.header .tools .hover-label {
    display: none;
    position: absolute;
    font-size: 14px;
    top: 45px;
    color: white;
    background: #4d4b46;
    padding: 3px 7px;
    border-radius: 5px;
    border-top-right-radius: 0;
    right: 8px;
    z-index: 999;
}

.header .tools .profile,
.header .tools .settings,
.header .tools .help,
.header .tools .notifications {
    float: right;
    display: inline;
    font-size: 22px;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}
.header .tools .settings:hover i,
.header .tools .help:hover i,
.header .tools .notifications:hover i,
.header .tools .settings.active i,
.header .tools .help.active i,
.header .tools .notifications.active i {
    -webkit-text-stroke-color: #4d4b46 !important;
}
.header .tools .profile:hover img,
.header .tools .profile.active img {
    box-shadow: 0px 1px 5px 0px #000;
}
.header .tools .profile:hover .hover-label {
    display: block;
}
.header .tools .settings:hover .hover-label {
    display: block;
}
.header .tools .help:hover .hover-label {
    display: block;
}
.header .tools .notifications:hover .hover-label {
    display: block;
}
.header .tools .profile img {
    max-height: 30px; 
    max-width: 30px;
    border-radius: 50px;
}
.header .tools .dropdown {
    position: absolute;
    top: 65px;
    right: 25px;
    width: 400px;
    min-height: 400px;
    border-radius: 5px;
    background: white;
    z-index: 999;
    cursor: default;
}
.header .tools .dropdown .inner {
    height: auto;
    overflow-y: scroll;
    max-height: 600px;
    overflow-x: hidden;
}

/* DARK MODE */
.darkMode .main-container {
    background: #4d4b46;
}
.darkMode .process-container {
    background: white;
    box-shadow: 0px 1px 5px 0px white;
}
.darkMode .nav-item .fa-custom {
    color: white;
    -webkit-text-stroke-width: 0;
}
.darkMode .nav-item .fa-custom.fa-red {
    color: #b69653 !important;
}
.darkMode .nav-item  .fa-custom
.darkMode a,
.darkMode p,
.darkMode h6,
.darkMode h5,
/* .darkMode h4,  */
.darkMode h3,
/* .darkMode span.label  */
.darkMode .doghnutContainer span.label,
.darkMode h2, 
.darkMode h1 {
    color: white !important;
}
.darkMode .timelogModal p,
.darkMode .timelogModal h2 {
    color: black !important;
}
.darkMode .searchResults p,
.darkMode .label {
    color: black !important;
}
.darkMode .order-box h3,
.darkMode .order-box p {
    color: black !important;
}
.darkMode .nav-box {
    color: white !important;
}
.darkMode .nav-box b {
    color: #fff !important;
}
.darkMode .dmtw,
.darkMode .confirm-modal .title,
.darkMode .confirm-modal .close,
.darkMode .media-library .back-folder {
    color: white !important;
}
.darkMode .content .stage,
.darkMode .header .tools .hover-label,
.darkMode .media-library .border,
.pick-list .content,
.replenishment-order .content,
.darkMode .edit-modal .select-box {
    background-color: white !important;
}
.darkMode .content .stage.countdown {
    background: orange !important;
    background-color: orange !important;
}
.darkMode .content .stage.countdown.due {
    background: rgba(255,0,0,0.8) !important;
    background-color: rgba(255,0,0,0.8) !important;
}
.darkMode .company-container h2,
.darkMode .list-container-report h2,
.darkMode .process-container-timeline h5,
.darkMode .cn-process h3,
.darkMode .process-container h2,
.darkMode .company-container p,
.darkMode .icon-grid h3,
.darkMode .carbon h3,
.darkMode .header .tools .dropdown h2,
.darkMode .header .tools .dropdown h3,
.darkMode .header .tools .hover-label,
.darkMode .process-container h3,
.darkMode .setting-noti h3,
.darkMode .notification-container p,
.darkMode .notification-container b,
.darkMode .notification-container span,
.darkMode .notification-container h1,
.darkMode .notification-container h2,
.darkMode .notification-container h3,
.darkMode .notification-container h4,
.darkMode .notification-container h5,
.darkMode .noti-container p,
.darkMode .media-library .folder p,
.pick-list .content .title,
.replenishment-order .content .title,
.darkMode .edit-modal .select-box {
    color: #101010 !important;
}
.darkMode .editCustomer .select-input.input-85 {
    background: white;
}
.darkMode .list-container-report .process-container {
    box-shadow: 0px 1px 5px 0px grey !important;
}
.darkMode .confirm-modal .content {
    background: #4d4b46;
}
.darkMode .welcome-greeting,
.darkMode .comments,
.darkMode .dashboard-center .doghnutContainer .label,
.darkMode .gauge u,
.darkMode .gauge span,
.darkMode .media-library .divider,
.darkMode .filter-workstations .list {
    color: white !important;
}

.order-list {
    height: calc(100vh - 150px);
    overflow: auto;
}
.order-list-title {
    font-weight: bold;
    box-shadow: none;
    font-size: 16px;
    margin-bottom: 0px;
    text-align: center;
    padding-bottom: 0;
}

/* 5.12 CALENDAR */
.key-cube-red,
.key-cube-gold,
.key-cube-grey,
.key-cube-green {
    height: 35px;
    width: 35px;
    margin-top: 5px;
}
.key-cube-red {
    background: #DC0032;
}
.key-cube-gold {
    background: #b69653;
}
.key-cube-grey {
    background: #cccccc;
}
.key-cube-green {
    background: #19c085;
}

/* 5.13 PROJECTS */
.projects .sidebar {
    margin-right: 25px !important;
    width: calc(100% - 25px) !important;
    border-radius: 5px;
    padding: 20px 0;
}
.projects .sidebar .container,
.projects .sidebar .container .row.first {
    height: 100%;
}
.projects .sidebar .record,
.projects .sidebar .project {
    padding: 0 0;
    text-align: center;
    cursor: pointer;
}
.projects .sidebar .record {
    padding: 14px 0;
}
.projects .sidebar .record i {
    margin-right: 5px;
}
.projects .sidebar .title {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.projects .sidebar .record .toggle,
.projects .sidebar .project .toggle {
    cursor: pointer;
}
.projects .sidebar .record .head,
.projects .sidebar .project .head {
    padding: 20px 0 10px;
}
.projects .sidebar .record .head .left,
.projects .sidebar .project .head .left {
    text-align: left;
}
.projects .sidebar .record .head:nth-child(even),
.projects .sidebar .project .head:nth-child(even) {
    background: #f5f5f5;
}
.projects .sidebar .project.new {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: white;
    border-top: 1px solid #ccc;
    padding: 15px 0 0 0;
}
.projects .sidebar .project.new input {
    border: none;
}
.projects .gantt {
    border-radius: 5px;
}
.projects .gantt .timeline-container {
    /*overflow: scroll;*/
    padding: 0;
}
.projects .gantt .timeline {
    width: 3600px;
}
.projects .gantt .timeline .name {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.projects .gantt .timeline .t {
    width: 300px;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    height: calc(100vh - 210px);
}
.projects .gantt .timeline .t:nth-child(even) {
    background: #f5f5f5;
}
.projects .gantt .timeline .list {
    height: 50px;
    padding-top: 5px;
}
.projects .gantt .timeline .list.even,
/*.projects .sidebar .record.even*/ {
    background: #ededed;
}
.projects .gantt .timeline .list .bar {
    height: 30px;
    width: 100%;
    margin: 5px 0;
}
.projects .timeline .cat-spacer {
    height: 50px;
}
.projects .gantt .timeline .list .bar.gold {
    background: #b69653;
    /*border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;*/
    cursor: pointer;
}
.projects .gantt .timeline .list .bar.noPrev {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
}
.projects .gantt .timeline .list .bar.noNext {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
}
.projects .gantt .day {
    display: inline-block;
}
.projects .fa-search {
    position: absolute;
    right: 15px;
    top: 25px;
}

/* 5.14 REPORTING */
.reporting .full-width,
.operations .full-width {
    height: calc(100vh - 230px);
    overflow: scroll;
}
span.beta {
    font-weight: bold;
    color: white;
    background: #b69653;
    border-radius: 5px;
    padding: 1px 5px 3px;
    font-size: 13px;
    margin-top: 10px;
}

/* 5.15 STOCK */
.pick-list img,
.order-list.bom img {
    max-width: 90%;
    max-height: 65px;
    margin: auto;
    width: auto;
    border-radius: 5px;
}
.stock .full-width {
    overflow: hidden;
}
.stock .order-list {
    max-height: 100%;
}
.orders-search input,
.stock .order-list input.search {
    width: calc(90% - 50px);
    text-align: center;
    font-size: 14px;
}
.stock .order-list input,
.stock .order-list textarea,
.checks.order-list .scroll-list input,
.checks.order-list .scroll-list textarea,
.stock-variations input {
    width: 100%;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    text-align: center;
    font-size: 12px;
    margin-right: -5px;
}
.stock-accordion input,
.stock-accordion .label {
    text-align: left;
}
.stock-accordion input {
    border: 1px solid darkgray !important;
    font-size: 15px;
}

/* bulk variations */
.stock-accordion .select-all {
    padding: 30px;
}

.stock .low-stock {
    border: 1px solid orange;
    box-shadow: 0px 1px 5px 0px orange;
}
.stock .no-stock {
    border: 1px solid red !important;
    box-shadow: 0px 1px 5px 0px red !important;
}
.stock .parent,
.checks .parent {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.checks .parent {
    padding-bottom: 20px;
}
.stock .child,
.checks .child {
    padding: 15px 0;
}
.stock .search-anew {
    border: 1px dashed #ccc;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
}

/* 5.16 KANBAN */
.kanban {
    background: transparent !important;
}
.kanban .strap {
    flex-wrap: nowrap;
    overflow-x: scroll;
    border-radius: 5px;
    padding: 3px;
    /* padding: 20px 3px; */
}
.kanban .k-head {
    padding: 25px 15px 15px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
}
.kanban .bucket.red-border .k-head {
    background: rgba(255,0,0,0.8);
    color: white;
}
.kanban .strap .title {
    padding: 0 0 10px;
    font-weight: bold;
    display: inline-block;
}
.kanban .strap .total {
    margin-right: 10px !important;
    background: none !important;
    color: black !important;
}
.kanban .strap .count {
    float: right;
    margin: 0;
    font-weight: bold;
    background: #b69653;
    padding: 0 6px 1px;
    border-radius: 5px;
    color: white;
    font-size: 15px;
}
.kanban .strap .limit {
    max-height: 23px;
    max-width: 60px;
    text-align: right;
    padding: 0;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #999;
    border-top-right-radius: 5px;
    float: right;
    margin-right: 10px;
    padding-right: 2px;
    padding-left: 39px;
}
.kanban .strap .limit-label {
    float: right;
    margin-right: -40px;
    font-size: 14px;
    margin-top: 2px;
    color: black;
}
.kanban .strap .capacity {
    float: right;
    margin-right: 10px;
}
.kanban .bucket {
    max-width: 525px;
    min-width: 525px;
    height: 100%;
    background: white;
    border-radius: 5px;
    padding: 0 0 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px grey;
    -moz-box-shadow: 0px 0px 3px 0px gray;
    box-shadow: 0px 0px 3px 0px grey;
}
.kanban .bucket.slimline {
    max-width: 350px !important;
    min-width: 350px !important;
}
.kanban .bucket.slimline .card {
    padding: 5px 10px !important;
}
.kanban .bucket .cards {
    max-height: calc(100vh - 350px);
    overflow: scroll;
    padding: 5px 15px 0 15px;
}
.kanban .bucket .card.minimised .col-4 {
    min-height: 0 !important;
}
.kanban .bucket .card.minimised .job-card {
    margin-bottom: -20px;
}
.kanban .bucket .card.minimised .job-card img {
    border: none !important;
    max-height: 75px !important;
    padding: 0 !important;
}
.kanban .bucket .card.minimised .col-4 i {
    font-size: 30px !important;
    margin-top: -15px;
}
.kanban .bucket .card.minimised .job-card .fa-flag {
    bottom: 25px !important;
    right: 14px !important;
    position: absolute !important;
}
.kanban .bucket .card,
.clockCard {
    -webkit-box-shadow: 0px 0px 3px 0px grey;
    -moz-box-shadow: 0px 0px 3px 0px gray;
    box-shadow: 0px 0px 3px 0px grey;
    padding: 10px;
    margin-bottom: 10px;

    border: 2px solid red;
    box-shadow: 0px 1px 5px 0px red;
}
.kanban .bucket .card.current,
.kanban .bucket .card.orange-border,
.partial-container.current,
.orange-border,
.clockinImg .current {
    border: 1px solid orange;
    box-shadow: 0px 1px 5px 0px orange;
}
.kanban .bucket .card.purple {
    border: 2px solid purple;
    box-shadow: 0px 1px 5px 0px purple;
}
.partial-container.complete,
.kanban .bucket .card.green-border,
.green-border {
    border: 1px solid green !important;
    box-shadow: 0px 1px 5px 0px green !important;
}
.kanban .bucket.red-border {
    box-shadow: 0px 1px 5px 0px red !important;
}
.kanban .card.on-hold,
.order-screen .company-container.on-hold {
    opacity: 0.5;
    background: red !important;
    border: red !important;
    box-shadow: 0px 1px 5px 0px red !important;
}
.kanban .card.upcoming {
    box-shadow: 0px 1px 5px 0px black;
    border: 1px solid black;
}
.kanban .card.on-hold h2,
.kanban .card.on-hold b,
.kanban .card.on-hold div,
.kanban .card.on-hold i,
.order-screen .company-container.on-hold,
.order-screen .company-container.on-hold i {
    color: white !important;
}
.kanban .bucket.full-height {
    min-height: calc(100vh - 310px);
}
.kanban .bucket.inactive {
    opacity: 0.5;
}
.kanban-filter {
    width: 160px;
    text-align: center;
    margin-left: 25px;
    margin-top: 5px;
    cursor: pointer;
}
.kanban-updated {
    position: absolute;
    left: 200px;
    top: 18px;
    width: 100%;
    font-weight: bold;
}
.fa-caret-left,
.fa-caret-right {
    cursor: pointer;
    font-size: 20px;
    margin: 0 10px;
}
.red-border {
    border: 1px solid red;
    box-shadow: 0px 1px 5px 0px red;
}
.red-background {
    background: red;
}
.green-background {
    background: green;
}
.company-container.check {
    padding: 0 20px;
    min-height: 60px;
    padding: 0;
    background: white;
}
.company-container.check .status {
    color: white;
}
.company-container.check .row {
    height: 100%;
    align-items: center;
}
.company-container.check .col-6,
.company-container.check .col-3 {
    height: 100%;
    display: grid;
    align-items: center;
}
.check.textarea {
    text-align: center;
}
.company-container.check .col-3 {
    border-left: 1px solid #ccc;
    cursor: pointer;
}
.company-container.check .col-3 {
    color: black;
}
.company-container.check .col-3.red-background {
    color: white;
}
.company-container.check .col-3.fail {
    padding-left: 0;
}
.company-container.check .col-3.green-background {
    color: white;
}
.list-container .logs {
    margin-top: 20px;
}
.list-container.log .company-container {
    min-height: 100%;
    max-width: 100%;
    margin: 0;
}
.list-container .record {
    margin-bottom: 20px;
}
.list-container.log .record .img img {
    max-height: 100px;
    max-width: 100%;
}
.list-container.log .record .text {
    align-items: center;
    display: grid;
}
.list-container.log .quantites {
    margin: 15px 0;
}
.list-container.log .customer {
    margin-bottom: 15px;
}
.markers .incident,
.markers .awaiting,
.markers .subcontracted,
.markers .subprocess,
.home-incident {
  font-size: 14px;
  color: white;
  font-weight: 500;
  padding: 5px 0;
  border-radius: 5px;
  float: right;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.home-incident {
    
}
.markers .awaiting {
  background: red;
}
.markers .subprocess {
  background: #b69653;
  float: left;
  padding: 5px 10px;
  width: unset;
}
.markers .subcontracted {
  background: #b69653;
}
.stock-levels {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 0;
}
.stock-levels .title {
    margin-bottom: 20px;
    font-weight: bold;
}
.stock-levels .input-pound::before {
    top: 10px;
    left: 20px;
}
.multi-cycle .stock-levels .input-pound::before {
    left: 8px !important;
}
.stock-accordion .accordion {
    padding: 25px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 10px -10px;
}
.tag {
    background: #b69653;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    width: max-content;
    cursor: pointer;
    margin-bottom: 10px;
}

/* JOB CARD */
.job-card .col-8 {
    padding-left: 0;
}
.job-card img {
    max-width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.job-card .col-3 {
    padding: 0;
}
.job-card i {
    font-size: 20px;
}
.job-card i.inactive {
    opacity: 0.25;
}
.job-card .col-3.partial {
    text-align: center;
    padding: 5px 10px;
}
.job-card .partials {
    display: block;
    text-align: center;
}
.job-card .controls {
    margin-bottom: 10px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

/* 5.17 SETTINGS */
.appIcons {
    align-self: center;
}
.iGreen {
    color: #00d000;
}
.noInfo {
    height: 100%;
    align-content: center;
    text-align: center;
}
.noInfo i {
    color: #b69653;
}
.noBS {
    overflow: auto;
    box-shadow: none;
}
.create-new-company.noBS {
    height: calc(100vh - 340px);
}
.greyText {
    text-align: left;
    margin: 0 0px 10px;
    color: #939393;
}
.stageScroll {
    overflow: auto;
    flex-wrap: nowrap !important;
}
.comms {
    margin-top: 0 !important;
}
.comms .switch {
    margin-left: 0;
    margin-top: 0;
}
.p-l-0 {
    padding-left: 0 !important;
}
.p-l-5 {
    padding-left: 5px !important;
}
.p-l-10 {
    padding-left: 10px !important;
}
.p-l-20 {
    padding-left: 20px !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.p-r-5 {
    padding-right: 5px !important;
}
.p-r-10 {
    padding-right: 10px !important;
}
.p-r-20 {
    padding-right: 20px !important;
}
.p-r-25 {
    padding-right: 25px !important;
}
.m-r-0 {
    margin-right: 0;
}
.m-l-0 {
    margin-left: 0;
}
.max-200 {
    max-width: 200px;
}
.w-100 {
    width: 100%;
}
.no-margin {
    margin: 0 !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-5 {
    margin-bottom: 10px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.no-margin-top,
.m-t-0 {
    margin-top: 0 !important;
}
.download-glassfactory {
    display: grid;
}
.download-glassfactory .text-center {
    margin-bottom: 15px;
    font-weight: bold;
}
.download-glassfactory .store-links {
    display: grid;
    align-items: end;
}
input.disabled {
    background: lightgrey;
    opacity: 0.75;
}
.notiTimestamp {
    margin: 0;
}
.setting-noti p {
    margin: 0;
}
.newNotification {
    max-width: 600px !important;
    /* margin: 0 auto; */
}
.newNotification .pageHead {
    font-weight: 600 !important;
    margin-top: 15px !important;
}
.newNotification .row {
    text-align: center;
    margin-bottom: 10px;
}
.notiInput {
    width: 100% !important;
}
.newNotification .iconBlock {
    margin-bottom: 15px;
}
.notiPlatInput {
    text-align: left;
}
.notiPlatInput.notiDisabled .select-input {
    background: #e6e6e6;
    color: #b6b6b6;
    border: 1px solid #dedede;
    cursor: not-allowed;
}
.notiPlatInput.notiDisabled .remove-icon {
    background: #d8d8d8;
    cursor: not-allowed;
}
.notiPlatInput.notiDisabled.setComp .select-input {
    border-radius: 5px;
    width: 100% !important;
}
.notiTarget {
    border-radius: 5px;
    padding: 20px;
    background: #f5f3f3;
    margin: 15px 0px 0px;
}
.submitNotif {
    margin-top: 20px;
}
.notif-numb {
    font-size: 12px;
    position: absolute;
    /* left: -10px; */
    left: 10px;
    top: -3px;
    color: white;
    background: red;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notiExpandBtn {
    align-self: center;
}
.notiExpandBtn i {
    font-size: 1.5em;
}
.readEye {
    color: #008000;
    margin-bottom: 10px;
}
.notReadEye {
    margin-bottom: 10px;
    color: #ededed;
}
.notifDismiss {
    text-align: right;
}
.notifDismiss button {
    width: 25%;
}

/* QUOTES */
.quote {

}
.quote.favourite {
    background: #b69653;
    color: white;
    border: none;
    box-shadow: none;
}
.quote-screen .line-group {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px 0;
    margin: 5px 0 20px;
}
.quote-screen .line-group.unfocused .title {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.quote-screen .line-group .title {
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.quote-screen .line-group .add {
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}
.quote-screen .line-group .line-item {
    
}
.quote-screen .attachments {
    margin-bottom: 40px;
}
.quote-screen img {
    max-width: 100%;
    max-height: 100%;
}
.service-screen img {
    max-width: 100%;
    max-height: 100%;
}
.stock-screen img {
    max-width: 100%;
    max-height: 100%;
}
.quoteGridFilter {
    background: white; 
    margin: 0px 10px 0px 0; 
    box-shadow: 0px 0px 3px grey; 
    border-radius: 5px;
}
.gridFilterSpacing {
    margin: 15px 0px;
}
.kanban.quotes .bucket,
.kanban.invoices .bucket {
    min-width: 350px;
}

/* DOCUMENTS */
.documents .document label {
    margin: 0;
    margin-left: 4px;
}
.documents .document textarea {
    margin-top: 15px;
}
.documents .document input {
    width: 100%;
}
.documents .document .updated {
    margin-top: 5px;
}
.documents .document .fa-times-circle {
    position: absolute;
    right: 30px;
    z-index: 1;
}
.documents .back-folder {
    margin-top: 15px;
}
.documents-search {
    padding-top: 20px;
    padding-bottom: 20px;
}
.folderFloat {
    position: absolute;
    right: 5px;
    top: 5px;
}
.document.folder {
    position: relative;
}
.document input.full-input.folderInput {
    border: none !important;
    text-align: center;
}
.document input.full-input.folderInput:focus {
    border: 1px solid #999 !important;
}
.loader {
    position: absolute;
    width: calc(100% + 10px);
    height: 100%;
    background: #EFEFEF;
    display: grid;
    align-items: center;
    z-index: 99999;
    left: -5px;
    top: -14px;
    height: calc(100% + 10px);
}
.loader img {
    width: 100px;
    margin: auto;
}
.replenishment .toggle {
    width: 175px;
    margin: auto;
    margin-top: 10px;
}
.replenishment .col-3 {
    display: grid;
    align-items: center;
}
.replenishment .orders-filter {
    margin: 0;
}
.replenishment-qom-toggle {
    text-align: center;
    position: absolute;
    right: calc(50vw - 400px);
    top: 0;
}
.replenishment-grid-container {
    width: fit-content;
    margin: auto;
    min-width: 400px;
}
.replenishment-grid {
    /* width: 50%; */
    margin: auto;
    border: 1px solid #ccc;
    padding: 10px 0;
    border-bottom: none;
}
.replenishment-grid b {
    padding-bottom: 10px;
}
.replenishment-grid.first {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.replenishment-grid.last {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.replenishment-grid .row {
    margin: 0;
}
.add-bom-part {
    margin: 10px 0;
}

/* NOTIFICATIONS */
.noti-container {
    width: 95%;
    margin: 10px auto !important;
    margin-right: 5px !important;
    padding: 10px;
    border: 2px solid #c2bcbc;
    border-radius: 5px;
    cursor: pointer;
}
.noti-container.coming-soon {
    opacity: 0.5;
}
.notiIcon {
    padding: 0 !important;
}
.notiIcon.helpIcon {
    margin: auto;
    text-align: center;
}
.noti-container .notiContent p {
    margin: 0;
}
.notiTimestamp {
    align-self: center;
}
.notiContent .notiHeader,
.notiContent .notiSubHeader {
    margin-bottom: 5px;
}
.notiContent .readMore {
    text-align: right;
}
.notiContent .readMore i {
    font-size: 1.5em;
}
.payment-container .content {
    height: 550px !important;
    bottom: calc(50vh - 275px) !important;
}
.payment-container .notiContent {
    padding: 0 20px;
}
.payment-container .notifDismiss {
    position: absolute;
    width: 100%;
    bottom: 15px;
}
.payment-container button.confirm {
    width: calc(100% - 40px) !important;
    margin-right: 20px !important;
    margin-bottom: 15px !important;
}
.payment-container button {
    width: 100% !important;
}
.payment-container .form {
    overflow-y: auto;
    max-height: 400px;
    overflow-x: hidden;
    padding-right: 5px;
    margin-right: -5px;
    padding-top: 5px;
}
.payment-container .form .row {
    margin-top: 0;
}
.payment-container .subHead {
    margin-bottom: 5px !important;
}

.notification-container .content {
    width: 600px;
    height: 500px;
    margin: auto;
    position: fixed;
    background: white;
    left: calc(50vw - 300px);
    bottom: calc(50vh - 250px);
    z-index: 9999;
    border-radius: 5px;
    text-align: center;
    display: flex;
    border-radius: 10px;
}
.notification-container.clockin .content {
    width: 800px;
    height: 600px;
    left: calc(50vw - 400px);
    bottom: calc(50vh - 300px);
}
.notification-container.clockin .jobs {
    height: 130px;
    overflow: auto;
}
.notification-container .mask {
    background: #000;
    height: 100vh;
    position: fixed;
    width: 100vw;
    left: 60px;
    top: 60px;
    opacity: .25;
    z-index: 999;
}
.notification-container button {
    float: none;
    width: 50%;
    margin: auto;
}
.notification-container .close {
    cursor: pointer;
    /* position: absolute;
    right: 10px;
    top: 10px; */
}
.notification-container .close i{
    font-size: 1.5em;
    color: white;
    line-height: unset;
}
.notification-container .mainHead,
.notification-container .subHead {
    margin-bottom: 10px;
}
.notification-container .notifContent {
    height: 300px;
    overflow: auto;
}
.notification-container .mainHead {
    padding: 15px 0;
    background: #b69653;
    color: white;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.notification-container .mainHead .title h2 {
    color: white !important;
}
.notification-container .mainHead .timestamp {
    align-self: center;
}
.notification-container .timestamp p {
    font-size: 15px !important;
}
.notification-container .mainHead p {
    margin: 0;
}
.notification-container .border {
    height: 1px;
    background: black;
    width: 100%;
}
.notification-container .subHead {
    padding: 10px 0 0 0;
    align-items: center;
    text-align: center;
}
.notification-container .subHead div {
    text-transform: uppercase;
}
.notification-container .notiContent {
    /* overflow: auto; */
}
.profile-container {
    padding: 5px 15px 15px 20px;
}
.profile-container .section-head {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 15px;
    font-weight: bold;
}
.profile-container .section {

}
.profile-container .section.company {
    padding-left: 15px;
}
.profile-container .section img {
    width: 90%;
    border-radius: 50%;
}
.profile-container .section .col-9 {
    padding-left: 0;
}
.profile-container .section.end {
    padding: 15px 0;
    border-bottom: 1px solid black;
    margin: 0 5px 10px 0;
    font-weight: bold;
    cursor: pointer;
}
.profile-container .section.end.darkmode {
    padding-top: 10px;
}
.profile-container .section.end .link {
    text-align: right;
}
.profile-container .section.end.logout {
    border: none;
}
.profile-container .section .switch-site {
    font-size: 14px;
    color: #b69653;
    font-weight: bold;
    cursor: pointer;
}
.user-image {
    max-height: 75px;
    max-width: 75px;
    border-radius: 50%;
    box-shadow: 0px 1px 5px 0px #000;
}
.user-image.small {
    max-height: 40px;
    max-width: 40px;
}
.attendance .child {
    border-top: 1px solid black;
    margin-top: 20px;
}
.attendance .child .day {
    padding: 20px 0;
    border-bottom: 1px solid;
}
.attendance .child .day.borderless {
    border: none;
}
.attendance .bar {
    background: #b69653;
    border-radius: 5px;
    display: inline-block;
    margin: 1px;
    padding: 10px;
    color: white;
    bottom: -10px;
    position: absolute;
    min-height: 40px;
    text-align: center;
}
.attendance .bar .label {
    position: absolute;
    background: black;
    border-radius: 5px;
    border-top-left-radius: 0;
    margin-top: 16px;
    z-index: 1;
    padding: 2px 5px;
    font-size: 14px;
    width: 100px;
    display: none;
}
.attendance .bar:hover .label {
    display: block;
}
.attendance .hour {
    display: inline-block;
    width: 4.1%;
}

/* CKeditor */
.cke_chrome {
border: 1px solid #ccc !important;
box-shadow: none !important;
margin-bottom: 20px !important;
border-radius: 5px !important;
box-shadow: 0px 0px 8px #d4d4d4 !important;
}
.cke_top {
background: none !important;
}
.cke_bottom {
background: none !important;
}
.cke_toolbar_break {
    display: none !important;
} 
#cke_14,
  #cke_21,
  #cke_29,
  #cke_34,
  #cke_52,
  #cke_66,
  #cke_70,
  #cke_80,
  #cke_83,
  #cke_86 {
    display: none !important;
  }
/* #cke_1_top {
    background: #b69653 !important;
} */
.cke_toolgroup {
    background: #ffffff !important;
    border: none !important;
}
a.cke_combo_button {
    background: #ffffff !important;
    border: none !important;
}

.payroll-rates {
    margin-right: 10px !important;
}
.payroll-rates .col-2 {
    padding: 0;
}
.payroll-rates .col-6 input {
    width: 100%;
}
.payroll-rates .company-container {
    margin-top: 0;
}
.payroll-rates .input-pound input {
    width: calc(100% - 5px);
}
.payroll-rates .input-pound::before {
    top: 10px;
}
.payroll-rates .head {
    padding: 10px 0 5px;
    font-weight: 200;
    text-align: left;
}
.payroll-rates .enter {
    margin-top: 5px;
    margin-bottom: -10px;
}

/******* Job Notes *******/
.progress-modal .row.jobNoteRepeat {
    margin-top: 40px;
    margin-bottom: 40px;
}
.progress-modal .row.jobNoteRepeat img {
    max-width: 100%;
}
.col.jobNoteBackContainer {
    padding: 0px;
}
.jobNoteBackContainer button {
    width: 100%;
    margin-top: 10px;
    background-color: #b69653;
}
.jobNoteUploadContainer {
    justify-content: center;
}
.jobNoteUpload {
    border: 1px solid #b69653;
    border-radius: 5px;
    padding: 5px 0px 10px;
}

.lightbox .content {
    width: 100vw;
    left: 0;
    bottom: 0;
    height: 100vh;
    background: black;
    padding: 50px;
}
.lightbox .fa-times {
    top: 20px;
    right: 20px;
    position: fixed;
    color: white;
    font-size: 30px;
    z-index: 999999;
}

/* color: transparent !important;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #b69653; */

/********** Clock In/Out **************/
.notiContent.clockinImg img {
    height: 50px;
    border-radius: 25px;
}
.notiContent.clockinImg .job-card img {
    height: unset !important;
}
button.clockBtn {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.clockBtn.red {
    background: red;
}
.clockBtn.green {
    background: #008000;
}
.clockinMsg {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}
.clockBtn i {
    margin-right: 5px;
}
.clockBtn.cancel {
    background:#b69653;
    margin-top: 15px;
}
.clockBtn:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}
.clockCard {
    border-radius: 5px;
    padding: 15px;
    text-align: left;
    margin-bottom: 15px;
}
.clockJobRepeat {
    overflow: scroll;
    height: 415px;
}
.supportTicketScroll {
    overflow-y: auto;
    height: calc(100vh - 200px);
}
.senderMsg {
    justify-content: start !important;
}
.threadMsg {
    justify-content: end;
}
.width-100 {
    width: 100%;
}
.threadContainer {
    /* border: 1px solid #acabab; */
    box-shadow: 0px 0px 3px 0px grey;
    border-radius: 5px;
    padding: 15px !important;
    overflow-y: auto;
    height: 300px;
}
.supportTicketView .mainTicket {
    background: #ebebeb;
    border-radius: 5px;
    padding: 15px;
}
.jobNoteUpload.threadUp {
    align-self: center;
}

/* 5.18 SETTINGS */
#map {
    height: 550px;
}
#map [tabindex="0"] > div:first-child {
    will-change: transform;
}
.gm-style-iw-t::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: none;
}
.gm-style .gm-style-iw-t::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 11px solid #b69653;
    background: transparent;
    box-shadow: none;
}
.gm-style .gm-style-iw-c {
    color: white;
    border-radius: 10px;
    padding: 10px 15px;
    width: 250px;
    min-height: 75px;
    background-color: #b69653;
}
.gm-style .gm-style-iw-c .name {
    display: block;
    font-weight: bold;
    font-size: 20px
}
.gm-style .gm-style-iw-c .address {
    
}
.gm-style-iw-d {
    overflow: auto !important;
    min-height: 55px;
    min-width: auto;
}
.gm-ui-hover-effect>span {
    background: white;
}
.modalScroll {
    max-height: 405px;
    overflow: auto;
}
.scrollFolders {
    flex-wrap: nowrap !important;
    overflow: auto !important;
}
.ticketResolvedBtn {
    background: none;
    color: #2ecb1b;
    font-size: 14px;
    padding: 0px;
    width: auto;
    float: right;
}
.archivedBtn {
    color: red;
    background: transparent;
    cursor: unset;
}

/* PAYMENT SETTINGS */
.billingContainer {
    border: 1px solid grey;
    border-radius: 5px;
}
.billingContainer .status {
    background: #b69653;
    border-radius: 5px;
    width: max-content;
    padding: 1px 7px 2px;
    color: white;
    font-size: 14px;
}
.billingRow {
    padding: 10px;
}
.billingRow.borderBtm {
    border-bottom: 1px solid grey;
}
.paymentSection {
    margin-bottom: 30px;
    padding: 0px 15px;
}
.membershipContainer {

}
.membershipContainer .cardsRow {
    flex-wrap: nowrap;
    overflow: auto;
}
.membershipContainer .cardsRow .card {
    border: 1px solid grey;
    border-radius: 5px;
    margin-right: 8px;
    margin-bottom: 10px;
    max-width: 33%;
    cursor: pointer;
    opacity: 0.5;
}
.membershipContainer .cardsRow .card .head {
    background: #b69653;
    color: black;
    text-align: center;
    padding: 10px 0px;
    font-weight: 600;
}
.membershipContainer .cardsRow .card .subHead {
    color: white;
    text-align: center;
    padding: 30px 0px;
    background: url('/assets/images/logos/old.logo.png') repeat center;
}
.membershipContainer .cardsRow .card .subHead .emphasise {
    font-size: 1.25em;
    font-weight: 600;
}
.membershipContainer .cardsRow .card .benefits {
    background: #606060;
    padding: 15px;
    text-align: center;
    color: white;
}
.membershipContainer .cardsRow .card .benefits .item {
    margin-bottom: 5px;
}
.membershipContainer .cardsRow .card .benefits i {
    margin-right: 5px;
}
.membershipContainer .cardsRow .card .footer {
    padding: 10px;
    background: #b69653;
    text-align: center;
    color: white;
}
.selectedMembership {
    opacity: 1 !important;
}
.selectedMembership .head {
    color: white !important;
}
.selectedMembership .head,
.selectedMembership .footer {
    background: #36c853 !important;
}

.desparch-station .notes-container {

}
.despatch-station .card {
    overflow: visible;
}
.despatch-station .images img {
    min-height: 110px;
    max-height: 110px;
}
.despatch-station .actions {
    padding: 0 10px;
}
.despatch-station .actions .col,
.despatch-station .actions .col-4 {
    padding: 0 5px;
}
.despatch-station .preview iframe {
    width: 100%;
    height: 100%;
}
.despatch-station .preview {
    padding: 0;
    overflow: hidden;
    border: none;
}
.despatch-station .fa-print {
    position: absolute;
    top: 0;
    right: -40px;
    font-size: 1.5em;
}

/* document library component */
.document-library .img {
    padding: 15px;
}
/*.document-library .img i {
    font-size: 3em;
}*/
.document-library img {
    margin: 0;
    padding: 0 0 5px;
}
.document-library .folder .row {
    padding: 15px;
}
.document-library .folder {
    padding: 0 5px;
    text-align: center !important;
}
.document-library .fa-folder {
    font-size: 30px;
}
.document-library .folder img {
    padding: 0;
    max-height: 90px;
    width: auto;
    margin: auto;
}

.order-screen .icons i {
    padding: 0 10px;
}
.order-screen .form {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: -15px;
}
.order-screen .form button {
    margin-bottom: 0;
    margin-top: 5px;
}
.order-screen .form .fa-flag {
    margin-top: 22px;
    float: right;
    margin-right: 30px;
}
.order-screen .form input,
.order-screen .form .select-box {
    margin-bottom: 5px;
}
.order-screen .form .row {
    margin: 0 !important;
}
.order-screen .form .side-pad {
    padding: 0 15px;
}
.order-screen .company-container {
    padding: 5px 20px !important;
}
.order-screen .name.process-flow {
    margin-top: 2px;
}
/* view order detail */
.order-screen .form.order .row {
    margin-top: 15px !important;
}

/* FORM VALIDATION */
.form-validation .invalid {
    border-left: 5px solid red !important;
}
.form-validation .focus,
.form-validation input:focus,
.form-validation textarea:focus {
    border-left: 5px solid orange !important;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-validation .valid {
    border-left: 5px solid green !important;
}
.form-validation .depresed label {
    opacity: 0.5;
    cursor: default;
}
.form-validation .depresed input,
.form-validation .depresed textarea,
.form-validation .depresed .select-box {
    border-left: 5px solid darkgrey !important;
    background: lightgrey;
    opacity: 0.5;
    color: lightgrey !important;
    cursor: default;
}

/* SUBSCRIPTIONS */
.payment-card {
    margin-bottom: 20px;
}
.payment-card img {
    opacity: 0.5;
}
.payment-card.default img {
    opacity: 1 !important;
}
.payment-card img {
    max-width: 100%;
}
.payment-card .last, 
.payment-card .type,
.payment-card .expiry,
.payment-card .from,
.payment-card .cardholder {
    position: absolute;
    color: white;
}
.payment-card .last {
    top: 68px;
    left: 40px;
}
.payment-card .type {
    top: 110px;
    right: 40px;
}
.payment-card .expiry {
    font-size: 12px;
    top: 90px;
    left: 110px;
}
.payment-card .from {
    font-size: 12px;
    top: 90px;
    left: 40px;
}
.payment-card .cardholder {
    top: 110px;
    left: 40px;
}
.payment-card i {
    position: absolute;
    font-size: 20px;
    top: -4px;
    right: 8px;
    background: white;
    border-radius: 50%;
}

.payment-table .tbl {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 5px;
}
.payment-table .duration {
    margin-top: 10px !important;
}
.payment-table .duration .col-4 {
    align-items: center;
    display: grid;
}
.payment-table .duration .discount {
    margin-top: 10px !important;
    font-style: italic;
    color: #36c853;
}

.payment-container .membershipContainer {
    margin: 0 5px;
}
.payment-container .membershipContainer .cardsRow .card .subHead {
    padding: 10px 0px !important;
}
.payment-container .membershipContainer .subHead {
    margin: 0 !important;
}

.subscription-pill {
    height: 34px;
    margin-top: 12px;
    cursor: pointer;
    background: white;
    border-radius: 10px;
    width: fit-content;
    font-size: 14px;
    min-width: 210px;
}
.subscription-pill .left,
.subscription-pill .right {
    align-items: center;
    display: grid;
    text-align: center;
    height: 34px;
    color: white;
}
.subscription-pill .left {
    background: #4D4B46;
    padding-bottom: 2px !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.subscription-pill .right {
    background: #008000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    max-width: 75px;
}

.expired {
    padding-top: 18px;
}

.countdown {
    background: orange;
    color: white;
}
.countdown.due {
    background: rgba(255,0,0,0.8);
}
.countdown .grid-center {
    font-size: 30px;
}
.countdown.green {
    background: #008000;
    padding: 0 !important;
}

.bottom-border {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
}
.no-click {
    pointer-events: none !important;
}
.fa-star.favourite {
    color: #b69653;
    -webkit-text-stroke-width: 1.4px;
    -webkit-text-stroke-color: #b69653;
}
.uploadLogo {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
}

.overview-modal .content {
    width: calc(100vw - 200px);
    height: calc(100vh - 150px);
    margin: auto;
    position: fixed;
    background: white;
    left: 100px;
    bottom: 50px;
    z-index: 999;
    border-radius: 5px;
    padding: 0 50px;
}
.overview-modal.stock-overview .content {
    width: 1000px;
    height: 600px;
    left: calc(50vw - 500px);
    bottom: calc(50vh - 300px);
}
.overview-modal.stock-overview .stock-img {
    text-align: left !important;
}
.overview-modal.stock-overview img {
    max-height: 250px !important;
    max-width: 250px !important;
}
.overview-modal .mask {
    background: #000;
    height: 100vh;
    position: fixed;
    width: 100vw;
    opacity: .5;
    left: 0;
    top: 0;
    z-index: 998;
}
.overview-modal .close {
    padding: 5px 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 25px;
    z-index: 99999;
}
.overview-modal .title {
    position: absolute;
    padding: 18px 0;
    font-weight: bold;
    width: 100%;
    margin-bottom: 15px;
}
.overview-modal .job-container-row {
    margin-top: 40px;
    overflow: scroll;
    height: calc(100% - 75px);
}
.overview-modal img {
    max-width: 100% !important;
    max-height: 500px !important;
}
.overview-modal .file-container {
    text-align: center;
}
.stock-filters {
    padding: 20px 0;
    align-items: center;
    text-align: center;
}
.stock-filters .select-box {
    border: 1px solid #ccc;
}
.stock-filters i {
    top: 12px;
}
.col-3-gf {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
}
.stock-valuation .selected {
    background: gold;
    padding: 10px 0;
    font-weight: bold;
}
.stock-valuation .line-head:first-child {
    margin-top: 15px;
    border-top: 1px solid black;
    padding-top: 15px;
}
.stock-valuation .line-tail:last-child {
    border-bottom: 1px solid black;
    margin-bottom: 15px;
    padding-bottom: 15px;
}