/**Image picker styling**/

/*This class is underscores because the plugin uses underscores in its classes.*/
.image_picker_image {
    max-height: 200px;
    max-width: 300px;
    width: 100%;
}

ul[data-disabled].thumbnails.image_picker_selector li .thumbnail.selected {
    background-color: #c5c5c5;
}

li.image-picker-element {
    width: 310px;
    text-align: center;
}

.thumbnail.image-picker-element {
    width: 300px;
    height: 255px;
}

/* end of image picker styling */

img.icon {
    width: 1em;
}

img.bin-icon {
    width: 20px;
}

input[type=image].bin-icon {
    float: right;
    width: 35px;
    padding-bottom: 5px;
}

th.paginated a {
    color: white;
}

a.blue-box:hover {
    background-color: #0050a0;
}

ul.thumbnails.image_picker_selector {
    max-height: 500px;
}

a.blue-box span#leaving-site {
    font-size: 1.4rem;
    right: 0.5em;
    top: 0.2em;
}

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

.red-box {
    background-color: #f5b5b9 !important;
}

.green-box {
    background-color: #b3d6b9 !important;
}

#no-results {
    display: none;
    color: red;
}

.entity-read-table th {
    width: 170px;
}

#support_hub_admin_filter {
    display: flex;
}

.list-view-controls {
    margin-bottom: 1em;
}

.list-view-controls .pagination-navigation {
    flex-grow: 50;
}

.list-view-controls .right-buttons {
    text-align: right;
}

.hoverEnlarge {
    transition: transform .2s; /* Animation */
}

.hoverEnlarge:hover {
    transform: scale(2);
}

.productIcon {
    height: 30px;
}

.deleteRoleIcon {
    display: inline;
    height: 18px;
    width: 18px;
}

.deleteIcon {
    display: inline;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.inline-block {
    display: inline-block;
}

.read-only-form-field {
    background-color: #eee;
    padding: 0.6em;
    border: 1px solid #ddd;
    border-radius: 9999px;
}

/** Inventory **/
#inventory {
    font-size: 0.8em;
}

#inventory thead th {
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
}

.product-inventory-results-error {
    color: red;
    text-align: unset;
}

#loading {
    display: none;
    padding: 0.5em;
    text-align: center;
}

#loading img {
    width: 3em;
}

#quoteLineResults {
    display: none;
}

.quote-line-add {
    border: solid 1px;
    padding: 0.5em;
    margin: 0 0 1em 0;
}

.quote-line-add > .accordion {
    margin-top: 1em;
}

.add-quote-line {
    width: 100%;
}

.add-custom-quote-line {

}

/**quote view**/
#quote-view-wrapper {
    text-align: center;
}

#quote-table-wrapper {
    box-sizing: border-box;
    max-width: 1000px;
}

#quote-table-wrapper table {
    border-collapse: collapse;
    width: 100%;
}

#quote-table-wrapper table tr {
    border-bottom: 1px solid #06c;
}

#standard-paragraphs-container {
    border-bottom: 1px solid #06c;
}

#quote-table-wrapper #quote-footer tr#quote-addresses-container {
    border-bottom: none;
    border-top: 1px solid #06c;
}

#quote-footer #quote-addresses-container td {
    vertical-align: top;
}

#quote-footer #quote-address-contacts-container span,
#quote-footer #quote-address-contacts-container span p {
    display: inline-block;
}

#quote-footer #quote-address-contacts-container span {
    box-sizing: border-box;
    font-size: 0.7em;
    height: 25px;
    padding-bottom: 1em;
    width: 25px;
}

#quote-footer #quote-address-contacts-container p {
    margin: 0.2em 0;
    width: 95%;
}

#quote-footer #quote-addresses-container td {
    padding-top: 1em;
}

#quote-footer #quote-address-contacts-container td {
    padding-bottom: 1em;
}

#quote-footer #quote-addresses-container td,
#quote-footer #quote-address-contacts-container td {
    width: 25%;
}

#quote-accreditation-container img {
    display: inline-block;
    height: 100px;
    margin: 0 0.5em;
    vertical-align: middle;
}

#quote-accreditation-container img#carbon-code {
    height: 50px;
}

#quote-accreditation-container .quote-svg-icons {
    height: 80px;
}

#header-left,
#header-right,
#details-left,
#details-right {
    box-sizing: border-box;
}

#header-right img {
    max-width: 200px;
}

/* in case we want to make the search results a fixed height */
/*#quote-line-data {*/
/*    max-height: 500px;*/
/*    overflow-y: scroll;*/
/*}*/

/** Form **/
textarea.resizable-vertical {
    resize: vertical;
}

.large-row-textarea {
    height: 11em;
}

.loading {
    display: none;
    padding: 0.5em;
    text-align: center;
}

.loading img {
    width: 3em;
}

.required_fields {
    padding-top: 1%;
}

.required_fields li {
    display: inline-block;
}

.required_fields h3 {
    color: #06c;
}

.no-results {
    display: none;
    color: red;
    margin-bottom: 1em;
}

.non-required_fields li {
    display: inline-block;
}

.non-required_fields h3 {
    color: #06c;
}

.non-required_fields .text-box textarea {
    padding-right: 70%;
}

.non-required_fields .submit {
    display: block;
}

.non-required_fields #description label {
    width: 120%;
}

.product-qr-code {
    width: 250px;
}

.filter-input {
    font-size: 13px; /* Increase font-size */
    width: 95%;
    padding: 10px;
    margin: 0;
    overflow: hidden;
    outline: none;
    text-align: center;
    border-width: 0;
}

#tooltips .tooltip {
    background-color: #06c;
    border-radius: 6px;
    box-shadow: 0 0 5px 5px #0000001c;
    color: #fff;
    display: none;
    overflow: visible;
    padding: 5px;
    position: fixed;
    text-align: center;
    width: 20%;
    word-wrap: break-word;
    z-index: 9;
}

#tooltips .tooltip table th {
    background-color: #333;
    color: #fff;
    padding: 0.2em;
    text-align: left;
}

#tooltips .tooltip table td {
    background-color: #fff;
    color: #333;
    padding: 0.2em;
    text-align: left;
}

#cms-moderation {
    position: fixed;
    top: 160px;
    right: 9vw;
    z-index: 2;
    padding: 1em;
    margin: 1em;
    background-color: #fcfcfc;
    border-style: solid;
    border-width: 1px;
    border-color: #858585;
}

.image-picker-loading {
    text-align: left;
    height: 100px;
    display: none;
}

.image-picker-loading img {
    width: 3em;
}

.image-picker-error {
    text-align: left;
    display: none;
}

/****************CONTENT MANAGEMENT******************/
.agentCountries {
    width: 50%;
}

/****************MY THORLUX HOME PAGE******************/
#user-bar {
    /*background-color: #fff;*/
    /*display: flex;*/
    /*margin: 1%;*/
    /*padding: 1em;*/
}

#user-image {
    /*padding: 0.5em;*/
    /*background-color: #f1f4f9;*/
    /*width: 5em;*/
    /*margin-right: 1em;*/
}

#user-image img {
    /*width: 5em;*/
}

#user-details p {
    /*padding: 0;*/
    /*margin: 0;*/
}

#user-details .edit-button img {
    /*width: 10px;*/
}

.link-box-section {
    /*padding: 1em 0;*/
}

.link-box-section h2 {
    /*margin: 1%;*/
}

.link-boxes {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}

.link-boxes a.blue-box {
    /*box-sizing: border-box;*/
    /*display: block;*/
    /*overflow: hidden;*/
    /*margin: 1%;*/
    /*padding: 1em;*/
    /*text-align: center;*/
    /*flex: 0 0 98%;*/
}

.link-boxes a.blue-box img {
    /*    max-width: 50px;*/
    /*    max-height: 50px;*/
    /*    height: 64px;*/
    /*    width: 64px;*/
}

@media only screen and (min-width: 800px) {
    #user-bar {
        /*margin: 0.5%;*/
    }

    /*.link-box-section h2 {*/
    /*    margin: 0.5%;*/
    /*}*/
    /*.link-boxes a.blue-box {*/
    /*    flex: 0 0 49%;*/
    /*    margin: 1em 0.5%;*/
    /*}*/
}

@media only screen and (min-width: 1200px) {
    /*.link-boxes a.blue-box {*/
    /*    flex: 0 0 24%;*/
    /*}*/
}

@media only screen and (min-width: 1600px) {
    /*.link-boxes a.blue-box {*/
    /*    flex: 0 0 19%;*/
    /*}*/
}

/* Customer Service Portal */
#results-wrapper {
    padding: 1em 0;
}

#error {
    text-align: center;
    font-size: 1.4em;
}

.icon-label {
    display: block;
    border-top: 1px solid #333;
}

/***** Product CMS Page *****/
#product-version-tabs-container {
    background-color: #f1f4f9;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 40px;
    position: sticky;
    top: 90px;
    z-index: 2;
}

#product-version-tabs {
    box-sizing: border-box;
    display: flex;
    list-style: none;
    /*margin: 1em auto -1px auto;*/
    max-width: 1000px;
    padding: 0;
}

#product-version-tabs li {
    background-color: #d8dae0;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    cursor: pointer;
    display: inline-block;
    padding: 0.5em 1em;
}

#product-version-tabs li:first-child {
    border-top-left-radius: 3px;
}

#product-version-tabs li:last-child {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    display: inline-block;
    padding: 0 1em;
}

#product-version-tabs li:first-child:last-child {
    padding: 0;
    background-color: transparent;
    border-left: none;
}

#product-version-tabs li.active {
    background-color: #fbfcfd;
    border-bottom: #fbfcfd;
    cursor: default;
}

#product-version-tabs li.state-inactive,
#product-version-tabs li.state-inactive.state-unapproved {
    background-color: #997c80;
}

#product-version-tabs li.state-inactive.active,
#product-version-tabs li.state-inactive.state-unapproved.active {
    background-color: #ffd2d9;
}

#product-version-tabs li.state-unapproved {
    background-color: #cac8ab;
}

#product-version-tabs li.state-unapproved.active {
    background-color: #fff9d2;
}

#product-version-forms {
    background-color: #fbfcfd;
    box-sizing: border-box;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin: 0 auto;
    max-width: 1000px;
}

#product-version-tabs button {
    height: 40px;
    width: 40px;
}

.product-version-form {
    padding: 1em;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    display: none;
}

.product-version-form.state-inactive,
.product-version-form.state-inactive.state-unapproved {
    background-color: #ffd2d9;
}

.product-version-form.state-unapproved {
    background-color: #fff9d2;
}

#product-range-form {
    background-color: #fff;
    border: 1px solid #333;
    left: 50%;
    margin-left: -150px;
    padding: 1em;
    position: fixed;
    top: 50%;
    width: 300px;
    z-index: 300;
}


/***FAQ CMS***/

a#show-all span#collapse-text {
    display: none;
}

a#show-all.active span#collapse-text {
    display: block;
}

a#show-all span#show-text {
    display: block;
}

a#show-all.active span#show-text {
    display: none;
}

table tr th.accordion-arrow-column {
    width: 20px;
}

table tr th.position-column {
    width: 50px;
}

table tr td.position-column {
    width: 1%;
}

tr.table-accordion {
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 0.5em center;
}

tr.table-accordion.active {
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 0.5em center;
}

tr.subcategory-heading-row h5,
div.approval-container {
    display: inline-block;
    vertical-align: middle;
}

tr.subcategory-question-row {
    display: none;
}

table.faq-question-table {
    width: 100%;
}

tr.subcategory-question-row table.faq-question-table {
    border: 1px solid #06c;
}

.request-approval-button img,
.approve-button img,
.reject-button img {
    width: 20px;
}

.form-div {
    margin: 1em auto;
    max-width: 1000px;
}

table#price-list-access th {
    top: 0;
}

h1.my-thorlux-heading {
    /*margin-bottom: 1em;*/
}

/**
Image picker styling
*/

/*
This class is underscores because the plugin uses underscores in its classes.
*/
.image_picker_image {
    max-height: 200px;
    max-width: 300px;
}

ul[data-disabled].thumbnails.image_picker_selector li .thumbnail.selected {
    background-color: #c5c5c5;
}

li.image-picker-element {
    width: 310px;
    text-align: center;
}

.thumbnail.image-picker-element {
    width: 300px;
    height: 255px;
}

/* end of image picker styling */

img.icon {
    width: 1em;
}

img.bin-icon {
    width: 20px;
}

input[type=image].bin-icon {
    float: right;
    width: 35px;
    padding-bottom: 5px;
}

th.paginated a {
    color: white;
}

th.paginated a.sortable:after {
    margin-left: 5px;
}

th.paginated a.asc:after {
    margin-left: 5px;
}

th.paginated a.desc:after {
    margin-left: 5px;
}

/*** Blue Box Links ***/
a.blue-box:hover {
    background-color: #0050a0;
}

ul.thumbnails.image_picker_selector {
    max-height: 500px;
}

a.blue-box span#leaving-site {
    font-size: 1.4rem;
    right: 0.5em;
    top: 0.2em;
}

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

.red-box {
    background-color: #f5b5b9 !important;
}

.green-box {
    background-color: #b3d6b9 !important;
}

#no-results {
    display: none;
    color: red;
}

.entity-read-table th {
    width: 170px;
}

#support_hub_admin_filter {
    display: flex;
}

.list-view-controls {
    margin-bottom: 1em;
}

.list-view-controls .pagination-navigation {
    flex-grow: 50;
}

.list-view-controls .right-buttons {
    text-align: right;
}

.hoverEnlarge {
    transition: transform .2s; /* Animation */
}

.hoverEnlarge:hover {
    transform: scale(2);
}

.productIcon {
    height: 30px;
}

.deleteRoleIcon {
    display: inline;
    height: 18px;
    width: 18px;
}

.deleteIcon {
    display: inline;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.inline-block {
    display: inline-block;
}

/***** Inventory *****/
#inventory {
    font-size: 0.8em;
}

#inventory thead th {
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
}

.product-inventory-results-error {
    color: red;
    text-align: unset;
}

#loading {
    display: none;
    padding: 0.5em;
    text-align: center;
}

#loading img {
    width: 3em;
}

#quoteLineResults {
    display: none;
}

.quote-line-add {
    border: solid 1px;
    padding: 0.5em;
    margin: 0 0 1em 0;
}

.quote-line-add > .accordion {
    margin-top: 1em;
}

.add-quote-line {
    width: 100%;
}

.add-custom-quote-line {

}

/**quote view**/
#quote-view-wrapper {
    text-align: center;
}

#quote-table-wrapper {
    box-sizing: border-box;
    max-width: 1000px;
}

#quote-table-wrapper table {
    border-collapse: collapse;
    width: 100%;
}

#quote-table-wrapper table tr {
    border-bottom: 1px solid #06c;
}

#standard-paragraphs-container {
    border-bottom: 1px solid #06c;
}

#quote-table-wrapper #quote-footer tr#quote-addresses-container {
    border-bottom: none;
    border-top: 1px solid #06c;
}

#quote-footer #quote-addresses-container td {
    vertical-align: top;
}

#quote-footer #quote-address-contacts-container span,
#quote-footer #quote-address-contacts-container span p {
    display: inline-block;
}

#quote-footer #quote-address-contacts-container span {
    box-sizing: border-box;
    font-size: 0.7em;
    height: 25px;
    padding-bottom: 1em;
    width: 25px;
}

#quote-footer #quote-address-contacts-container p {
    margin: 0.2em 0;
    width: 95%;
}

#quote-footer #quote-addresses-container td {
    padding-top: 1em;
}

#quote-footer #quote-address-contacts-container td {
    padding-bottom: 1em;
}

#quote-footer #quote-addresses-container td,
#quote-footer #quote-address-contacts-container td {
    width: 25%;
}

#quote-accreditation-container img {
    display: inline-block;
    height: 100px;
    margin: 0 0.5em;
    vertical-align: middle;
}

#quote-accreditation-container img#carbon-code {
    height: 50px;
}

#quote-accreditation-container .quote-svg-icons {
    height: 80px;
}

#header-left,
#header-right,
#details-left,
#details-right {
    box-sizing: border-box;
    /*float: left;
    width: 50%;*/
}

#header-right img {
    max-width: 200px;
}

/* in case we want to make the search results a fixed height */
/*#quote-line-data {*/
/*    max-height: 500px;*/
/*    overflow-y: scroll;*/
/*}*/

/** Form **/
textarea.resizable-vertical {
    resize: vertical;
}

.large-row-textarea {
    height: 11em;
}

.loading {
    display: none;
    padding: 0.5em;
    text-align: center;
}

.loading img {
    width: 3em;
}

.required_fields {
    padding-top: 1%;
}

.required_fields li {
    display: inline-block;
}

.required_fields h3 {
    color: #06c;
}

.no-results {
    display: none;
    color: red;
    margin-bottom: 1em;
}

.non-required_fields li {
    display: inline-block;
}

.non-required_fields h3 {
    color: #06c;
}

.non-required_fields .text-box textarea {
    padding-right: 70%;
}

.non-required_fields .submit {
    display: block;
}

.non-required_fields #description label {
    width: 120%;
}

.product-qr-code {
    width: 250px;
}

.filter-input {
    font-size: 13px; /* Increase font-size */
    width: 95%;
    padding: 10px;
    margin: 0;
    overflow: hidden;
    outline: none;
    text-align: center;
    border-width: 0;
}

/*#tooltips .tooltip {*/
/*    background-color: #06c;*/
/*    border-radius: 6px;*/
/*    box-shadow: 0 0 5px 5px #0000001c;*/
/*    color: #fff;*/
/*    display: none;*/
/*    overflow: visible;*/
/*    padding: 5px;*/
/*    position: fixed;*/
/*    text-align: center;*/
/*    width: 20%;*/
/*    word-wrap: break-word;*/
/*    z-index: 9;*/
/*}*/

/*#tooltips .tooltip table th {*/
/*    background-color: #333;*/
/*    color: #fff;*/
/*    padding: 0.2em;*/
/*    text-align: left;*/
/*}*/

/*#tooltips .tooltip table td {*/
/*    background-color: #fff;*/
/*    color: #333;*/
/*    padding: 0.2em;*/
/*    text-align: left;*/
/*}*/

/*#cms-moderation {*/
/*    position: fixed;*/
/*    top: 150px;*/
/*    right: 0;*/
/*    z-index: 2;*/
/*    padding: 1em;*/
/*    margin: 1em;*/
/*    background-color: #fcfcfc;*/
/*    border-style: solid;*/
/*    border-width: 1px;*/
/*    border-color: #858585;*/
/*}*/

.image-picker-loading {
    text-align: left;
    height: 100px;
    display: none;
}

.image-picker-loading img {
    width: 3em;
}

.image-picker-error {
    text-align: left;
    display: none;
}

/****************CONTENT MANAGEMENT******************/
.agentCountries {
    width: 50%;
}

/****************MY THORLUX HOME PAGE******************/
#user-bar {
    /*background-color: #fff;*/
    /*display: flex;*/
    /*margin: 1%;*/
    /*padding: 1em;*/
}

#user-image {
    /*padding: 0.5em;*/
    /*background-color: #f1f4f9;*/
    /*width: 5em;*/
    /*margin-right: 1em;*/
}

#user-image img {
    /*width: 5em;*/
}

#user-details p {
    /*padding: 0;*/
    /*margin: 0;*/
}

#user-details .edit-button img {
    /*width: 10px;*/
}

.link-box-section {
    /*padding: 1em 0;*/
}

.link-box-section h2 {
    /*margin: 1%;*/
}

.link-boxes {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}

.link-boxes a.blue-box {
    /*box-sizing: border-box;*/
    /*display: block;*/
    /*overflow: hidden;*/
    /*margin: 1%;*/
    /*padding: 1em;*/
    /*text-align: center;*/
    /*flex: 0 0 98%;*/
}

.link-boxes a.blue-box img {
    /*    max-width: 50px;*/
    /*    max-height: 50px;*/
    /*    height: 64px;*/
    /*    width: 64px;*/
}

@media only screen and (min-width: 800px) {
    #user-bar {
        /*margin: 0.5%;*/
    }

    /*.link-box-section h2 {*/
    /*    margin: 0.5%;*/
    /*}*/
    /*.link-boxes a.blue-box {*/
    /*    flex: 0 0 49%;*/
    /*    margin: 1em 0.5%;*/
    /*}*/
}

@media only screen and (min-width: 1200px) {
    /*.link-boxes a.blue-box {*/
    /*    flex: 0 0 24%;*/
    /*}*/
}

@media only screen and (min-width: 1600px) {
    /*.link-boxes a.blue-box {*/
    /*    flex: 0 0 19%;*/
    /*}*/
}

/* Customer Service Portal */
#results-wrapper {
    padding: 1em 0;
}

#error {
    text-align: center;
    font-size: 1.4em;
}

.icon-label {
    display: block;
    border-top: 1px solid #333;
}


/***FAQ CMS***/

a#show-all span#collapse-text {
    display: none;
}

a#show-all.active span#collapse-text {
    display: block;
}

a#show-all span#show-text {
    display: block;
}

a#show-all.active span#show-text {
    display: none;
}

table tr th.accordion-arrow-column {
    width: 20px;
}

table tr th.position-column {
    width: 50px;
}

table tr td.position-column {
    width: 1%;
}

tr.table-accordion {
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 0.5em center;
}

tr.table-accordion.active {
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 0.5em center;
}

tr.subcategory-heading-row h5,
div.approval-container {
    display: inline-block;
    vertical-align: middle;
}

tr.subcategory-question-row {
    display: none;
}

table.faq-question-table {
    width: 100%;
}

tr.subcategory-question-row table.faq-question-table {
    border: 1px solid #06c;
}

.request-approval-button img,
.approve-button img,
.reject-button img {
    width: 20px;
}

.form-div {
    margin: 1em auto;
    max-width: 1000px;
}

table#price-list-access th {
    top: 0;
}
