/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #eae9e9;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #000;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

/*.navbar {
    padding: 7px 10px;
    background: #a22424;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}*/

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 230px;
    max-width: 230px;
    background: #333;
    color: #fff;
    transition: all 0.3s;
    position:absolute;
    z-index:2;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #333;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #333;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    position:fixed;
    z-index:1;
    transition: all 0.3s;
}

.navbar-collapse{
    float:left;
}

.menu-btn{
    float:right;
}

.navbar-toggle {
    padding: 9px;
    margin-right: 25px;
    background-color: #a22424;
    border-color: #a22424;
}

.navbar .navbar-toggle .icon-bar {
    height: 3px;
    width: 28px;
    background-color: #fff;
}
.navbar-toggle span{
    color:red;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: block;
    }
    
}
@media (max-width: 767px){
    .mainlabel {
        margin-bottom: 10px;
        /*float: left;*/
    }
    .form-filds .row .col-md-4 .col-sm-4 {
        text-align: left;
    }
    .cc{
        text-align:left;
    }
    .login-box{
        width:100% !important;
    }
    .text-h3{
        font-size:16px;
    }
    .labl-txt {
        padding-top: 17px !important;
    }
    .navbar-toggle {
        display: block;
    }

}
@media (min-width: 768px){
    .logo-img{
        width:9% !important;
    }
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
    position: relative;
    /*display: block;*/
    width: 80%;
    font-size: 15px;
    line-height: 24px;
    padding: 0px 19px;
    color: #8B8BB2;
    border: 1px solid #d0d0d0;
    height: 44px;
    background-color: #fff;
    border-radius: 3px;
    /*margin-bottom: 20px;*/
    margin-top:10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: -1px;
    left: 0px;
}

.dobpad {
    padding: .5rem .75rem;
    width: auto;
    font-size: 2rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.mainlabel {
    font-size: 20px;
    font-weight: 600;
}
fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
}
legend {
    font-size: 20px !important;
    font-weight: bold;
    margin:0 auto;
    width: 65% !important;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    padding: 5px 5px 5px 10px !important;
    background-color: #ffffff;
}

.pt-5{
    padding-top:5px;
}

.pb-5{
    padding-bottom:5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
    
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-170 {
    padding-top: 170px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-150 {
    padding-bottom: 150px;
}

.a-txt {
    font-size: 16px;
    color: #ab1d24;
    font-weight: 600;
}
.input-lbl{
    top:-1px;
    position:relative;
}

.head-txt {
    margin-top: 15px;
    float: left;
    font-weight: 600;
    font-size: 22px;
}

.back-color {
    background-color: #ab1d24;
    border-color: #ab1d24;
}

.panel-info{
    border-color:#f38e93;
}

.panel-info>.panel-heading {
    color: #fff;
    background-color: #f9777d;
    border-color: #e86066;
}

.mt-20{
    margin-top:20px;
}

.mt-10{
    margin-top:10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.otp{
    margin:0 auto !important;
}
.logo-img{
    /*border:1px solid #000;*/
    border-radius:17px;
    position:relative;
    z-index:1;
}
.login-box {
    width: 41%;
    margin: 0 auto;
    /*border: 1px solid #a22424;*/
    box-shadow: 0px 0px 11px 2px rgb(0,0,0,0.76);
    border-radius: 9px;
    background-color: #a2242430;
    padding: 30px 17px;
    text-align: center;
    position: relative;
    top: -33px;
    color: #fff;
}
.lodin-txt-box{
    border-radius:25px !important;
    text-align:center;
    outline:none;   
}
.login-btn {
    width: 80%;
    /*background-image: linear-gradient(to right, red, yellow);*/
    background-color:#f36f22;
    border-style:double;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 25px;
}
.login-head {
    font-size: 38px;
    color:#000;
    text-transform: uppercase;
    font-family: 'Alegreya', serif;
}
.login-a{
    cursor:pointer;
    color:#fff;
}

.lbl-text {
    position: relative;
    /* display: block; */
    width: 50% !important;
    font-size: 17px;
    line-height: 24px;
    padding: 3px 7px !important;
    margin-left: 17px;
    color: #8B8BB2;
    /* border: 1px solid #d0d0d0; */
    border-bottom: 3px solid #e07474 !important;
    border-top: 0px !important;
    outline: none !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 5px !important;
    height: 30px !important;
    background-color: #efefef;
    margin-bottom: 5px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: -1px;
    left: 0px;
}
.profile-edit {
    background-color: #c33333;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(106, 105, 107, 0.96);
    color: #fff;
}
.edit-btn {
    background-color: #f33c33;
    font-weight: 600;
    padding: 3px 40px;
    color: #fafafa;
    font-size: 20px;
}
.lbl-txt-width{
    width:100% !important;
    margin-left:0px;
}
.head-dash {
    background-color: #b13f3f;
    /*position: relative;
    bottom: 33px;*/
    padding: 20px 20px;
}
.status-btn {
    background-color: #a22424;
    border: 1px solid #bf6f6f;
    color: #fff;
    padding: 5px 10px;
}
.login-lbl {
    border: 5px solid #ffe139;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 20px;
    color:#fff;
}
.lbl-font{
    font-size:25px;
    font-weight:500;
    color:#000;
}
.disbursed-col {
    color: #fff;
    border-left: 5px solid #1cd21c;
    padding-left: 7px;
    border-radius: 2px;
}
.sanction-col {
    color: #fff;
    border-left: 5px solid #ffe139;
    padding-left: 7px;
    border-radius: 2px;
}
.reject-col {
    color: #fff;
    border-left: 5px solid #1cd2d2;
    padding-left: 7px;
    border-radius: 2px;
}
.dash-icons{
    /*position:relative;
    bottom:33px;*/
    padding:25px 15px;
}
.br-1 {
    border-right: 1px solid #cac1c1;
}
.bb-1{
    border-bottom:1px solid #cac1c1;
}
@media (max-width: 374px){
    .spl-col a {
        font-size: 10px;
        font-weight: 600;
    }
    .pad-txt{
        padding-left:0px;
        font-size:11px;
    }

}
@media  (max-width: 424px){
    .spl-col{
        padding:2px 2px;
    }
    .pad-txt{
        padding-left:0px;
    }
    .login-rework {
        padding-bottom: 19px;
    }
}

.spl-col{
    padding:25px 10px;
}
.spl-col a .fa{
    color:#b71c1c;
    font-size:21px;
}

/*.rupee{
    font-family:initial;
    text-align:center;
    color:#fff;
    font-size:15px;
    padding:10px 4px;
}*/
.rupee-pre {
    font-family: initial;
    text-align: center;
    color: #000;
    font-size: 15px;
    padding: 10px 4px;
}
.login-rework{
    font-size:16px;
    text-align:center;
    color:#fff;
    font-weight:400;
}

.login-rework-dis {
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.login-lbl-per {
    border: 3px solid #f6f936;
    width: 110px;
    height: 110px;
    font-size: 16px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 45px 20px;
    color: #210e0e;
}
.lbl-font-per{
    font-size:16px;
    font-weight:500;
}
.col-pre {
    margin: 3px;
    padding: 8px 2px;
    box-shadow: 0 7px 12px -6px #777474;
    /*border-bottom: 1px solid #d4cdcd;*/
}
.row-pre {
    margin: 3px;
    padding: 8px 2px;
    box-shadow: 0 7px 12px -6px #777474;
}
.lead-text-box{
    margin-bottom:0px !important;
    height:44px !important;
    padding:10px 10px !important;
    font-size:15px !important;
    width:100% !important;
    margin-top:5px;
}
.send-btn {
    /*background: linear-gradient(to right, #7074fe, #93faff);*/
    background-color: #f33c33;
    color:#fff;
    font-weight: 600;
    padding: 10px 30px;
    border: 1px solid white;
    border-radius: 4px;
    letter-spacing: 0.7px;
    margin-right: 10px;
    outline: none;
}
.mt-0{
    margin-top:0px;
}
.add-btn {
    background-color: #f33c33;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 10px;
    border: 1px solid white;
    border-radius: 20px;
    letter-spacing: 0.7px;
    margin-right: 10px;
}

.toolbtn {
    background-color: #f33c33;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.9px;
    width: 130px;
    padding-bottom: 4px;
    padding-top: 4px;
    border-radius: 4px;
    outline: none;
    border-style:ridge;
}
.pad-lbl{
    font-weight:500;
}
.gp {
    background:url("../images/gp.png") center 0 no-repeat;
    /*width: 150px;*/
    height: 45px;
}
.iHc {
    
    margin-top: 40px;
}
.inputHolder {
    position: relative;
    margin: 20px auto;
    clear: both;
    width: 100%;
    height: 70px;
    max-width: 28em;
}
.unit {
    width: 30px;
    position: absolute;
    left: 13px;
    top: 10px;
    line-height: 55px;
    color: #333;
    z-index: 1;
    font-size: 17px;
}
.appInput {
    width: 100% !important;
    height: 52px !important;
    padding-left: 55px !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05), 0 6px 12px 0 rgba(0,0,0,0.05) !important;
    background-color: #fff !important;
    border: solid .5px rgba(0,0,0,0.05) !important;
    outline: 0 !important;
    font-size: 17px !important;
    letter-spacing: 2px !important;
    color: #333 !important;
}
.inputSpan {
    position: absolute;
    width: 90px;
    right: 0;
    top:9px;
    border:none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    background-image: linear-gradient(90deg,#ac2f77,#da355a 0);
    padding: 16px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}
.modal-header{
    border-bottom:none;
}
.get {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
.get-1 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}






























