/**
    classes are hyphenated, while ids are camel cased (as a convention)
*/

body, html {
    height: 100%;
    margin: 0px;
}
body {
    font-family: var(--font-family-medium);
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    position: relative;
    /* overflow: auto; */
    color: #252525;
    transition: left .2s,position .2s;
    -webkit-font-smoothing: antialiased;
}

#divSpins {
  /*position: fixed;*/
    height: 85vh;
    padding: 10px 0;
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0 2px 1px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    overflow: hidden;
    position: sticky;
}

@media (max-width: 767px) {
#divSpins {
    height:450px;
}
}

/*.sticky-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 12px 64px 0;
}*/

/*.desktop-container {
    margin-top: 56px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-left: 64px;
}*/

.desktop-heading {
    margin: 0;
}

.header {
    font-weight: 700;
    letter-spacing: -.2px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
    color: #252525;
    margin-bottom: 2px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.section-header {
    padding-left: 12px;
    padding-right: 12px;
    height: 45px;
    background-color: #fafafa;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.subheader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.subheader-label {
    font-family: var(--font-family-medium);
    font-weight: var(--config-header-font-weight);
    letter-spacing: -.2px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #616161;
    margin: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.subheader-price {
    display:inline;
    font-weight: var(--config-header-font-weight);
    letter-spacing: -.2px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #616161;
    margin: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.subheader-price-label {
    font-family: var(--font-family-medium);
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    display: inline;
    margin: 0 0 0 8px;
    vertical-align: top;
    font-weight: var(--config-header-font-weight);
    letter-spacing: normal;
    color: #616161;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/*.container {
    width: 100%;
    position: relative;
    margin-bottom: 24px;
}*/

.option-container {
    width: 95%;
    padding: 0 12px;
}

.button {
    width: 100%;
    height: 100%;
    border: 1px dotted transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    text-transform: none;
    overflow: visible;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    padding:0;
}

.option-button {
    width:100%;
}

.content {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: hsla(50,67%,73%,.2);
    color: #464646;
}

.shopping-cart {
    width: 12px;
    height: 12px;
    top: 12px;
    left: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    position: absolute;
    overflow: hidden;
}

.text-content {
    padding: 13px 36px 15px 40px;
    text-align: left;
    color: #464646;
}

.alert-text {
    font-weight: 400;
    letter-spacing: -.2px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-family: var(--font-family-medium);
}

.alert-text-bold {
    font-weight: 700;
    letter-spacing: normal;
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    line-height: 1.375rem;
}

.alert-text-link {
    font-weight: 700;
    letter-spacing: normal;
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    line-height: 1.375rem;
    text-decoration: underline;
    display: inline;
    color: #464646
}

.close {
    width: 27px;
    height: 27px;
    top: 4px;
    right: 4px;
    border: 1px dotted transparent;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    position: absolute;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.icon {
    vertical-align: middle;
    width: 14px;
    height: 14px;
}

.text {
    font-weight: 700;
    letter-spacing: -.2px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
}

.item-number {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3571428571428572;
  letter-spacing: normal;
  color: #616161;
}

#sku {
    margin-left: 10px;
}

/* MXT Spins Viewer CSS */

img.image-spins {
    position: sticky;
    top: 0;
}

@media (min-width: 768px) {
#imageSpins-reel {
    height:260px;
}
}

@media (min-width: 992px) {
#imageSpins-reel {
    height:337.328px;
}
}

#imageSpins-reel {
    overflow: visible;
    /*position: sticky;*/
    top: 0;
    width: 100%;
    height: auto;
}

#spinsButtonContainer {
    overflow: visible;
    position: sticky;
    top: 512px;
}

.image-spins-div-buttons {
    position:sticky;
    top:0;
}

.image-spins-button {
    position:sticky;
    top:0;
}

.div-spins-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 3;
}

.div-spins-content-modal {
    background-color: #fefefe;
    /* padding: 20px; */
    border: 1px solid #888;
    height: 80%;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.span-spins-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.span-spins-modal:hover,
.span-spins-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.canvas-spins-modal {
}

/* Added for Dashboard */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 15px 35px;
    border: 1px solid #888;
    border-radius: 20px;
    width: 50%; /* Could be more or less, depending on screen size */
}

.closeLogin, .closeNameFileModal, .closeSaveFileModal{
    text-align: center;
    background-color: white;
    border-color: white;
    float: right;
}

.modal-body {
    text-align: center;
}

.modal-body .form-group {
    width: 50%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.configurator-header-product-title {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3333333333333333;
    letter-spacing: -0.01999999955296516px;
    color: #252525;
    margin-bottom: 5px;
}

#configurator-header-product-category {
    margin-bottom: 25px;
}

.configurator-header-product-category-title {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: -0.025px;
    color: #616161;
}

.configurator-header-product-list-price {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: -0.025px;
    color: #616161;
    float: left;
}

.configurator-prompt-box {
    min-height: 52px;
    padding: 20px;
    border-radius: 5px;
    background-color: hsla(50,67%,73%,.2);
    margin-bottom: 25px;
}

.configurator-prompt-box p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5714285714285714;
    letter-spacing: normal;
    color: #252525;
}

.configurator-prompt-box span.Shopping-Online {
/*    font-family: Meta Bold; */
}

h3 {
    text-align: center;
    border-bottom: 3px solid #e22d00;
    color: #e22d00;
    padding: 12px;
}

.header {
    width: 100%;
    height: 75px;
    border-bottom: 4px solid #e22d00;
    border-radius: 3px;

}

.header .btn {
    float: right;
    margin: 3px 3px;
    vertical-align: middle;
}

.editor {
    width: 100%;
    text-align: center;
    margin: 15px auto;

}

.editor input {
    line-height: 20px;
    display: inline-block;
    margin: 5px 10px;
}

.editor button {
    float: right;
    margin-right: 1%;
}

.editor form {
    display: inline-block;
    width: 550px;
    margin: 0 auto;
}

.editor .DropDown{
    margin-bottom: 10px;
}



#jsonEditorForm {
    text-align: left;
    overflow: scroll;
    max-height: 700px;
}

footer {
    color: #252525;
    text-align: center;
    display: block;
    border-top: 4px solid #e22d00;
    border-radius: 3px;
    margin-top: 25px;
}

button#loginButton, button#logoutButton, button#modalLoginButton, button#nameFileModalButton {
    width: 99px;
    height: 40px;
    border-radius: 5px;
    background-color: #e22d00;
    border: none;
    margin: 10px 0px 0px 10px;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

button#nameFileButton, button#saveFileButton, button#saveModalButton, button#cancelModalButton{
    width: 79px;
    height: 30px;
    border-radius: 5px;
    background-color: #e22d00;
    border: none;
    margin: 10px 0px 0px 10px;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

button#newFile {
    width: 79px;
    height: 30px;
    border-radius: 5px;
    background-color: #e22d00;
    border: none;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}


#gltf-spins-modal {
    width: 100%;
    height: 100%;
}
