.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;
}

.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.strikethrough {
    text-decoration: line-through;
}

.faintgray {
    color: #F3F3EF;
}
.lightblue {
    color: lightblue;
}
.blue {
    color:blue !important;
}
.linkblue {
    color: #3498db !important;
}
.anchorblue {
    color: #337ab7 !important;
}
.headerblue {
    color: #31708f !important;
}
.red {
    color: red !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);
}

.bg-light-gray {
    background-color: lightgrey;
}
.bg-faint-gray {
    background-color: #f5f5f5;
}
.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-top-0 {
    margin-top:0px !important;
}
.margin-top-2 {
    margin-top:2px !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-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-auto {
    margin: auto;
}
.padding-0{
    padding:0px;
}

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

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

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

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

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

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

.padding-bottom-0 {
    padding-bottom:0px !important;
}
.padding-bottom-5 {
    padding-bottom:5px !important;
}
.padding-bottom-10 {
    padding-bottom:10px !important;
}

.width100 {
    width: 100%;
}

.font-size-20 {
    font-size: 20px;
}
.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;

}

.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-20 {
    font-size: 20px;
}

.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;
}

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

.img{
    position: relative;
}

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

.left-25{
    left: 25%;
}

.right-25{
    right:25%;
}

.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;
}

.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;
}

@media screen and (max-width: 576px) {  
    .title {
        font-size: 30px;
    }
    .icon-size {
        font-size: 2.3em;
    }
    #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;
  margin: 0;
}
input[type=number] {
  -moz-appearance:textfield;
}
.group-totals{
    margin-bottom: 5px;
    padding-right: 10px;
    border-right: 1px;
}

.existingTicketNote {
    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_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_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-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; 
}

.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;
}


@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;
}
.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;
}
.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;
}

.paddingRight0 {
    padding-right: 0px;
}
.paddingRight3 {
    padding-right: 3px;
}
.paddingRight5 {
    padding-right: 5px;
}
.paddingRight10 {
    padding-right: 10px;
}
.paddingRight15 {
    padding-right: 15px;
}
.paddingRight30 {
    padding-right: 30px;
}
.paddingLeftRight0 {
    padding-left: 0px;
    padding-right: 0px;
}
.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);
    cursor: pointer;
}

.edit-checkmark-tutorial {
    position: absolute;
    background-color: #5cb85c;
    border-color: #4cae4c;
    width: 40px;
    height: 40px;
    border-radius: 70px;
    transition: all 0.4s;
    -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;
}

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

.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;
}

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

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

@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 {
    height: 100%;
}

.sidebar-left-border {
    background-color: white;
    border-right: 1px solid #bce8f1;
    /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
    overflow-y:auto;
    height: 100vh;
    max-width: 100%;
    overflow-x: hidden;
}

.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:50px;
    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);
    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);
    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;
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}

.userIcon, .companyLogo {
    min-width: 45px;
    min-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;
}

.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:        70px; 
    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;
}