/* DPD 'The Hub' Engineering CMMS by Yellow Box Software x Luke Passmore */

/*******************************
            CONTENTS
********************************
            Primary: #DC0032
            Accent: #191c21

            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
                4.5 INACTIVE
            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 ADD / EDIT STOCK
                5.12 IMPORT STOCK
                5.13 PLANT PARTS
                5.14 PLANT NOTES
            6. TRANSIT

            
*******************************
*******************************/

/*******************************
********************************
            1. DASH
*******************************
*******************************/

/* 1.0 BODY */
body, input {
    margin:auto;
    text-decoration:none;
    font-family: "nunito", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #333333;
    overflow-x: hidden;
}
.app-content {
    width: calc(100% - 5%);
    margin: auto;
    max-width: 1400px;
}
.app-content.front-page {
    width: 1100px;
    height: 700px;
    position: fixed;
    left: calc(50vw - 515px);
    top: calc(50vh - 310px);
}
.welcome-greeting {
    text-align: center;
    margin-bottom: 50px;
    font-size: 20px;
}

/* 1.1 MEDIA QUERIES  */
@media (max-width: 960px)  {
    .vh-100 {
        display: none !important;
    }
    .mobile-message {
        display: block !important;
        height: 100vh;
        margin-top: calc(50vh - 150px);
        padding: 0 10px;
        font-family: Arial, Helvetica, sans-serif !important;
    }
    .mobile-message h1 {
        font-family: Arial, Helvetica, sans-serif !important;
    }
    .mobile-message .divider {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    .mobile-message .divider .h-line {
        height: 1px;
        background: black;
        width: 200px;
        display: inline-block;
    }
}
.mobile-message {
    display: none;
}
@media screen and (min-width: 1300px) {
    
}
/* PHONE */
@media (min-width:320px)  {
    
}
/* PHABLET */
@media (min-width:481px)  {
    
}
/* TABLET PORTRAIT */
@media (min-width:641px)  {
    
}
/* TABLET LANSCAPE */
@media (min-width:961px)  {
    
}
/* LAPTOP */
@media (min-width:1025px) {  

}
/* DESKTOP */
@media (min-width:1281px) {
    .app-content {
        left: calc(50vw - 515px);
        top: calc(50vh - 320px);
    }
}
/* LARGE DESKTOP */
@media (min-width:1399px) {
    .app-content {
        left: calc(50vw - 625px) !important;
        width: 1300px !important;
    }
    .app-content.front-page {
        left: calc(50vw - 625px) !important;
    }
}
/* X LARGE DESKTOP */
@media (min-width:1499px) {
    .app-content {
        left: calc(50vw - 625px) !important;
        width: 1400px !important;
    }
    .app-content.front-page {
        left: calc(50vw - 680px) !important;
    }
}
/* XX LARGE DESKTOP */
@media (min-width:1599px) {
    .app-content {
        left: calc(50vw - 625px) !important;
        width: 1500px !important;
        max-width: 1500px !important;
    }
    .app-content.front-page {
        left: calc(50vw - 680px) !important;
    }
}
/* XXX LARGE DESKTOP */
@media (min-width:1699px) {
    .app-content {
        left: calc(50vw - 625px) !important;
        width: 1600px !important;
        max-width: 1600px !important;
    }
    .app-content.front-page {
        left: calc(50vw - 780px) !important;
    }
}

/* HEIGHT & SCROLL */
.scrolled {
    height: 250px;
    overflow: auto;
}
@media (min-height:800px) {
    .scrolled {
        height: 350px !important;
    }
}
@media (min-height:800px) {
    .scrolled {
        height: 350px !important;
    }
}
@media (min-height:900px) {
    .scrolled {
        height: 450px !important;
    }
}
@media (min-height:1000px) {
    .scrolled {
        height: 550px !important;
    }
}
@media (min-height:1100px) {
    .scrolled {
        height: 600px !important;
    }
}
@media (min-height:1200px) {
    .scrolled {
        height: 700px !important;
    }
}
@media (min-height:1300px) {
    .scrolled {
        height: 750px !important;
    }
}
@media (min-height:1400px) {
    .scrolled {
        height: 800px !important;
    }
}

/*******************************
********************************
            2. FONTS
*******************************
*******************************/

h1
{
	font-family: Nunito; 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: Nunito; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px;
    margin: 0 auto !important;
}
p
{
	font-family: Nunito; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px;
}
blockquote
{
	font-family: Nunito; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px;
}
pre
{
	font-family: Nunito; 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;
}
a
{
    text-decoration:none;
}
b,
.bold,
.notiContent h3 {
    font-weight: bold;
    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-thin {
    -webkit-text-stroke-width: 1px;
}
.fa-black
{
    color: transparent;
    -webkit-text-stroke-width: 1.4px;
    -webkit-text-stroke-color: black;
}
.fa-red
{
    color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #DC0032;
}
.fa-file-pdf {
    color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #ff0000;
}
.fa-file-excel {
    color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #008000;
}
.fa-file-word {
    color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #002366;
}
.fa-sort {
    cursor: pointer;
}
.red {
    color: #DC0032;
}
.red-border {
    border: 1px solid red !important;
    box-shadow: 0px 1px 5px 0px red !important;
    border-radius: 5px !important;
}
button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
    outline: inherit;
}
.vh-20
{
    margin-top:20vh;
}
.col-lg-1-5, .col-md-1-5, .col-1-5 {
    -ms-flex: 0 0 12.4999995%;
    flex: 0 0 12.4999995%;
    max-width: 12.4999995%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-lg-2-5, .col-md-2-5, .col-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-lg-3-5, .col-md-3-5, .col-3-5 {
    -ms-flex: 0 0 29.1666665%;
    flex: 0 0 29.1666665%;
    max-width: 29.1666665%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/*******************************
********************************
            3. ELEMENTS
*******************************
*******************************/

/* 3.1 GENERAL */
.page-title
{
    text-align: center;
    margin-top: 50px;
}
table
{
    border-collapse: collapse;
}
.data-table
{
    text-align: center;
    margin: 50px auto;
}
td
{
    padding: 2rem;
    border-bottom: 1px solid #efefef;
}
.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;
}
tr:hover
{
    background-color:#efefef;
    border-radius: 5px;
}
.ta-hidden-input {
    display: none !important;
}
.pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default;
}
.clean-input {
    border: none;
    width: 100px;
    text-align: right
}
i.edit-icon {
    position: absolute;
    top: 10px;
}
.clean-input-center {
    border: none;
    text-align: center;
    width: 100%;
}
.float-right {
    float:right;
}
.float-left {
    float:left
}
.time {
    padding: 10px;
}
.display-grid {
    display: grid;
}
.grid-center {
    display: grid;
    align-items: center;
    text-align: center;
}
.grid-end {
    align-items: end;
    display: grid;
}
.icon-grid:hover {
    cursor: pointer;
}
.icon-grid:hover i {
    -webkit-text-stroke-color: #DC0032 !important;
}
.icon-grid:hover h2 {
    color: #DC0032 !important;
    font-weight: bold !important;
}
.icon-grid i {
    margin: 10px;
}
.container-grid {
    min-height: 250px !important;
}
.container-grid-narrow {
    min-height: 125px !important;
}
.inline {
    display: inline;
}
.block {
    display: block;
}
.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-t-10 {
    margin-top: 10px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-l-0 {
    margin-left: 0px !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.offset-5-p {
    margin-left: 5%;
}
.m-auto {
    margin:auto !important;
}
.overflow-hidden {
    overflow: hidden;
}
.m-5-15 {
    margin: 15px 0;
}
.text-center {
    text-align:center;
}
.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;
}
.info-container {
    padding-top:20px;
}
.info {
    color: #4f4f4f;
    font-weight:bold;
}
.label {
    font-size:16px;
    font-weight:bold;
    display: block;
    margin-bottom: 2px;
}	
.doghnutContainer .label {
    margin: 10px;
}
.preloader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fbfbfb;
    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%;
}
.coming-soon {
    background: url("../images/coming-soon.png");
    height: 150px;
    width: auto;
    background-size: contain;
    margin: 150px auto;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
}
.loader {
    width: 100%;
    height: calc(100% + 10px);
    position: absolute;
    top: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    align-items: center;
    display: grid;
    z-index: 1;
}
.loader img {
    width: 50px;
    margin-left: calc(50% - 25px);
    margin-top: 100px;
}
.front-page .loader {
    background: #EFEFEF;
    width: calc(100% + 10px);
    opacity: 0.95;
}
.front-page .loader img {
    margin-top: -25px;
}

/* 3.2 MODALS */
.confirm-modal .content {
    width: 300px;
    height: 150px;
    margin: auto;
    position: fixed;
    background: white;
    left: calc(50vw - 150px);
    bottom: calc(50vh - 75px);
    z-index: 999;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    display: inline-grid;
}
.confirm-modal.report .content {
    width: 400px;
    height: 200px;
    left: calc(50vw - 200px);
    bottom: calc(50vh - 100px);
}
.confirm-modal.notes .content {
    width: 600px;
    height: 300px;
    left: calc(50vw - 300px);
    top: calc(50vh - 150px);
    padding: 15px;
}
.confirm-modal.notes .content textarea {
    margin-top: 40px;
}
.confirm-modal.assign-job .content {
    height: 450px !important;
    bottom: calc(50vh - 225px) !important;
}
.confirm-modal.assign-job .body {
    height: 350px !important;
}
.confirm-modal.assign-job .bold {
    margin-top: 30px;
}
.confirm-modal.selected-plant .content {
    width: 1000px;
    left: calc(50vw - 500px);
    padding: 30px;
    height: 600px !important;
    bottom: calc(50vh - 300px) !important;
}
.confirm-modal.selected-plant .body {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.confirm-modal.selected-plant .heading {
    margin-top: 30px;
}
.confirm-modal.report .content input,
.confirm-modal.report .content button {
    width: 80%;
}
.confirm-modal .mask {
    background: #000;
    height: 100vh;
    position: fixed;
    width: 100vw;
    left: 60px;
    top: 60px;
    opacity: .25;
    z-index: 998;
}
.confirm-modal button {
    float: none;
    width: 50%;
    margin: auto;
}
.confirm-modal .close {
    padding: 15px 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.confirm-modal .title {
    margin: auto !important;
    position: absolute;
    padding: 18px 0;
    font-weight: bold;
    width: 100%;
    text-align: center;
    top: 0;
}
.confirm-modal .row {
    margin-top: 15px;
}
.modal-mask {
    background: #fff;
    height: 100vh;
    position: fixed;
    width: 100vw;
    left: 60px;
    top: 60px;
    opacity: .25;
    z-index: 998;
}
.infoModal {
    width: 500px;
    height: 500px;
    margin: auto;
    position: fixed;
    background: white;
    left: 60px;
    bottom: 0;
    border-top-right-radius: 5px;
    z-index: 999;
}
.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;
    overflow: hidden;
}
.messaging-container .header {
    background: none;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 15px;
    height: unset;
    padding: 0 0 15px;
}
.messaging-container .header .fa-user-alt {
    margin-right: 10px;
}
.messaging-container .header .dropdown {
    display: inline;
    cursor: pointer;
    position: relative;
}
.messaging-container .header .fa-times {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
.messaging-container .footer {
    color: unset;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: white;
    padding-bottom: 15px;
}
.messaging-container .footer input {
    width: 80%;
    border: 1px solid #999 !important;
    border-radius: 5px !important;
    padding-right: 30px;
}
.messaging-container .footer .fa-plus {
    margin-left: -7px;
    margin-right: 7px;
    cursor: pointer;
}
.messaging-container .fa-paper-plane {
    position: absolute;
    margin-left: -25px;
    margin-top: 12px;
    cursor: pointer;
}
.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: #DC0032;
    border-radius: 50px;
    padding: 1px 6px 2px;
    color: white;
    font-size: 12px;
}
.messaging-container .chatbox.left {
    float: left;
    border-bottom-left-radius: 0;
}
.messaging-container .chatbox.right {
    float: right;
    border-bottom-right-radius: 0;
    background: #003366;
}
.messaging-container .chatbox {
    background: #DC0032;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px 10px;
    color: white;
    width: 80%;
}
.messaging-container .time {
    text-align: center;
    font-size: 12px;
    padding-bottom: 0;
    color: grey;
}
.messaging-container p {
    margin-bottom: 0 !important;
}
.messaging-container .messages {
    height: 280px;
    margin-top: -15px;
    overflow: scroll;
}

.modalClose {
    float: right;
    padding: 15px 25px;
    cursor: pointer;
}
.modalInner {
    padding: 15px 30px;
}
.alertChat {
    border: 1px solid#ccc !important;
    border-radius: 5px !important;
    width: 440px;   
    height: 50px;
    left: 80px;
    bottom: 20px;
    margin-left: unset;
    padding: 10px;
    font-family: nunito;
    resize: none;
    margin-bottom: 10px;
}
.alert-content {
    margin-top: 15px;
    height: 430px;
    overflow-y: scroll;
    width: 440px;
}
.alert-content .inner {
    margin: 10px 0;
    background:#DC0032;
    color: white;
    padding: 20px 10px;
    border-radius: 5px;
}
.alert-content .update-overview {
    padding-bottom: 10px;
}
.alert-content .update-content {
    padding-bottom: 5px;
}

.dropdown .notif {
    min-height: calc(100vh - 75px);
    padding-bottom: 50px;
}
.dropdown .notif .timestamp {
    float: right;
    font-size: 12px;
    margin-top: 5px;
}
.dropdown .actions {
    padding: 10px;
}
.dropdown .actions button {
    width: 100%;
}
.dropdown .notif .nofound {
    margin-top: 20px;
}
.dropdown .notif .dismiss {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 15px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    background: white;
    height: 50px;
    padding-top: 15px;
}

.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 .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 .content img.clipped, .job-container-row .stock-img img.clipped {
    width: 100%;
    margin-top: 10px;
    height: auto;
    max-width: 200px;
    margin-left: calc(50% - 100px);

    /*width: 100%;
    margin-top: 10px;
    height: auto;*/
}
.servicing-page-mask {
    display: none;
    height: 100vh;
    width: 100vw;
    background: white;
    position: fixed;
    top: 60px;
    left: 60px;
}
.overview-modal.servicing-modal .job-container-row {
    overflow: auto;
}
.overview-modal.servicing-modal .divider {
    background: #000;
    height: 1px;
    width: 100%;
    margin-bottom: 30px;
}
.overview-modal.servicing-modal .complete {
    height: 33px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.overview-modal.servicing-modal .row.head,
.overview-modal.servicing-modal .row.data {
    text-align: center;
}
.overview-modal.servicing-modal .row.head {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}
.overview-modal.servicing-modal .row.data {
    margin-top: 10px;
}
.overview-modal.servicing-modal button {
    float: left;
}
.overview-modal.replenishment i.attachment {
    margin-left: calc(50% - 25px);
    margin-top: 40px;
    cursor: pointer;
}
.job-container-row .stock-img .remove {
    visibility: hidden;
    color: red;
    position: absolute;
    margin-left: -10px;
    background: white;
    border-radius: 100%;
}
.job-container-row .stock-img:hover .remove {
    visibility: visible;
}
.job-container .quantity-divider {
    margin-top: 10px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.quantity-description {
    padding: 10px;
}
.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;
  width: 100%;
  height: 150px;
  border: 1px dotted #DC0032;
  border-radius: 5px;
  padding: 50px;
  text-align: center;
  margin-top: 5px;
}
.inputfile + label i {
color: transparent;
-webkit-text-stroke-width: 1.2px;
-webkit-text-stroke-color: #DC0032;
}
.inputfile:focus + label i,
.inputfile + label:hover i {
  color: #DC0032;
  -webkit-text-stroke-color: transparent;
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #DC0032;
	outline: -webkit-focus-ring-color auto 5px;
}
.overview-modal .stock-notes, .overview-modal .associated-plant {
    margin-top: 50px;
    border-top: 1px solid black;
    padding-top: 30px;
}
.overview-modal .stock-notes .file-container {
    height: unset !important;
}
.overview-modal .stock-notes .add-file {
    margin: 0 15px;
}
.overview-modal .stock-notes .file-container .fas {
    font-size: 80px !important;
    margin-top: 25px;
}
.overview-modal .stock-notes .delete-img {
    margin-top: 22px !important;
}
.servicing-modal .upload-img {
    width: 100% !important;
    height: auto !important;
    border: 1px solid black !important;
    border-radius: 5px !important;
    padding: 2px !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: 70px;
    left: 70px;
    border-radius: 20px;
    min-height: 100px;
    padding:12px 20px;
    box-shadow: -1px 5px 15px 1px gray;
    opacity: 0.97;
    font-family: nunito;
    cursor: default;
    -webkit-animation: fadeIn 3s;
    animation: fadeIn 3s;
    z-index: 999;
    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 **/
.toggle-row
{
    margin: auto !important;
    width: 100%;
    margin-top: 30px !important;
}
.full-width {
    width: 100%;
    margin: 0 !important;
    height: 100%;
    overflow: visible;
}
.full-width .list-container {
    margin: 0 !important;
}
.full-row {
    width: 100%;
    margin-left: 60px !important;
}
.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;
    border-radius: 5px;
    width: 60px;
    text-align: center;
}
.toggle-container .active {
    background: #DC0032;
}
.toggle-container .wide {
    width: 90px;
}
.card-row
{
    padding: 1.1rem 0;
}
.label.no-jobs {
    margin: 3.3rem 0;
}
.top-card
{
    background-color: #fff;
    padding: 5px 15px 15px;
    border-radius: 5px;
    color: #ffe;
    margin:auto;
    box-shadow:0px 3px 0px 0px lightgray;
    border-top: 9px solid #DC0032;
    height: 100%;
    min-height: 125px;
}
.top-card:hover
{
    box-shadow:3px 3px 3px 3px #888;
    cursor: pointer;
}
.top-card .name
{
    color:#333 !important;
    font-size: 18px !important;
}
.top-card .stock-name
{
    margin: 0 5px !important;
    text-align: center;
}
.top-card .ref
{
    color:#4f4f4f !important;
    font-size: 16px !important;
    padding: 5px;
    font-weight: normal !important;
}

.top-card .description
{
    color:#4f4f4f !important;
    font-size: 14px !important;
    text-align: center !important;
    font-weight: normal !important;
}

/* 4.2 HEADER */
#header {
    z-index: 9999;
    position: absolute;
    width: 100vw;
}
.header
{
    height:60px;
    background-color:#DC0032;
}
.header-right
{
    float:right;
    width:400px;
    padding:13px;
}
.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.dropdown-content {
    z-index: 1;
    padding-top: 25px;
}
.dropdown-content-child {
    z-index: 1;
    background: white;
    box-shadow: 0px 1px 0 2px rgba(0,0,0,0.1) !important;
    border-radius: 5px;
    width: 200px;
    padding: 10px 0;
    position:fixed;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.dropdown-content-child .search-sites,
.edit-job-plant .search-sites {
    width: calc(100% - 20px);
    padding: 0 10px;
    margin: 0 10px 10px;
    border-radius: 5px !important;
    height: 35px;
    border: 1px solid #999 !important;
}
.sites-dropdown {
    color:black;
    padding:5px 20px;
    border-bottom: 1px solid #333;
    margin: 0 15px;
}
.sites-dropdown:nth-last-child(1) {
    border: none !important;
}
.right-dropdown{
    float:right;
    padding: 0 3px;
}
.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:12px;
    margin-left: 1px;
}
.sys-detail {
    color: white;
    padding:3px !important;
    margin-top: 8px;
}
.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;
    margin-top: 60px;
}
.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: #DC0032;
    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;
}

/* 4.4 GRAPHS */
.productivityContainer {
    margin:0 !important;
    height:400px;
}
.productivityCanvas {
    width:100% !important;
    height: 90% !important;
}
.doghnutContainer {
    
}
.doghnutContainer .inner {
    position: absolute;
    top: calc(50% - 40px);
    right: calc(50% - 26px);
    width: 50px;
    height: 50px;
}

/* 4.5 INACTIVE */
.inactive-account {
    text-align: center;
    height: 200px;
    margin-top: calc(50vh - 200px)
}
.new-user-modal .content {
    position: fixed;
    top: calc(50vh - 100px);
    left: calc(50vw - 200px);
    background: white;
    height: 200px;
    width: 400px;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    z-index: 10000;
}
.new-user-modal .mask {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    z-index: 9999;
    opacity: 0.3;
}
.new-user-modal input {
    border-radius: 5px !important;
    border: 1px solid #999 !important;
    margin: 5px;
    width: 250px;
}
.new-user-modal button {
    float: none !important;
    margin: auto;
    width: 250px;
}

/*******************************
********************************
            5. PAGE
*******************************
*******************************/

/* 5.1 GENERAL */
.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: 2px 2px 2px 2px #ccc;
  -moz-box-shadow:    2px 2px 2px 2px #ccc;
  box-shadow:         2px 2px 2px 2px #cccc;
}
.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: #DC0032;
    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: #DC0032;
    border-color: #DC0032;
}
.primary-bg
{
    background-color:#DC0032;
    height:100vh;
}
.main-container
{
    padding: 60px 80px 0;
}
.page-container
{
    width: 100%;
    margin: auto;
    height: auto;
    max-height: calc(100vh - 50px);
    min-height: calc(100vh - 50px);
    padding-right: 15px;
}
.nav-box {
    margin-left: 60px !important;
    font-size: 17px;
    cursor: default;
    width: 100%;
    align-items: center;
    min-height: 70px;
}
.nav-box span {
    cursor: pointer;
}
.nav-box .col {
    padding: 0;
}
.box-container {
    background:white;
    border-radius: 5px;
}
.list-container-report {
    background: white;
    border-radius: 5px;
    min-height: calc(100vh - 300px);
    width: 100%;
    max-height: calc(100vh - 300px);
    margin-bottom: 20px;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;
}
.list-container-report.full {
    min-height: calc(100vh - 160px);
    max-height: calc(100vh - 160px);
}
.list-container {
    background: white;
    border-radius: 5px;
    margin-left: 60px !important;
    width: 100%;
    overflow: visible;
}
.list-container .toolbar {
    text-align: center;
    padding: 40px 0 15px;
    font-weight: 600;
    cursor: default;
}
i.favourite {
    color: #DC0032;
}
input {
    border-radius: 5px;
    border: 1px solid #999;
    padding: 6px 10px 8px;
    width: 70%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: none;
    height: 40px;
}
.caps {
    text-transform: uppercase;
}
.input-60 {
    width: 60%;
}
.input-90 {
    width: 90%;
}
.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;
}
.searchResults p {
    margin: 0 0 10px 0;
}
.text-input {
    border: 1px solid #999 !important;
    border-radius: 5px !important;
}
.text-input.small-number {
    max-width: 50px;
    margin: 15px 5px;
}
.text-input.date {
    width: 150px;
    margin: 15px 5px;
    padding-bottom: 10px;
    line-height: 1.5;
}
.text-input.date,
.text-input.small-number {
    margin: 0;
}
.text-input.full {
    width: 100%;
}
.textarea {
    width: 100%;
    resize: none;
    padding: 10px;
    font-family: nunito;
    border-radius: 5px;
    border: 1px solid #999;
}
.textarea-large {
    width: 90%;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    border: 1px solid #999;
    padding: 6px 10px;
    font-family: nunito;
}
.textarea-medium {
    width: 100%;
    min-height: 75px;
    border-radius: 5px;
    resize: none;
    border: 1px solid #ccc;
    padding: 6px 10px;
    font-family: nunito;
}
.input-medium {
    width: 100%;
    border: 1px solid #999 !important;
    border-radius: 5px !important;
}
.clean-textarea {
    border: none;
    resize: none;
    font-family: nunito;
    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;
    padding: 10px;
}
.remove-icon {
    background: #DC0032;
    width: 10%;
    display: inline-block;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    padding: 9px;
    height: 40px;
    cursor: pointer;
    text-align: center;
}
.search-icon {
    background: #DC0032;
    width: 10%;
    height: 100%;
    display: inline-block;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    padding-top: 9px;
    padding-right: 2px;
    text-align: inherit !important;
    height: 40px;
    cursor: pointer;
}
.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: default;
}
.list-container .data {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #efefef;
    align-items: center;
    cursor: pointer;
}
.list-container .data.highlighted {
    background: #DC0032;
    color: white;
}
.list-container .data.highlighted .fa-black {
    -webkit-text-stroke-color: white;
}
.data.narrow {
    padding: 2px 0
}
.data.narrow.rackshelf {
    cursor: pointer;
}
.data.narrow.rackshelf.selected,
.data.selected {
    background: #DC0032;
    color: white;
    border-radius: 5px;
}
.data.narrow .col-md-1-5,
.data.narrow .col-md-2,
.data .of-scroll {
    /* REMOVED WINDOWS SCROLLING ISSUES
    overflow: scroll;*/
}
.stock-table .footer {
    border-top: 1px solid #efefef;
    cursor: pointer;
    text-align: center;
    padding: 15px 0;
    color:black;
}
.stock-table.overview .rack {
    /* REMOVED WINDOWS SCROLLING ISSUES
    overflow: scroll;*/
    padding: 0;
}
.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;
}

/* 5.2 LOGIN */
.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 6px 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/DPDHinkley.jpg);
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 0;
}
.login-container .image-fw {
    width: 75%;
    margin-left: 12.5%;
}
.login-poster {
    height:100vh;
}
.login-skin {
    height:100vh;
    background: #fbfbfb;
}
.login-form input, .login-form button {
    margin: 10px 10px 10px 0;
}
#slider {
    height: 300px;
    width: 600px;
    margin: 0 auto;
}
#slider ul {
    margin: auto;
    height: 100%;
    width: 100%;
}
#slider ul li img{
    height: auto;
    width: 100%;
    margin:auto;
    border-radius:10px;
}
#slider ul li p{
    color:black;
}
#slider ul li span{
    color: #DC0032;
}
#slider ul li{
    list-style: none;
}
.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: #DC0032;
    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: #de0031 !important;
}
.btn-full {
    width: 100%;
    margin: 0;
}
.btn-thin {
    float: right;
    margin: 0;
    padding: 5px 20px;
}
.button.csv {
    background-color: #008000 !important;
    margin-right: 10px;
}
.button i {
    font-size: 15px;
}
i.ontop {
    position: absolute;
    font-size: 25px;
    top: 10px;
    margin-left: -5px;
}

/* 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 .toggles {
    padding: 15px 0 15px;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}
.job-container .toggles .switch {
    height: 25px;
}
.job-container .toggles .slider:before {
    height: 18px;
    width: 18px;
}
.job-container .toggles input:checked + .slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}
.job-container .detail {
    padding: 20px;
}
.job-container h4 {

}
.job-container p {
    margin-top: 0px;
}
.job-container .detail-center {
    padding: 20px;
    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;
}
.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.file {
    border: none !important;
    max-width: 250px;
}
.note-files {
    margin: 5px 15px 5px 5px !important;
}
.note-files img {
    width: 100% !important;
    height: auto !important;
    margin: 10px 0 !important;
    border: 1px solid black !important;
    border-radius: 5px !important;
    padding: 8px !important;
}
.note-files img:hover {
    opacity: 0.75;
    cursor: pointer;
}
.img-container:hover .delete-img {
    visibility: visible;
}
.delete-img {
    visibility: hidden;
    color:red;
    font-size: 20px;
    float: right;
    position: absolute;
    right: 5px;
    background:white;
    cursor: pointer;
}
.selected-location:hover .delete-img {
    visibility: visible;
}
/* 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;
    border-radius: none !important;
}
.no-pad {
    padding: 0 !important;
}
.no-border-left
{
    border:none !important;
    line-height: 1.5;
    background: transparent;
    width: 300px;
}
.h1-heading
{
    font-family: Nunito; 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: Nunito; 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: Nunito; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px;
    margin: 0 auto !important;
}
.text-center
{
    text-align:center;
}
.search-center {
    height: 100px;
}
.text-right {
    text-align: right;
}
.text-red {
    color: #de0031 !important;
}
.see-more
{
    color:black;
}
.input-50
{
    width: 46%;
    margin: 20px 1%;
}
.input-100
{
    width:50%;
    margin:20px 25%;
}
.full-input {
    width: 100%;
}
form {
    display:inline;
}
.w-100
{
    width:100% !important;
}
.radio-toolbar input[type="radio"]:checked ~ * { 
    -webkit-text-stroke-width: 2px;
}
.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;
}
.del-site {
    color: #DC0032;
    padding: 10px;
}
.reporting .navigation {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}
.reporting .col.icon-grid {
    min-width: 150px;
}

/* 5.6 SCHEDULE */
.schedule-container {
    margin: auto;
    width: 100%;
    border-radius: 5px;
}
.toggle-row.schedule {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
.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: #DC0032 !important;
	border: 1px solid #DC0032 !important;
	color: #fff !important;
}
.monthly-header-title a:active {
	background: #DC0032 !important;
	border: 1px solid#DC0032 !important;
	transition: none;
}
.monthly-header-title-date,
.monthly-header-title-date:hover {
	background: #DC0032 !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: #DC0032;
	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: #DC0032;
}
.monthly-event-list .listed-event {
	display: block;
	color: #fff !important;
	padding: 0.4em 1em 0.8em;
	border-radius: 10px;
    margin-bottom: 0.5em;
    min-height: 50px;
    font-size: 13px;
}
.monthly-event-list input[type="checkbox"] {
    height: 25px;
    width: 25px;
    z-index: 999;
    position: absolute;
    right: 25px;
    margin-top: 22px;
}
.monthly-event-list input[type="checkbox"]:checked:before{
    background-color: grey;
}
.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,
.key-cube-blue,
.key-cube-black,
.key-cube-brown,
.key-cube-green,
.key-cube-orange,
.key-cube-purple,
.key-cube-grey {
    height: 35px;
    width: 35px;
    margin-top: 5px;
    border-radius: 5px;
}
.key-cube-red {
    background: #DC0032;
}
.key-cube-yellow {
    background: #f4c031;
}
.key-cube-blue {
    background: #1184e8;
}
.key-cube-black {
    background: #000;
}
.key-cube-brown {
    background: #80471C;
}
.key-cube-green {
    background: #19c085;
}
.key-cube-orange {
    background: #ff8c00;
}
.key-cube-purple {
    background: #b200ed;
}
.key-cube-grey {
    background: #808080;
}
.servicing-modal .date {
    border: 1px solid #999 !important;
    border-radius: 5px !important;
    max-width: 200px;
}

/* 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.green {
    background: #19c085;
}
.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,
.statusLabel.green {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: #19c085;
    opacity: 0;
    border-radius: 50px;
}
.statusLabel {
    width: 20px;
    height: 20px;
    background: #ee634d;
    position: unset !important;
    opacity: 1 !important;
    margin: auto;
    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: 50px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    display: inline;
    border: 1px solid black !important;
}
.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;
    text-size: 20px;
    font-color: black !important;
}
.book-in-out .rackshelf {
    cursor: pointer;
    padding: 5px 0 !important;
}
.book-in-out .rackshelf.replenishment {
    margin-top: 15px;
    border-top: 1px solid black;
    margin-left: 0;
    margin-right: 0;
}
input.replenishment {
    margin-top: 10px;
    border: 1px solid #999 !important;
    border-radius: 5px !important;
    width: 100%;
}
.book-in-out .rackshelf.selected {
    background: #DC0032;
    color: white;
    border-radius: 5px;
}
.book-in-out .rackshelf div {
    padding: 0 !important;
}
.row.replenishment-site {
    margin-top: 50px;
    border-top: 1px solid black;
    padding-top: 20px;
    cursor: pointer;
}
.row.replenishment-site .selected {
    background: #DC0032;
    color: white;
    border-radius: 5px;
}

/* 5.9 ADD ORDER */

.order-screen {
    padding: 10px 50px;
}
.order-screen .fa-15 {
    margin-left: 25%;
}
.order-screen input {
    width: 100%;
}
.input-85 {
    width: 85% !important;
}
.search-icon.fifteen, .remove-icon.fifteen {
    width: 15%;
}
.order-screen .searchResults {
    width: 90;
}
.order-screen .textarea-large {
    width: 100%;
}
.calculation-container {
    float: right;
    background: #ebebeb;
    border-radius: 10px;
    width: 290px;
    padding: 20px;
    margin: 30px 0 20px 0;
}
.calculation-container .row {
    padding: 5px 15px;
}
.pound::before {
    content: '\00a0£';
}
.input-pound {
    position: relative;
}
.input-pound input {
    padding-left: 18px;
}
.input-pound::before {
    content: '£';
    position: absolute;
    /*top: -8px;*/
    top: 0;
    left: 8px;
}
.item-repeat .detail {
    padding: 10px 20px;
}
.action-complete-container button {
    float: none;
    margin: 10px;
}

/* 5.10 Supplier */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 5px 0;
}
.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;
}
.currency .slider:before {
    height: 18px;
    width: 18px;    
}
.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: #DC0032;
}
input:focus + .slider {
    box-shadow: 0 0 1px #DC0032;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

/* 5.11 add / Edit Stock */
.small-modal .content {
    position: fixed;
    top: calc(50vh - 125px);
    width: 400px;
    height: 250px;
    background: white;
    left: calc(50vw - 200px);
    border-radius: 5px;
    z-index: 999;
}
.small-modal .mask {
    background: #000;
    height: 100vh;
    position: fixed;
    width: 100vw;
    opacity: .5;
    left: 0;
    top: 0;
    z-index: 998;
}
.small-modal span {
    font-size: 16px;
    font-weight: bold;
}
.small-modal .fa-times {
    float: right;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
}
.small-modal .inner {
    padding-top: 40px;
    text-align: center;
}
.small-modal .inner.first {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
}
.small-modal button.left {
    float: left;
}
.small-modal button.right {
    float: right;
    margin-right: 15px;
}
.small-modal button.center {
    float: none;
    margin-top: 20px;
}
.row.new-existing {
    padding-top: 20px;
}
.input-stock-level {
    padding: 0 !important;
    height: 35px;
    border: 1px solid#999;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}
.small-modal .input-60 {
    margin-left: -10%;
}
.small-modal .searchResults {
    margin-left: 14%;
    width: 66%;
}
.small-modal .content.printarea {
    top: calc(50vh - 300px);
    width: 600px;
    height: 600px;
    left: calc(50vw - 300px);
}
.small-modal .printarea .inner {
    padding: 30px 15px;
}
.small-modal .printarea .inner .search {
    padding: 30px 0 20px;
}
.small-modal .printarea .inner .new-existing {
    padding-top: 20px;
    max-height: 350px;
    overflow: auto;
}
.small-modal .printarea .inner .item {
    align-items: center;
    margin-bottom: 20px;
}
.small-modal .printarea .confirm-print {
    height: 60px;
    position: absolute;
    width: 100%;
    bottom: 20px;
    margin-left: -30px;
}
.small-modal .printarea button {
    float: none;
    margin-top: 20px;
}
.small-modal .printarea .inner.app-download {
    overflow: scroll;
    height: 100%;
    margin-left: 20px;
}
.small-modal .printarea .inner.app-download .row.new-existing {
    padding: 0 !important;
}
.printarea .searchResults {
    width: calc(100% - 70px);
    margin-left: 22px;
    margin-top: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* 5.12 Import Stock */
.list-container.csv {

}
.list-container.csv .uploader-container {
    
}
.list-container.csv .uploader-container input {
    border: 1px solid black !important;
    border-radius: 5px !important;
}
.csv .head {
    align-items: center;
    font-weight: bold;
}
span.small {
    display: block;
    font-size: 12px;
}
.import-row {
    padding: 10px;
}
.import-row:nth-child(odd) {
    background: #efefef;
}
.import-row .divider,
.vertical-divider {
    height: 1px;
    width: 100%;
    background: black;
    margin: 20px 5px;
}

/* 5.13 Parts */
.plant-parts .search-icon, .plant-parts .remove-icon {
    width: 40px !important;
}
.plant-parts .input {
    width: calc(100% - 40px);
}
.plant-parts .searchResults {
    margin: 0;
    margin-left: 0px;
    margin-left: 20px;
    border: 1px solid #ccc;
    width: calc(100% - 70px);
    border-top-right-radius: 0 !important;
    text-align: left;
}
.plant-parts .add {
    margin: 0;
    margin-top: -2px !important;
}
.no-scroll {
    overflow: hidden !important;
}

/* 5.14 Plant Notes */
.notes-container, .plant-parts, .stock-table, .add-notes-container {
    max-height: calc(100vh - 400px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 5px;
    padding-top: 5px;
}
.notes-container {
    padding-right: 5px;
}
.notes-container .inner {
    padding: 10px;
}
.notes-container .label {
    margin-bottom: 10px;
}
.notes-container .col-md-3 {
    text-align: center;
    display: grid;
    align-items: end;
}
.notes-container span {
    display: block;
}
.notes-container img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}
/*.notes-container .file-container {
    height: 60px;
    padding-top: 10px;
}*/
.add-notes-container {
    padding: 15px 0;
}
.file-note-description {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    resize: none;
    font-family: nunito;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.add-notes-info {
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
}
.add-notes-info span {
    display: block;
    font-size: 12px;
}
.file-container:hover .plant.delete-img {
    visibility: visible;
}
.plant.delete-img {
    margin-top: -8px;
    border-radius: 100%;
}
.add-file-job .inputfile + label {
    height: unset;
    padding: 15px;
}
.user-permissions-dd {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px 0;
    margin: 0 10px;
}
.list-action.dd {
    margin-left: 20px;
    width: 100px !important;
    margin-top: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.full-height,
.qrcode {
    height: calc(100vh - 160px);
}
.qrcode .row {
    height: 50%;
    text-align: center;
}
.qrcode .col-md-4 {
    display: grid;
    align-items: center;
}
.qrcode span,
.qrcode i {
    cursor: pointer;
}
.qrcode .col-md-4:hover {
    color: #DC0032;
}
.qrcode span {
    display: block;
    padding-top: 25px;
}
.filter-view {
    width: 100%;
    padding-top: 20px;
    margin-left: -30px;
}
.filter-view .search-icon {
    text-align: center !important;
}
.filter-view .results-total {
    margin-bottom: 30px !important;
    margin-top: -20px;
    font-weight: bold;
}
.filter-view .message {
    margin-bottom: 30px;
}

/* 6. TRANSIT */
.app-content.transit .list-container-report {
    min-height: calc(50vh - 80px);
    max-height: calc(50vh - 80px);
}
.app-content.transit .list-container-report.top {
    min-height: calc(60vh - 80px);
    max-height: calc(60vh - 80px);
}
.app-content.transit .list-container-report.bottom {
    min-height: calc(40vh - 80px);
    max-height: calc(40vh - 80px);
}
.app-content.transit .list-container-report .timeline:first-child {
    text-align: center;
    height: 150px;
    align-items: center;
}
.app-content.transit .list-container-report .timeline b {
    display: block;
    margin-top: 30px;
}
.app-content.transit .list-container-report .timeline .line {
    height: 2px;
    width: 100px;
    background: black;
    position: absolute;
    top: 15px;
    right: calc(70%);
}
.app-content.transit .list-container-report .timeline.detail {
    font-size: 12px;
    text-align: center;
}
.app-content.transit .list-container-report .timeline.detail div.red {
    color: #DC0032;
}
.transit.chart-bar {
    height: 350px !important;
    width: auto !important;
    margin: auto !important;
    margin-top: 20px !important;
}

.list-container.shift-report .line-item {
    padding: 5px;
}
.list-container.shift-report .line-item:nth-child(even) {
    background: #efefef;
}
.list-container.shift-report .line-item .data {
    border: none;
}

.service-import .repeat:nth-child(even) {
    background: #efefef;
}

.datepickerdemoBasicUsage {
    /** Demo styles for mdCalendar. */
  }
  
.datepickerdemoBasicUsage md-content {
padding-bottom: 200px;
}

.datepickerdemoBasicUsage .validation-messages {
font-size: 11px;
color: darkred;
margin: 10px 0 0 25px;
}

.md-calendar-day-header {
background-color: #7D9BC1;
}

.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
background: #105FA8;
}

.md-default-theme .md-datepicker-open .md-datepicker-calendar-icon, .md-datepicker-open .md-datepicker-calendar-icon {
fill: #105FA8;
}

.type-filter {
    margin-top: 10px;
    position: absolute;
    width: 200px;
    left: calc(50% - 100px);
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    background: white;
    z-index: 9;
    max-height: 500px;
    overflow: auto;
}
.search-filter {
    width: 100%;
    border-right: 1px solid #999;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header .tools {
    color: #4d4b46;
    padding-right: 30px;
    padding-top: 14px;
}
.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: 700px;
    overflow-x: hidden;
}
/* 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;
}

.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;
    /* align-content: center; */
    display: flex;
    /* display: inline-grid; */
    border-radius: 10px;
    /* padding: 15px; */
    /* 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: 335px;
    overflow: auto;
}
.notification-container .mainHead {
    padding: 15px 0;
    background: #DC0032;
    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;
    margin-top: 50px;
}
.profile-container .section .switch-site {
    font-size: 14px;
    color: #DC0032;
    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;
}
.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: #DC0032;
    background: white;
    /* border: 1px solid white; */
    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%;
}

.red-row {
    background:#DC0032;
    color: white;
}

.video-help {
    background: url(../help/help-icon.png);
    height: 25px;
    width: 25px;
    display: inline-block;
    z-index: 999;
    background-size: contain;
    background-position-y: center;
    margin-bottom: -5px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.confirm-modal.video .content {
    width: 750px;
    height: 500px;
    left: calc(50vw - 375px);
    bottom: calc(50vh - 250px);
}
.confirm-modal.video video {
    width: 700px;
    margin: auto;
}

.confirm-modal.expanded-chart .content {
    width: 1000px;
    height: 600px;
    left: calc(50vw - 500px);
    bottom: calc(50vh - 300px);
}

.replenishment .row.overdue,
.replenishment .row.progress,
.replenishment .row.complete,
.jobs-list .row.red,
.jobs-list .row.yellow,
.jobs-list .row.amber,
.jobs-list .row.green,
.line-item.red-background,
.line-item.amber-background {
    color: white;
}
.jobs-list .row.complete {
    /* color: green !important; */
}
.jobs-list .statusLabel {
    margin-bottom: 10px;
}
.replenishment .row.overdue,
.jobs-list .row.red,
.red-background {
    background: #DC0032 !important;
}
.replenishment .row.progress,
.jobs-list .row.amber,
.amber-background {
    background: #ff8c00 !important;
}
.jobs-list .row.yellow {
    background: #f4c031;
}
.replenishment .row.complete,
.jobs-list .row.green {
    background: #19c085;
}
.replenishment .new.new {
    background: white;
    color: black;
}
.replenishment i.remove {
    color: red;
    position: absolute;
    right: 15px;
    top: 75px;
}
.replenishment .label {
    margin-top: 10px;
}

.confirm-modal.engineering-reasons .content {
    width: 400px;
    left: calc(50vw - 200px);
    height: 600px;
    bottom: calc(50vh - 300px);
}
.confirm-modal.transit-book-in .content {
    align-content: unset !important;
    width: 750px !important;
    left: calc(50vw - 350px) !important;
    height: 500px !important;
    bottom: calc(50vh - 250px) !important;
}
.confirm-modal.transit-book-in.eta .content {
    width: 300px !important;
    left: calc(50vw - 150px) !important;
    height: 200px !important;
    bottom: calc(50vh - 100px) !important;
}
.confirm-modal.followup-modal .content {
    width: 400px !important;
    height: 400px !important;
    left: calc(50vw - 200px) !important;
    bottom: calc(50vh - 200px) !important;
}
.confirm-modal.bulk-actions-modal .content {
    height: 500px !important;
    bottom: calc(50vh - 250px) !important;
    padding: 20px;
}
.confirm-modal.bulk-actions-modal .content input {
    width: 100%;
}
.confirm-modal.bulk-actions-modal .content h2 {
    margin-bottom: 20px !important;
}
.confirm-modal.engineering-reasons .content .list,
.confirm-modal.edit-job-plant .content .list .inner {
    max-height: 540px;
    width: 415px;
    overflow-x: hidden;
    margin-top: 46px;
    padding-left: 30px;
}
.confirm-modal.edit-job-plant .content .list {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
}
.confirm-modal.edit-job-plant .content .list .inner {
    max-height: 480px;
    margin-top: 0;
    margin-bottom: -20px;
}
.confirm-modal.notification .mask {
    z-index: 9999;
}
.confirm-modal.notification .content {
    height: 250px;
    width: 400px;
    left: calc(50vw - 200px);
    bottom: calc(50vh - 125px);
    padding: 15px;
    z-index: 10000;
}

.weekly-budget .current {
    border: 2px solid #DC0032;
    border-radius: 5px;
}
.weekly-budget input::selected {
    border: none;
    outline: none;
}

.plant-audit {
    min-width: 2500px;
}
.plant-audit .col {
    /* padding: 0;
    margin-left: 2px;
    margin-right: 2px; */
}

.label-profiles .lines {
    margin: 20px;
}
.label-profiles .lines:nth-last-of-type(1) {
    margin-top: 40px;
}
.label-profiles .grid-center {
    margin-top: 25px;
}
.label-profiles .lines:nth-last-of-type(1) .grid-center {
    margin-top: 0 !important;
}


/* DARK MODE */
.darkMode .main-container,
.darkMode .top-card,
.darkMode .loader {
    background: #4d4b46;
}
.darkMode .loader {
    border: none !important;
    box-shadow: none !important;
}
.darkMode .process-container {
    background: white;
    box-shadow: 0px 1px 5px 0px white;
}
.darkMode .front-page {
    color: white !important;
}
.darkMode .top-card {
    border-top: 9px solid #DC0032 !important;
    border: 1px solid white;
}
.darkMode .nav-item .fa-custom {
    color: white;
    -webkit-text-stroke-width: 0;
}
.darkMode .nav-item .fa-custom.fa-red {
    color: #DC0032 !important;
}
.darkMode .nav-item  .fa-custom
.darkMode a,
.darkMode p,
.darkMode h6,
.darkMode h5,
.darkMode h3,
.darkMode .doghnutContainer span.label,
.darkMode h2, 
.darkMode h1,
.darkMode .front-page .label {
    color: white !important;
}
.darkMode .timelogModal p,
.darkMode .timelogModal h2,
.darkMode .list-action p,
.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 .top-card h2,
.darkMode .top-card h3 {
    color: white !important;
}
.darkMode .content .stage,
.darkMode .header .tools .hover-label {
    background-color: white !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 {
    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: #DC0032;
}
.darkMode .welcome-greeting,
.darkMode .comments {
    color: white !important;
}

.database-editor input {
    border-radius: 0 !important;
    border: 1px solid #ccc !important;
    width: 100% !important;
}
input.column,
input.query {
    width: 150px;
    float: right;
}
input.column {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #999;
    margin-right: -5px;
}
input.query {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: 1px solid #999;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 20px;
}
.database-editor .readonly {
    opacity: 0.5;
    background: #ccc;
    pointer-events: none;
}

.performance .box-container {
    margin-bottom: 20px;
    padding: 20px;
    color: white;
    font-size: 18px;
}
.performance .box-container h1 {
    font-size: 35px;
    padding-top: 10px;
    color: white !important;
}
.performance .box-container.one {
    background: #5E5E5E;
}
.performance .box-container.two {
    background: #DC0032;
}
.performance .box-container.three {
    background: #d1d1d1;
}
.performance .box-container.four {
    background: #318341;
}
.performance .box-container.five {
    background: #cac4bf;
}
.performance .filters-row {
    margin-bottom: 30px;
    background: white;
    padding: 10px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
}
.performance .chart-pie {
    max-width: 100%;
    margin-top: 50px;
}
#map {
    height: 600px;
    margin-top: -20px;
}
#map .name,
#map .job,
#map .site,
#map .uptime {
    display: block;
}
#map .name {
    font-weight: bold;
}
#map .job {

}
#map .uptime {

}
.gm-style-iw button[title="Close"] {
    display: none !important;
}
.planner .kanban {
    max-height: calc(100vh - 200px) !important;
}
.kanban {
    background: transparent !important;
    height: calc(100vh - 320px);
    padding-left: 30px;
}
.planner .kanban .strap {
    flex-wrap: nowrap;
}
.planner .kanban i {
    position: absolute;
    right: -9px;
    top: 40px;
    font-size: 20px;
    background: white;
    cursor: pointer;
}
.planner .kanban .bucket {
    margin-right: 15px;
}
.planner .kanban .bucket.minimised {
    max-width: 50px !important;
    min-width: 50px !important;
    min-height: 500px;
}
.planner .kanban .bucket.minimised .title {
    writing-mode: vertical-rl
}
.nowrap {
    flex-wrap: nowrap !important;
}
.kanban .strap {
    /* flex-wrap: nowrap; */
    overflow-x: scroll;
    border-radius: 5px;
    padding: 20px 3px;
    height: 100%;
}
.planner .kanban .k-head {
    padding: 15px 15px 0 15px;
}
.kanban .k-head {
    padding: 25px 15px 15px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
}
.planner .kanban .dates {
    min-height: 60px;
}
.planner .kanban.expanded .dates {
    min-height: 150px;
}
.planner .kanban.expanded .dates .pointer {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative; 
    writing-mode: vertical-rl;
}
.planner .kanban .dates .jobs {
    padding-left: 0 !important;
}
.planner .kanban .dates .jobs .job {
    color: white;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 2px;
    padding: 2px;
    text-align: center;
}
.planner .kanban .dates .jobs .red .job {
    background: #DC0032
}
.planner .kanban .dates .jobs .blue .job {
    background: #1184e8;
}
.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 .summary {
    padding: 0 0 10px;
    display: 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: #DC0032;
    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: 400px;
    min-width: 400px;
    height: 100%;
    background: white;
    border-radius: 5px;
    padding: 0 0 10px;
    margin-right: 10px;
    margin-bottom: 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 .cards {
    max-height: calc(100vh - 400px);
    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: 1px 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;
}
.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.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;
}
.visibility input {
    width: 200px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #999 !important;
    border-radius: 5px !important;
}
.documents .job-container {
    height: calc(100vh - 150px);
    padding-left: 5px;
}
.documents input {
    width: 80%;
}
.documents .document label {
    margin: 0;
    margin-left: 4px;
    padding-top: 35px;
}
.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;
}
.documents .fa-times-circle {
    cursor: pointer;
}
.document.folder,
.document.file {
    position: relative;
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px 20px;
    box-shadow: 0px 1px 5px 0px grey;
    margin-bottom: 10px;
}
.document.file .img .col-12 {
    padding: 0;
}
.document.file input {
    border: 1px solid #999;
    border-radius: 5px !important;
}
.document.folder .img {
    text-align: center;
}
.document.file .img {
    text-align: center;
    font-size: 40px;
    display: grid;
    align-items: center;
}
.document.file .img img {
    max-width: 100%;
    max-height: 150px;
}
.document.file .upload i {
    font-size: 40px !important;
}
.document.folder .created,
.document.file .created {
    text-align: center;
    font-size: 12px;
}
.document input.full-input.folderInput {
    border: none !important;
    text-align: center;
}
.document input.full-input.folderInput:focus {
    border: 1px solid #999 !important;
}

/* MACHINE DASHBOARD */
.machines .box-container.red {
    background: #DC0032;
}
.machines .box-container.amber {
    background: #ff8c00;
}
.machines .box-container.green {
    background: #19c085;
}
.machines h1 {
    font-size: 21px !important;
}

.fixed-cols .col {
    max-width: 100px;
}

.overview-modal .files .col-lg-3 {
    text-align: center;
}
.overview-modal .files i {
    font-size: 100px;
    padding: 30px;
}
.uppercase {
    text-transform: uppercase;
}

/* focusMode for DRA's */
.focusMode .sidebar,
.focusMode .header,
.focusMode .row.list-container.container-grid-narrow.shadow {
    opacity: 0.25;
    pointer-events: none;
}