﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
:root {
    /*XPEL theme*/
    --logo: url('../XPEL_Black.png');
    --logo-height: 65px;
    --brand: #f5af05;
    --brand-text: black;
    --background-image: url("../backgroundXPELimage.png");
    --background: #212121;
    /*    --faded-logo: url("../xpel.png");*/
    --font-color: black;
    --disabled-text: #8e8372;
    --disabled-background-color: #efbf70;
    --highlight: #f5af05;
    --link: black;
    --top-background: #f0f2f5;
    --light-text: white;
    --name: "XPEL, Inc.";
    --ShowDAPSupport: block;
    --mediumlightgrey-bg: #CACACA;
    --grey-bg: #AAAAAA;
    --lightgrey-bg: #f5f5f5;
}

.topaz {
    /*Topaz theme*/
    --logo: url("../TOPAZ_MainLayoutLogo.png");
    --logo-height: 160px;
    --brand: #c6011c;
    --brand-text: white;
    --background-image: url("../backgroundTopazimage.png");
    --background: #d3d3d3;
    /*--faded-logo: url("../TopazFadedLogo.png");*/
    --font-color: black;
    --disabled-text: white;
    --disabled-background-color: #c66572;
    --highlight: #d3d3d3;
    --link: #c6011c;
    --top-background: #f0f2f5;
    --light-text: white;
    --name: "Topaz";
    --ShowDAPSupport: none;
}

.glastint {
    /*Glastint theme*/
    --logo: url("../Glastint_MainLayoutLogo.png");
    --logo-height: 160px;
    --brand: #c6011c;
    --brand-text: white;
    --background-image: url("../background.png");
    --background: #d3d3d3;
    /*--faded-logo: url("../GlastintFadedLogo.png");*/
    --font-color: black;
    --disabled-text: white;
    --disabled-background-color: #c66572;
    --highlight: #d3d3d3;
    --link: #c6011c;
    --top-background: #f0f2f5;
    --light-text: white;
    --name: "Glastint";
    --ShowDAPSupport: none;
}

.skipChips {
    /*SkipChips theme*/
    --logo: url("../SkipChips_XPEL_MainLayoutLogoSVG.svg");
    --logo-height: 125px;
    --brand: #f5af05;
    --brand-text: black;
    --background-image: url("../backgroundSkipChipsimage.png");
    --background: #212121;
    /*--faded-logo: url("../SkipChipsFadedLogo.png");*/
    --font-color: black;
    --disabled-text: #8e8372;
    --disabled-background-color: #efbf70;
    --highlight: #f5af05;
    --link: black;
    --top-background: #f0f2f5;
    --light-text: white;
    --name: "SkipChips";
    --ShowDAPSupport: none;
}

.wrapStyle {
    /*WrapStyle theme*/
    --logo: url("../WRAPSTYLE_MainLayoutLogo.png");
    --logo-height: 110px;
    --brand: #b68844;
    --brand-text: black;
    --background-image: url("../backgroundWrapStyleimage.png");
    --background: #d3d3d3;
    --font-color: black;
    --disabled-text: #444;
    --disabled-background-color: #998468;
    --highlight: #d3d3d3;
    --link: #c6011c;
    --top-background: #f0f2f5;
    --light-text: white;
    --name: "WrapStyle";
    --ShowDAPSupport: none;
}

.inductionCut {
    --logo: url("../INDUCTION_MainLayoutLogo.png");
    --logo-height: 100px;
    --brand: #8cbf30;
    --brand-text: white;
    --background-image: url("../background.png");
    --background: #d3d3d3;
    --font-color: black;
    --disabled-text: white;
    --disabled-background-color: rgb(140, 191, 48, 0.5);
    --highlight: #d3d3d3;
    --link: black;
    --top-background: #f0f2f5;
    --light-text: white;
    --name: "Induction Cut";
    --ShowDAPSupport: none;
}

body {
    height: 100vh;
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: var(--background-image);
    background-size: auto 150%;
    background-repeat: repeat-y;
    background-position: center;
    font-family: 'AvenirNext', 'Avenir Next LT Pro', Roboto;
    font-weight: 600;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.15);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    background-color: white !important;
}

#companyName::after {
    content: var(--name);
}

.vh-90 {
    height: 90vh;
}

.vh-50 {
    height: 50vh;
}

.logoImage {
    background-image: var(--logo);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: var(--logo-height);
    width: auto;
}

.fadedLogo {
    height: 90vh;
    background-image: var(--faded-logo);
    background-repeat: no-repeat;
    background-position: 78.7% 32%;
}

.backArrow {
    background-image: url("../backArrow.png");
    background-repeat: no-repeat;
    height: 20px;
}

.input-icons {
    display: inline-block;
    float: left;
}

.lock-icon {
    background-image: url("../passwordLock.png");
    background-repeat: no-repeat;
    width: 36px;
    height: 37px;
}

.user-icon {
    background-image: url("../user-icon.png");
    width: 36px;
    height: 36px;
}

.email-icon {
    background-image: url("../EmailIcon.png");
    background-size: contain;
    width: 36px;
    height: 36px;
}

.showpass-icon {
    right: 50px;
    margin: 9px 0px;
    position: absolute;
    cursor: pointer;
    color: #999;
}

select {
    outline: none !important;
    border-radius: 50px 50px !important;
    padding: 15px 60px 15px 34px !important;
    background-color: rgba(127, 127, 127, 0.2) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background: url("../caretArrowSmall.png") no-repeat right;
    background-position-x: 130px;
}

select > option {
    color: rgba(110, 110, 110);
}

select > option:hover {
    color: #000;
}

/*removes default dropdown arrow in IE*/
select::-ms-expand {
    display: none;
}

.backToLoginWrapper {
    outline: none !important;
    border-radius: 50px 50px !important;
    padding: 15px 34px 15px 28px !important;
    width: fit-content();
    height: fit-content();
    background-color: rgba(127, 127, 127, 0.2) !important;
    cursor: pointer;
}

input[type=password]::-ms-reveal {
    display: none;
}

input#userName {
    background-color: white !important;
}

.input-container {
    border-radius: 50px;
    border: 1px solid #fcfcfc;
    height: 65px;
    background-color: #fff;
    padding: 14px 0 0 14px;
    box-shadow: 1px 1px 25px 2px rgb(127 127 127 / 18%);
}

.button-container {
    border-radius: 50px;
    border: 1px solid #fcfcfc;
    height: 65px;
    background-color: var(--brand);
    cursor: pointer !important;
}

.disabled-button-container {
    border-radius: 50px;
    border: 1px solid #fcfcfc;
    height: 65px;
    background-color: var(--disabled-background-color);
    /*padding: 14px 0 0 14px;*/
    cursor: pointer !important;
}

.disabled-button-container input {
    border: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    margin: -7px 0 0 -7px;
    /*font-family: "padaukregular";*/
    font-size: 16px;
    /*color: #8e8372;*/
    color: var(--disabled-text);
}

.button-container input {
    border: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    margin: -7px 0 0 -7px;
    font-size: 16px;
    color: var(--brand-text);
}

input.user:active, input.user:hover, input.user:visited, input.user:focus, input.user:focus-visible {
    border: none !important;
    outline: none;
    box-shadow: none;
}

.inputlabel {
    float: left;
    width: 72%;
}

.inputlabel label {
    font-size: 11px;
    display: block;
    margin: 0 0 0 10px;
    color: #999;
    font-weight: 600;
    /*font-family: "padaukregular";*/
}

input.user {
    display: block;
    /*height: 20px;*/
    border: 0;
    margin: 0 0 0 10px;
    width: 100%;
    /*font-family: "padaukregular";*/
}

#requirementText {
    font-size: 12px;
}

.circles-unfilled {
    height: 15px;
    width: 15px;
    margin-right: 2px;
    margin-left: 2px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #fff;
}

.circles-filled {
    height: 15px;
    width: 15px;
    margin-right: 2px;
    margin-left: 2px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: var(--brand);
}

.forget-password a {
    color: #514f4f !important;
    font-size: 18px;
    /*font-family: "padaukregular";*/
    text-decoration: none;
    text-align: center;
    display: block;
}

.forget-password.btn {
    background-color: var(--brand) !important;
}

#DAPSupport {
    display: var(--ShowDAPSupport) !important;
}
/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;*/
}
.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  white-space: nowrap;
  line-height: 60px;  /*Vertically center the text there*/ 
  font-size: 14px;
}

#DAPSupport div.mt-5.mb-5 {
    margin: -30px 0 !important;
}

div#requirementText {
    margin: 15px 0 !important;
}

#changePassword {
    z-index:1000;
    position:relative;
}


/* Override Safari's default input styles */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0 0 0 10px;
    color: inherit;
    font-family: inherit;
}

/*Media Queries*/

@media (max-width: 1025px) {
    main div.text-center.mt-5 {
        margin: 0px 0 !important;
    }

    .invisible {
        display: none !important;
    }

    #selectWrapper {
        float: none !important;
    }

    #backLink {
        margin: 0px 0 10px 0 !important;
        display: block;
        padding: 0 !important;
        text-align: center;
        width: 100% !IMPORTANT;
    }

    .adjuster {
        display: block !important;
    }

    #languageSelector {
        width: 100% !important;
        text-align: center;
        margin: 0 !important;
    }

    select {
        background-color: var(--mediumlightgrey-bg) !important;
    }

    .backToLoginWrapper {
        background-color: var(--mediumlightgrey-bg) !important;
    }

    .container-adjuster div.col-12.text-center.mt-5 {
        margin: 0 !important;
    }

    .container-adjuster .input-container {
        height: 52px;
        padding: 7px 0 0 14px;
    }

    .logo-container-adjuster div.row.my-4 {
        margin-bottom: 0px !important;
    }

    .body-container-adjuster #mobileToolbar {
        margin: -25px 0 0 0 !important;
    }


}

@media (max-width: 767px) {
    main div.text-center.mt-5 {
        margin: 0px 0 !important;
    }

    .invisible {
        display: none !important;
    }

    #selectWrapper {
        float: none !important;
    }

    #logoContainer {
        height: auto !important;
    }

    .logoImageContainer {
        margin: 1.5rem 0 !important;
    }

    .changePasswordContainerInner {
        padding: 0 !important;
    }

    .forgotPasswordContainerInner {
        padding: 0 !important;
    }

    .mainContainer {
        margin-bottom: .5rem !important;
    }

    #backLink {
        margin: 0px 0 10px 0 !important;
        display: block;
        padding: 0 !important;
        text-align: center;
        width: 100% !IMPORTANT;
    }

    .adjuster{
        display:block !important;
    }

    #languageSelector {
        width: 100% !important;
        text-align: center;
        margin: 0 !important;
    }

    select {
        background-color: var(--mediumlightgrey-bg) !important;
    }

    .backToLoginWrapper {
        background-color: var(--mediumlightgrey-bg) !important;
    }

    .container-adjuster div.col-12.text-center.mt-5 {
        margin: 0 !important;
    }

    .container-adjuster .input-container {
        height: 52px;
        padding: 7px 0 0 14px;
    }

    .input-container {
        height: 52px;
        padding: 7px !important;
    }

    .button-container {
        height: 52px;
    }

    .disabled-button-container {
        height: 52px;
    }

    .logo-container-adjuster div.row.my-4 {
        margin-bottom: 0px !important;
    }

    .body-container-adjuster #mobileToolbar {
        margin: -25px 0 0 0 !important;
    }

    .body-container-adjuster .logoImage {
        width: 160px;
        margin: 0 auto;
    }

    .logoImage {
        width: 300px;
        margin: 0 auto;
    }

    .body-container-adjuster .logo-container-adjuster div.row.my-4 {
        margin: 0 0 -15px 0 !important;
    }

    .body-container-adjuster  select {
        padding: 8px 60px 8px 34px !important;
    }

    .body-container-adjuster .backToLoginWrapper {
        padding: 8px 34px 8px 28px !important;
    }

    .body-container-adjuster h4 {
        font-size: 1.2em;
    }

    .body-container-adjuster #logoContainer {
        height: auto !important;
    }

    .body-container-adjuster main div.text-center.mt-5.mb-3 {
        margin: 0 !important;
    }

    div#requirementText {
        margin: 8px 0 !important;
    }

}






@media (max-width: 376px) {

    main div.text-center.mt-5 {
        margin: 0px 0 7px 0 !important;
    }

    }



