﻿/******************************************************/
/*----------      General Style Section     ----------*/
/******************************************************/
body {
    margin: 0;
    padding: 0;
    font-family: Arial,Verdana,Geneva,sans-serif;    
    background: url('../Content/img/login-bkgd.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.supportForm {
    background: #f5f5f5;
    border: 1px solid lightgray;
    margin-bottom: 15px;
}

.supportFormHeader {
    background: #007D8A;
    width: 100%;
    color: white;
    padding-left: 5px;
    margin-bottom: 5px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
}

.supportFormContent {
    padding-left: 5px;
    padding-top: 5px;
}

#unlockAccountForm .supportFormContent {
    padding-top: 15px;
}

#resetOTPForm .supportFormContent {
    padding-top: 15px;
}

#footer {
    padding-top: 5px;
    color: white;
}

/* Disable IE password clear/reveal */
input::-ms-clear, input::-ms-reveal {
    display: none;
}

/*Textfield class for invalid text-data*/
.invalidTextField {
    border: 1px solid red !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(255, 0, 0) !important;
}

/******************************************************/
/*----------    Help.cshtml Style Section   ----------*/
/******************************************************/
#mainHelp {
    background: #f5f5f5;
    border: 1px solid lightgray;   
    margin: auto;
    position: absolute;
    left: 0;right: 0;top: 0;bottom: 0;
    height: 65%;
    overflow: auto;
    max-height: 100%;
    width: 90%;
}

/******************************************************/
/*-------  UnlockAccount.cshtml Style Section  -------*/
/******************************************************/
#unlockAccountForm {
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0;bottom: 0;
    left: 0;right: 0;
    height: 200px;
    width: 500px;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

#unlockAccountForm .supportFormContent {
    margin: auto;
    position: absolute;
    left: 0; right: 0;
    top: 35%;
    height: 160px;
    width: 500px;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
}

#unlockAccountForm .btn,
#unlockAccountForm .btn:hover,
#unlockAccountForm .btn:focus {
    position: relative;
    bottom: 0;
    color: white;
    outline: none;
    margin: 15px 0 0 15px;
}

/******************************************************/
/*-------  ResetOTP.cshtml Style Section  -------*/
/******************************************************/
#resetOTPForm {
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    width: 500px;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

#resetOTPForm .supportFormContent {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    height: 160px;
    width: 500px;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
}

#resetOTPForm .btn,
#resetOTPForm .btn:hover,
#resetOTPForm .btn:focus {
    position: relative;
    bottom: 0;
    color: white;
    outline: none;
    margin: 15px 0 0 15px;
}

/******************************************************/
/*------  ChangePassword.cshtml Style Section  -------*/
/******************************************************/
#changePasswordForm {
    background: #fff;
    width: 75%;
    margin: 10% auto;
    padding-bottom: 10px;
}

#changePasswordForm .supportFormHeader {
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
}

#changePasswordForm .form-group {
    width: 30%;
    display: inline-block;
}

#changePasswordForm label {
    width: 100%;
    text-align: left;
    margin-left: 5.5%;
}

#changePasswordForm .k-textbox {
    display: inline-block;
    width: 90%;
}

.forgotPwBtn,
.forgotPwBtn:hover,
.forgotPwBtn:focus {
    font-size: 14px;
    background-color: #72246c;
    height: 34px;
    line-height: 19px;
    margin: 5% auto;
    color: #eeeeee;
    outline: none;
    width: 40%;
    min-width: 70px;
}

.forgotPwBtn:first-of-type {
    margin-right: 10px;
}

#changePasswordForm .btn,
#changePasswordForm .btn:hover,
#changePasswordForm .btn:focus {
    position: relative;
    color: white;
    outline: none;
    margin: 15px 0 0 15px;
    width: 100px;
}

/* Success Notification Template */

.notificationCloseBtn {
    position: absolute; 
    right: 0; 
    top: 0; 
    padding: 1px 6px;
    cursor: pointer;
}
  
.k-notification-upload-success {
    background: green;
    opacity: 1;
    color: #fff;
}

.successNotification {
    width: 510px;
    height: auto;
    padding: 30px;
    text-align: center;
}

/* Error Notification Template */
.k-widget.k-notification.k-notification-error {
    background: red;
    opacity: 0.9;
    color: #fff;
}

.errorNotification {
    width: 510px;
    height: auto;
    padding: 30px;
    text-align: center;
}

/* InfoNotification Template */
.k-widget.k-notification.k-notification-info {
    background: rgb(9, 78, 157);
    opacity: 0.9;
    color: #fff;
}

.infoNotification {
    width: 510px;
    height: auto;
    padding: 30px;
    text-align: center;
}

/******************************************************/
/*----------      Loading Style Section     ----------*/
/******************************************************/
.loading  {
    border-radius: 100px;
    display: inline;
    vertical-align: middle;
}
.loading span {
    height: 10px;
    width: 10px;
    margin: 0 3px;
    background-color: #f5f5f5;
    display: inline-block;
    border-radius: 50%;
    opacity: 0.1;
}
.loading span:nth-of-type(1) {
    -webkit-animation: 3s blink infinite 0.3333s;
            animation: 3s blink infinite 0.3333s;
}
.loading span:nth-of-type(2) {
    -webkit-animation: 3s blink infinite 0.6666s;
            animation: 3s blink infinite 0.6666s;
}
.loading span:nth-of-type(3) {
    -webkit-animation: 3s blink infinite 0.9999s;
            animation: 3s blink infinite 0.9999s;
}
.loading span:nth-of-type(4) {
    -webkit-animation: 3s blink infinite 1.3332s;
            animation: 3s blink infinite 1.3332s;
}
.loading span:nth-of-type(5) {
    -webkit-animation: 3s blink infinite 1.6665s;
            animation: 3s blink infinite 1.6665s;
}

@-webkit-keyframes blink {
    50% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    50% {
        opacity: 1;
    }
}

@keyframes blink {
    50% {
        opacity: 1;
    }
}
