html{
    height: 100%;
}
body{
    background-color:#ffffff;
    min-height: 100%;
    display: flex;
    flex-direction: column ;
    padding: 0!important;
}

h1,
h2,
h3,
h4,
h5,
h6{
    color: #000000;
    margin-top: 0px;
}

.color-red{
    color: #e93142;
}

.w-40{
    width: 40%;
    margin-left: 328px;
}

.w-45{
    width: 45%;
    margin-left: 328px;
}

.w-35{
    width: 35%;
    margin-left: 371px;
}

.w-60{
    width: 60%;
}

.btn-font{
    font-size: 14px;
}

#spnPassword,
#spnUserName{
    color: red;
}

/*lost-doc form*/
.title-lost{
    font-size: 20px;
    color: #4d4d4d;
    line-height: unset;
}
.lost-doc-card{
    max-width: 38%;
    float: none;
    margin: 20px auto 30px;
}

.lost-doc-card-body{
    padding: 30px 38px !important;;
}

.checkApp-form label,
.lost-doc-form label{
    color: black;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px
}

.lost-doc-form .form-control{
    font-size: 14px;
    font-weight: 100;
    color: black;
}

.mb{
    margin-bottom: 20px;
}

/****navBar****/
.nav-bar{
    background: #0d4da5;
    position: sticky;
    top: 0;
    z-index:3;
}
.navbar{
    padding: 0.5rem 6rem !important;
    margin-bottom: 0px;
}
.li-image{
    margin-right: 500px;
}
.nav-item .nav-link {
    color: #FFFFFF !important;
    font-weight: 400;
    font-size: 17px;
    padding: 10px 12px !important;
}
.nav-logo {
    width: 60px;
}

.ul-nav{
    line-height: 18px;
}

.dropdown-item {
    padding: 10px 18px !important;
}

.dropdown-item:active {
    color: #212529;
     background-color: transparent;
}

/*****card*****/

.card-wrapper{
    background: #fff;
    border-radius: 8px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
    box-shadow: 0 0 10px rgba(196, 196, 196, 0.3);
}
.login-title{
    color: #696969;
    border-bottom: 2px solid #d3d3d3;
    padding-bottom: 8px;
}
.title{
    color: #696969;
}

.card-body{
    padding: 40px 45px;
}


/*****form*****/
.login-form{
    width: 52%;
    text-align:center;
    position: absolute;
    display:flex;
    flex-direction:column;
    align-items:center;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login-head{
    color: #696969;
    margin-left: 2% !important;
    font-size: 28px;
}

.edit-application-form,
.change-password-form,
.edit-designation-form,
.check-doc-form,
.edit-user-sign-form,
.edit-form,
.add-form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.add-doc-form{
    position: absolute;
    top: 45%;
    left: 66%;
    transform: translate(-50%, -50%);
    margin: 150px 0px;
}

.dashboard{
    color: #004573;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dash-title {
    font-size: 19px;
    margin-top: 30px;
    color: #0d4da5e0;
    margin-bottom: 22px;
    border-bottom: 1px solid #b7b7b7bd;
    padding-bottom: 15px;
}
.first-span{
    font-size: 25px;
    font-weight: 600;
    color: #333333
}

.fs-c{
    font-size: 13px;
    color: #333333;
    text-transform: uppercase;
}
.float-right{
    float: right;
}
.img-icon{
    width: 30%;
    margin-top: 17px;
}
.w-20{
    width: 17%;
}
.lost-doc-overview-card .card-wrapper,
.status-card .card-wrapper{
    box-shadow: 0 0 10px rgba(212, 212, 212, 0.27);
}

.p-18-20{
    padding: 18px 28px;
}

.status-card{
    display: flex;
    justify-content: space-between;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

label{
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.form-group {
    margin-bottom: 18px;
}

.form-control:focus{
    border-color: #b7b7b7;
    box-shadow: none;
}
.login-btn{
    width:100%;
    background: #1d80b2;
    color: #FFFFFF;
}
.btn:hover{
    color: #FFFFFF;
}
.logo{
    width: 78px;
    height:78px;
}

/****user list****/
.add ,
.details{
    padding: 0 !important;
}
.user-title{
    font-weight: 500;
    font-size: 28px;
    color: #004573;
}
.add-btn{
    float: right;
    margin-top: 7px;
    background: #1d80b2;
    color: #fff;
}
.edit-btn{
    background: #1d80b2;
    color: #fff;
}
.delete-btn{
    background: #d9072c;
    color: #fff;
}

.table{
    border: 1px solid #c8c8c8;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}

.table td{
    vertical-align: middle !important;
}

.table thead th{
    vertical-align: top;
    background-color: #fff;
}

tr{
    background: #f2f9ff47 !important;
}

/*footer*/

.footer {
    width: 100%;
    background-color: #cbcbcb;
    color: #000;
    text-align: center;
    padding: 10px;
    margin-top: auto ;
    /*z-index: 3;*/
}


.footer a{
    color: #000;
}

/******lost documents list*****/
.appSubmit-heading-row,
.appSubmit-table-row{
    margin-right: -70px;
    margin-left: -65px;
}
.appSubmit-table-row .table td,
.appSubmit-table-row .table th{
    padding: 8px;
}


/*modal*/
.modal-header{
    border-bottom: none;
    padding: 1rem 1rem 0;
}
.modal-title{
    color: black;
}
.modal-body{
    padding: 2% 6%;
}
.modal-content{
    margin-top: 100%;
}
.modal-footer{
    border-top: none;
    padding: 0 4% 4%;
}
.modal-footer>* {
     margin: 0px !important;
}



/*FILTER APPLICATION*/

.filter-modal-content{
    margin-top: 38%;
}

.filter-modal-body{
    padding: 5% 8%;
}

.filter-modal-header{
    padding: 22px 40px 0;
}

.date-form .form-control{
    display: initial;
}

/*SEARCH APPLICATION */
.search-modal-body{
    padding: 8% 10%;
}

.search-modal-content {
    margin-top: 49%;
}
.search-modal-header{
    padding: 25px 38px 0;
}


/*Application lost doc form*/
.alert-danger,
.alert-info{
    text-align: center;
    padding: 5px;
    width: 100%;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-bottom: 10px !important;
}
.editSign-alert{
    margin-left: 96px;
    padding: 8px;
}
.editDesignation-alert{
    margin-left: 40px;
    padding: 8px;
}


/*add user signature and designation*/
.add-designation-modal-content,
.add-user-sign-modal-content{
    margin-top: 50%
}

.add-designation-modal-header,
.add-user-sign-modal-header{
    padding: 23px 35px 0;
}

.add-designation-modal-body,
.add-user-sign-modal-body{
    padding: 7% 9%;
}

/******************PDF FORM****************/
.pt-50{
    padding-top: 25px;
}
p{
    margin-top: 0px;
    margin-bottom: 10px;
}

.fw-600{
    font-weight: 600;
}

.fs-14{
    font-size: 13px;
}
.fs-13{
    font-size: 14px;
}
.fs-25{
    font-size: 25px;
}

.line-height{
    line-height: 25px;
}
.lh-35{
    line-height: 35px;
}
.license-book-row,
.blue-book-row{
    margin-right: 65px;
    margin-left: 65px;
}
/* left */
.right-col{
    padding-right: 0px;
    padding-left: 70px;
}
.left-col{
    border-right: 1px solid;
    padding-right: 70px;
    padding-left: 30px;
}

.left-title{

    float: left;
}

.subject{
    text-decoration: underline;
}

.date{
    float: right;
}

.box{
    font-size: 24px;
    margin-right: 12px;
}

.stamp-box{
    border: 1px solid;
    width: 134px;
    height: 115px
}

.stamp{
    padding: 20px;
}

/**** ERROR PAGE ****/
.dash{
    position: fixed;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.errorView{
    text-align: center;
    position: absolute;
    top: 69%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.errorMessage{
    font-size: 32px;
    margin-left: 12px;
}

.errorImage{
    width: 4%;
    margin-bottom: 10px;
}

.btn-center {
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-btn {
    background: #1d80b2;
    color: #FFFFFF;
}

/*icons */

.filter-icon{
    font-size: 25px !important;
    float: right;
    margin-right: 27px;
    margin-top: 5px !important;
    color: #0056b3 !important;
}

.submit-app-btn:hover{
    background-color: gray;
}
.export-icon:hover,
.filter-icon:hover{
    color: gray !important;
}
.export-icon{
    font-size: 27px !important;
    color: #0056b3;
    float: right;
    margin-top: 4px !important;
    margin-right: 24px;
}

.submit-app-btn{
    background-color: #0056b3;
    color: #FFFFFF;
    float: right;
    margin-top: 0px;
}

.search-form{
    width: 100%;
    float: left;
    margin-top: 0px;
}
.highlight {
    background-color: yellow !important;
}

.search-icon{
    position: absolute;
    top: 20%;
    color: gray;
    left: 133%
}

.close-btn{
    color: #FFFFFF;
    background-color: #54976a;
}

.modal-h5{
    margin-top: 7px;
    font-size: 21px;
}
/*details page css*/
ul{
    list-style: none;
    line-height: 29px;
    padding-left: 0px;
}
ul li{
    color: #696969;
}
.topic{
    color: #0d4da5;
    font-size: 17px !important;
    font-weight: 500;
}
.details-application-form span,
.details-application-form  label{
    font-size: 14px;
}
.details-application-form b {
    font-size: 13px;
}

.bb{
    border-bottom: 1px solid #80808040;
}

