html{
    height: 100%;
}

body{
    height: 100%;
    background: #fafafa;
    /*font-family: 'Raleway', sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
}

.small{
    font-size: 80% !important;
}

.dropdown-menu{
    font-size: inherit !important;
}

.font-sign{
    font-family: 'Homemade Apple', cursive !important;
}

.width-50{
    width: 50%;
}

.border-top-thick-teal{
    border-top: #12bdd0 5px solid;
}

.bg-dark{
    background-color: #393c41!important;
}

.bg-image{
    background: url(https://www.ni-q.com/wp-content/uploads/2017/06/donor_hold_header.jpg) 0 0 no-repeat !important;
    
}

.bg-image-200{
    background: url(https://www.ni-q.com/wp-content/uploads/2017/06/donor_hold_header.jpg) 0 -200px no-repeat !important;
    
}

a.mk{
    color: #333;
}

a.mk:hover{
    text-decoration: underline;
}


.btn{
    border-radius: 0;
}

.btn-dark{
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.8rem;
    padding: .5rem 1rem;
}

.btn-teal{
    background: #12bdd0;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.8rem;
    padding: .5rem 1rem;
}

.btn-teal-sm{
    background: #12bdd0;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.8rem;
    padding: .25rem .5rem;
    margin-bottom: 0.25rem;
}

.btn-teal-sm-outline{
    background: transparent;
    color: #12bdd0;
    border: #12bdd0 1px solid;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.8rem;
    padding: .25rem .5rem;
    margin-bottom: 0.25rem;
}

.btn-teal-sm-outline:hover{
    color: #00e5ff;
    border: #00e5ff 1px solid;
}

.btn-clean{
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
}

.btn-clean i{
    font-size: 1rem;
    margin-right: 0.25rem;
    position: relative;
    top: 0.65px;
}

.btn-clean:hover{
    color: #12c9dd;
}

.btn-clean:focus{
    box-shadow: none;
    color: #12c9dd;
}

.btn-danger{
   
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.8rem;
    padding: .5rem 1rem;
}

.btn-teal-sm:hover, .btn-teal:hover{
    background: #12c9dd;
    color:#fff;
}

.btn-teal:focus{
    background:#12a7b8;
}

.btn-lg{
  
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1rem;
    padding: 1rem; 
}

.text-teal{
    color: #12bdd0;
}

.bg-teal{
    background: #12bdd0 !important;
}

.bg-danger{
    background-color: #ff6d6d!important;
}

.bold{
    font-weight: 600;
}

.form-control{
    border-radius: 0;
    background: #fafafa;
    border: #ddd 1px solid;
    font-weight: 500;
    font-size: 0.8rem;
    box-shadow: none;
    outline:none;
    transition: box-shadow 1s ease-in, border 1s ease-in-out;
 
}

.form-control[type=file]{
    height: 100%;
}

.form-control:focus{
    
    box-shadow: -1px 0px 3px 1px rgba(0,0,0,0.05);
    border: #12a7b8 1px solid;

}

.form-control-lg, .custom-select-lg{
    height: calc(2.25em + 1rem + 2px);
}

.search-form-control{
    font-weight: 500;
    font-size: 0.8rem;
    padding: 1.5rem 0;
    letter-spacing: 1px;
}

.custom-select-big{
    font-weight: 500;
    font-size: 0.8rem;
    background: #fff;
    color: #495057;
    height: 3.15rem;
    border: #eee 1px solid;
    letter-spacing: 1px;
    border-radius: 5px;
    padding:1rem 1.5rem;
    border-radius: 0;
}

.custom-select{
    font-weight: 500;
    font-size: 0.8rem;
    color: #495057;
    border: #eee 1px solid;
    letter-spacing: 1px;
    border-radius: 0;
    width: 100%;
    height: calc(1.9em + .75rem + 2px);
    background-color: #fff;
}

.custom-checkbox .custom-control-label::before{
   
}

.ck-editor__editable_inline{
    min-height: 100px;
    background: #fff;
    border:none;
    outline:none;
    width: auto;
}


.invalid-feedback{
    display: block;
}

a{
    font-size: 0.82rem;
    font-weight: 700;
    color: #12bdd0;
    text-decoration: none;
   
}

a:hover{
    text-decoration: none;
}

label{
    font-size: 0.75rem;
    font-weight: 700;
    color: #393c41;
   
}

@media (min-width: 1200px){
    .container {
        max-width: 1170px;
    }
}


.page-title{
    font-weight: 700;
    color: #495057;
}

.login-bg{
    min-height: calc(100% - 165.83px);
    background: url(../img/jens-johnsson-684267-unsplash.jpg);
    background-size: cover;
    padding-bottom: 10rem;
    overflow-y: auto;
}

.topbar{
    background: #393c41;
    padding: 0.13rem 1rem;
}

.topbar p{
    font-size: 0.81rem;
    color: #898d8e;
}

.navbar{
    padding: 1.878rem 1rem;
    background: #fff;
   
}

.navbar .nav-item{
    padding:0;
    padding-left: 40px;
}

.navbar .nav-link{
    color: #12bdd0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display:inline-block;
}

.navbar .nav-link:hover{
    color: #212529;
}

.navbar .nav-item::after{content:'';display:block;width:0px;height:2px;background:#333;transition: 0.2s;}
.navbar .nav-item:hover::after{width:100%;color: #000;}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color:#333;}
.nav-link{padding:15px 5px;transition:0.2s;}
.dropdown-item.active, .dropdown-item:active{color:#f5f5f5;}
.dropdown-item:focus, .dropdown-item:hover{background:#f5f5f5;}



.jumbotron{
    padding: 0;
    background: #fff;
    margin:0;
}


.donor-dashboard-jumbotron .container{
    background: url(https://www.ni-q.com/wp-content/uploads/2017/05/niq_nursing_mom_donor_p2.jpg) 90% center no-repeat;
    background-size: cover;
    padding: 1rem 1rem;
}

.donor-dashboard-jumbotron h1{
    font-weight: 400;
    color: #393c41;
    font-size: 3rem;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.2);
}

.donor-dashboard-jumbotron h1 span{
    font-weight: 700;
}

iframe{
    overflow:hidden;
}

.login-jumbotron{
    background:transparent;
    background-size: cover;
    padding: 5rem 1rem 0 1rem;
}

.login-jumbotron h1{
    font-weight: 300;
    color: #393c41;
    font-size: 3rem;
   
    width: 400px;
    text-align: center;
    margin: 0 auto;
}

.login-jumbotron h1 span{
    font-weight: 700;
}

.login-bg .card{
    border: #eee 1px solid;
}

.login-bg .card .card-header{
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.donor-nav-mobile{
    display:block;
    width: 100%;
    margin: -2rem 0 0 0;
    position: absolute;
   
    z-index: 3;
    background: #393c41;
}

.donor-nav-dropdown{
    box-shadow: 0px 2px 3px 1px rgba(0,0,0, 0.2);
}

.donor-nav-dropdown .nav-link{
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1rem .5rem 1rem .8rem;
    
}

.donor-nav-dropdown .nav-item:hover{
    background: #313438;
}

.donor-nav-dropdown .nav-item{
    border-bottom: #111 1px solid;
}

.donor-nav{
    
   background: #fff;
  
}

.donor-nav .nav-item{
    margin-right: 1rem;
    padding:0;
    border:none;
}

.donor-nav .nav-item:after{
    height: 0;
}

.donor-nav .nav-link{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #444;
    border:none;
}

.donor-nav .nav-link:hover{
    color: #12c9dd;
}


.donor-side-nav{
   
}

.donor-side-nav .nav-item{
    margin-right: 0.25rem;
}

.donor-side-nav .nav-link{
    background: #12bdd0;
    border: #eee 1px solid;
    color: #fff;
    padding: 0.75rem 1rem;
    
}

.donor-side-nav .nav-link i{
    color: #fff;
    font-size: 1rem;
    margin-right: 0.75rem;
}


footer .nav-link{
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 0.72rem;
}

.card{
    border: #eee 1px solid;
    font-family: 'Raleway', sans-serif;
    border-radius: 0;
    background: #fff;
    padding: 0.5rem;
    
}

.card-active{
    background: #fafafa;
}

.documents .card{
    
}

.documents .card:hover{
    background: #fff;
    
}





.notifications .card{
    transition: padding 0.5s ease-in, border 0.5s ease-in-out;
}

.notifications .card:hover{
   
}

.title{
    padding:0;
    margin:0;
    font-weight: 800;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #495057;
}

.text{
    margin:0;
    font-weight: 500;
    font-size: 0.7rem;
    line-height: 0.8rem;
    color: #999;
}

p{
    margin:0;
   line-height: 2;
}

.custom-control-label::before{
    top: 0;
}

.custom-control-label::after{
    top:0;
}

.custom-file-label{
    border-radius:0;
    background: #fafafa;
    border: #ddd 1px solid;
}

.w9-name{
    position: relative; 
    top: -1260px; 
    width: 500px; 
    margin-left: 120px;  
}

.w9-business{
    position: relative; 
    top: -1241px; 
    width: 500px; 
    margin-left: 120px;  
}

.w9-indsol{
    position: relative; 
    top: -1190px; 
    margin: 0 0 0 119px;
    display:block; 
}

.w9-ccorp{
    position: relative; 
    top: -1206px; 
    margin: 0 0 0 324px;
    display:block; 
}

.w9-scorp{
    position: relative; 
    top: -1219px;  
    margin: 0 0 0 454px;
    display:block; 
}

.w9-partnership{
    position: relative; 
    top: -1232px;  
    margin: 0 0 0 583px;
    display:block; 
}

.w9-trust{
    position: relative; 
    top: -1245px;  
    margin: 0 0 0 713px;
    display:block; 
}

.w9-llc{
    position: relative; 
    top: -1212px; 
    margin: 0 0 0 119px;
    display:block; 
}

.w9-llc-npt{
    position: relative; 
    top: -1236px; 
    margin: 0 0 0 742px;
    width: 60px;
    display:block; 
}

.w9-other{
    position: relative; 
    top: -1166px; 
    margin: 0 0 0 119px;
    display:block; 
}

.w9-other-npt{
    position: relative; 
    top: -1189px; 
    margin: 0 0 0 290px;
    width: 500px;
    display:block; 
}

.w9-excempt{
    position: relative; 
    top: -1321px; 
    margin: 0 0 0 974px;
    width: 60px;
    display:block; 
}

.w9-FACTA{
    position: relative; 
    top: -1280px; 
    margin: 0 0 0 910px;
    width: 125px;
    display:block; 
}
.w9-address{
    position: relative; 
    top: -1220px; 
    margin: 0 0 0 110px;
    width: 550px;
    display:block; 
}
.w9-citystzip{
    position: relative; 
    top: -1203px; 
    margin: 0 0 0 110px;
    width: 550px;
    display:block; 
}
.w9-requester{
    position: relative; 
    top: -1228px; 
    margin: 0 0 0 705px;
    width: 300px;
    display:block; 
}
.w9-accounts{
    position: relative; 
    top: -1209px; 
    margin: 0 0 0 110px;
    width: 900px;
    display:block; 
}

.w9-social-1{
    position: relative; 
    top: -1156px; 
    margin: 0 0 0 750px;
    width: 27px;
    display:block; 
}

.w9-social-2{
    position: relative; 
    top: -1181px; 
    margin: 0 0 0 776px;
    width: 27px;
    display:block; 
}

.w9-social-3{
    position: relative; 
    top: -1206px; 
    margin: 0 0 0 802px;
    width: 27px;
    display:block; 
}

.w9-social-4{
    position: relative; 
    top: -1231px; 
    margin: 0 0 0 854px;
    width: 27px;
    display:block; 
}

.w9-social-5{
    position: relative; 
    top: -1256px; 
    margin: 0 0 0 880px;
    width: 27px;
    display:block; 
}

.w9-social-6{
    position: relative; 
    top: -1281px; 
    margin: 0 0 0 931px;
    width: 27px;
    display:block; 
}

.w9-social-7{
    position: relative; 
    top: -1306px; 
    margin: 0 0 0 957px;
    width: 27px;
    display:block; 
}

.w9-social-8{
    position: relative; 
    top: -1331px; 
    margin: 0 0 0 983px;
    width: 27px;
    display:block; 
}

.w9-social-9{
    position: relative; 
    top: -1356px; 
    margin: 0 0 0 1009px;
    width: 27px;
    display:block; 
}

.w9-ein-1{
    position: relative; 
    top: -1294px; 
    margin: 0 0 0 750px;
    width: 27px;
    display:block; 
}

.w9-ein-2{
    position: relative; 
    top: -1319px; 
    margin: 0 0 0 776px;
    width: 27px;
    display:block; 
}

.w9-ein-3{
    position: relative; 
    top: -1345px; 
    margin: 0 0 0 827px;
    width: 27px;
    display:block; 
}

.w9-ein-4{
    position: relative; 
    top: -1370px; 
    margin: 0 0 0 853px;
    width: 27px;
    display:block; 
}

.w9-ein-5{
    position: relative; 
    top: -1395px; 
    margin: 0 0 0 879px;
    width: 27px;
    display:block; 
}

.w9-ein-6{
    position: relative; 
    top: -1420px; 
    margin: 0 0 0 905px;
    width: 27px;
    display:block; 
}

.w9-ein-7{
    position: relative; 
    top: -1445px; 
    margin: 0 0 0 931px;
    width: 27px;
    display:block; 
}

.w9-ein-8{
    position: relative; 
    top: -1470px; 
    margin: 0 0 0 957px;
    width: 27px;
    display:block; 
}

.w9-ein-9{
    position: relative; 
    top: -1495px; 
    margin: 0 0 0 983px;
    width: 27px;
    display:block; 
}

.w9-signature{
    position: relative; 
    top: -1232px; 
    margin: 0 0 0 233px;
    width: 400px;
    border:none;
    display:block; 
    font-size: 16px;
    font-weight: 600;
    font-family: 'Homemade Apple', cursive !important;
}



.w9-date{
    position: relative; 
    top: -1257px; 
    margin: 0 0 0 745px;
    width: 250px;
    display:block; 
    font-size: 16px;
    font-weight: 600;
    font-family: 'Homemade Apple', cursive !important;
}


