﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}
.imgcontainer {
    text-align: center;
    padding: 35px;
    background-size: contain;
    max-height: 100px;
    background: radial-gradient(100% 1696.32% at 18.42% 0%, #245BA3 7.69%, #009994 79.87%), linear-gradient(263.66deg, #7B61FF 0%, rgba(0, 0, 0, 0.24) 100%);
    border-top: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.modal-content-login {
    /*width: 100%;
    position: absolute;
    max-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    position: relative;
    max-width: 300px;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.24);
    border: 1px thin transparent;
    border-radius: 4px;
    border-radius: 4px;
}

.login-modal {
    position: fixed;
    background-image: url('../Images/eon-background.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    overflow: auto;
}

.btn-login {
    width: 100%;
    background: #00A0F0;
    border: 1px solid #00A0F0;
    border-radius: 4px;
    color: #FFFFFF;
    height: 34px;
    letter-spacing: 0.02em;
    font-size: 13px;
    line-height: 20px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 8px 0px;
    display: flex;
    align-items: center;
    padding: 3px 10px;
    cursor: pointer;
}

.btn-requestNewCode {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #BED6FA;
    border-radius: 4px;
    color: #2B2D2E;
    height: 34px;
    letter-spacing: 0.02em;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 8px 0px;
    display: flex;
    align-items: center;
    padding: 3px 10px;
    cursor: pointer;
    text-align: center;
}
.btn-justify-center {
    justify-content:center;
}
.logintype {
    background-color: #ffff;
    padding: 25px 48px;
    border-bottom: 1px solid transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
}

.logintype input {
    max-width: 100%;
}
    .logintype .text-danger {
        font-size: 14px;
    }
.logintype #txtEmail, .logintype #txtUsername, .logintype #txtMessage{
    margin-bottom: 16px;
}

.required {
    color: #EB4651;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    margin-left: 2px;
}

.clear-margin{
    margin: 0 !important;
}

.mdi-microsoft-azure {
    margin-right: 10px;
    color: #B8ECFF;
}

/*#region Dashboard */
.modal-content-login-dashboard {
/*    width: 100%;
    position: absolute;
    max-width: 364px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.24);
    border: 1px thin transparent;
    border-radius: 4px;
    border-radius: 4px;*/
    /*width: 100%;
    position: absolute;
    max-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    position: relative;
    max-width: 364px;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.24);
    border: 1px thin transparent;
    border-radius: 4px;
    border-radius: 4px;
}
.modal-content-login-dashboard .logintype {
    background-color: #ffff;
    padding: 20px 30px;
    border-bottom: 1px solid transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: left;
}
.modal-content-login-dashboard .requestTitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #2B2D2E;
    padding: 5px 0px 15px 0px;
}
.modal-content-login-dashboard .control-label {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #25447A;
}

.btn-icon-text {
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 3px 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-left: 5px;
}
.btn-text {
    height: 34px;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    border: 1px solid #BED6FA;
    background-color: #fff;
    cursor: pointer;
    color: #2B2D2E;
    padding: 7px 16px;
    margin-left: 5px;
}

.btn-icon-text i {
    font-size: 18px;
    margin-left: 5px;
}

.btn-icon-text:hover, .btn-text:hover {
    opacity: 0.7;
}
.btn-blue {
    background-color: #00A0F0;
    border: 1px solid #00A0F0;
    color: #FFFFFF;
}
.btn-blue i {
    color: #B8ECFF
}
.no-padding {
    padding: 0px;
}
#txtMessage {
    border: 1px solid #D7DCE0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}
.mdi-switch-access-shortcut-add-blue {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%2300a0f0" d="M24 14h-2v-2h-2v2h-2v2h2v2h2v-2h2v-2zM7.06 8.94L5 8l2.06-.94L8 5l.94 2.06L11 8l-2.06.94L8 11l-.94-2.06zM8 21l.94-2.06L11 18l-2.06-.94L8 15l-.94 2.06L5 18l2.06.94L8 21zm-3.63-8.63L3 13l1.37.63L5 15l.63-1.37L7 13l-1.37-.63L5 11l-.63 1.37zM12 12c0-2.73 1.08-5.27 2.75-7.25L12 2h7v7l-2.82-2.82C14.84 7.82 14 9.88 14 12c0 3.32 2.1 6.36 5 7.82V22c-4.09-1.59-7-5.65-7-10z"%2F%3E%3C%2Fsvg%3E');
    display: block;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin: 10px;
}
.input-code {
    width: 100%;
    display: flex;
    align-items: center;
    flex: none;
    justify-content: space-between;
}
 .input-code input {
     width: 79%;
     line-height: 28px;
     border: 1px solid #CCCCCC;
     border-radius: 4px;
 }
.btn-verify {
    background: #31AD67;
    border: 1px solid #31AD67;
    border-radius: 4px;
    color: #FFFFFF;
    height: 34px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    padding: 7px 16px;
    margin-left: 5px;
}
.btn-verify button {
    line-height: 28px;
    margin: 2px;
    padding: 0px 10px;
}
.verify-code {
    padding: 10px 0px;
}
.text-danger, .text-danger > span {
    color: #f00;
}
.background-logo {
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: overlay;
    opacity: 0.1;
    z-index: 0;
}

.bg-logo {
    position: absolute;
    top: 0;
    bottom: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(36,91,163,0.2) 75%, rgba(36,91,163,0.6) 100%);
    border-top-left-radius: 4px;
}
#requestCodeModal .bg-logo {
    bottom: unset;
}
.imgcontainer .avatar {
    position: relative;
    z-index: 1;
}
/*#endregion */
/* toastr */
#toast-container > div {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    opacity: .95 !important;
}

.toast-warning {
    background-color: #fb3 !important;
}

.toast-error {
    background-color: #ff3547 !important;
}

.toast-success {
    background-color: #00c851 !important;
}

.toast-info {
    background-color: #33b5e5 !important;
}

.toast-confirm {
    background-image: none !important;
    padding: 0;
    background-color: #fff !important;
}

    .toast-confirm .toast-title {
        border: 1px solid #999;
        color: #666;
        padding: 5px 15px;
    }

.toastr-middle-center {
    left: calc((100% - 300px)/2);
    top: 0;
    width: 100%;
}
.login-form {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.dvQuickLinks {
    position: relative;
}
#btnQuickLinks {
    background: rgba(43, 45, 46, 0.5);
    opacity: 0.4;
    border: 1px solid #4B4E52;
    box-shadow: 0px 4px 6px rgba(25, 45, 82, 0.08);
    border-radius: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-size: 13px;
    color: #FFFFFF;
    top: 50%;
    right: 50%;
    position: absolute;
    transform: translate(50%, 0);
}

/*#endregion */