/* Add here all your css styles (customizations) */

.products .g-bg-cover .frame {
    height: 250px;
    white-space: nowrap;
}

.products .g-bg-cover .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -3px;
}

.products .g-bg-cover img {
    vertical-align: middle;
    max-height: 300px;
}

.pd-lr-0 {
    padding-left: 0;
    padding-right: 0;
}

a.disabled {
    opacity: 0.25;
}

.chosen-container .chosen-results li.group-result {
    color: #3bb18f;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.ibox .btn-primary.btn-outline {
    color: #1ab394;
}

.ibox .btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.ibox .btn-primary.btn-outline:hover {
    color: #ffffff;
    background-color: #1ab394;
}

.product-box {
    padding: 0;
    border: 1px solid #e7eaec;
}

.product-box:hover,
.product-box.active {
    -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
    -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
    box-shadow: 0 3px 7px 0 #a8a8a8;
}

.ibox-content {
    clear: both;
    background-color: #ffffff;
    color: inherit;
}

.product-imitation {
    text-align: center;
    color: #bebec3;
    font-weight: 600;
    overflow: hidden;
}

.product-name {
    font-size: 15px;
    font-weight: 600;
    color: #676a6c;
    display: block;
    margin: 2px 0 5px 0;
    line-height: 15px;
}

.td-product-name {
    white-space: nowrap;
    max-width: 325px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-price {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1ab394;
    padding: 6px 12px;
    position: absolute;
    top: -34px;
    right: 0;
}

.product-desc {
    color: #676a6c;
    height: 150px;
}

.g-bg-gray-lighter {
    background-color: #f3f3f4;
}

.white-space-pre-line {
    white-space: pre-line;
    color: #676a6c;
}

.order-code {
    width: 35px;
}

.main-photo {
    width: 500px;
    height: 425px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 10px;
    line-height: 350px;
}

#art-work-main-photo {
    width: 100%;
}

.main-photo img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}

.gallery-img {
    width: 100px;
    height: 75px;
    float: left;
    padding: 5px;
    text-align: center;
}

.gallery-img.active {
    border: 1px solid #8D8D8D;
}

#product-options-gallery .gallery-img.active {
    border: 2px solid #3bb18f;
    border-radius: 4px;
}

.gallery-modal-info {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gallery-img img {
    max-width: 100%;
    max-height: 100%;
}

.float_center {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}

.float_center>.child {
    position: relative;
    left: 50%;
}

.product-gallery {
    text-align: center;
    overflow: hidden
}

.product-gallery:not(.customize-product-gallery) {
    width: 500px;
}

.product-gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
}

.product-gallery ul li {
    float: left;
    list-style-type: none;
    line-height: 60px;
}

.selected-packages .content {
    min-height: 30px;
}

.selected-packages {
    border: 2px dotted darkgray;
    min-height: 100px;
}

.selected-packages .title {
    background-color: blanchedalmond;
    margin-bottom: 20px;
}

.a-brd-bottom {
    border-bottom: 1px solid darkgray;
}

.g-cursor-auto {
    cursor: auto !important;
}

.s-cell-border {
    border: 1px solid #dee2e6;
}

.active .s-cell-border.bg {
    background-color: #58c7a7;
    color: #FFFFFF;
}

.active-table-cell .s-cell-border.bg {
    color: #3bb18f;
    background-color: #e0e0e0;
    font-weight: 700;
}


.s-cell-center {
    vertical-align: middle !important;
    text-align: center;
}

.my-tooltip {
    position: relative;
    display: inline-block;
}

.my-tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.my-tooltip.info .tooltiptext {
    background-color: #8babd4;
}

.my-tooltip .tooltiptext.t-left {
    left: 0;
}

.my-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
}

.my-tooltip.info .tooltiptext::after {
    border-color: #8babd4 transparent transparent transparent;
}

.my-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.data-filter {
    padding: 5px;
    overflow: hidden;
}

.data-filter .data-filter-item {
    float: left;
    width: 190px;
    height: 55px;
    margin-right: 15px;
}

.data-filter .data-filter-item .bootstrap-select {
    position: relative;
}

.user-filter.data-filter .data-filter-item {
    width: 150px;
}

.merchant-list .data-filter .data-filter-item {
    width: 166px;
}

.data-filter .data-filter-item.reset {
    position: relative;
}

.data-filter .data-filter-item.reset a {
    position: absolute;
    top: 24px;
    left: 0;
}

tr:not(.expired) .highlight-cell {
    background-color: #F9F9F9 !important;
}

tr.expired {
    background-color: #ffd4d4;
}

label.LOW {
    color: #007f99;
}

label.NORMAL {
    color: #000000;
}

label.HIGH {
    color: #e57d20;
}

label.EXTREME {
    color: red;
}

.astrum-form .error-text {
    display: none;
}

.astrum-form .has-error .error-text {
    display: block;
}

.astrum-form .has-error .icon-btn {
    background-color: #f00 !important;
}

.astrum-form .has-error i {
    color: #fff !important;
}

.astrum-form .has-error select {
    border: 1px solid #f00;
}

.astrum-form .field-ok .icon-btn {
    background-color: #72c02c !important;
}

.astrum-form .field-ok i {
    color: #fff !important;
}

.astrum-form .field-ok select {
    border: 1px solid #72c02c;
}

.astrum-form .field-ok input {
    border-color: #72c02c !important;
}

.astrum-form .btn.dropdown-toggle {
    height: 40px;
    background-color: #fff;
    border: 1px solid #e1eaea;
    margin-top: 5px;
}

.astrum-form .filter-option-inner-inner {
    line-height: 30px;
}

.a-width-100p {
    width: 100%;
}

.address-card {
    width: 200px;
    float: left;
    height: 100px;
    border: 3px solid lightgray;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
}

.address-card.address-plus {
    width: 50px;
    border: none;
    line-height: 65px;
}

.address-card.address-plus .plus-active {
    display: none;
}

.address-card.address-plus:hover .plus-active {
    display: inherit;
}

.address-card.address-plus:hover .plus-gray {
    display: none;
}

.card-selected {
    border: 3px solid #3bb18f;
}

ul.g-list-style-none {
    list-style: none;
}

ul.g-list-style-none li {
    list-style-type: none;
    overflow: hidden;
}

.a-gray-placeholder ::placeholder {
    color: #aaa;
    opacity: 1;
    /* Firefox */
}

.a-gray-placeholder :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaa;
}

.a-gray-placeholder ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #aaa;
}

.add-on-select {
    background-color: #FFFFFF !important;
    color: black !important;
}

.order-comment-count {
    border-radius: 50%;
    background-color: green;
    color: white;
    font-size: 10px;
    width: 18px;
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: center;
}

.sub-product-item {
    border-left: 2px solid #999;
}

.icon-fix .my-tooltip {
    width: 16px;
    height: 16px;
}

.icon-fix .my-tooltip > a {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.g-color-parasut {
    color: #fd5c4b;
}

::placeholder {
    color: #666666 !important;
    opacity: 0.7 !important;
}

:-ms-input-placeholder {
    color: #666666 !important;
    opacity: 0.7 !important;
}

::-ms-input-placeholder {
    color: #666666 !important;
    opacity: 0.7 !important;
}

.g-line-height-40 {
    line-height: 40px;
}

.g-width-155 {
    width: 155px !important;
}

.g-bg-lightpink {
    background-color: #ffc9c4 !important;
}

.g-brd-lightpink {
    border-color: #ffc9c4 !important;
}

.g-bg-lightgreen {
    background-color: #c7f1a2 !important;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20, 20, 20, 0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 15px 0 15px 30px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

#closeCookieConsent:hover {
    color: #FFF;
}

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

.modal-xl {
    max-width: 1000px !important;
}

.g-font-geneva {
    font-family: "Lucida Console", Monaco, monospace !important;
}

.dropdown-toggle {
  background-color: white !important;
  border-color: #eee !important;
}

.dropdown-toggle::after {
   content: "";
}

.dropup .dropdown-toggle::after {
  content: "";
  position: relative;
  top: 0.21429rem;
  font-family: "hs-icons" !important;
  font-size: 10px;
  display: inline;
  border: none;
  margin-left: 0.5rem;
}

.parasut-tooltip > a {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    cursor: pointer;
}

.parasut-tooltip > a:hover {
    color: red !important;
}

.my-tooltip .tooltiptext.tip-150 {
    width: 150px;
}

.my-tooltip .tooltiptext.tip-150::after {
    margin-left: -18px;
}

.my-tooltip .tooltiptext.tip-200 {
    width: 200px !important;
}

.my-tooltip .tooltiptext.tip-200::after {
    margin-left: -45px;
}

tr.highlight {
    background-color: #eff3fb;
    font-weight: 600;
}

tr.highlight .highlight-cell {
    background-color: palegreen !important;
}

.product-list-view .record {
    background-color: #EDEDED;
    border-top: 1px solid #75889b !important;
    width: 80px;
}

.product-list-view thead th {
    border-bottom: 2px solid #75889b !important;
}

.product-list-view td.title {
    border-top: 1px solid #75889b;
}

.product-list-view tr.striped .record {
    background-color: #F6F6F6;
}

tr.has-module .record {
    background-color: #f3f3f4;
}

.demo-ribbon {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    color: white;
    padding: 0 3px;
    width: 100%;
    text-align: center
}

#file-upload {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 100%;
    border-radius: 3px;
}

table.support-details-table {
    width: 100%;
}

table.support-details-table tr.border-top {
    border-top: 1px solid #dee2e6!important;
}

li.nav-item a.nav-link {
    cursor: pointer;
}

.modal .accept-terms {
    width: 30px;
    height: 15px;
    margin-right: 15px;
}

.support-request-photo {
    float: left;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
}

.table-responsive label {
    margin: 0;
}

.td-va-mid td {
    vertical-align: middle !important;
}

.no-border.table th, .no-border.table td {
    border-top: none !important;
}

a.other:hover {
    color: #3bb18f !important;
    cursor: pointer;
}

.g-max-height-400 {
    max-height: 400px;
}

.g-max-height-780 {
    max-height: 780px;
}

.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice {
    font-size: 14px;
    color: #000;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #000;
}

.chosen-container-single .chosen-single span {
    max-width: 280px;
}

.ribbon-top-right {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.ribbon-top-right img {
    height: 50px;
}

#navBar {
    z-index: 5;
}

.pre-order-ribbon {
    position: absolute;
    left: -30px;
    top: 0;
    width: 100px;
    height: 100px;
    background-color: #1AB394;
    line-height: 25px;
    color: white;
    padding-top: 27px;
    font-weight: bold;
    border-radius: 50%;
}

.g-bg-lightpink, .g-bg-lightpink .highlight-cell, tr.g-bg-lightpink:not(.expired) .highlight-cell {
    background-color: #ffe3e0 !important;
}

.access-icon-container {
    width: 24px;
    height: 24px;
    line-height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    position: relative;
    margin-right: 5px;
}

.access-icon-container img {
    height: 14px;
    position: relative;
    top: -1px;
    left: 5px;
}

.note-video-clip {
    width: 550px;
}

.u-sidebar-navigation-v1--mini {
    width: 44px;
}

@media (min-width: 576px) {
    .u-side-nav-mini .u-header-logo-toggler {
        width: 44px !important;
    }
}

.artwork-button {
    border-radius: 5px;
    width: 100%;"
}

.artwork-button .btn-laser-g {
    display: none;
}

.artwork-button:hover .btn-laser-b {
    display: none;
}

.artwork-button:hover .btn-laser-g {
    display: inline;
}

.license-dashboard {
    display: flex;
    flex-wrap: wrap;
}

.license-dashboard-box {
    height: 300px;
    width: 230px;
    color: #777;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    margin-right: 20px;
    margin-top: 20px;
    text-align: center;
    padding-top: 10px;
    position: relative;
    cursor: pointer;
}

.license-dashboard-box.box-full {
    height: 110px;
    flex: 1;
}

.license-dashboard-box.small-box {
    height: 200px;
    width: 150px;
}

.license-dashboard-box:hover {
    border-color: #666666 !important;
}

.license-dashboard-box img {
    max-width: 65%;
    height: auto;
    margin: 15px;
}

.license-dashboard-box.small-box {
    margin: 3px;
}

.licence-info {
    height: 70px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
}

.licence-product-info {
    bottom: 25px;
    right: 10px;
    position: absolute;
}

.licence-info p {
    margin-bottom: 5px;
}

.license-dashboard-box.small-box .licence-info p {
    font-size: 12px;
    margin-bottom: 0;
}

.license-dashboard-box.small-box .licence-info {
    height: 40px;
}

.license-dashboard-box.small-box img {
    margin: 0;
}

.licensed-devices-filter .chosen-single > span {
    color: #999 !important;
}

.green-on-hover .green {
    display: none;
}

.green-on-hover:hover .green {
    display: inline;
}

.green-on-hover:hover .black {
    display: none;
}

.g-bg-grey-light-v1 {
    background-color: #e9e9e9;
}

.g-bg-selected {
    border-left: 2px solid #72c02c;
    border-right: 2px solid #72c02c;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #72c02c;
}

.g-bg-selected.cell-top {
    border-top: 2px solid #72c02c;
}

.g-bg-selected.cell-bottom {
    border-bottom: 2px solid #72c02c;
}

.checkout-quotation-alert {
    text-align: left;
    color: black;
}

.checkout-quotation-alert ul {
    padding-left: 20px;
    margin-top: 15px;
}
