﻿.modal-backdrop {
    background: none!important;
}

sup {
    top: -.5em;
    color: red;
    font-size: 16px;
}

.frm-val{
    color:red;
}

th.k-header {
    background-color: #3C8DC6 !important;
    padding-left: auto;
}

/*Login style*/

body#LoginForm {
    background-image: url("https://hdwallsource.com/img/2014/9/blur-26347-27038-hd-wallpapers.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px;
}

.form-heading {
    color: #fff;
    font-size: 23px;
}

.panel h2 {
    color: #444444;
    font-size: 18px;
    margin: 0 0 8px 0;
}

.panel p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}

.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 10px auto 30px;
    max-width: 38%;
    padding: 50px 70px 70px 71px;
}

.login-form .form-group {
    margin-bottom: 10px;
}

.login-form {
    text-align: center;
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}

.login-form .btn.btn-primary {
    background: #f0ad4e none repeat scroll 0 0;
    border-color: #f0ad4e;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.forgot {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 10px;
}

.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

    .back a {
        color: #444444;
        font-size: 13px;
        text-decoration: none;
    }

    /*Login style end*/


.modal {
    background: rgba(0, 0, 0, 0.3)
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0
}

@media (min-width:768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125)
    }
}

.modal-header {
    border-bottom-color: #f4f4f4
}

.modal-footer {
    border-top-color: #f4f4f4
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: #c87f0a
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: #0097bc
}

.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: #00733e
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: #c23321
}

.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important
}

.modal-danger .modal-body {
    background-color: #ff0000 !important
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    background-color: #ff0000 !important
}

.modal-backdrop {
    background: none;
}

.modal-success .modal-body {
    background-color: #008000 !important
}

.modal-success .modal-header,
.modal-success .modal-footer {
    background-color: #008000 !important
}












