﻿/* 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. */

@font-face {
    font-family: "Roboto100";
    src: url(/fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: "Roboto300";
    src: url(/fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: "Roboto500";
    src: url(/fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: "McLaren";
    src: url(/fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: "Boogaloo";
    src: url(/fonts/Boogaloo-Regular.ttf);
}

@font-face {
    font-family: "Abadi";
    src: url(/fonts/AbadiMTCondensedExtraBold.ttf);
}

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: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* ----------------------EDUVOD SPECIFIC CSS---------------------------- */
#bodyMainComponent {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

[canvas=container]:before, [canvas=container]:after {
    clear: both;
    content: '';
    display: table;
}

[canvas], [off-canvas] {
    -webkit-transform: translate( 0px, 0px );
    -ms-transform: translate( 0px, 0px );
    transform: translate( 0px, 0px );
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
    -webkit-backface-visibility: hidden;
}

[canvas=container] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    background-image: url(brickwork_2_mod.jpg);
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
}

[canvas] {
    z-index: 1;
}

#mainCanvas {
    background-color: black;
    overflow: hidden;
    background-image: none;
    display: flex;
}

.login-left {
    float: left;
    height: 100vh;
    min-width: 700px;
    max-width: 700px;
    background-color: rgb(1, 68, 131);
}

.loginboard-image {
    width: 100%;
    height: 100%;
    overflow: auto;
    background-size: 140% 103%;
    background-position-x: 100%;
    background-position-y: 65%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.image-login-container {
    content: none !important;
    box-shadow: none;
}

@media (max-width: 950px) {
    .div-logo-2 {
        top: 7% !important;
        min-height: 67px !important;
        min-width: 150px !important;
        width: 150px !important;
        height: 67px !important;
        background-image: url(/img/eduvod-logo-transparent.png) !important;
    }

    .login-container-2 {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .login-left {
        min-width: 100vw !important;
    }

    .login-div-bottom {
        left: 0px !important;
        width: 100vw !important;
        text-align: center !important;
        bottom: 4% !important;
    }

    .div-logo-s-left {
        left: inherit !important;
    }
}

@media (min-width: 768px) {
    .login-right .div-logo-2 {
        display: block;
        bottom: 7%;
        right: 4%;
        top: inherit;
        left: inherit;
        min-height: 87px;
        min-width: 200px;
        width: 200px;
        height: 87px;
        box-shadow: none;
    }

    .div-logo-s {
        background-image: url(/img/globe.png);
        overflow: hidden;
        background-size: 100% 100%;
        display: block;
        bottom: 7%;
        right: 4%;
        top: inherit;
        left: inherit;
        min-height: 87px;
        min-width: 200px;
        width: 200px;
        height: 87px;
        position: absolute;
    }
}

@media (max-width: 640px) {
    .div-logo-s-left {
        width: 70px !important;
        min-width: 70px !important;
        height: 35px !important;
        min-height: 35px !important;
    }
}

.login-container-2 {
    width: calc(100% - 290px - 30px);
    display: block;
    background-image: url(/img/globe.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 320px 430px;
    background-position-y: 30%;
    margin-left: 40px;
}

.login-container {
    width: 280px;
    display: block;
    height: 50%;
}

.login-right {
    float: left;
    width: calc(100% - 700px - 1px);
    height: calc(100vh - 0.5px);
    flex: 1;
    border: 1px solid black;
    border-left: 0px;
    background-color: rgb(1, 68, 131);
}

.login-div-bottom {
    color: white;
    z-index: 300;
    width: 32.5%;
    bottom: 7%;
    position: absolute;
    font-size: 14px;
    font-family: 'Roboto100';
    left: 70px;
    min-width: 400px;
    text-align: left;
}

@media (min-width: 768px) {
    .div-logo-s {
        background-image: url(/img/globe.png);
        overflow: hidden;
        background-size: 100% 100%;
        display: block;
        bottom: 7%;
        right: 4%;
        top: inherit;
        left: inherit;
        min-height: 87px;
        min-width: 200px;
        width: 200px;
        height: 87px;
        position: absolute;
    }
}

.div-logo {
    background-image: url(/static/customer_product/eduvod-logo-transparent.png);
    overflow: hidden;
    background-size: 100% 100%;
    min-height: 80px;
    min-width: 210px;
    width: 16vw;
    height: 7vw;
    top: 7%;
    left: 4%;
    position: absolute;
    display: none;
}

.div-logo-2 {
    display: block;
    bottom: 7%;
    right: 4%;
    top: inherit;
    left: inherit;
    min-height: 87px;
    min-width: 200px;
    width: 200px;
    height: 87px;
}

.form-control {
    color: black !important;
    min-width: 280px;
    width: 280px;
    font-family: 'Roboto300';
    font-size: 14px;
    margin-top: 3px;
    border: 1px solid white;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    outline: none !important;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    line-height: normal;
}

.auth-button-tag {
    text-decoration: none;
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
    border: none;
    border-radius: 5px !important;
}

.auth-button-tag:focus {
    outline: none !important;
    background: transparent;
}

.login-left .auth-google-login-button {
    width: 100%;
    display: block;
    background: #eee;
    color: black;
}

.auth-button-tag:active {
    background: none;
}

.login-left .auth-google-login-button:focus {
    outline: none !important;
}

.login-left .auth-google-login-button:hover {
    background-color: #fcf8e3 !important;
}

.login-left .auth-google-login-button:active {
    background-color: wheat !important;
    box-shadow: 0 1px #999 !important;
    transform: translateY(2px) !important;
}

.auth-button-tag > span > svg {
    margin-top: -1px;
}

.auth-google-login-button > svg {
    width: 17px;
    float: left;
}

svg:not(:root) {
    overflow: hidden;
}

.login-button {
    width: 70px;
    display: inline-block;
    padding: 7px;
    font-size: 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: white;
    border: none;
    box-shadow: none;
    background-color: rgb(178,34,34);
    font-family: 'Roboto100';
    border-radius: 5px;
}

.login-button {
    width: 70px;
    display: inline-block;
    padding: 7px;
    font-size: 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: white;
    border: none;
    /* box-shadow: 0 1px rgb(178 34 34); */
    box-shadow: none;
    background-color: rgb(178,34,34);
    font-family: 'Roboto100';
    /* filter: drop-shadow(1px 2px 3px black);*/
}

.login-left .button-waiting > .login-button {
    background: black !important;
    background-color: black !important;
    color: white !important;
    cursor: not-allowed;
}

.login-left .button-waiting > .login-button > img {
    display: none;
}

.login-left .button-waiting > .login-button span:nth-child(2) {
    display: none;
}

.login-left .login-button span:nth-child(3) {
    display: none;
}

.login-left .button-waiting > .login-button span:nth-child(3) {
    display: block;
}

.signin-text {
    color: white;
    font-family: 'Roboto100';
    font-size: 15px;
    text-align: left;
    margin-bottom: 5px;
}

.form-control {
    color: black !important;
    min-width: 280px;
    width: 280px;
    font-family: 'Roboto300';
    font-size: 14px;
    margin-top: 3px;
    border: 1px solid white;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    line-height: normal;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loginboard-image {
    width: 100%;
    height: 100%;
    overflow: auto;
    background-size: 140% 103%;
    background-position-x: 100%;
    background-position-y: 65%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.login-error {
    color: red;
    font-size: 14px;
    font-family: 'McLaren';
}

.custom-login-error {
    border: 3px solid white;
    padding: 8px;
    background: #eeeeee;
    font-size: 13px;
    border-radius: 6px;
    border-style: inset;
    color: red;
    text-align: left;
    word-break: break-word;
}

::-webkit-input-placeholder {
    color: black;
    font-family: 'Roboto300';
    font-size: 12px;
}

@media (max-width: 415px) {
    .div-logo {
        left: 30px !important;
    }

    .login-div-bottom {
        min-width: 100vw !important;
    }
}

@media (max-width: 415px) {
    .div-logo-head-s {
        width: 140px !important;
        min-width: 70px !important;
        height: 60px !important;
        min-height: 35px !important;
    }
}

@media (max-height: 625px) {
    .login-div-bottom, .social-links {
        display: none !important;
    }
}

@media (max-height: 515px) {
    .login-container {
        height: auto;
        margin-top: 0px;
    }
}

/* Login Endpoint CSS Specific (LE)
-------------------------------------------------- */
.le-body {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.25rem;
    padding-bottom: 0.227px;
    padding-top: 0.227px;
    color: #000;
    background-color: #fff;
}

.le-container {
    background: #014483;
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.le-flex-row {
}

.le-inner-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 440px;
    width: 440px;
    padding: 44px;
    margin-bottom: 28px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    min-width: 320px;
    /*min-height: 338px;*/
    min-height: 275px;
    overflow: hidden;
}

.le-loading {
}

.le-panel {
    background-color: white;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
}

.le-inner-panel {
    width: 100%;
    height: 100%;
    padding: 0px;
}

.le-header {
}

.le-header > img {
    height: 36px;
}

.le-heading {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    margin-top: 22px;
    margin-bottom: 12px;
}

.le-input-group {
    margin-top: 8px;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 2px;
    padding-right: 2px;
    float: left;
}

.le-input-holder {
    width: 100%;
    position: relative;
}

.le-input-box {
    border-style: solid;
    padding: 6px 10px;
    border-width: 1px;
    border-color: rgba(0,0,0,0.6);
    height: 36px;
    outline: none;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
    display: block;
    width: 100%;
    background-image: none;
}

.le-input-box:focus {
    border-color: rgba(0,93,166,0.8);
    border-bottom-width: 1px;

}

.le-input-box::placeholder {
    font-size: 16px !important; 
    color: darkgrey;
    font-family: inherit !important;
}

.le-error-bottom {
    border-color: rgba(255,0,0,0.8) !important;
}

.le-error-cursor {
    cursor: not-allowed;
}

.le-error-message {
    color: red;
    margin-bottom: 2px;
}

.le-submit-group {
    margin-top: 20px;
    width: 100%;
}

.le-submit-button {
    bottom: 0;
    right: 0;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    width: 108px;
    float: right;
    min-height: 1px;
}

.le-next-button {
    outline: none;
    text-decoration: none;
    -ms-transform: scale(.98);
    -webkit-transform: scale(.98);
    transform: scale(.98);
    background-color: #0067b8;
    color: #fff;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 32px;
    border: none;
    min-width: 108px;
    line-height: normal;
    position: relative;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    touch-action: manipulation;
    -webkit-appearance: button;
}

.le-next-button:hover {
    background-color: #005da6;
}

.le-next-button:focus {
    background-color: #005da6;
    text-decoration: underline;
    outline: 2px solid #000;
}

.le-next-button:active {
    outline: none;
    text-decoration: none;
    -ms-transform: scale(.98);
    -webkit-transform: scale(.98);
    transform: scale(.98);
}

.le-loading-ants {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0px;
    filter: blur(0.5px) sepia(100%) hue-rotate(190deg) saturate(2200%) drop-shadow(0px 0px 0px blue); 
    display: none;
}

.le-loading-show {
    display: block;
}

@media (max-width: 600px) {
    .le-inner-container {
        width: 100vw;
        min-width: 100vw;
        height: 100vh;
        min-height: 100vh;
        margin: 0px !important;
    }
}