.bg-primary { background-color: #AC2757 !important;  }
.bg-primary-light { background-color: #F0F2F8 !important;  }
.color-primary { color: #AC2757 !important; }
.color-secondary { color: #2F3A53 !important; }
.color-lgiht-gray { color: #cdcdcd; }
.color-gray { color: #9D9D9D; }
.fw-700 {  font-family: "Calibre Medium" !important; }
.fs-20 { font-size: 20px !important; }
.fs-22 { font-size: 22px !important; }
.fs-18 { font-size: 18px !important; }
.fs-17 { font-size: 17px !important; }
.fs-16 { font-size: 16px !important; }
.fs-15 { font-size: 15px !important; }
.fs-14 { font-size: 14px !important; }
.end-0 { right: 0; }
.top-0 { top: 0; }
.border-top { border-top: 1px solid rgba(0,0,0,0.125) !important; }
img.img-responsive { max-width: 100%; }
.lh-1 { line-height: 1; }
 
.profile-social .social-media-links li {     display: inline-block; margin-right: 1px;   }
.profile-social .social-media-links li a { display: flex; height: 17px; width: 17px; background: #ac2757; align-items: center; justify-content: center; border-radius: 3px; color: #fff; font-size: 13px !important; }

.profile-links li { position: relative; padding: 0px 10px; margin: 3px 0;}
.profile-links li:before { content: "";    height: 14px; width: 2px; background: #98a4cc; position: absolute; left: 0; top: 0px; }
.profile-links li a { display: inline-block !important; vertical-align: middle; }
.profile-links li:first-child { padding-left: 0; }
.profile-links li:first-child:before  { display: none; }
.profile-links .review-star { margin-right: 5px; }
.profile-links .review-star span { margin-right:1px ; }

.label-btn {font-size: 16px;border: 1px solid #c7bebe;background: #fff;padding:5px 12px 1px;border-radius: 5px;margin:3px 3px 3px;font-weight: bold;display: inline-flex; letter-spacing: 0.5px; white-space: nowrap; }

ul.ui-autocomplete.ui-menu { width: 250px; font-size: 13px; }
table.tablesorter thead tr .header { background-image: url('../images/rdarup.png'); background-repeat: no-repeat; background-position: center right 12px; cursor: pointer; text-align: left !important; }
table.tablesorter thead tr .headerSortUp { background-image: url('../images/rdarup.png'); }
table.tablesorter thead tr .headerSortDown { background-image: url('../images/rdardn.png'); }
.acli_form ul,
.acli_form ul li { margin-bottom: 0px !important; }
.SubmitNow1 { background-color: #8091BF; border: 0 none; color: #ffffff; cursor: pointer; font: bold 12px/20px arial; padding: 5px 5px; text-transform: uppercase; }
.SubmitNow1:hover { background-color: #811517; }
.shadetabs li a:visited { color: #ffffff; }
.table-secondary>td { vertical-align: top; }

.inner-content-wrap h3 { position: relative;  }
.inner-content-wrap { display: flex; flex-direction: column; justify-content: space-between; }
.number-text  {  cursor: pointer; display: inline-block;  color:  #AC2757;}

.hover-content {  z-index: 12; padding: 12px 0px 30px; text-align: left;    margin-bottom: auto;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;   }

 

.hover-content h5 { font-family: "Calibre medium";  color: #2F3A53;  border-bottom: 1px solid #c7bebe;     margin-bottom:2px  }

.hover-content ol {list-style: none;  counter-reset: my-awesome-counter; padding: 0; }
.hover-content ol li { counter-increment: my-awesome-counter; border-bottom: 1px solid #c7bebe; color: #AC2757;  font-family: "Calibre medium";     font-weight: normal; padding: 10px 0 5px; line-height: normal; }
.hover-content ol li::before { content: counter(my-awesome-counter) ". "; color: #2F3A53; font-weight: bold; }
.hover-content ol li span { color: #2F3A53;  }
.hover-content .btn-wrap { text-align: center; } 
.hover-content .btn-wrap a.btn {     padding: 6px 10px 2px; text-transform: uppercase; }

.inner-content-inner {    }

 

@media (max-width: 991px) {
	#listtable .table-secondary { display: flex; flex-direction: column; margin-bottom: 30px;
        border: 1px solid #dee2e6;}
	.custom-control.custom-checkbox {     margin-left: 0 !important; }
	 
	.check-main, .date-wrap, .action-btn-wrap { display: flex; align-items: center; }
	.check-main span, .date-wrap span {  margin-right: 15px;  }
	.exclude_candidate { margin-right: 15px; }

	.check-main { border-top: 0 !important; padding-top: 0 !important; }
	.action-btn-wrap .btn-wrap  { display: flex; }
	.table-responsive { overflow: hidden; } 
	.table-responsive .table, .table-responsive .table tbody { display: block; }
	.hover-content { padding: 12px 0px 10px; }
}


@media (max-width: 420px) {
	 
	.exclude_candidate { margin-right: 15px; }
	.action-btn-wrap {  flex-wrap: wrap; align-items: flex-start;}

	 
}