p:last-child{margin-bottom: 0;}
span.required {color: red;}
.even-larger-badge {font-size: 1.2em;}


/*Select2 Material Design*/
/**
 * Multiple Select2
 */
.select2-container--material {
    width: 100% !important;
    /**
     * Textbox
     */
    /**
     * Dropdown
     */
    /**
     * Options
     */
    /**
     * Focused textbox
     */
    /**
     * Disabled textbox
     */
}
.select2-container--material ::-moz-placeholder {
    color: inherit;
}
.select2-container--material :-ms-input-placeholder {
    color: inherit;
}
.select2-container--material ::placeholder {
    color: inherit;
}
.select2-container--material .select2-selection {
    /* @extend input */
    overflow: visible;
    font: inherit;
    touch-action: manipulation;
    margin: 0;
    line-height: inherit;
    border-radius: 0;
    box-sizing: inherit;
    /* @extend .form-control */
    display: block;
    width: 100%;
    color: #55595c;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0 0.6rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    /* @extend input[type=text] */
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    width: 100%;
    font-size: 1rem;
    box-shadow: none;
    transition: all 0.3s;
    min-height: 2.1rem;
}
.select2-container--material .select2-selection .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--material .select2-selection--single .select2-selection__rendered {
    /*float: left;*/
}
.select2-container--material .select2-selection--single .select2-selection__arrow {
    float: right;
}
.select2-container--material .select2-selection--multiple {
    /**
     * Multiple selected options
     */
    /**
     * Multiple selected option clear button
     */
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice {
    /* @extend .mdl-chip */
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 16px;
    background-color: #dedede;
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    margin: 2px 0;
    font-size: 0;
    white-space: nowrap;
    /* @extend .mdl-chip__text */
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 4px;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
    /* Hide default content */
    font-size: 0;
    opacity: 0.38;
    cursor: pointer;
    float: right;
    margin-top: 4px;
    margin-right: -6px;
    margin-left: 6px;
    transition: opacity;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
    content: "cancel";
    /* @extend .material-icons */
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    color: #000;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.54;
}
.select2-container--material .select2-search--inline .select2-search__field {
    width: 100%;
    margin-top: 0;
    /* Match input[type=text] */
    height: 34px;
    line-height: 1;
}
.select2-container--material .select2-dropdown {
    border: 0;
}
.select2-container--material .select2-dropdown .select2-search__field {
    min-height: 2.1rem;
    margin-bottom: 6px;
    border: 0;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s;
}
.select2-container--material .select2-dropdown .select2-search__field:focus {
    border-bottom: 1px solid #4285f4;
    box-shadow: 0 1px 0 0 #4585f4;
}
.select2-container--material .select2-results__options {
    /* @extend .zf-shadow-depth* */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    /* @extend .dropdown-content */
    background-color: #fff;
    margin: 0;
    min-width: 100px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 999;
    will-change: width, height;
    /* @extend .dropdown-content inline styles */
}
.select2-container--material .select2-results__option {
    /* @extend .dropdown-content li */
    color: rgba(0, 0, 0, 0.87);
    line-height: 1rem;
    text-align: left;
    text-transform: none;
    font-size: 0.9rem;
    display: block;
    padding: 10px 15px;
    /**
     * Disabled options
     */
    /**
     * Selected option
     */
    /**
     * Active/hovered option
     */
}
.select2-container--material .select2-results__option[aria-disabled=true] {
    /* @extend .select-dropdown li.disabled */
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent !important;
    cursor: context-menu;
    /* @extend .disabled */
    cursor: not-allowed;
}
.select2-container--material .select2-results__option[aria-selected=true] {
    /* @extend .dropdown-content li:active, .dropdow-content li:hover */
    color: #4285f4;
    background-color: #eee;
}
.select2-container--material .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
}
.select2-container--material.select2-container--focus .select2-selection {
    /* @extend input[type=text]:focus */
    border-bottom: 1px solid #4285f4;
    box-shadow: 0 1px 0 0 #4585f4;
}
.select2-container--material.select2-container--disabled .select2-selection {
    /* @extend .select-wrapper input.select-dropdown:disabled */
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
    box-shadow: none;
}

.select2-container .select2-selection--single{height: calc(1.6em + 0.75rem + 2px);}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: calc(1.6em + 0.75rem + 2px);height: calc(1.6em + 0.75rem + 2px);}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: calc(1.6em + 0.75rem + 0px);}
.form-group .form-control.readonly-transparent-bg{background-color: #fff;}
.select2-link {cursor: pointer;}

.job_fields_btn_div,.job_fees_btn_div,.job_cost_btn_div{/*border: 2px dashed black;*/ padding-top: 15px; padding-bottom: 10px;margin-top: 10px}
.border-left-dashed{border-right: 1px dashed black;}

.remove-icon{    position: absolute;top: 0;right: 0;color: red;font-size: 1.4em;cursor: pointer;}
.switch-field-icon,.switch-product-field{    position: absolute;bottom: 8px;right: 0;color: green;font-size: 1.4em;cursor: pointer;}
.hidden-direct-value{display: none;}
.hidden-direct-value+.select2{display: none;}
.close-iframe-btn{display: inline;float: right;font-size: 30px;margin-top: 0;margin-right: 10px;cursor: pointer;}
.navbar-brand{position: relative;}
.infinity-logo{font-size: 25px;position: absolute;top: 2px;right: -23px;/*transform: rotate(90deg);*/}
.td-dark-bg td{background-color: #a9a7a7; }
.messages-tbody .img-thumbnail{max-width: 50px;}
.card-header .fa {transition: .3s transform ease-in-out;}
.card-header .collapsed .fa {transform: rotate(90deg);font-size : 1.4em;}

.pagination{justify-content: center;margin-top: 30px;}
#scroll_btn {position: fixed;bottom: 20px;right: 30px;z-index: 99;font-size: 25px;border: none;outline: none;background-color: red;color: white;cursor: pointer;padding: 0 15px;border-radius: 4px;}
#scroll_btn:hover {background-color: #555;}
.go-to-bottom .fa-long-arrow-up{display: none;}
.go-to-top .fa-long-arrow-down{display: none;}

/*body.data-loading{position: relative;}*/
body.data-loading:after{content: '\A';position: fixed;width: 100%; height:100%;top:0; left:0;background:rgba(0,0,0,0.2);opacity: 1;transition: all 1s;-webkit-transition: all 1s;z-index: 100;}
body.data-loading #app:after{content: '\A';width: 20px;height: 20px;margin-top: -40px;margin-left: -40px;position: fixed;top: 50%;left: 50%;border-width: 30px;border-radius: 50%;-webkit-animation: spin 1s linear infinite;border-style: double;border-color: #7d7979 transparent;}
@-webkit-keyframes spin { 0% {-webkit-transform: rotate(0);} 100% {-webkit-transform: rotate(-360deg);} }

.btn-oragne{background-color: orange;}

.select2-container--default .select2-selection--multiple .select2-selection__clear{    position: absolute;    margin-top: 0;right: -10px;font-size: 20px;}
.runsize-item{border: 1px solid black; border-radius: 10px;font-size: 18px;font-weight: bold;    text-align: center;    margin-right: 5px;}
.run-sizes .fa-remove{color: red; cursor: pointer}
.run-sizes .input-group-text{cursor: pointer}

.fullWidthRow{width: 100vw;position: relative;margin-left: -50vw;margin-right: 0;left: 50%;padding: 0;}
.Colorspec label,.Colorspec select{font-weight: bold;font-size: 20px;}
.Colorspec.col-md-3{    flex: 0 0 100%;max-width: 100%;}
.Colorspec.col-md-3 .form-group{max-width: 35%;}
.Colorspec.col-md-3 .form-check{display: none;}

.flip-list-move {transition: transform 0.5s;}
.no-move {transition: transform 0s;}
.ghost {opacity: 0.5;background: #c8ebfb;}
.list-group {min-height: 20px;border:1px solid;}
.list-group-item {cursor: move;    position: relative;}
.list-group-item i {cursor: pointer;}
.list-group-item .btn.btn-danger{position: absolute;right: 0;bottom: 0;}
.vue-numeric-input input{    border-radius: 5px;height: 40px;}

.media-library-property-c{display: flex;flex-direction: column;margin-right: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;--text-opacity: 1;color: black;}
.media-library-property-c a{cursor: pointer;}

.deleteBtn{color: red;cursor: pointer;border: 1px solid black;padding: 8px;border-radius: 20px;}
.card h3{margin-bottom: 0;}
/*Vue slide up/down transition */
.slide-enter-active {-moz-transition-duration: 0.5s;-webkit-transition-duration: 0.5s;-o-transition-duration: 0.5s;transition-duration: 0.5s;-moz-transition-timing-function: ease-in;-webkit-transition-timing-function: ease-in;-o-transition-timing-function: ease-in;transition-timing-function: ease-in;}
.slide-leave-active {-moz-transition-duration: 0.5s;-webkit-transition-duration: 0.5s;-o-transition-duration: 0.5s;transition-duration: 0.5s;-moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);-o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);transition-timing-function: cubic-bezier(0, 1, 0.5, 1);}
.slide-enter-to, .slide-leave {max-height: 300px;overflow: hidden;}
.slide-enter, .slide-leave-to {overflow: hidden;max-height: 0;}
.form-group.disabled .select2-container{    pointer-events: none;}
.form-group.disabled .select2-container .select2-selection{background: #EEEEEE;}

.vue-numeric-input{    max-width: 135px;}

.mark-up-input input{ width: 90%;}
.markup-value input{border: 0;background: transparent;    pointer-events: none;    width: 90%;}
.input-active .markup-value input{border: 1px solid black; background: white;pointer-events: inherit;margin-bottom: 10px;text-align: center;max-width: 75px;}
.input-active .markup-value span {margin-right: 15px;}
.markup-percentage{align-items: center;}
.markup-percentage input[type="checkbox"]{ margin-right: 10px}
.markup-percentage input[type="text"]{ max-width: 75px;text-align: center;}
.markup-percentage div.media-body{display: none;}
.markup-percentage input[type="checkbox"]:checked + div.media-body{display: inline;}
.mark-up-row{opacity: 0.5;font-size: 18px;}
.mark-up-row td:not(.row-change){pointer-events: none;}
.mark-up-row.mark-up-enabled{opacity: 1;}
.mark-up-row.mark-up-enabled td:not(.row-change){pointer-events: inherit;}
.mark-up-row .is-invalid{background-color: red;}
.profit{color: green;font-weight: bold;font-family: sans-serif;}
.profit.is-invalid{background: turquoise;}
.suggested-price{background: yellow;}
.merge-col{display: none;}
.mark-up-merged{display: none;}
.n2{display: none;}
.mark-up-merged-first .n2{display: block;}
.mark-up-merged-first .n1{display: none;}
.sub-products{height: 300px;overflow-y: scroll;}
.sub-products label{font-size: 18px;}
.fullWidthRow{width: 100vw;position: relative;margin-left: -50vw;margin-right: 0;left: 50%;padding: 0;}
.range-item{position: relative;}
.btn-remove{    position: absolute;right: -50px;bottom: 16px;}
.range-items label{text-transform: capitalize;}
.range-items [type=number]::-webkit-inner-spin-button,.range-items  [type=number]::-webkit-outer-spin-button{display: none;}
/*body{background: cornsilk;}*/
.text-red{color:red;}

.big-checkbox{width: 20px;height: 20px;}
@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}

.form-search{
    width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fancy-box-layout .enabled_section{display: none}
.bold {font-weight: bold;}

.invoice-table {font-family: sans-serif;font-size: 10.5pt;}
.invoice-table p {	margin: 0; }
.invoice-table table.items { /*	border: 0.1mm solid #000000;*/}
.invoice-table td { vertical-align: top; }
.invoice-table .items td {border-bottom: 0.1mm solid #cecece;}
.invoice-table table thead td { background-color: #9d6c0a/*#0c2646*/;text-align: center;font-variant: small-caps;font-size: 10.5pt;color: #fff;font-weight: bold;padding: 5px 3px;border: 0; /*border: 0.1mm solid #000000;*/}
.invoice-table .items td.blanktotal {border: 0 none #000000;/*background-color: #EEEEEE;    background-color: #FFFFFF;*/ /*border: 0.1mm solid #000000;*/ /*border-top: 0.1mm solid #000000;*/ /*border-right: 0.1mm solid #000000;*/}
.invoice-table .no-borer td{border: 0 none #000000;}
.invoice-table .items td.totals {text-align: right;border-bottom: 0; /*border: 0.1mm solid #000000;*/}
.invoice-table .items td.cost {text-align: right;}
.invoice-table .invoice-details tr td{font-size: 12pt;}
.invoice-table .invoice-details tr td span{text-align: left;}
.invoice-table .myheader img{width: 90% !important;}
.invoice-table .myheader .tt-3{width: 25%;}
.invoice-table .myheader{margin-bottom: 20px;}
.invoice-table .invoice-details{margin-left: auto;}
.invoice-table .invoice-details tr td{text-align: left;}
/*.invoice-table .address-details{display: none;}*/
.payment_box .form-row{display: block;}
.btn.btn-pay{display: none;}
.btn.btn-pay-sm{display: none;font-size: 16px;font-weight: bold;cursor: pointer;color: #fff;background-color: #38c172;/*display: inline-block;*/text-align: center;vertical-align: middle;padding: 1em;line-height: 1.1;text-decoration: none;border : 1mm solid #220044;border-radius: 3mm;background-clip: border-box;}

.m-row{width: 100%;font-size: 7pt;}
.m-col-6{width: 49%;float: left;margin-left:1mm;}
.m-col-8{width: 72%;float: left;margin-left:1mm;}
.m-col-4{width: 26%;float: left;margin-left:1mm;}
.m-box{width: 96%;float: left;border: 0.15mm solid #282828;margin-bottom: 2mm;}
.m-box-r{float: right;}
.mp-2{padding: 2mm;}

@media (max-width: 767px) {
    td.tt-2 {display: none;}
    .invoice-table .myheader .tt-3{text-align: left!important;}
    .mobile-logo{display:flex;flex-direction: column;}
    .mobile-logo td{width:100%;}
    .mobile-logo td img{max-width: 230px;}
}

.invoice-table .myfooter{display: none;}

.table:not(.extra-padding) td {padding: 0.25rem;}
.job-sidebar{max-width:200px;position: fixed;left: 0;top: 3rem;}
.job-sidebar tr td{padding-left: 5px;padding-bottom: 0;}
.job-hash a span:nth-of-type(1){font-size: 12px;}
.job-hash a span:nth-of-type(2){font-weight: bold;font-size: 1rem;}
