/****************************************/
/*** Default theme color replacement ****/
/** Login/Register Page */

.btn {
    border-radius: 5px;
}
.epp-order-box {
    cursor: pointer;
}

.epp-order-box:hover {
    background-color: rgb(198, 205, 198);
}

.loader-logo {
    width: 100%;
}
.epp-crm-accordion-bg {
    background: #2B2F35 !important;
    color: #fff;
}
.epp-crm-accordion-bg:hover {
    background: #BE9A3A !important;
    color: #fff;
}

.elisyam-bg.background-01, .elisyam-overlay.overlay-01 {
    background: #2B2F35;
}
.elisyam-bg.background-05 {
    background: #2B2F35;
}
.logo-centered {
    margin: 0;
}
.logo-centered img {
    width: auto;
}
/*********************************************/
.navbar-holder {
    min-height: 60px;
}
.btn-gradient-01, .btn-gradient-01 a {
    background: #BE9A3A;
}

.btn-primary {
    color: #999999;
    background-color: #2B2F35;
    border-color: #2B2F35;
}
.btn-primary i {
    color: #999999;
}
.btn-primary:hover {
  background-color: #BE9A3A;
  border-color: #BE9A3A;
}
.btn-primary:active {
    background-color: #BE9A3A;
    border-color: #BE9A3A;
}
.btn-secondary:hover {
    background-color: #BE9A3A;
    border-color: #BE9A3A;
}
.step-wizard .progressbar {
    background-color: #2B2F35;
    border-color: #2B2F35;
}
.step-wizard .active .step {
    background-color: #2B2F35;
    border-color: #2B2F35;
}
.step-wizard .active .title {
    color: #BE9A3A;
}
.step-wizard li > a {
    color: #999999;
}
.step-wizard li .step {
    border-color : #2B2F35;
}
.step-wizard a:hover .step {
    color: #BE9A3A;
    background-color: #2B2F35;
}
.step-wizard a:hover .title {
    color: #BE9A3A;
}
nav.navbar {
    background: #2B2F35;
}
.default-sidebar {
    background: #2B2F35;
}
.default-sidebar > .side-navbar span.heading {
    color: #999999;
}
.default-sidebar > .side-navbar ul a {
    color: #999999;
}
.default-sidebar > .side-navbar ul a:hover i {
    color: #BE9A3A;
}
.default-sidebar > .side-navbar ul li.active i,
.default-sidebar > .side-navbar li ul li a.active {
    color: #BE9A3A;
}

/****************************************/
.step-wizard li {
    width: 13%;
}

.step-wizard li.potrait {
    width: 12%;
}

.step-wizard li.property {
    width: 33%;
}

.qq-gallery .qq-upload-button-hover {
    background: #BE9A3A;
}

.sample-image-container {
    height: 400px;
    width: 400px;
    border: 1px groove #BE9A3A;
    border-radius: 4px;
    margin: 0px auto;
    position: relative;
}

.sample-image-container img {
    position: absolute;
    max-height:100%;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

}

#shadow-sample-image-container {
    border: 1px groove #BE9A3A;
    border-radius: 4px;
    margin: 0px auto;
    position: relative;
    width: 400px;
    height: 400px;
}

#shadow-sample-image-container img {
    max-height:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.format-image-container {
    border: 1px groove #BE9A3A;
    width: 400px;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}
.format-image-container > img {
    max-height: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.align-image-container {
    border: 1px groove #BE9A3A;
    width: 400px;
    height: 400px;
    position: relative;
    margin: 0px auto;
}
.align-image-container > img {
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px dotted #999999;
}

.margin-image-container {
    border: 1px groove #BE9A3A;
    width: 400px;
    height: 400px;
    position: relative;
    margin: 0px auto;

    box-sizing: border-box;
}

.margin-image-container > img {
    position: absolute;
    border: 1px dotted #999999;
}

.form-control {
    border: 1px solid #561d27;
}

label.error {
    color: red;
}
.hidden {
    display: none;
}
.specify {
    padding: 5px;
    width: 100px;
}
/************ CSS For Sample Images ******************/
.cc-selector input{
    margin:0;
    padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.cc-selector input:active +.drink-card {
    opacity: 1;
}

.cc-selector input:checked +.drink-card {
    opacity: 1;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    background: #2B2F35;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.cc-selector input:checked +.epp-card {
    border: 3px groove #2B2F35;
}

.drink-card {
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center center;
    display:inline-block;
    text-align: center;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1) grayscale(0) opacity(1);
    -moz-filter: brightness(1) grayscale(0) opacity(1);
    filter: brightness(1) grayscale(0) opacity(1);

    margin-left: 5px;
    float: left;
    width: 10%;
    height: 100px;
}
.drink-card span.epp-sample {
    display: block;
    background: #000;
    filter: opacity(.5);
    color: #fff;
    width: 25px;
    float:right;
    border: 1px solid #000;
    border-radius: 0 0 0 3px;
}

.drink-card span.epp-bg {
    display: block;
    background: #000000;
    filter: opacity(.5);
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.drink-card:hover {
    -webkit-filter: brightness(1) grayscale(0) opacity(.9);
    -moz-filter: brightness(1) grayscale(0) opacity(.9);
    filter: brightness(1) grayscale(0) opacity(.9);

    background : #999999;
    background-size:contain;
    background-repeat : no-repeat;
    background-position : center center;
}

.pic-container {
    border: 1px groove grey;
    border-radius: 5px;
}

.drink-card-prop {
    cursor:pointer;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
    display:inline-block;
    text-align: center;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1) grayscale(0) opacity(1);
    -moz-filter: brightness(1) grayscale(0) opacity(1);
    filter: brightness(1) grayscale(0) opacity(1);

    margin-left: 5px;
    float: left;
    width: 20%;
    height: 200px;
}

.drink-card-prop span.epp-sample-prop {
    display: block;
    background: #000;
    filter: opacity(.5);
    color: #fff;
    width: 100%;
    float:right;
    border: 1px solid #000;
    border-radius: 0 0 0 3px;
}
.cc-selector input:checked +.drink-card-prop span.epp-sample-prop {
    display: block;
    background: #BE9A3A;
    filter: opacity(1);
    color: #fff;
    font-weight: bold;
    border: 1px solid #BE9A3A;
    border-radius: 0 0 0 3px;
}
.cc-selector input:checked +.drink-card-prop {
    opacity: 1;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    background: #BE9A3A;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.drink-card-prop:hover {
    -webkit-filter: brightness(1) grayscale(0) opacity(.9);
    -moz-filter: brightness(1) grayscale(0) opacity(.9);
    filter: brightness(1) grayscale(0) opacity(.9);

    background : #BE9A3A;
    background-size:cover;
    background-repeat : no-repeat;
    background-position : center center;
}
.design-sample {
    border: 1px groove grey;
    border-radius: 5px;
    width: 15%;
}

#background-image:before {
    background: none;
    box-shadow: none;
}
/***** Hide arrows in input type numbers ******/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.jscolor-select {
    position:absolute;
    left:15%;
    top:25px;
    width:100px;
    border:1px groove #BE9A3A;
}

.bg-image-browse {
    position:absolute;
    left:20%;
    top:15px;
}

.epp-ajax .content-inner {
    margin-left: 0px;
    width: 100% !important;
}

.qq-gallery .qq-progress-bar {
    margin-bottom: 0px;
}

.qq-gallery .qq-total-progress-bar-container {
    border: 1px dotted #BE9A3A;
    border-radius: 9px;
}
.mfp-close {
    color: #000;
    right: 10px;
    top: -8px;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: auto;
}

.form-control-label {
    margin-top: 10px;
}

.swal-overlay {
    z-index: 999999999;
}
.mfp-ajax-holder .mfp-content {
    width: 100%;
}

nav.navbar .avatar {
    border: none;
    width: auto;
    height: auto;
}

nav.navbar .user-size.dropdown-menu {
    background-color: #0b0b0b;
}
nav.navbar .user-size.dropdown-menu li.welcome img {
    width: auto;
    height: auto;
}

#progress-text {
    color: #fff;
    padding: 3px;
}

.img-hover-01 > div a span {
    font-size: 1rem;
}

.img-hover-01 > div a i {
    font-size: 1rem;
}

.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.w-100 {
    height: 200px;
}

.w-100:hover {
    border: 1px solid #BE9A3A;
    cursor: pointer;

    box-shadow: 0 1px 15px 1px #BE9A3A;
}
.w-100-grey {
    background: #faf9f7;
}
.w-100-grey:hover {
    border: 1px solid #f1f1f1;
    cursor: pointer;

    box-shadow: 0 1px 15px 1px #f1f1f1;
}
.widget-20 .media a {
    font-size: 16px;
    font-weight: bold;
}
.widget-20 .media a.disabled {
    color: grey;
}
.widget-20 .media i {
    font-size: 5.5em;
}

.widget-20 .media a:hover {
    color: #BE9A3A !important;
}

.epp-swal-modal {
    min-width: 600px;
}

.ribbon {
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold; line-height: 20px;
    transform: rotate(45deg);
    width: 100px; display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}
.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%; top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.red span {background: linear-gradient(#F70505 0%, #8F0808 100%);}
.red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
.red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}

.blue span {background: linear-gradient(#2989d8 0%, #1e5799 100%);}
.blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}


.swal-modal {
    padding-right: 10px;
}

.table tbody tr > td.success {
    background-color: #dff0d8 !important;
}

.table tbody tr > td.error {
    background-color: #f2dede !important;
}

.table tbody tr > td.warning {
    background-color: #fcf8e3 !important;
}

.table tbody tr > td.info {
    background-color: #d9edf7 !important;
}

.table-hover tbody tr:hover > td.success {
    background-color: #d0e9c6 !important;
}

.table-hover tbody tr:hover > td.error {
    background-color: #ebcccc !important;
}

.table-hover tbody tr:hover > td.warning {
    background-color: #faf2cc !important;
}

.table-hover tbody tr:hover > td.info {
    background-color: #c4e3f3 !important;
}

.swal-text {
    font-weight: bold;
    color: blue;
    line-height: 20px;
}

select.custom {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.custom::-ms-expand {
  display: none;
}

.jstree-node .jstree-icon.jstree-ocl {
    background-image: url('/assets/icons/512px-Angle_right_font_awesome.svg.png');
    background-size: 22px 22px;
    background-position: center !important;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}
.jstree-node.jstree-open > .jstree-icon.jstree-ocl {
    transform: rotate(90deg);
}
.jstree-default .jstree-anchor {
    color: #2c304d;
}

table#disapproval-tree {
    width: 100%;
}
#disapproval-tree th {
    background-color: #98a8b4;
    color: #000;
}

#disapproval-tree td {
    padding: 7px;
}
.page-link {
    padding: 5px 10px;
    background: #2B2F35;
    color: #ffffff;
}

.page-link:hover {
    background: #BE9A3A;
    color: #000;
}

.editable-error-block {
    color: red;
    margin-left: 20px;
}

.epp-pagination-rounded {
    border-radius: 10px;
}

.widget-20 .media a {
    font-size: large;
}
.widget-20 .files-number {
    font-size:medium;
}

.default-sidebar > .side-navbar span.heading {
    color: #BE9A3A !important;
}

.widget-20 .media.w-100 {
    height: 170px !important;
}
.epp-color {
    color: #BE9A3A !important;
}

.epp-disabled-box, .epp-disabled-box i.la-image, .epp-disabled-box a {
    color: #cac6c6 !important;
}

.epp-disabled-box a:hover {
    color: #cac6c6 !important;
}

/* Portal job order status */
.status-box {
    background-color: #808080;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 100px !important;
    text-align: center;
    border: 1px solid #292929;
}
.status-box.draft,.status-box.quote {
    background-color: #808080;
    color: #fff;
}

.status-box.ordered {
    background-color: #1e5799 !important;
    color: #fff !important;
}

.status-box.in-progress {
    background-color: #ffa500 !important;
    color: #fff !important;
}

.status-box.checking {
    background-color: #ffff00 !important;
    color: #000000 !important;
}

.status-box.uploaded {
    background-color: #008000 !important;
    color: #fff !important;
}

.status-box.canceled {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}

.status-box.archived {
    background-color: #a5a2a2 !important;
    color: #ffffff !important;
}

.status-box.pending {
    background-color: #A52A2A !important;
    color: #ffffff !important;
}

.about-text p img {
    width: 100% !important;
}

.error {
    color: red;
}

.parent-badge {
  background-color: #007bff; /* Example blue */
  color: white;
  border-radius: 50%; /* Makes it round */
  padding: 2px 6px;
  font-size: 0.7em;
  font-weight: bold;
  margin-left: 5px;
}