html {
	height: auto;
}
.badge-primary {
    color: #fff;
    background-color: #007bff !important;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d !important;
}
.badge-success {
    color: #fff;
    background-color: #28a745 !important;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545 !important;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107 !important;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8 !important;
}
.sidebar-menu>li>a {
	font-size:15px;
	line-height:32px;
}
.sidebar-menu>li .badge{display:none;}
.skin-blue ul.sidebar-menu.tree > li > a {
	border: none;
	color: #fff;
}
.skin-blue ul.sidebar-menu.tree > li.active > a {
	background-color: rgba(200,200,200,.2);
}

.skin-blue ul.sidebar-menu.tree > li:hover > a,
.skin-blue ul.sidebar-menu.tree > li.active > a,
.skin-blue ul.sidebar-menu.tree > li.menu-open > a,
.skin-blue .main-header .navbar .sidebar-toggle:hover,
.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
    color: #fff;
    background-color: rgba(200,200,200,.2);
}

.skin-blue .sidebar-form {
	border: none;
}

.skin-blue .sidebar-menu > li.treeview > .treeview-menu {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.skin-blue .sidebar-menu > li.treeview > .treeview-menu li a {
	color: #fff;
	margin: 3px 0;
}
.skin-blue .sidebar-menu > li.treeview > .treeview-menu li a:hover,
.skin-blue .sidebar-menu > li.treeview > .treeview-menu li.active a:hover {
	background-color: rgba(200,200,200,.2);
}

.skin-blue .main-header .centeral.board  .logo,
.skin-blue .main-header  .centeral.board .logo:hover {
    background-color: #fff;
    color: #0c3088;
    padding-top: 4px;
}

aside.main-sidebar {
	background: linear-gradient(180deg,#0d3893,#061161) !important;
}

.info-box {border-radius:10px; box-shadow:0 6px 0 0 rgba(0,0,0,.01), 0 15px 32px 0 rgba(0,0,0,.06);}
.info-box .info-box-icon{border-radius:10px 0 0 10px;}
.navbar-custom-menu>.navbar-nav>li.notifications-menu > a {
    border-radius: 0 0 0 40px;
}


/*login nad register form*/
/*.login-box,*/
.text-white {
	color: #fff;
}

.login-page {
    /*background: #0e3e6e;*/
    /*background: linear-gradient(45deg,rgba(120, 2, 6, 0.85), rgba(6, 17, 97, 0.85)),
				url(../img/jk_bg.jpg) !important;*/
	/*background: linear-gradient(45deg,rgba(120, 2, 6, 0.85), rgba(6, 17, 97, 0.85));*/
    background-image: url(../img/jk_bg.jpg);
    min-height: 100vh;
    position: relative;
}
.login-page:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg,#0d3893,#061161) !important;
    width: 100%; height: 100%;
    left: 0; top: 0;
    z-index: -1;
    opacity: 1;
}
.login-box {
    max-width: 380px;
    margin: 0 auto;
    padding: 20vh 20px;
}

.btn-custom,
.btn-custom:hover,
.btn-custom:focus {
	background-color: #f26522;
	color: #fff;
	margin: 5px 0;
}
.btn-custom:hover {
	background-color: #ff5200;
}

.btn-custom-1,
.btn-custom-1:hover,
.btn-custom-1:focus {
	background-color: #0e3e6e;
	color: #fff;
	margin: 5px 0;
}
.btn-custom-1:hover {
	background-color: #235c94;
}

.login-logo a img {
	max-width: 100px;
}
.login-box-body {
    color: #444;
    background-color: rgba(200,200,200,.2);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    color: #fff;
}
.login-box-body a {
	color: #fff;
    text-decoration: underline;
    letter-spacing: 0.5px;
}
.login-box-body form .has-feedback input.form-control {
    background: rgba(200,200,200,0.2);
    height: 45px;
    color: #fff;
    border: 1px solid rgba(200,200,200,0.3);
}
.login-box-body form .has-feedback input.form-control::placeholder,
.login-box-body form .has-feedback input.form-control::-webkit-placeholder {
	opacity: 1;
	color: #fff;
}
.login-box-body form .has-feedback .form-control-feedback {
	height: 45px;
    line-height: 45px;
    color: #fff;
}
.login-box-body form button[type="submit"] {
    background-image: linear-gradient(45deg,#121c73,#3846c0);
    height: 45px;
    background-size: 200% 100%;
    transition: 0.25s background-size;
    color: #fff;
    box-shadow: 0px 14px 9px #171d5394;
    margin-bottom: 15px;
    border: 0;
}
.login-box-body form button[type="submit"]:hover {
    background-size: 100% 100%;
}
/*13aug*/
.add_user form{
    max-width: 800px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*14 aug */
.post-detail{
    padding: 20px 0;
}
/*.post_img{
    max-height: 250px;
    object-fit: cover;
    object-position: center;
}*/

#image-preview {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #ecf0f1;
  height: 120px;
  width: 120px;
  margin: 0 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  pointer-events: none;
}
#image-preview input {
  line-height: 200px;
  font-size: 200px;
  /*position: absolute;*/
  opacity: 0;
  z-index: 10;
}
#image-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #0d3893;
  width: 200px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.rank_list{
  list-style: none;
  padding-left: 0;
}
.rank_list li{
  display: inline-block;
  margin-left: 5px;
}
.rank_list li span{
    padding: 5px 14px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;
}
.d_flex{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#image-label{
  max-width: 120px;
  float:left;
  margin-right: 10px;
}
.mx-600{
  max-width: 600px;
  margin: 0 auto;
}
/*20 aug */
.report_img{
  max-height: 25px;
}
.generate_report_table .btn-primary{
      padding: 2px 8px;
}
.post_img{
    max-height: 250px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-width: 700px;
}
.thumb_icons{
    margin: 10px auto;
    max-width: 750px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
}
.thumb_icons li{
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    position: relative;
    border-radius: 3px;
    max-height: 45px;
}
.thumb_icons li .custom-control{
    padding-left: 0;
    outline: 0;
    box-shadow: none;
}
.thumb_icons li .custom-control-label::before{
    background: transparent;
    top: 0;
    width: 100%;
    height: 100%;
}
.thumb_icons li .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgba(99, 92, 219, 0.76);
    width: 100%;
    height: 100%;
}
.thumb_icons li .custom-control-label::after{
    width: 100%;
    height: 100%;
}
.thumb_icons li .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
}

.thumb_icons li img{
    max-width: 45px;
    padding: 5px;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.thumb_icons li .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    width: 100%;
    height: 100%;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    top: 6px;
    left: 10px;
    font-size: 20px;
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.report_img{
  max-height: 25px;
}
.generate_report_table .btn-primary{
      padding: 2px 8px;
}
.loader,
.loader:after {
  width: 100%;
  height: 100%;
}
.loader {
    left: 0%;
    top: 0%;
    z-index: 9999;
    margin: 0px auto;
    font-size: 10px;
    position: absolute;
    background: #1a1b2ccf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
     align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
     justify-content: center;
}
.loader .fa{
  color: #fff;
  font-size: 40px;
}
#info_model .modal-title{
  font-weight: bold;
}
 .skin-blue .main-header .navbar .sidebar-toggle:hover, 
 .skin-blue .main-header .navbar .nav>li>a:hover, 
 .skin-blue .main-header .navbar .nav .open>a{
    color: #99b2eb !important;
 }
.bg-yellow{
  background: #f39c12 ;
}
.bg-yellow .info-box-icon{
  background: #C27D0E;
   background:rgb(0 0 0 / 21%);
}
.bg-green .info-box-icon{
  background: #008548;
   background:rgb(0 0 0 / 21%);
}
.bg-red .info-box-icon{
  background: #B13C2E;
   background:rgb(0 0 0 / 21%);
}
.bg-aqua .info-box-icon {
    background: #37a7a0;
    background:rgb(0 0 0 / 21%);
}
.detail-section label {
    color: #000;
    font-size: 14px;
    display: block;
    text-align: left;
    padding: 0px;
}
.detail-section .form-group {
    margin-bottom: 15px;
    min-height: 50px;
}
h4.title_bg {
      color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    background: #0c338d;
    padding: 10px;
}
.bottom_btns {
    padding-bottom: 20px;
}
body button.close, button.close:hover {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #434ac0;
    opacity: 1;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    line-height: 6px;
    border: 2px solid #ffffff;
}

/*.modal-dialog {
    max-width: 620px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%) !important;
    width: calc(100% - 30px);
    margin: 0px auto;
}*/
.modal-dialog {
    max-width: 620px;
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%) !important;
    width: calc(100% - 30px);
    margin: 0px auto;
}
h4.modal-title {
    font-weight: 600;
    color: #434ac0;
}
.modal-body {
    min-height: 100px;
}
.modal-footer button, .modal-footer a {
    min-width: 100px;
}

.modal-footer {
    text-align: center;
}
a.view_btn, a.view_btn:hover {
    background: #434ac0;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
    cursor: pointer;
}
li.user-footer a {
    background: #434ac0;
    color: #fff !important;
    border-radius: 23px !important;
}
.btn-default:hover, .btn-default:active, a.view_btn:hover, .btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #0a287f !important;
}
.info-box-content a {
    color: #fff;
}
.info-box .progress .progress-bar {
    background: rgba(255, 255, 255, 1.54) !important;
}
/*29 aug */
a.edit_btn, a.edit_btn:hover {
    background: #434ac0;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
    margin-right: 10px;
    cursor: pointer;
}
a.inactive_btn{ margin-left: 10px;}
.add-clerk-btn {
    margin-bottom: 15px;
}
a.delete_btn {
    background: #f45757;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
}
form#add_clerk {
    width: 70%;
    margin: auto;
    background: #fff;
    padding: 30px;
    /*border-top: 3px solid #f1897c;*/
   box-shadow: 1px 6px 14px rgb(137, 141, 147);
   border-radius: 3px;
}
form#add_clerk .btn-danger{
  width: 100%
}
.badge {
min-width: 75px;
}

/*Added 17 Dec*/

body .info-box .info-box-icon {
    border-radius: 100px;
    height: 65px;
    width: 65px;
    text-align: center;
    font-size: 30px;
    line-height: 67px;
}
.info-box.bg-red {
    background-color: #66ccc1 !important;
}
body .info-box.bg-red span.info-box-icon {
    /*background-color: #bc5913;*/
    background-color: rgb(0 0 0 / 21%);
}
.info-box {
    padding: 20px 15px;
    border-radius: 20px!important;
}
.info-box.bg-blue {
    background-color: #E89199 !important;
    background-image:linear-gradient(230deg, #fbaaa2, #fc5286)
}
a.info-box.bg-green.bg-4{
    background-image:linear-gradient(230deg, #1ac175 , #007841 )}
.info-box.bg-blue span.info-box-icon {
    background-color: #c1757c;
    background-color: rgb(0 0 0 / 21%);
}
.info-box.bg-purple span.info-box-icon {
    background-color: #53508e;
    background-color: rgb(0 0 0 / 21%);
}
/*.info-box.bg-green,
.info-box.bg-blue,
.info-box.bg-purple {
    margin: 15px 0 30px;
}*/

.box.box-default,
.box {

    margin: 15px 0 0;
}
aside.main-sidebar {
    background: transparent !important;
    /* background-image: url(../imgs/side-bar-bg.jpg) !important; */
    background-position: right;
    background-size: cover !important;
    padding-top: 72px;
}
aside.main-sidebar .sidebar {
    background-image: url(../imgs/logo_new.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: center;
    padding-bottom: 100px;
}
body footer.main-footer,
body footer.main-footer a {
    background-color: #252932;
    color: #a09e9e;
    font-size: 11px;
    font-weight: 400;
}
body footer.main-footer strong {
    font-weight: 500;
}
.skin-blue .main-header .navbar .sidebar-toggle {
    color:#a4bfff;
    background-color: #182d60;
    padding: 8px 15px;
    height: 72px;
    display: flex;
    align-items: center;
}
body.skin-blue .main-header .navbar {
    background-color: #182d60;
    background-image: none;
}
.skin-blue .main-header .navbar .sidebar-toggle:before {
    font-size: 23px;
}
.skin-blue ul.sidebar-menu.tree li.list-item.active {
    background-color: #16306f;
    margin: 0 0 1px;
    border-left: 5px solid #587fcb;
}
span.logo-mini img {
    width: 35px;
    margin: auto;
    padding: 3px 0 0;
}
body img.user-image {
    border: 2px solid #cccccc;
}
aside.main-sidebar:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(500deg, #071f58, rgb(237 149 149 / 0%));
    background-color: rgb(0 21 68 / 86%);
}

/*Changes 15-01-2020*/
a.info-box.bg-yellow.bg-3{
    background-color: #f39c12 !important;
    background-image: linear-gradient(260deg, #ffc480, #ff763b);
}
section.content.container-fluid .info-box.bg-red.bg-1 {
    background-color: #d96614 !important;
    background-image:linear-gradient(230deg, #ff3a3a, #8f2106);
}
body .info-box.bg-red.bg-1,.info-box.bg-aqua.bg-2,.info-box.bg-yellow.bg-3, .info-box-content {
    margin-left: auto;
}
.info-box .info-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 68px;
}
.info-box .info-box-content .info-box-number.count{display: flex; margin-left: auto; margin-right: 20px;}
section.content.container-fluid .info-box.bg-aqua.bg-2 {
    background-color: #2bbeb5 !important;
    background-image:linear-gradient(230deg, #1692ff, #062f6c);
}

/*Changes 15-01-2020*/

section.content.container-fluid .info-box.bg-red.bg-1, {
    background-color: #d96614 !important;
    border-radius: 5px;
}
body .info-box.bg-red.bg-1,.info-box.bg-aqua.bg-2,.info-box.bg-yellow.bg-3, .info-box-content {
    margin-left: auto;
}
.info-box .info-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.content.container-fluid .info-box {
    border-radius: 5px;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 24%);
}
.right img {
    height: 50px;
}
.chart_main .box-header {
    background-color: #567ad4;
    color: #ffffff;
}
.chart_main .box {
    border-top: 0;
}
span.logo-lg img {
    width: 280px;
}
.centeral.board {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 15px;
    background-color: #ffffff;
}
.centeral.board ul.nav.navbar-nav li a {
    /*padding-top: 0;*/
}
body.fixed .content-wrapper {
    padding-top: 71px;
}
body.skin-blue .main-header .navbar {
    background-color: #182d60;
    background-image: none;
    margin-left: 180px;
}
body.skin-blue .main-header .logo {
    width: 180px;
    height: 72px;
    background-color: #182d60;
}
.sidebar-mini.sidebar-collapse .main-header .logo {
    width: 0;
    padding: 0;
}
.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 0px;
}
.skin-blue ul.sidebar-menu.tree li.list-item:hover a {
    background-color: #16306f;
}
body.skin-blue .main-header .logo:hover {
    background-color: #182d60;
}

/*20-Jan-2020*/

section.detail-section .form-group span {
    width: 100%;
    background-color: #f1f1f1;
    display: inline-block;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 600;
}
.wrapper-inner {
    background-color: #ffffff;
    padding: 15px;
    margin: 0 0 20px;
}
.wrapper-inner h4 {
    margin-top: 0;
}
.detail-section .form-group label.label {
    font-size: 13px;
    font-weight: 400;
    color: #757575;
}
section.detail-section {
    padding: 0 0 30px;
}
ol.breadcrumb {
    background-color: transparent;
}
ol.breadcrumb li {
    font-size: 12px;
}
ul.timeline {
    margin-top: 15px;
}


/*Added 04-Feb-2020*/

body .personal-details-wrap .row {
    padding: 0 8px;
}
body .application-list {
    padding: 0 20px;
}
body .upload_documents {
    padding: 0 20px;
}
body .id-proof-wrapper {
    position: relative;
    height: 100%;
    margin: 0 0 20px;
}
body .id-proof-wrapper input#id_proof {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
body .address-proof-wrapper {
    position: relative;
}
body .address-proof-wrapper input#address_proof {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
/*body .form-group {
    margin: 20px 0;
}*/
body .form-group label.label {
    font-size: 14px;
    padding: 1px;
    display: block;
    text-align: left;
    display: flex;
    align-items: center;
    height: 20px;
}
body .loader-img {
    height: 50px;
    align-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
body .view-details {
    padding: 0 20px;
}
body .user-profile {
    padding: 10px 15px 25px 15px;
    background-color: #ffffff;
    margin: 0px 0 35px 0;
}
body .user-profile label {
    display: block;
}
body .user-profile span.value_field {
    background-color: #f8f8f8;
}
body .user-profile span {
    background-color: #f8f8f8;
    padding: 10px 10px;
    width: 100%;
    display: inline-block;
}
body .change-password {
    display: inline-block;
    background-color: #ffffff;
    margin: 15px 0;
    padding: 30px 0;
}
body .change-password button.btn.btn-info {
    border-color: #434ac0;
}
body .personal-details-wrap .form-group input, 
body .personal-details-wrap .form-group select,
body .personal-details-wrap .form-group span {
    background-color: #ffffff;
    margin: 5px 0;
}
body .personal-details-wrap .form-group span {
    padding: 0px 2px;
    display: flex;
    align-items: center;
    background-color: transparent;
}

/*Added 05-Feb-2020*/

body i.fa.fa-list {
    margin: 0 5px 0 0;
}
body .content_block.mb-3 .parent_detials_div {
    background-color: #ffffff;
    padding: 30px 30px;
    margin: 0px 0 30px 0;
}
.img_block {
    width: 100px;
    height: 100px;
    background-color: #8b8b8b;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #8b8b8b;
    margin: 0 auto;
}
.img_block img {
    width: 100%;
    height: 100%;
}
.clerk-profile .form-group label {
    display: block;
    margin: 12px 0;
}
.clerk-profile .form-group span {
    background-color: #f8f8f8;
    padding: 10px;
    text-align: left;
    width: 100%;
    display: block;
}
.form-group div#id_proof {
    position: relative;
}
.form-group div#id_proof input#profile_image {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
body .content-wrapper .change-password {
    display: inline-block;
    background-color: #ffffff;
    margin: 0px 0 30px 0;
    padding: 35px 0;
}
span.required {
    color: #eb0909;
}
.box-wrap {
    background-color: #ffffff;
    margin: 0 15px 20px;
}
li.list-item i.fa.fa-credit-card-alt {
    font-size: 11px;
}

/*Add 25-Feb-2020*/

body.skin-blue .main-header .navbar {
    height: 72px !important;
}

/*Add 26-Feb-2020*/

.sidebar ul li.treeview, .sidebar ul li.list-item {
    border-left: 5px solid transparent;
}


/*Added 27 Feb 2020*/

.radio-tab .radio {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.radio-tab .radio input[type="radio"] {
    position: relative;
    margin: 0;
    width: 20px;
    top: 0;
}
.radio-tab .radio label {
    padding-left: 5px;
    font-size: 15px;
    font-weight: 800;
}
.radio-tab h2 {
    font-size: 21px;
    border-bottom: 1px solid #ececec;
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.fetch-data {
    margin: 0;
}
.fetch-data {
    margin: 40px 0 0;
    display: inline-block;
    width: 100%;
}
.fetch-data .fetch-data-inner {
    background-color: #ffffff;
    padding: 0 0 15px;
}
.fetch-data .fetch-data-inner form#proceed_form {
    margin: 0 10px;
}
.radio-wrap {
    display: flex;
}
.radio-wrap .radio~.radio {
    margin: 0 0px 10px 70px;
}
.tab.radio-tab button#nextBtn {
    margin: 10px 0 0;
}
body.skin-blue .main-header {
    background-color: #182d60;
}
/*body .main_content .info-box .info-box-icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
}*/
.last_app_status .row.heading_bg,
.last_app_status .row.form_bg {
    max-width: none;
}
.last_app_status {
    margin: 20px 0;
}
.progress-status li.pending_logo a i.fa {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
}
.progress-status li.forward_logo a i.fa {
    background-color: #e89199;
    border-color: #e89199;
    color: #ffffff;
}
.progress-status li.forward_logo a i.fa.fa-forward {
    font-size: 20px;
}
.progress-status li.forward_logo a i:before {
    left: 3px;
    position: relative;
}
.progress-status li.approved_logo a i.fa {
    background-color: #28a745;
    border-color: #28a745;
    color: #ffffff;
}
.progress-status li.issued_logo a i.fa {
    background-color: #d96614;
    border-color: #d96614;
    color: #ffffff;
}
.progress-status li.issued_logo a i.fa.fa-check-square-o {
    font-size: 23px;
}
.error {
    color: #c00;
    font-weight: 500;
}
.progress-status li.rejected_logo a i.fa {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
}
/*.modal-content {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 5px;
    position: initial;
}*/
body .modal-content {
    border-radius: 5px;
    position: initial;
    border: none;
    box-shadow: none;
}
.modal-content::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.modal-content::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.modal-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.modal-body tbody tr th {
    min-width: 190px;
    border: none;
}
.modal-body tbody tr td {
    border: none;
}

/*Added 03 march 2020*/
body .modal .modal-dialog {
    margin: 0 auto;
}
body a.dt-button.buttons-excel, 
body a.dt-button.buttons-excel:hover {
    margin: 0 0 0 10px;
    background-color: #434ac0;
    background-image: none;
    color: #ffffff;
    border: none;
    font-size: 9px;
}
.certificate_image {
    position: relative;
}
.certificate_image form {
    position: absolute;
    top: 10px;
    right: 10px;
}
button.btn.btn-default:hover {
    color: #ffffff;
}
a.view_btn+ul.dropdown-menu li a {
    cursor: pointer;
}
.preview_modal .modal-dialog {
    left: 0;
    right: 0;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
body .preview_modal .modal-dialog button.close {
    right: 10px;
    top: 10px;
}
.preview_modal .modal-dialog .modal-content {
    border-radius: 0;
}
body .id-proof-wrapper img,
body .address-proof-wrapper img {
    height: 350px;
    object-fit: contain;
    background-color: #ffffff;
    padding: 20px;
}
body .application_status .form-group span {
    font-weight: 200 !important;
    font-size: 14px !important;
}
a.edit_btn+a {
    cursor: pointer;
}
form#add_clerk button.btn.btn-primary {
    margin: 0 15px;
}

table.dataTable ul.dropdown-menu {
    min-width: auto;
    left: -35px;
}
body .personal-details-wrap img.lightbox {
    width: 100% !important;
    height: 360px;
    object-fit: contain;
}

/*Added 12-March-2020*/

.centeral_text h5 {
    padding: 0px 0 20px 0;
}
.main_home {
    position: relative;
    text-align: center;
    height: calc(100vh - 141px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.centeral_text h5 {
    padding: 0px 0 20px 0;
    line-height: 30px;
    font-size: 20px;
}
.btn-group a button {
    padding: 8px 80px;
    border-radius: 100px;
    border: none;
    margin: 0 5px;
}
.btn-group a~a button {
    background-color: transparent;
    color: #212121;
    border: 1px solid #212121;
}
.btn-group a button {
    padding: 8px 80px;
    border-radius: 100px;
    border: none;
    margin: 0 5px;
    background-color: #194ed4;
    color: #ffffff;
    border: 1px solid #194ed4;
}
.btn-group a~a button:hover {
    background-color: #194ed4;
    color: #ffffff;
    border-color: #194ed4;
} 

/*17-March-2020*/

body #demo_form #regForm {
    margin: 80px auto;
    padding: 35px;
    width: 90%;
}
.content-wrapper span.step {
    height: 10px;
    width: 10px;
}
.radio-tab h2 {
    font-size: 26px;
}
.radio-tab .radio label {
    font-size: 20px;
    font-weight: 600;
}
body #demo_form p button {
    padding: 8px 40px;
}
.preview_modal .modal-header h5.modal-title {
    background-color: #0c338d;
    padding: 10px;
    color: #ffffff;
}
.preview_modal .modal-content .modal-header button.close {
    background-color: #0c338d;
}
.preview_modal .modal-dialog {
    max-width: 66%;
    height: 480px;
}
body .modal-footer form {
    margin: 0px 10px 0px 0px;
    display: inline-flex;
}
.radio-wrap .radio input {
    height: 20px;
}
body footer.main-footer, body footer.main-footer a {
    background-color: #182d60;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
}

/*Added 18-March-2020*/

body footer.main-footer, body footer.main-footer a {
    background-color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 20px 10px;
    color: #56bfcb;
}
footer.main-footer {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,1.15)!important;
}
#demo_form .tab.radio-tab h2 {
    text-align: center;
    padding: 0 0 30px 0;
}
#demo_form .tab.radio-tab p button {
    float: right;
}
body #demo_form #regForm {
    margin: 80px auto;
    padding: 30px 30px 70px 30px !important;
    width: 90%;
}
body .radio-wrap {
    display: flex;
    justify-content: space-evenly;
}
body .radio-tab .radio input[type="radio"] {
    position: relative;
    margin: 0;
    width: 50px;
    top: 0;
}


/*Added 23-March-2020*/

.content-wrapper .last_app_status {
    margin: 0;
}
.skin-blue .main-header .centeral.board a.navbar-brand img {
    width: 300px;
    padding: 0;
    height:auto;
}
.skin-blue .main-header .centeral.board a.navbar-brand {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.heading_main h2 {
    margin-top: 0;
}
.skin-blue .main-header .centeral.board .digital_india img {
    width: 130px;
}

/*Added 20-April-2020*/

header.main-header .centeral.board .heading_main {
    text-align: center;
}
body.main_page {
    padding-top: 97px;
}
.header_wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 9999;
}
.main_content.main_home{background:url(https://cmms.uatserver.in/assets/imgs/background-img.jpg) no-repeat; background-size:cover;}
/*body.main_page .main_home {
     height: auto; 
}*/
.main_home .centeral_text {
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
}
.centeral.board .heading_main h2 {
    margin: 0px 0 5px 0;
    font-size: 28px;
}
.centeral.board .heading_main h4 {
    font-size: 16px;
    margin: 0 10px 0px 0px;
}
header.main_header nav a.navbar-brand {
    margin-right: 30px;
}

/*Added 21-April-2020*/

.tabs_inner ul {
    display: flex;
    float: right;
}
.tabs_inner ul li {
    margin: 0 15px 0px;
}
.tabs_inner {
    background-color: #55bfcc;
    padding: 10px 0 30px 0;
}
.tabs_inner ul li a {
    color: #ffffff;
}
body .browse {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}

/*Added 29-April-2020*/

body footer.main-footer_inner {
    background-color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 14px 10px;
    color: #56bfcb;
    width: 120%;
}
footer.main-footer_inner strong {
    font-weight: 500;
}
footer.main-footer_inner strong a {
    color: #55becc;
    font-weight: 500;
    margin: 0 5px;
}
.wrapper-inner .form-group img {
    width: 140px;
}
.homepage_bg img.img-fluid.logo {
    width: 100%;
}

/*Added 05-May-2020*/

.tab.radio-tab .radio-wrap .radio .label {
    font-size: 15px;
    font-weight: 800;
    padding-left: 5px;
}
.radio-wrap .radio input {
    height: 20px;
    margin: 0;
}
.bottom_btns {
    padding-bottom: 20px;
    padding-top: 10px;
}
.application-list li.breadcrumb-item i {
    margin: 0 5px 0 0;
}
#demo_form .radio-tab .radio label {
    font-size: 18px;
    font-weight: 600;
}
body #demo_form #regForm {
    margin: 80px auto;
    padding: 40px 30px 10px 30px !important;
    width: 80%;
}
#demo_form .tab.radio-tab p button {
    float: none;
    display: block;
    margin: 30px auto !important;
}
#demo_form .tab.radio-tab h2 {
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0px 0 30px 0;
}


/*Added 20-May-2020*/

#print_dispatch .modal-header {
    margin: 50px 0 0px 0;
}
form#submit_info2 label#dispatch_address-error, 
form#submit_info2 .radio-wrap .radio label {
    font-size: 14px;
    position: relative;
}
label.error2 {
    height: 15px;
    width: 100%;
    margin: 0;
}
form#submit_info2 label.error {
    position: absolute;
}
.radio-wrap label.error2 {
    display: none;
}

.progress-description, .info-box-text{font-size: 18px!important; text-transform: capitalize!important;}
nav ol.breadcrumb{max-width: 100%!important;  margin-left: 0!important; margin-right: auto; width: 100%!important; padding-left: 0!important;}
/*My Responsive style
=======================================================================================*/
@media only screen and (max-width: 1199px) {
.content-wrapper {
    width: 100%;
}
}

@media only screen and (max-width: 1024px) {
    
    .main_header h2 {
        font-size: 30px;
        padding: 5px 0;
    }
    header.main_header .heading_main h4 {
    font-size: 16px;
    }
    header.main_header a.navbar-brand img {
        width: 90px;
    }
    .centeral_text h5 {
        line-height: 25px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
   .d_flex{
     -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .rank_list{
    margin: 10px 0;
  }
  .main_header h2 {
    font-size: 18px;
 }
  header.main_header .heading_main h4 {
    font-size: 12px;
  }
  .centeral_text h5 {
    line-height: 20px;
    font-size: 12px;
  }
  .tabs_inner ul {
    font-size: 14px;
 }
 .tabs_inner {
    padding: 10px 0 27px 0;
 }

}

@media only screen and (max-width: 767px) {
  .fixed .main-header {
      background: linear-gradient(45deg,rgba(120, 2, 6, 1),rgba(6, 17, 97, 1))!important;
  }
  .d_flex{
     -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .rank_list{
    margin: 10px 0;
  }
  .skin-blue .main-header .logo {
    display: none;
}
  .skin-blue .main-header .navbar {
    margin-left: 0;
}
.fixed .main-header {
    background: #182d60!important;
}
.skin-blue .main-header .navbar .sidebar-toggle {
    height: 80px;
    color: #8691ad;
}
body.fixed .content-wrapper {
    padding-top: 80px;
}
body.skin-blue .main-header .navbar {
    margin-left: 0;
}
body.skin-blue.sidebar-open .main-header .navbar {
    margin-left: 180px;
}
header.main_header a.navbar-brand img {
    width: 70px;
}
header.main_header a.navbar-brand {
    margin: 0 auto;
}
.digital_india {
    margin: 6px auto;
}
.main_header h2 {
    font-size: 16px;
}
header.main_header .heading_main h4 {
    font-size: 12px;
}
.digital_india img {
    width: 100px;
}
.centeral_text h5 {
    line-height: 20px;
    font-size: 14px;
}
.btn-group a button {
    padding: 6px 0px;
    width: 160px;
    font-size: 12px;
}
.main_home {
    height: 100%;
    width: 100%;
    padding: 40px 20px 0;
}
.btn-group a~a button {
    margin: 10px 0 0;
}
.header_wrap {
    position: relative;
}
body.main_page {
    padding-top: 0;
}
.centeral_text h5 br {
    display: none;
}
.centeral_text .btn-group {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
header.main_header nav a.navbar-brand {
     margin-right: auto; 
}
.main_header h2 {
    font-size: 16px;
    margin: 0px 0 3px 0px;
}
header.main_header .heading_main h4 {
    font-size: 12px;
}
.tabs_inner ul {
    font-size: 10px;
}
.tabs_inner {
    padding: 10px 0 25px 0;
}
.centeral_text h5 {
    line-height: 14px;
    font-size: 10px;
}
body.main_page .main_home {
    height: auto;
}
.main_home .centeral_text {
    top: -180px;
}
body footer.main-footer, body footer.main-footer a {
    font-size: 10px;
    padding: 15px 5px;
}
body.main_page .digital_india img.img-fluid.logo {
    height: auto;
    margin: 10px 0 0px;
}
body.main_page img.img-fluid.logo {
    height: 230px;
}
header.main_header a.navbar-brand img.img-fluid.logo {
    height: auto;
    margin: 0 0 10px;
}
.tabs_inner ul li {
    margin: 0 8px 0px;
}
header.main_header nav.navbar {
    padding: 25px 0;
}
body.main_page .main_home {
    height: auto;
    padding: 0;
}
body footer.main-footer_inner {
    font-size: 12px;
    width: 100%;
}
.centeral.board {
    padding: 8px 0 8px 0px;
}
.centeral.board .heading_main h2 {
    font-size: 16px;
    margin: 0px 30px 5px 0px;
}
.centeral.board .heading_main h4 {
    font-size: 12px;
    margin: 0 30px 0px 0px;
}
.content-header {
    padding: 0; 
}
h4.title_bg {
    font-size: 16px;
}
.heading_bg {
    padding: 0px 33px !important;
}
.heading_bg h4 {
    font-size: 16px;
}
body .wrapper aside.main-sidebar {
    overflow: auto;
}
}

@media  (max-device-width: 767px) and (orientation: landscape) {
    .btn-group a~a button {
        margin: 0 0 0;
    }
    body.main_page {
    padding-top: 96px;
}
.heading_main {
    text-align: inherit;
    width: auto;
}
header.main_header a.navbar-brand {
    width: auto;
    text-align: inherit;
}
aside.main-sidebar .sidebar {
    overflow: scroll;
}
}


h1 strong.count{color:#0d3893;}
.heading-dist {
    display: inline-block;
    /* text-transform: uppercase; */
    color: #212121;
    font-size: 22px;
    padding: 9px;
}
/*16 aug*/
.post_thumb{
    max-width: 45px;
    height: 45px;
    object-fit: cover;
    padding: 5px;
    margin: 5px;  
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.badge-warning {
    color: #212529;
    background-color: #ff9800!important;
}
.modal{
    z-index: 9999;
}
body .info-box .info-box-icon {
    border-radius: 100px;
    height: 65px;
    width: 65px;
    text-align: center;
    font-size: 30px;
    line-height: 67px;
}


input[type=checkbox], input[type=radio] {


    width: 16px;
    height: 16px;
 /*   transform: translateY(3px);*/
}
table.sample{position:relative}

table.sample:before {
    content: "";
    /* background: #000; */
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(https://cmms2.uatserver.in/assets/imgs/newsample.png);
    opacity: 0.1;
}