@font-face {
    font-family: MICR;
    src: url(/public/fonts/micrenc.ttf);
}

.MICR {
    font-family: MICR !important;
    margin-top: 11px !important;
}
.check_dollar_sign {
    margin-top: 30px !important;
}
.check_dollar {    
    margin-top: 5px !important;
}

.nav-header {
    max-height: 87px;
}

.navbar-default {
    color: white;
    padding: 5px;
    max-width: 50%;
}
.navbar-brand {
    padding-top:2px !important;
    padding-bottom:2px !important;
    padding-left:2px !important;
}

.navbar-header {
    margin-right: -15px!important;
    margin-left: 0px!important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 2px !important;
}

.navbar-toggle {
    border: 1px solid gray;
    margin-top:25px;
    color:gray;
}

.navbar-collapse {
    margin-top:18px;
}

.companyLetter {
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.logo-small {
    max-height: 80px;
    max-width: 66%;
    padding: 2px;
    bottom: 5px;
}

.navbar_logo {
    max-height: 60px;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #2d81c5;
    border-color: #2e023e;
}
/*
.panel-body {
    padding:20px;
}
*/
.btnDashboardTasks {
    border-color: #2d81c5;
}
.btnDashboardTasks>.panel-heading {
    background-color: #2d81c5;
}
.btnDashboardTasks>.panel-body {
    color: #2d81c5;
}

.btnDashboardItems {
    border-color: #6e2488;
}
.btnDashboardItems>.panel-heading {
    background-color: #6e2488;
}
.btnDashboardItems>.panel-body {
    color: #6e2488;
}

.btnDashboardEntities {
    border-color: #75099b;
}
.btnDashboardEntities>.panel-heading {
    background-color: #75099b;
}
.btnDashboardEntities>.panel-body {
    color: #75099b;
}

.btnDashboardReports {
    border-color: #9c7ea7;
}
.btnDashboardReports>.panel-heading {
    background-color: #9c7ea7;
}
.btnDashboardReports>.panel-body {
    color: #9c7ea7;
}

.link {
    cursor: pointer;
}

.qty-width {
    width: 65px;
}

.font-normal {
    font-weight:normal;
}
.bold {
    font-weight: bold;
}
.bolder {
    font-weight: bolder;
}
.italic {
    font-style: italic;
}
.strikethrough {
    text-decoration: line-through !important;
}
.underline {
    text-decoration:underline !important;
}
.faintgray {
    color: #F3F3EF;
}
.lightblue {
    color: lightblue;
}
.blue {
    color:blue !important;
}
.primaryblue {
    color: #337ab7;
}
.linkblue {
    color: #3498db !important;
}
.anchorblue {
    color: #337ab7 !important;
}
.headerblue {
    color: #31708f !important;
}
.red {
    color: red !important;
}
.orange {
    color: orange !important;
}
.green {
    color: green;
}
.light-green {
    color: #98E984;
}
.white-green {
    color: #d6e4b5;
}
.gray {
    color: gray;
}
.light-gray {
    color: #9a9a9a;
}
.primary-color {
    color: #337ab7;
}
.dark-red {
    color:rgb(128, 10, 10);
}
.black {
    color:black !important;
}

.bg-light-gray {
    background-color: lightgrey;
}
.bg-faint-gray {
    background-color: #f5f5f5;
}
.bg-mid-gray {
    background-color: #a1a1a1 !important;
}
.bg-gray {
    background-color: gray !important;
}
.bg-red {
    background-color: red !important;
}
.bg-faint-red {
    background-color: #ffb1b187 !important;
}

.hours-icon {
    color: green;
    margin-top:6px;
    font-size:20px;
    cursor: pointer;
}
.delete-icon {
    color: #d9534f;
    margin-top:6px;
    font-size:20px;
    cursor: pointer;
}
.view-attachments {
    color: #28A745;
    margin-top:6px;
    font-size:20px;
    cursor: pointer;
}
.edit-icon {
    color: #337ab7;
    margin-top:6px;
    font-size:20px;
    cursor: pointer;
}
.add-subasset {
    background-color: #5cb85c;
    color: white;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    border-color: #5cb85c;
}

.add-subasset:hover {
    background-color: white;
    border-color: #5cb85c;
    color: #5cb85c;
}

.parent-asset-select{
    width: 200px; 
    padding: 6px; 
    margin-top: 20px; 
    margin-bottom: 15px;
}
.lightgray {
    color: lightgray;
}
.blue-zimbra {
    color: #0087c3;
}
.green {
    color:green;
}
.warning {
    color: #fcbd20;
}
.black {
    color: black;
}
.tomato {
    color: tomato !important;
}

.background-blue {
    background-color: blue;
    border-color: blue;
}

.background-green {
    background-color: green;
}

.background-red {
    background-color: red;
    border-color: black;
}

.background-white {
    background-color: white;
}

.background-transparent {
    background-color: transparent;
}

.margin3 {
    margin:3px;
}

.margin-0 {
    margin:0px !important;
}
.margin-2 {
    margin:2px !important;
}
.margin-5 {
    margin:5px !important;
}
.margin-6 {
    margin: 6px !important;
}
.margin-7 {
    margin: 7px !important;
}
.margin-8 {
    margin: 8px !important;
}
.margin-9 {
    margin: 9px !important;
}
.margin-10 {
    margin:10px !important;
}
.margin-17 {
    margin:17px !important;
}
.margin-12 {
    margin:12px !important;
}
.margin-15 {
    margin:15px !important;
}
.margin-20 {
    margin:20px !important;
}
.margin-25 {
    margin:25px !important;
}
.margin-30 {
    margin:30px !important;
}

.margin-top-0 {
    margin-top:0px !important;
}
.margin-top-2 {
    margin-top:2px !important;
}
.margin-top-3 {
    margin-top: 3px !important;
}
.margin-top-5 {
    margin-top:5px !important;
}
.margin-top-6 {
    margin-top: 6px !important;
}
.margin-top-7 {
    margin-top: 7px !important;
}
.margin-top-8 {
    margin-top: 8px !important;
}
.margin-top-9 {
    margin-top: 9px !important;
}
.margin-top-10 {
    margin-top:10px !important;
}
.margin-top-17 {
    margin-top:17px !important;
}
.margin-top-12 {
    margin-top:12px !important;
}
.margin-top-15 {
    margin-top:15px !important;
}
.margin-top-20 {
    margin-top:20px !important;
}
.margin-top-25 {
    margin-top:25px !important;
}
.margin-top-30 {
    margin-top:30px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}
.margin-bottom-2 {
    margin-bottom: 2px !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-bottom-7 {
    margin-bottom: 7px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-bottom-20 {
    margin-bottom: 15px !important;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-lr-10 {
    margin-left:10px;
    margin-right:10px;
}
.margin-lr-5 {
    margin-left:5px;
    margin-right:5px;
}

.margin-left-5 {
    margin-left: 5px;
}
.margin-left-15 {
    margin-left: 15px;
}
.margin-left-45{
    margin-left:45px;
}

.margin-right-30 {
    margin-right:30px;
}

.margin-y-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-auto {
    margin: auto;
}
.padding-0 {
    padding: 0px;
}
.padding-1 {
    padding: 1px;
}
.padding-2 {
    padding: 2px;
}
.padding-3 {
    padding: 3px;
}
.padding-4 {
    padding: 4px;
}
.padding-5 {
    padding: 5px;
}
.padding-6 {
    padding: 6px;
}
.padding-7 {
    padding: 7px;
}
.padding-8 {
    padding: 8px;
}
.padding-9 {
    padding: 9px;
}
.padding-10 {
    padding: 10px;
}
.padding-11 {
    padding: 11px;
}
.padding-12 {
    padding: 12px;
}
.padding-13 {
    padding: 13px;
}
.padding-14 {
    padding: 14px;
}
.padding-15 {
    padding: 15px;
}
.padding-16 {
    padding: 16px;
}
.padding-17 {
    padding: 17px;
}
.padding-18 {
    padding: 18px;
}
.padding-19 {
    padding: 19px;
}
.padding-20 {
    padding: 20px;
}


.padding-top-1 {
    padding-top:1px;
}

.padding-top-2 {
    padding-top:2px;
}

.padding-top-3 {
    padding-top:3px;
}

.padding-top-4 {
    padding-top:4px;
}

.padding-top-5 {
    padding-top:5px;
}

.padding-top-10 {
    padding-top:10px;
}
.padding-top-15 {
    padding-top:15px;
}
.padding-top-20 {
    padding-top:20px;
}
.padding-top-bottom-10{
    padding-top:10px;
    padding-bottom:10px;
}
.padding-top-bottom-4{
    padding-top:4px;
    padding-bottom:4px;
}
.padding-right-5 {
    padding-right: 5px;
}
.padding-right-10 {
    padding-right: 10px;
}
.padding-right-15 {
    padding-right: 15px;
}
.padding-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.padding-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-left-10 {
    padding-left: 10px !important;
}
.padding-left-35 {
    padding-left: 35px !important;
}

.padding-bottom-0 {
    padding-bottom:0px !important;
}
.padding-bottom-5 {
    padding-bottom:5px !important;
}
.padding-bottom-6 {
    padding-bottom:6px !important;
}
.padding-bottom-7 {
    padding-bottom:7px !important;
}
.padding-bottom-8 {
    padding-bottom:8px !important;
}
.padding-bottom-10 {
    padding-bottom:10px !important;
}
.padding-bottom-12 {
    padding-bottom:12px !important;
}
.padding-bottom-13 {
    padding-bottom:13px !important;
}
.padding-bottom-14 {
    padding-bottom:14px !important;
}
.padding-bottom-15 {
    padding-bottom:15px !important;
}
.width100 {
    width: 100%;
}

.width-90 {
    width: 90%;
}

.btn-huge{
    padding-top:40px;
    padding-bottom:40px;
}

.btn-xl{
    padding: 8px 14px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-login{
    background-color:#244b6d;
    color: #ffffff;
}

.btn-part {
    color: #2e6da4;
    background-color: #e8f7fa;
    border-color: #d5ecff;
}
.btn-group-inactive {
    color: #d7d7d7;
    background-color: #fff;
    border-color: #e3dede;
}
.btn-group-active {
    color: #4f4f4f;
    background-color: #ececec;
    border-color: #ccc;
}

.btn-action {
    margin-bottom: 5px;
    min-height: 50px;
    vertical-align: middle;

}
.btn-basic {
    color:#333;
    background-color: #f1f1f1;
}

.select2 {
    width: 100%!important;
}
.select2-selection {
    min-height: 34px !important;
}

.colorBlock {
    border-left: solid 1px #F3F3EF;
    border-right: solid 1px #F3F3EF;
}

.inactive-checkbox {
    width: 30px; 
    height: 30px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-30 {
    font-size: 30px;
}

.min-h35 {
    min-height:35px;
}

.min-h80 {
    min-height:80px;
}

.min-h100 {
    min-height:100px;
}

.min-w35 {
    min-width:35px;
}

.max-w35 {
    max-width:35px;
}

.max-w100 {
    max-width:100px;
}

.max-w150{
    max-width:150px;
}

.width-50-percent {
    width:50%;
}

.max-width-50-percent {
    max-width:50%;
}

.min-width-50-percent {
    min-width:50%;
}

.font-color-blue {
    color: #66afe9;
}

.img{
    position: relative;
}

.img i {
  top: 13px;
  position: absolute;
}

.left-25{
    left: 25%;
}
.right-25{
    right:25%;
}

.right5 {
    right:5px;
}
.right10 {
    right:10px;
}

.form-class-checkbox {
    width:20px; 
    height:20px; 
    margin-left: 60px; 
    position:absolue;
}

.form-class-label {
    margin-top:4px; 
    position:absolute;
}
.attachThumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.assign-delete {
    margin-top: 3px; 
    color: #d9534f;
}

.custom-checkbox {
    width:35px; 
    height: 35px;
}

.btn-save-circle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.loader {
    margin: auto;
    border: 12px solid #f3f3f3; /* Light grey */
    border-top: 12px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.full-width {
    width: 100% !important;
}

.icon-sub-asset{
    position:relative; 
    top:10px; 
    left:5px;
    cursor: pointer;
}
.box-shadow-none{
    box-shadow: none;
}
.form-checkbox{
    width: 34px;
    height: 34px;
}

.notify-checkbox {
    position: relative;
    top: 15px;
    left: 10px;
    width:35px; 
    height:35px;
}

.pointer {
    cursor: pointer;
}

.title {
    font-size: 35px;
}
.subtitle {
    font-size: 17px;
    color:darkgray;
}

.vertical-top {
    vertical-align: top !important;
}
.vertical-center {
    vertical-align: middle !important;
}
.vertical-bottom {
    vertical-align: bottom !important;
}

.td-group-width {
    width: 250px;
}

.td-notify-width {
    width: 100px;
}

.icon-size {
    font-size: 3em;
}

#navbarIconRow {
    height: 70px;
}


@media screen and (max-width: 576px) {  
    .title {
        font-size: 30px;
    }
    .icon-size {
        font-size: 2.3em;
    }
    #navbarIconRow {
        left: 0px;
    }
    #navbarIcons a {
        padding-left: 2px;
        padding-right:2px;
    }
    .global_search_option {
        min-width: 20px !important;
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media (max-width: 768px) {
    .text-right-xs {
        text-align: right !important;
    }
    .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }

    .container-fluid-xs {
        width: 100% !important;
        padding-right: 1px !important;
        padding-left: 1px !important;
    }
}

.po {
    margin: 20px 0 20px;
    height: 30px;
    padding: 5px 10px;
}
.btn-remove{
    background-color:#de1f11;
    border-color:#cc1f19;
    color: #ffffff;
}

.btn-remove:hover{
    background-color:#f25543; 
    border-color:#e64e37;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance:textfield;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
    appearance:textfield;
}
input[type=checkbox] {
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
}

.group-totals{
    margin-bottom: 5px;
    padding-right: 0px;
    border-right: 1px;
}

.existingTicketNote {
    overflow-wrap: anywhere;
    margin-left: 5px;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 10px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-17{
    font-size: 17px;
}

.share-icon{
    text-align:right; 
    padding-right:15px;
}

.po-marpad {
    margin-top: 13px;
    margin-bottom: 14px;
    margin-right: 7px;
    margin-left: 0px;
    border-top: 1px;
    border-bottom:1px;
    font-weight:bold;
}

.so-marpad {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 7px;
    margin-left: 0px;
    border-top: 1px;
    border-bottom:1px;
    color: #333;
    font-weight:bold;
}

.wo-marpad {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 7px;
    margin-left: 0px;
    border-top: 1px;
    border-bottom:1px;
    color: #333;
    font-weight:bold;
}

.btn-round {
    border-radius: 50%;
    padding:10px;
}

.fa-oldFont {
    font-family: inherit !important;
}
.fa-2_8x {
    font-size: 2.8em !important;
}
.fa-2_7x {
    font-size: 2.7em !important;
}
.fa-2_6x {
    font-size: 2.6em !important;
}
.fa-2_5x {
    font-size: 2.5em !important;
}
.fa-2_4x {
    font-size: 2.4em !important;
}
.fa-2_3x {
    font-size: 2.3em !important;
}
.fa-2_2x {
    font-size: 2.2em !important;
}
.fa-2_2x {
    font-size: 2.2em !important;
}
.fa-2_1x {
    font-size: 2.1em !important;
}
.fa-1_9x {
    font-size: 1.9em !important;
}
.fa-1_8x {
    font-size: 1.8em !important;
}
.fa-1_7x {
    font-size:1.7em !important;
}
.fa-1_6x {
    font-size: 1.6em !important;
}
.fa-1_5x {
    font-size: 1.5em !important;
}
.fa-1_4x {
    font-size: 1.4em !important;
}
.fa-1_3x {
    font-size: 1.3em !important;
}
.fa-_9x {
    font-size: .8em !important;
}
.fa-_8x {
    font-size: .8em !important;
}
.fa-_7x {
    font-size: .7em !important;
}
.fa-_6x {
    font-size: .6em !important;
}
.fa-_5x {
    font-size: .5em !important;
}
.fa-width_3 {
    width: var(--fa-width, .3em) !important;
}
.fa-width1 {
    width: var(--fa-width, 1em) !important;
    --fa-width: 1em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.list-style-disc {
    list-style-type: disc;
}

.ellipsis {
    text-overflow:ellipsis;
}
.fa-fw{
    width:1.25em;
    height:1.1em;
}

h5 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

h7 {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: gray;
}

.flex-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container-fluid {
    padding-left:40px;
    padding-right:40px;
}

.div-subasset{
    width:80%; 
    margin-right:5px;
}

.part-color{
    background-color: #e8f7fa;
}

.text-truncate {
    white-space: nowrap !important; 
    overflow: hidden !important; 
    text-overflow: ellipsis !important; 
    padding: 3px;
    /*color: #66afe9;*/
}

.text-truncate-plain {
    white-space: nowrap !important; 
    overflow: hidden !important; 
    text-overflow: ellipsis !important; 
    display: flow !important;
}

.refresh-icon {
    color:#337AB7; 
    font-size:12px; 
    cursor:pointer;
}

.width-10 {
    width: 10px !important;
}

.width-40 {
    width: 40px;
}

.subasset-image {
    width:40px;
    height:50px;
    border-radius:4px;
}

.remove-border {
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0px !important;
}

.text-dark {
    color: black !important;
}

.text-decoration-none {
    text-decoration: none;
}

.all-scroll {
    cursor: all-scroll;
}
.reportJobIcons{
    color:#d2a219;
}
.reportJobIcons:hover{
    color:#E8C410;
}
.reportJobIconsBlue{
    color:#337ab7;
}
.reportAssetIcons{
    color:#17a2b8;
}
.reportAssetIcons:hover{
    color:#138496;
}
.reportProductIcons{
    color:#146c43;
}
.reportProductIcons:hover{
    color:#198754;
}
#ttl_new {
    color: #4bb2c5
}
#ttl_confirmed {
    color: #c5b47f;
}
#ttl_in_progress {
    color: #EAA228;
}
#ttl_closed {
    color: #579575;
}

.chartLegendItem {
    margin-top:5px;
    margin-bottom:5px;
}

.hr-narrow {
    margin-top:1px;
    margin-bottom:5px;
}
.hr-tight {
    margin-top:1px;
    margin-bottom:1px;
}
.bluelink{
    color:#337ab7;
    font-weight:bold;
    cursor: pointer;
}

.icon-blue {
    color: #007bff;
}

.icon-grey {
    color: grey;
}

.offwhite{
    background-color:#f8f8ff;
}
 
.progress-div {
    width: 30px; 
    height: 30px;  
    border-radius: 10px; 
    border: 1px solid #82c91e;
    margin: auto;
    cursor: pointer;
}


.progress-div-fill {
    background-color: #82c91e;
}

.progress-div-invalid {
    width: 30px; 
    height: 30px;  
    border-radius: 10px;
    border: 1px solid #dc3545;
    margin: auto;
    cursor: pointer;
}

.progress-div-invalid-fill {
    background-color: #dc3545;
}

.icon-users {
    font-size: 22px;
    margin-top: 5px;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-75 {
    opacity: 0.75;
}

.ta-hidden-input {
    border-width: 0px;
    border-color:white;
    background-color: white;
}

.span-line-height {
    line-height: 30px;
}

.unconfirmed-color {
    color: #cc1f19 !important;
}

.progress-color {
    color: #82c91e !important;
}

.closed-color {
    color : #5cb85c !important;
}

.confirmed-color {
    color: #EAA228 !important;
}

.invalid-color {
    color: #aaa !important;
}

.bluebadge {
    background-color:#337ab7;
}

.border {
    border-style:solid;
    border-color: gray;
    border-width: 1px;
    padding:3px;
    border-radius: 3px;
}
.border-light {
    border-style:solid;
    border-color: lightgrey;
    border-width: 1px;
    padding:1px;
    border-radius: 3px;
}
.border-nested {
    display: inline-block;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px;
    border-style:solid;
    border-color: gray;
    border-width: 1px;
    border-radius: 3px;
}
.border-error {
    border-color: red !important;
}
.no-border {
    border:none !important;
}

.user_signture {
    width:100%
}

.signature {
    height: 200px;
    border: 1px solid gray;
    border-radius: 3px;
    user-select: none;
}

.signature-pad {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid black;
    background: transparent;
}

.signature-pad--body {
    height: 100%;
    background: transparent;
}

@media (max-width: 700px) {
    .navbar-brand {
        padding-top:2px !important;
        padding-bottom:2px !important;
        padding-left:2px !important;
        float:none !important;
    }
}

.logoMargin {
    margin-right: 5px;
}

.marginTop0 {
    margin-top:0px; 
}
.marginTop2 {
    margin-top: 2px;
}
.marginTop3 {
    margin-top: 3px;
}
.marginTop4 {
    margin-top: 4px;
}
.marginTop5 {
    margin-top: 5px;
}
.marginTop6 {
    margin-top: 6px;
}
.marginTop7 {
    margin-top: 7px;
}
.marginTop8 {
    margin-top: 8px;
}
.marginTop9 {
    margin-top: 9px;
}
.marginTop10 {
    margin-top: 10px;
}
.marginTop12 {
    margin-top: 10px;
}
.marginTop15 {
    margin-top: 15px;
}
.marginTop20 {
    margin-top: 20px;
}
.marginTop30 {
    margin-top: 30px;
}
.marginBottom0 {
    margin-bottom: 0px;
}
.marginBottom3 {
    margin-bottom: 3px;
}
.marginBottom5 {
    margin-bottom: 5px;
}
.marginBottom8 {
    margin-bottom: 8px;
}
.marginBottom10 {
    margin-bottom: 10px;
}
.marginBottom15 {
    margin-bottom: 15px;
}
.marginLeft3 {
    margin-left: 3px;
}
.marginLeft5 {
    margin-left: 5px;
}
.marginLeft10 {
    margin-left: 10px;
}
.marginLeft15 {
    margin-left: 15px;
}
.marginLeft20 {
    margin-left: 20px;
}
.marginLeft30 {
    margin-left: 30px;
}
.marginRight5 {
    margin-right: 5px;
}
.marginRight10 {
    margin-right: 10px;
}
.marginRight15 {
    margin-right: 15px;
}
.marginRight20 {
    margin-right: 20px;
}

.padding0 {
    padding: 0px;
}
.padding1 {
    padding: 1px;
}
.padding2 {
    padding: 2px;
}
.padding3 {
    padding: 3px;
}
.padding4 {
    padding: 4px;
}
.padding5 {
    padding: 5px;
}
.padding10 {
    padding:10px;
}
.padding15 {
    padding:10px;
}
.padding20 {
    padding: 20px;
}

.paddingTop0 {
    padding-top: 0px;
}
.paddingTop5 {
    padding-top: 5px;
}
.paddingTop10 {
    padding-top: 10px;
}
.paddingTop15 {
    padding-top: 15px;
}
.paddingTop20 {
    padding-top: 20px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingLeft0 {
    padding-left: 0px;
}
.paddingLeft10 {
    padding-left: 10px;
}
.paddingLeft15 {
    padding-left: 15px;
}
.paddingLeft20 {
    padding-left: 20px;
}
.paddingLeft30 {
    padding-left: 30px;
}
.paddingLeft40 {
    padding-left: 40px;
}
.paddingLeft50 {
    padding-left: 50px;
}
.paddingLeft60 {
    padding-left: 60px;
}
.paddingLeft70 {
    padding-left: 70px;
}

.paddingRight0 {
    padding-right: 0px;
}
.paddingRight3 {
    padding-right: 3px;
}
.paddingRight5 {
    padding-right: 5px;
}
.paddingRight10 {
    padding-right: 10px;
}
.paddingRight15 {
    padding-right: 15px;
}
.paddingRight30 {
    padding-right: 30px;
}
.paddingRight40 {
    padding-right: 40px;
}
.paddingRight50 {
    padding-right: 50px;
}
.paddingRight60 {
    padding-right: 60px;
}
.paddingRight70 {
    padding-right: 70px;
}
.paddingLeftRight0 {
    padding-left: 0px;
    padding-right: 0px;
}
.paddingLeftRight5 {
    padding-left: 5px;
    padding-right: 5px;
}
.paddingLeftRight10 {
    padding-left: 10px;
    padding-right: 10px;
}
.paddingLeftRight13 {
    padding-left: 13px;
    padding-right: 13px;
}

.fontSize10 {
  font-size: 10px;
}

.fontSize11 {
  font-size: 11px;
}

.fontSize12 {
  font-size: 12px;
}

.fontSize13 {
  font-size: 13px;
}

.fontSize14 {
  font-size: 14px;
}

.fontSize15 {
  font-size: 15px;
}

.fontSize16 {
  font-size: 16px;
}

.fontSize17 {
  font-size: 17px;
}

.fontSize18 {
  font-size: 18px;
}

.fontSize19 {
  font-size: 19px;
}

.fontSize20 {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .text-right-sm {
        text-align: right !important;
    }
    .text-left-sm {
        text-align: left !important;
    }
    .text-center-sm {
        text-align: center !important;
    }
    
    .nav-fix {
        width: 35%;
    }
    
    .logo-small {
        max-width: 100%;
    }
}
@media (min-width: 992px){
    .text-right-md {
        text-align: right !important;
    }
    .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
}

.user-welcome {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 20px;
}

.widgetContainerEdit {
    border: solid 1px #efeeee;
    padding: 4px;
}
.widgetContainerEdit:hover {
    border: solid 1px #b5e8fb;
    padding: 4px;
}

.edit-checkmark {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 1100;
    background-color: #5cb85c;
    border-color: #4cae4c;
    width: 60px;
    height: 60px;
    border-radius: 70px;
    transition: all 0.4s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    cursor: pointer;
}

.edit-checkmark-tutorial {
    position: absolute;
    background-color: #5cb85c;
    border-color: #4cae4c;
    width: 40px;
    height: 40px;
    border-radius: 70px;
    transition: all 0.4s;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.w-100 {
    width: 100% !important;
}


.option-input {
  top: 13.33333px;
  height: 30px;
  width: 50px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 888;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}
.option-input.radio {
  border-radius: 50%;
}

.bm_row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.gs-bookmark-item {
    float: none;
    display: inline-block;
}

.bookmark-icon {
    padding-top: 15px !important;
}

.line-item-box {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 5px;
}

.line-item-divider{
    border-top: 1px solid #ddd;
}

.height-auto {
    height:auto;
}

.height-30 {
    height: 30px;
}

.note-fs-18 p {
    font-size: 18px;
}

.nowrap {
    white-space: nowrap;
}

.white-space-nowrap {
    white-space: nowrap;
}

.white-space-normal {
    white-space: normal;
}

.flex-height-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-center {
  text-align:center;
}

.col-center {
  display:inline-block;
  float:none;
}

.printHeaderLogo {
    max-height: 75px;
}

.unitPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dataRow:nth-child(odd) {
    background: #e0e0e0;
}


.list-group-horizontal .list-group-item
{
	display: inline-block;
}
.list-group-horizontal .list-group-item
{
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
 	border-right-width: 0;
}
.list-group-horizontal .list-group-item:first-child
{
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child
{
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
	border-right-width: 1px;
}

.float-right {
    float: right;
}
.float-left {
    float: left;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex.align-start {
    align-content: start;
}
.flex.align-center {
    align-items: center;
}
.flex.align-end {
    align-items: end;
}
.flex.justify-start {
    justify-content: start;
}
.flex.justify-center {
    justify-content: center;
}
.flex.justify-end {
    justify-content: end;
}

.center-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-center-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.flex-center-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.flex-space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {  
    .no-border-bottom {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .no-border-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.not-allowed {
    cursor: not-allowed;
}

.no-hover{
    pointer-events: none;
}

.bring-to-front {
    position: relative;
    z-index: 999;
}

.bring-to-almost-front {
    position: relative;
    z-index: 888;
}

.white {
    color: white;
}

.bluegray {
    color: #B8D5DB;
}

.position-absolute {
    position: absolute;
}

.position-sticky {
    position: sticky;
}

.position-fixed {
    position: fixed;
}

.height-max {
    height: 100%;
}

.width-max {
    width: 100%;
}

.sidebar-left-border {
    background-color: white;
    border-right: 1px solid #bce8f1;
    -webkit-box-shadow: 5px 0 15px rgba(0,0,0,0);
    box-shadow: 5px 0 15px rgba(0,0,0,0);
    transition: box-shadow ease 0.5s;
    overflow-y:auto;
    height: calc(100vh - 70px);
    max-width: 100%;
    overflow-x: hidden;
}

.sidebar-expanded {
    -webkit-box-shadow: 5px 0 15px rgba(0,0,0,.3);
    box-shadow: 5px 0 15px rgba(0,0,0,.3);
}

.navbar-bottom-border {
    background-color: white;
    border-bottom: 1px solid #bce8f1;
    /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
    max-width: 100%;
}

#navSidebarTop {
    height:71px;
    background: transparent;
}

.nav-sidebar { 
    width: 100%;
    padding: 8px 0; 
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    -webkit-border-radius: 4px 0 0 4px; 
    -moz-border-radius: 4px 0 0 4px; 
    border-radius: 4px 0 0 4px; 
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #428bca; 
    color: #fff; 
    text-shadow: 1px 1px 1px #666; 
}
.nav-sidebar .active a:hover {
    background-color: #428bca;   
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

/* Right-aligned sidebar */
.nav-sidebar.pull-right { 
    border-right: 0; 
    border-left: 1px solid #ddd; 
}
.nav-sidebar.pull-right a {
    -webkit-border-radius: 0 4px 4px 0; 
    -moz-border-radius: 0 4px 4px 0; 
    border-radius: 0 4px 4px 0; 
}
.flexbox-center-left-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flexbox-center-right-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


.collapsing.width {
    -webkit-transition-property: width, visibility;
    transition-property: width, visibility;
    width: 0;
    height: auto;
}

.sidebar-toggle-btn {
    position: absolute;
    top: 0;
    right: -45px;
    color: #31708f;
    border-right: 1px solid transparent;
    border-bottom : 1px solid transparent;
    border-bottom-right-radius: 2px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 9px;
}

.sidebar-collapse-btn {
    float: right;
    position: relative;
    right: 15px;
    bottom: 80px;
    background-color: #8d8d8d;
    border-color: #494949;
    width: 60px;
    height: 60px;
    border-radius: 70px;
    transition: all 0.4s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    cursor: pointer;
    z-index: 1000;
}

.sidebar-expand-btn {
    position: fixed;
    left: 15px;
    bottom: 15px;
    background-color: #8d8d8d;
    border-color: #494949;
    width: 60px;
    height: 60px;
    border-radius: 70px;
    transition: all 0.4s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    cursor: pointer;
    z-index: 1000;
}

.sidebarBtnMoveRight {
    animation: sidebarBtnMoveRight .4s linear;
    animation-fill-mode: forwards;
}

.sidebarBtnMoveLeft {
    animation: sidebarBtnMoveLeft .4s linear;
    animation-fill-mode: forwards;
}

@keyframes sidebarBtnMoveRight {
    0% {
      left: 0;
    }
    100% {
      left: calc(100% - 15px);
    }
}

@keyframes sidebarBtnMoveLeft {
    0% {
      right: 0;
    }
    100% {
      right: 15px;
    }
}

.userIcon, .companyLogo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    background-color: #e4f5fd;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position:relative;
}
.userIcon:hover, .companyLogo:hover{ 
    z-index:555555;
    background-color: #62b4da;
}

.section-settings-panel {
    padding: 10px 15px;
    margin-bottom: 20px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.overflow-auto {
    overflow:auto;
}
.overflow-x-auto {
    overflow-x:auto;
}
.overflow-x-hidden {
    overflow-x:hidden;
}
.overflow-y-auto {
    overflow-y:auto;
}
.overflow-y-hidden {
    overflow-y:hidden;
}

.sectionCollapse.in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sectionCollapse.collapsing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}

.page-cover {
    opacity:    0.75; 
    background: #e7e7e7; 
    width:      100%;
    height:     100%; 
    z-index:    100000;
    top:        71px; 
    left:       0; 
    position:   fixed; 
  }

.loading-center {
    position:absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display:block;
    text-align:center;
    height: 300px;
    transform: translateY(-50%);
    z-index: 200000;
    opacity: 1;
  }

.fadeElement {
    -webkit-animation: fading 4s infinite linear;
            animation: fading 4s infinite linear; 
}

@keyframes fading {
    50% {
        opacity: 30%;
    }
}
/*
.canvas-background {
    position: absolute;
    background-color: rgba(0,0,0,.5);
    will-change: opacity;
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

.canvas-background .transition {
    -webkit-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out
}

.canvas-background .opaque {
    opacity: 1;
}

.canvas-background .transparent {
    opacity: 0;
}
*/
.canvas-background {
    position: absolute;
    background-color: rgba(0,0,0,.5);
    visibility: hidden;
    opacity: 0;
    transition: opacity 250ms ease-in, visibility 0ms ease-in 250ms;
}
  
.canvas-background .shown {
    visibility: visible;
    opacity: 1;
    transition: opacity 250ms ease-in, visibility 0ms ease-in 0ms;
}

.noscroll{
    position:fixed;
    left: 0;
    right: 0;
    overflow:hidden;
}

@media (min-width: 768px) {
    .global_search_option {
        min-width:80px !important;
    }
}
.showSearchOptions {
    display: inline-flex;
}

#sidebar-main {
    /*z-index: 1000;*/
    z-index: 997;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    float: left;
    height: 100vh;
    position: fixed;
    width: 70px;
    min-width: 70px!important;
    max-width: 70px!important;
    left: 0px;
    background-color: #ececec;
}

#global_search_parent .form-control {
    padding: 12px;
}

#global_search_parent .input-group-addon {
    padding: 12px;
}
@media (min-width: 768px) {
    #contentContainer {
        width:680px;
    }
    #global_search_column {
        height:70px;
    }
    #global_search_body {
        position: absolute;
        padding-left: 0px;
        top: 56px;
    }
    #searchResult {
        height: 304px;
        overflow: auto;  
    }
    #navbarIconRow {
        left: 0px;
    }
    #navbarContainer {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*hidden for now, will be unhidden after having time to move modals over to sidebar
    #navbarIconRow {
        left: -70px;
    }
    #navbarContainer {
        padding-left: 70px;
        padding-right: 0px;
    }
    */
    #mainContentContainer {
        padding-left: 75px;
    }
    #simpleLogo {
        z-index: 997;
    }
}
@media (max-width: 767px) {
    #global_search_column {
        height:0px;
    }
    #sidebar-main {
        left: -70px;
    }
    #global_search_body {
        position: fixed;
        left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        top: 70px;
    }
    #searchResult {
        height: 0px;
        overflow: auto;  
    }
    #module_list_body {
        position: fixed;
        left: 0px;
        width: calc(100% + 15px);
    }
    #module_list_column {
        padding-right: 0px;
    }
    
    #navbarIconRow {
        left: -70px;
    }
    #navbarContainer {
        padding-left: 70px;
        padding-right: 0px;
    }
    #navbarToggle {
        border-bottom: 1px solid #bce8f1;
    }
    
    /*hidden for now, will be unhidden after having time to move modals over to sidebar
    #navbarIconRow {
        left: 0px;
    }
    #navbarContainer {
        padding-left: 0px;
        padding-right: 0px;
    }
    */
    #mainContentContainer {
        padding-left: 0px;
    }
    .xs-show-none {
        padding: 0px;
        margin: 0px;
        width: 0px;
        height: 0px;
    }

    #simpleLogo {
        padding-right:65px; 
        z-index: 997;
    }

    #simpleLogoNav {
        padding-right: 23px;
    }

    .headerRow {
        width: calc(100% - 70px);
    }

    .float-left-xs {
        float:left;
    }

    .float-right-xs {
        float:right;
    }
}

#global_search_body .modal-content {
    border-radius: 0px 0px 6px 6px;
    border: 0px;
    border-left: 1px solid rgba(0,0,0,.2);
    border-right: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);
}


#module_list_content {
    height: 475px;
    overflow-y: auto;
    overflow-x: hidden;
}

.show-none {
    padding: 0px;
    margin: 0px;
    width: 0px;
    height: 0px;
}

#moduleListOverlay {
    /*background-color: #eee;*/
    z-index: 1000;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 6px 6px 0px 0px;
    position: absolute;
}

#navbarToggle {
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    float: left;
    /*height: 100vh;*/
    height: 72px;
    position: fixed;
    width: 70px;
    min-width: 70px!important;
    max-width: 70px!important;
    background-color: #ececec;
}

#bookmarkList {
    min-height: 0px;
    max-height: 180px;
    overflow-y:auto;
    overflow-x: hidden;
}
@media (min-width: 768px) and (max-width: 1200px) {
    #module_list_body {
        position: absolute;
        min-width: 150%;
    }
}
@media (min-width: 1200px) {
    #module_list_body {
        position: absolute;
        min-width: 100%;
    }
}

@media (min-width: 838px) {
    #contentContainer {
        width:750px;
    }
}
@media (min-width: 1000px) {
    #contentContainer {
        width: 900px;
    }
}
/*
@media (min-width: 1082px) {
    #contentContainer {
        width: 900px;
    }
}
*/
@media (min-width: 1270px) {
    #contentContainer {
        width:1170px;
    }
}

.headerLogoBlock {
    height: 71px;
}

#simpleLogout {
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: fixed;
    right: 0px;
    height: 72px;
    width: 70px;
    min-width: 70px!important;
    max-width: 70px!important;
    padding-left: 0px; 
    padding-right: 0px;
}

#save-bar-mobile {
    top: 71px;
    width: 100%;
    z-index: 996;
    background-color: white;
    border-bottom: 1px solid #bce8f1;
}

#save-bar-mobile-parent {
    height: 57px;
}

#navSidebarleftParent {
    z-index: 996;
}

.center-vertical-print {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.center-block {
    margin:auto !important;
}

#navbarIcons a {
    text-decoration: none;
}

.qtysMaster{    
    background-color: #f7f7f763;
}

.d-grid {
    display:grid;
}

.input-button {
    position: relative; 
    display: flex;
    width: 300px;
  }
  
  .input-button input {
    width: 100%;
    padding: 10px;
    padding-right: 50px; 
    box-sizing: border-box; 
    border: 2px solid #ccc;
  }
  
  .input-button button {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px; 
    height: 100%;
    border: none;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
  }
  
  .input-group button:hover {
    background-color: #0056b3;
  }

  .fc-content {
    cursor: pointer;
  }

  .fn-notes {
    width: 100%;
    height: 100%;
    font-size: 21px;
  }

#tradingPartnerModal {
    z-index: 1060 !important; 
}

#qrcode img {
    margin:auto;
}

.well-options:hover {
    color: #a0b8d4 !important;
}
.well-options-selected {
    background-color: white !important;
}

.emails-wrapper, .cc-wrapper, .bcc-wrapper, .recurrence-wrapper {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px 4px 4px 4px;
    background-color: #fff;
    cursor: text;
}

.emails-wrapper input, .cc-wrapper input, .bcc-wrapper input, .recurrence-wrapper input {
    font-size: 14px;
    border: none;
    flex: 1;
    padding: 5px;
    outline: none;
}

.email-bubble, #emailCCButton, #emailBCCButton {
    display: inline-block;
    background-color: #fff;
    color: #333;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 20px;
    border: 1px solid #ccc;
    position: relative;
}

.email-bubble .email-bubble-text, #emailCCButton, #emailBCCButton {
    font-size: 14px;
}

.email-bubble .remove-email {
    font-size: 14px;
    margin-left: 10px;
    font-size: 1.2rem;
    color: #888;
    cursor: pointer;
}

.email-bubble .remove-email:hover, #emailCCButton, #emailBCCButton {
    color: #555;
    cursor: pointer;
}

.attachment-email-checked {
    border: 3px solid transparent;
    border-color: cornflowerblue;
    transition: border-width 0.05s ease;
}

.attachment-email-checked::after {
    content: "\2713";  /* Unicode for checkmark */
    font-size: 16px;
    color: white;
    background-color: #5bc0de;
    border-color: #46b8da;
    position: absolute;
    transform: translateX(75%) translateY(130%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 3px black;
}

.email-user-parent {
    padding-right: 15px;
    padding-left: 15px;
}

.email-user-list {
    width: calc(100% - 32px);
    max-height: 300px;
    overflow-y: auto;
    position: fixed;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0px 0px 4px 4px;
    background-color: #ffffff;
    z-index: 1000;
}

.email-user-list-item {
    display: flex;
    align-items: center; /* Align icon and text vertically */
    padding-bottom: 5px;
    padding-top: 5px;
}

.email-user-list-item:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.email-user-list-item.selected {
    background-color: #ccc;
}

.user-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
}

.user-icon-bubble {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    margin-left: 0px;
    margin-right: 5px;
}

.user-details {
    display: flex;
    flex-direction: column; /* Stack entity name and email vertically */
}

.entity-name {
    font-size: 16px; /* Larger font for entity name */
    font-weight: bold; /* Make entity name bold */
}

.user-email {
    font-size: 12px; /* Smaller font for user email */
    color: gray; /* Optional: color for the email text */
}

.ranking-number-container .ranking-number {
    width: 4.4ch; /* Minimum width for 1 digit */
    border: 1px solid #eae8e8;
    border-radius: 4px; /* Rounded corners */
    padding: 0px;
    font-size: 32px;
    transition: width 0.05s ease;
    color: gray;
    text-align: center;
    cursor: pointer;
}

.ranking-subtitle {
    font-weight: 600;
    text-align: center;
    color: gray;
    padding: 0px;
    font-size: 12px;
    position: relative;
    bottom: 10px;
}

@media (max-width: 768px) {
    .table-text-large-mobile a, .table-text-large-mobile .colorBlock  {
        font-size: 18px;
    }

    .table-text-large-mobile .fa {
        font-size: 1.2em !important;
    }

    .ticketWidget .ranking-number {
        font-size: 22px;
    }

    .ticketWidget a {
        font-size: 18px;
    }

    .ticketWidget .fa {
        font-size: 2em !important;
    }
}

.load-container {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.load-box {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
}

.hours_warning {
    font-weight: bold;
    font-style: italic;
}

.hours_error {
    color: red;
}

#actionsModalTitle {
    padding: 0px;
    margin: 0px;
}

.day-checkbox {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    cursor: pointer;
    margin: 0;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.day-checkbox input[type="checkbox"] {
    display: none;
}
.day-checkbox.checked {
    background-color: #337ab7;
    color: white;
}
.calendar-days {
    max-width: 300px;
}

.weekday-pill {
    display: inline-block;
    padding: 6px 12px;
    margin: 2px;
    border: 1px solid #ccc;
    border-radius: 999px;
    cursor: pointer;
    background-color: #f9f9f9;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.weekday-pill input[type="checkbox"] {
    display: none;
}
.weekday-pill.checked {
    background-color: #337ab7;
    color: white;
}

.sectionItemParent {
    padding-bottom: 10px;
}

#lblGUIContainer {
    width: 600px;
    height: 400px;
    border: 1px solid #444;
    position: relative;
    margin: 5px auto;
    background-color: #ffffff4c;
}
.lblGUIText {
    width: 100%;
    height: 10%;
    border: 1px solid #44444440;
    background-color: #ecedee29;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: grab;
    user-select: none;
    z-index: 10000;
    display: inline-block;
}

.modal-arrow-right {
  position: absolute;
  top: 50%;
  right: 0%;
  margin-top: -22px;
  transition: 0.6s ease;
  opacity: 25%;
  transition: opacity .2s;
}
.modal-arrow-left {
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -22px;
  transition: 0.6s ease;
  opacity: 25%;
  transition: opacity .2s;
}
.modal-arrow-right:hover, .modal-arrow-left:hover {
    opacity: 100%;
}

.savedFilters {
    height: 36px;
    width:90%;
    border-radius: 4px 0px 0px 4px;
}
.editFilterButton {
    border-radius: 0px;
    height: 36px;
}
.addFilterButton {
    border-radius: 0px 4px 4px 0px;
    height: 36px;
}
.d-FlexInLine {
    display: -webkit-inline-box;
}

#searchBox, .searchBox {
    height: 75px;
}

#medInputBox, .medInputBox {
    height: 55px;
}
#largeInputBox, .largeInputBox {
    height: 75px;
}
.select2-container--default-lg,.select2-selection-lg {
    min-height: 75px;
    max-height: 100px;
    overflow-y: auto;
}

.agreement-detail {
    max-height: 400px;
    overflow-y: scroll;
}

.sendBodyRecord {
    color: gray;
    border: 1px solid;
    border-color: #ccc;
    padding: 6px;
    margin: 10px;
    width: 97%;
}

.collapseBodyRecord i {
    position: relative;
    bottom: 19px;
    color: gray;
    border: 1px solid;
    border-radius: 4px;
    padding: 3px;
    background-color: white;
    border-color: #ccc;
}

#loadingInventoryList {
    height: 33vh;
    overflow-y: auto;
}

.inventoryItem.selected {
    border: black 2px solid;
}

/* Overwrite container height and width */
.select2-container .select2-selection--single[aria-labelledby="select2-loadingInventoryRemainingLocation-container"] {
    height: 75px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
}

/* Text inside select box */
.select2-container .select2-selection--single[aria-labelledby="select2-loadingInventoryRemainingLocation-container"] .select2-selection__rendered {
    line-height: 75px !important;
    font-size: 35px;
    padding-left: 10px !important;
}

/* Dropdown arrow */
.select2-container .select2-selection--single[aria-labelledby="select2-loadingInventoryRemainingLocation-container"] .select2-selection__arrow {
    height: 75px !important;
    top: 0 !important;
}

.messageBox{
    min-height: 300px;
}

.status-icon:hover {
    color: blue;
}

#messageSearchForm {
    margin-bottom: 15px;
}

#messageSearchForm .input-group {
    width: 100%;
}

#messageSearchForm .input-group-btn .btn {
    min-width: 90px;
    margin-left: 5px;
}

#messageSearchForm .input-group-btn:first-of-type .btn {
    margin-left: 5px;
}

#messageSearchFeedback {
    margin-top: 5px;
}

.hr-border {
    border-width: 2px; 
    border-color: #222;
}