﻿body {
    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;
}

a,
a:hover,
a:focus {
    color: #eeeeee
}

.txtBox {
    color: #404040;
    padding-left: 5px;
    width: 100%; 
}

.k-widget.k-window {
    text-align: center;
    border: none;
}

#ajaxLoaderDialog { overflow: hidden; }
#ajaxLoadingIcon { font-size: 48px;  }
.TaskContainer:last-of-type { border-right: none; }
.TaskContainer.success { color: green; }
.TaskContainer.failed { color: red; }

.TaskContainer {
    font-weight: bold;
    width: 175px;
    height: 125px;
    display: inline-block;
    border-right: 1px solid lightgray;
}


.TaskContainer #spanContainer {
    position: absolute;
    width: 160px;
    padding: 15px 0 0 7.5px;
}

#postLoadMessage {
    height: 25px;
    line-height: 35px;
    width: 100%;
    border-top: 1px solid lightgray;
    font-size: 14px;
    font-weight: bold;
}

/* Disable IE password clear/reveal */
input::-ms-clear, input::-ms-reveal {
    display: none;
}

/******************************************************/
/*----------      Content Style Section     ----------*/
/******************************************************/
#wrapperDiv {
    width: 50%;
    margin: 15% auto;
    border: 1px solid lightgray;
    border-radius: 3%;
}

#clientLogo {
    text-align: center;
    max-width: 85%;
    height: 200px;
    margin: 15px auto;
    border: 1px solid lightgray;
    border-radius: 3%;
    overflow: hidden;
    white-space: nowrap;
}

.logoImage {
    padding: 5px;
    max-width: 95%;
    max-height: 95%;
}

#clientLogoContainer {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.contentContainer {
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    background-color: #007d8a;
    width: 85%;
    padding: 25px 0 0 0;
}

.contentArea {
    width: 50%;
    margin: 0 auto;
}

#LoginLabel,
#PasswordLabel {
    font-size: 14px;
    white-space: nowrap;
}

.bottomContent {
    color: #eeeeee;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
}

.bottomContent a {
    font-size: 12px;
    font-style: italic;
    white-space: nowrap;
}

.bottomContent .btn,
.bottomContent .btn:hover,
.bottomContent .btn:focus{
    font-size: 14px;
    background-color: #72246c;
    height: 34px;
    line-height: 19px;
    margin-left: 25px;
    margin-top: 2%;
    color: #eeeeee;
    outline: none;
    width: 50%;
    min-width: 75px;
}

.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;
}

#footer {
    font-size: 7pt;
    padding: 15px 8%;
    text-align: justify;
}

/******************************************************/
/*----------    Validation Style Section    ----------*/
/******************************************************/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}


input[type] .error {
    border: 2px solid #990000;
}

.error-text {
    color: #990000;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 3px;
}

#errorMsg {
    font-size: 14px;
    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;
    }
}

/******************************************************/
/*----------  Notifications Style Section   ----------*/
/******************************************************/

.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;
}