html {height: 100%;}
button {border: none;}
* {outline: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.noScroll{overflow: hidden;-ms-scroll-limit: 0 0 0 0;}

.fixed {position: fixed;}
.relative {position: relative;}
.absolute {position: absolute;}

.cursorMove {cursor: move;}
.cursorPointer {cursor: pointer;}
.cursorDefault {cursor: default;}
.cursorNoDrop {cursor: no-drop;}

.pre-hyphen:after{content:"\2013";position:absolute;right:-20px;top:7px;left:auto;bottom:auto;}
.post-hyphen:after{content:"\2013";position:absolute;left:-20px;top:7px;right:auto;bottom:auto;}

.width-auto {width: auto;}
.width100 {width: 100%;}
.height100{height:100%;}
.full-float{float: left;width: 100%;}

.font10 {font-size: 10px!important;}
.font12 {font-size: 12px!important;}
.font13 {font-size: 13px;}
.font14 {font-size: 14px;}
.font15 {font-size: 15px;}
.font16 {font-size: 16px;}
.font18 {font-size: 18px;}
.font20 {font-size: 20px;}
.font22 {font-size: 22px;}
.font23 {font-size: 23px;}
.font30 {font-size: 30px;}
.font32 {font-size: 32px;}


.padding7LR {padding:0 7px;}
.margin-7LR {margin:0 -7px;}

.mt6{
	margin-top: 6%;
}

.padding0,.noPadding{padding:0 !important;}

.padding2 {padding: 2px;}
.padding5 {padding: 5px;}
.padding7 {padding: 7px;}
.padding10 {padding: 10px;}
.padding15 {padding: 60px;}
.padding20 {padding: 20px;}
.padding30 {padding: 30px;}

.paddingT_only {padding-right: 0;padding-bottom: 0;padding-left: 0;}
.paddingL_only {padding-top: 0;padding-right: 0;padding-bottom: 0;}
.paddingR_only {padding-top: 0;padding-bottom: 0;padding-left: 0;}
.paddingB_only {padding-top: 0;padding-right: 0;padding-left: 0;}
.paddingLR_only {padding-top: 0;padding-bottom: 0;}
.paddingTB_only {padding-right: 0;padding-left: 0;}
.paddingT_none {padding-top: 0;}
.paddingR_none {padding-right: 0;}
.paddingB_none {padding-bottom: 0;}
.paddingL_none {padding-left: 0;}

.marginAuto {margin: auto;}
.margin0 {margin: 0;}

.margin3 {margin: 3px;}
.margin5 {margin: 5px;}
.margin7 {margin: 7px;}
.margin10 {margin: 10px;}
.margin15 {margin: 15px;}
.margin20 {margin: 20px;}
.margin30 {margin: 30px;}

.marginT_only {margin-right: 0;margin-bottom: 0;margin-left: 0}
.marginL_only {margin-top: 0;margin-right: 0;margin-bottom: 0;}
.marginR_only {margin-top: 0;margin-bottom: 0;margin-left: 0;}
.marginB_only {margin-top: 0;margin-right: 0;margin-left: 0;}
.marginLR_only {margin-top: 0;margin-bottom: 0;}
.marginTB_only {margin-right: 0;margin-left: 0;}
.marginT_none {margin-top: 0;}
.marginR_none {margin-right: 0;}
.marginB_none {margin-bottom: 0;}
.marginL_none {margin-left: 0;}

.noBorder{border: 0;}
.borderT_only {border-right: 0;border-bottom: 0;border-left: 0;}
.borderL_only {border-top: 0;border-right: 0;border-bottom: 0;}
.borderR_only {border-top: 0;border-bottom: 0;border-left: 0;}
.borderB_only {border-top: 0;border-right: 0;border-left: 0;}
.borderLR_only {border-top: 0;border-bottom: 0;}
.borderTB_only {border-right: 0;border-left: 0;}
.borderT_none {border-top: 0;}
.borderR_none {border-right: 0;}
.borderB_none {border-bottom: 0;}
.borderL_none {border-left: 0;}

.textAlignL {text-align: left}
.textAlignR {text-align: right}
.textAlignC {text-align: center;}

.vAlignT{vertical-align:top;}
.vAlignM{vertical-align: middle;}

.display_none {display: none;}
.dispInline {display: inline;}
.dispBlock {display: block;}
.dispInlineBlock {display: inline-block;}

.textupper {text-transform: uppercase; text-align: center;}
.textlower {text-transform: lowercase;}
.textcaps {text-transform: capitalize;}

.underline_none {text-decoration: none;}

.radius, .radius4 {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px}
.radius2 {-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;-o-border-radius: 2px;border-radius: 2px;}
.radius5 {-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;border-radius: 5px;}
.noradius {-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;}
.borderRadiusTL_only {border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
.borderRadiusTR_only {border-top-left-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
.borderRadiusBR_only {border-top-left-radius: 0;border-top-right-radius: 0;border-bottom-left-radius: 0;}
.borderRadiusBL_only {border-top-left-radius: 0;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.borderRadiusR_only {border-bottom-left-radius: 0;border-top-left-radius: 0;}
.borderRadiusL_only {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.borderRadiusU_only {border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.borderRadiusD_only {border-top-left-radius: 0;border-top-right-radius: 0;}
.borderRadiusR_none {border-bottom-right-radius: 0;border-top-right-radius: 0;}
.borderRadiusL_none {border-top-left-radius: 0;border-bottom-left-radius: 0;}
.borderRadiusU_none {border-top-left-radius: 0;border-top-right-radius: 0;}
.borderRadiusD_none {border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.borderRadiusTL_none {border-top-left-radius: 0;}
.borderRadiusTR_none {border-top-right-radius: 0;}
.borderRadiusBR_none {border-bottom-right-radius: 0;}
.borderRadiusBL_none {border-bottom-left-radius: 0;}

.circular_border {border-radius: 100%;-webkit-border-radius: 100%;-moz-border-radius: 100%;}

.error-msg{
	color: #cc3333;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
}




.cash {
    border: 1px solid#243c7b;
    padding: 8px;
    text-align: center;
}

.reportbg {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: 0;
    padding: 0px 25px !important;
}
.small{
	padding: 34px;
    margin-top: -31px;
}

/*### new #### */
.table-head{
 color: #fff; 
 background: #243c7b ; 
 padding: 10px ;
 box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
textarea[readonly]{
  pointer-events: none;
  resize: none;
  height:60px;
}
.font-weight-600{
  font-weight:600;
}
::-webkit-scrollbar {
  width: .3em;
  height: 0.4em;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  vertical-align: top;
  padding: 7px;
}
.padding4{
 padding:4px;
}
/* svg{ */
/*  width: 1.7em; */
/* } */
/* path{ */
/*  fill: #243c7b; */

/* } */
/* path.white{ */
/*  fill: #ffffff; */

/* } */
input[readonly]{
 padding: 0;
}
.width-70{
	width:70%;
}
.buttonstyle.buttonstyle-danger{
	border-color: #ff3547 !important;
	border: 0px solid #ff3547;
	background-color: #ff3547;
}
.buttonstyle.bordered:hover,.buttonstyle.bordered:focus{
	color: #243c7b;
    text-decoration: none;
    opacity: 0.8;
}
.buttonstyle.bordered{
    box-shadow: none;
    background-color: transparent;
    color: #243c7b;
    font-weight: 600;
    outline: 1px solid #243c7b;
}
.buttonstyle{
	-webkit-appearance: button;
    border-color: #243c7b !important;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    line-height: 40px;
    border: 0px solid #243c7b;
    background-color: #243c7b;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    padding-left: 14px;
    padding-right: 14px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
	border-radius: 2px;
	margin-top: 10px;
}
.buttonstyle:hover, .buttonstyle:focus{
	color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
}
.buttonstyle:hover a ,.buttonstyle:focus a {
	color: #ffffff !important;
}
.verticalcenter {
	margin: 0;
  	position: absolute;
  	top: 30%;
    left: 25%;
    width: 50%;
  	-ms-transform: translateY(-40%);
  	transform: translateY(-40%);
}
.lineHeight45{
	line-height: 45px;
}
.height32{
	    height: 32px;
}
.lineheight32{
    line-height: 32px!important;
}
.dataTables_wrapper .dataTables_length select{
	width: auto;
	height: 32px;
}
.titletext{
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 40px;
}
.paddingTop1{
	padding-top: 1%;
}
.paddingBottom1{
	padding-bottom: 1%;
}
.bordergray1{
	border: 1px solid #ddd;
}
.radiotodiv{
overflow: hidden;
}
.radiotodiv input[type="radio"] {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.radiotodiv label {
	display: inline-block;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 0;
    cursor: pointer;
    height: 32px;
    line-height: 31px;
}
.radiotodiv input[type="radio"]:checked + label {
	background-color: #243c7b;
	color:#fff;
}
.radiotodiv label:hover {
	background-color: #ddd;
}
.height45{
	height: 45px;
}
.height40{
	height: 40px!important;
}
.dragdropdiv .file-caption-main{
	padding: 2% 0;
}
.dragdropdiv .file-caption,.dragdropdiv .file-drop-zone-title{
	display:none!important;
}
.dragdropdiv .file-caption-name{
	padding: 9px 21px;
	height: 45px;
	width: 100%;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.dragdropdiv .input-group-btn {
	white-space: unset;
	width: 100%;
	display: block;
	float: left;
	margin-top: 0;
}
.dragdropdiv .fileinput-remove{
	box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
	line-height: 27px;
	border: 1px solid #AEB4C3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px!important;
	background-color: #dc3545!important;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 14px;
	padding-right: 14px;
	height: 45px;
	font-weight: 400;
}
.dragdropdiv .fileinput-cancel {
	box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
	line-height: 27px;
	border: 1px solid #AEB4C3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px!important;
	background: #343a40;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 14px;
	padding-right: 14px;
	height: 45px;
	font-weight: 400;
	display:none;
}
.dragdropdiv .file-preview  .fileinput-remove{
	background: transparent;
    box-shadow: unset;
    border: 0;
    color: #000;
    opacity: 1;
    font-size: 30px;
    margin-top: -23px;
}
.dragdropdiv .btn-file {
	    margin-left: 14px;
    background: unset;
    height: 100%;
    border: 0px solid;
    line-height: 0px;
    box-shadow: unset;
    color: #000;
}
.radiotodiv input[type="radio"]:checked + label:before {
    content: '\2713';
    display: inline-block;
    color: #fff;
    padding: 0 6px 0 0;
}
.dragdropdiv .btn-file .glyphicon-folder-open,.dragdropdiv .btn-file .hidden-xs { display: none; }
.dragdropdiv .btn-file #addresspic{
	padding: 6px;
}
.borderBottoneee{
	border-bottom: 1px solid #eee;
}
.checkboxstyle {
  display: inline;
  line-height:10px;
}

.checkboxstyle input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkboxstyle label {
  position: relative;
  cursor: pointer;
}

.checkboxstyle label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #243c7b;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.checkboxstyle input:checked + label:before{
background-color:#243c7b
}
.checkboxstyle input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
.paddingTop10{
	padding-top:10px;
}
.paddingLeft15{
	padding-left: 15px;
}
.paddingLeft25{
	padding-left: 25px;
}
.swal-button{
    background-color: #243c7b;
}
.swal-button:not([disabled]):hover {
    background-color: transparent;
    outline: 2px solid #243c7b;
    color: #243c7b;
}
.swal-button:active {
    background-color: #243c7b;
}
.width50{
	width:50%;
}
.marginTop2{
	margin-top:2%;
}
.margin-bottom-10{
	margin-bottom: 10%;
}
.width5{
	width:5%;
}
.right0{
	right:0;
}
.top0{
	top:0;
}
.width95{
	width:95%;
}
.border-blue{
	border: 1px solid #243c7b;	
}
.border-red{
	border: 1px solid #FF0000;
}
.background-blue{
	background: #243c7b;
}
.background-white{
	background: #ffffff;
}
.padding-3 {
    padding: 3%;
}
.marginauto{
	margin: auto;
}
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #243c7b;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 767px) {
	.verticalcenter {
    top: 38% !important;
    left: 5% !important;
    width: 90% !important;
    padding: 11% 0%!important;
}
.xs-padding-0{
		padding:0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.verticalcenter {
    top: 38% !important;
    left: 5% !important;
    width: 90% !important;
    padding: 11% 0%!important;
}
.xs-padding-0{
		padding:0;
	}
}
.overflowVisible{
	overflow: visible!important;
}

.boxtitle{
	font-size: 20px;
    padding: 1% 2%;
    border-bottom: 1px solid #243c7b;
    line-height: 32px;

}
.borderblue{
	border: 1px solid #243c7b;
}
.pr1 .text-blue{
	    color: #243c7b !important;
    padding-right: 1%;
}
.boxShadow{
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
}
.grid-section{
    margin: 1% 10%;
    padding: 3%;
    position: relative;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    float: left;
    width: 80%;
    border-radius: 15px;
}
.grid-section.secondGridDiv{
    margin: 1% 1%;
    padding: 3%;
    position: relative;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    float: left;
    width: 48%;
    border-radius: 15px;
}
.section-heading{
	padding: 0 1%;
}
.grid-section .section-tiles-wrapper {
    display: grid;
    grid-row-gap: 30px;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 5px;
    text-align: center;
    grid-template-columns: repeat(5,150px);
}
.grid-section.secondGridDiv .section-tiles-wrapper {
    grid-template-columns: repeat(3,150px);
}
.grid-section .section-tiles-wrapper .section-category-tile {
    cursor: pointer;
    list-style: none;
    
}
.grid-section .section-tiles-wrapper .section-category-tile .tile-img-tag {
    background-color: #fff;
    border: 1px solid rgba(216,216,216,.5);
    border-radius: 15px;
    margin: 0 auto 10px;
    padding: 15px;
    position: relative;
	line-height: 35px;
}
.grid-section .section-tiles-wrapper .section-category-tile .tile-img-tag .boxBadge{
	padding: 0px 20px;
    position: absolute;
    right: -12px;
    line-height: 28px;
    top: -15px;
    background: #243C7B;
    color: #ffffff;
    border-radius: 6px;
    text-transform: capitalize;
}
.grid-section .section-tiles-wrapper .section-category-tile .tile-img-tag:hover{
	background-color: #243C7B;
}
.grid-section .section-tiles-wrapper .section-category-tile .tile-img-tag:hover rect{
	fill: #243C7B;
	stroke: #ffffff;
}
.grid-section .section-tiles-wrapper .section-category-tile .tile-img-tag:hover path{
	fill: #ffffff;
}
.grid-section .section-tiles-wrapper .section-category-tile .tile-img {
    height: 28px;
}
.grid-section .section-tiles-wrapper .section-category-tile .tile-type {
    color: #243C7B;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 2px;
    word-break: break-word;
}
.grid-section .section-tiles-wrapper .section-category-tile .tile-cb {
    color: #fa5451;
    font-family: sspBold;
    font-size: .857em;
    text-align: center;
    word-break: break-word;
}
.text-blue{
	color: #243C7B;
}
.text-light-red{
	color:#ff000054;
	}
.categorydetails-page {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px 0 rgb(239 239 239 / 38%);
    margin-bottom: 20px;
    padding: 20px 34px 0;
}
.categorydetails-page .desktop-operators-main-header {
    margin: 15px 0 25px;
    position: relative;
}
.categorydetails-page .desktop-operators-main-header .desktop-heading-image {
    float: left;
    height: 45px;
    margin-right: 15px;
    margin-top: 5px;
}
.categorydetails-page .desktop-operators-main-header .main-heading {
    color: #243C7B;
    font-size: 15px;
}
.categorydetails-page .desktop-operators-main-header>.rightDisplay>svg {
    position: absolute;
    right: 2%;
    top: 0;
    width: 200px;
}
.categorydetails-page form {
    display: flex;
    flex: auto;
    flex-direction: column;
    min-height: 250px;
    max-width: 520px;
    padding: 15px 0 40px;
}
.mx-6{
	margin-right: 6%;
	margin-left: 6%;
} 
.my-1{
	margin-top: 1%;
	margin-bottom: 1%;
}
.lineHeight33{
	line-height: 33px;
}
.height34{
	height: 34px;
}
.buttonBlue{
	background-color: #243c7b;
    color: #fff;
    padding: 10px;
}
.swal-text{
	text-align: center;
}
/* table th,table td{ */
/* 	white-space: nowrap; */
/* } */
table,.dataTables_scrollHeadInner{
	min-width:100%;
}
.mt4_5{
	margin-top: 4.2%;
}
.form-control{
	height: 32px!important;
	padding: 6px 12px!important;
}
/* lead management css */
.leadManagementCountsBox {
    width: 100%;
    height: 134px;
    margin: 2%;
    padding: 2% 1%;
    text-align: center;
    line-height: 15px;
    font-size: 30px;
    background: #F7F7F7;
    border: 3px solid #000;
}
.leadManagementCountsBox.openLead{
	border: 3px solid #27AE60;
}
.leadManagementCountsBox.openLead h4{
	color: #27AE60;
}
.leadManagementCountsBox.onholdLead{
	border: 3px solid #BB6BD9;
}
.leadManagementCountsBox.onholdLead h4{
	color: #BB6BD9;
}
.leadManagementCountsBox.onboardLead{
	border: 3px solid #EB5757;
}
.leadManagementCountsBox.onboardLead h4{
	color: #EB5757;
}
.leadManagementCountsBox.nonboardLead{
	border: 3px solid #EB5757;
}
.leadManagementCountsBox.nonboardLead h4{
	color: #EB5757;
}
.leadManagementCountsBox.dupLead{
	border: 3px solid #EB5757;
}
.leadManagementCountsBox.dupLead h4{
	color: #EB5757;
}
.leadManagementCountsBox.noconLead{
	border: 3px solid #333333;
}
.leadManagementCountsBox.noconLead h4{
	color: #333333;
}
.leadManagementCounts {
    grid-row: none;
    margin: 20px 0;
    align-items: center;
    display: grid;
    grid-column-gap: 5px;
    overflow: visible;
    grid-template-columns: repeat(7,auto);
}

.leadManagementCountsBox h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    
}

.leadManagementCountsBox p {
    font-size: 12px;
    color: #333333;
}

.leadManagementFilter {width: 41%;margin-left: 57%;margin-top: 2%;}

.leadManagementFilter .calenderIcon path,.leadData path {
    fill: #666666;
}

button.btnBlue {
    background: #243C7B;
    border-radius: 2px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 32px;
    padding: 0 14px;
}

.leadManagementFilter label {
    font-size: 14px;
    line-height: 20px;
}

.leadManagementFilter span.danger {
    color: #EB5757;
}

.marginTop24 {
    margin-top: 24px;
}

.leadManagementFilter span.calenderIcon {
    position: absolute;
    right: 10%;
    top: 52%;
    z-index: 0;
}
.leadManagementFilter input[type="date" i]::-webkit-calendar-picker-indicator,.filters input[type="date" i]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 9;
}
.leadManagementTableDiv {
    background: #F5F5F5;
    padding: 1%;
}
.leadManagementTableDiv div.dt-buttons,.leadManagementReportTableDiv div.dt-buttons{
	float: right;
    position: relative;
    margin: 0 0 10px 0;
}
.leadManagementReportTableDiv{
	margin-top: 20px;
	padding: 15px;
}
.leadManagementTableDiv button.dt-button,.leadManagementReportTableDiv button.dt-button{
	border: 1px solid #243C7B;
    border-radius: 2px;
    font-size: 14px;
    color: #243C7B;
    background: transparent;
    width: 100%;
}
.leadManagementTableDiv .dataTables_filter,.leadManagementReportTableDiv .dataTables_filter{
	float: left;
    position: relative;
    margin: 0;
}
.leadManagementTableDiv .dataTables_filter label,.leadManagementReportTableDiv .dataTables_filter label{
	color: transparent;
    height: 0px;
}
.leadManagementTableDiv .dataTables_filter input[type="search"],.leadManagementReportTableDiv .dataTables_filter input[type="search"]{
    border: 1px solid #F5F5F5;
    padding: 12px;
    width: 122%;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 12px;
    color: #4F4F4F;
    margin: -20px 0 0 0;
}
.leadManagementTableDiv th{
	border: 0px solid #ffffff !important;
}
.leadManagementTableDiv td{
	border-top: 12px solid #F5F5F5!important;
}
.leadManagementTableDiv .shown + tr>td{
	border-top: 0px solid #F5F5F5!important;
}
.leadManagementTableDiv thead,.leadManagementTableDiv tfoot,.leadManagementReport tfoot{
	display:none;
}
.leadManagementReportTableDiv td,.leadManagementReportTableDiv th{
    font-size: 10px;
}
.leadManagementTableDiv .dataTables_wrapper .dataTables_paginate .paginate_button.current,.leadManagementReportTableDiv .dataTables_wrapper .dataTables_paginate .paginate_button.current,.leadManagementTableDiv .dataTables_wrapper .dataTables_paginate .paginate_button.next,.leadManagementReportTableDiv .dataTables_wrapper .dataTables_paginate .paginate_button.next{
	border: 0px solid #666666;
}
.leadManagementReportTableDiv .dataTables_wrapper .dataTables_paginate .paginate_button{
	border: 1px solid #666666;
    border-radius: 2px;
    background: transparent;
    padding: 2px;
    font-size: 14px;
}
.whiteSpaceNowrap{
	white-space: nowrap;
}
.leadManagementTableDiv .profileImageWithLetter{
	width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D9D9D9;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin: 0% 1% 0 0;
    z-index: 9;
}
.leadManagementTableDiv .profileImageWithLetterDiv{
	min-height: auto;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.borderDottedDivDataTable:first-child:before{
	border-left: 1px dashed #000000;
    content: '';
    position: absolute;
    top: 50%;
    margin-left: 32px;
    height: 50%;
    background-color: transparent;
}
.borderDottedDivDataTable:before{
	border-left: 1px dashed #000000;
    content: '';
    position: absolute;
    top: 0%;
    margin-left: 32px;
    height: 100%;
    background-color: transparent;
}
.borderDottedDivDataTable:last-child:before{
	border-left: 1px dashed #000000;
    content: '';
    position: absolute;
    top: 0%;
    margin-left: 32px;
    height: 50%;
    background-color: transparent;
}
.borderDottedDiv:before {
    border-left: 1px dashed #000000;
    content: '';
    position: absolute;
    top: 50%;
    margin-left: 32px;
    height: 50%;
    background-color: transparent;
}
.leadManagementTableDiv table.dataTable{
 width: 100%!important;
 max-width: 100%!important;
}
.leadManagementTableDiv .dt-control{
	width: 120px;
}
.leadManagementTableDiv .leadStatus {
    border-radius: 10px;
    width: 120px;
    height: 120px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 11%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    white-space: break-spaces;
}
.leadManagementTableDiv .showMore{
	color: #283C77;
    font-size: 12px;
    text-align: center;
    margin: 10% 0;
}
.leadManagementTableDiv .leadStatus.newlead p{
	color: #283C77;
    font-size: 12px;
    text-align: center;
    margin: 11% 0;
}
.leadManagementTableDiv .leadData{
	width: 40%;
	color: #333333;
    text-transform: capitalize;
}
.leadManagementTableDiv .leadData b{
    font-size: 16px;
}
.leadManagementTableDiv .leadData p.date{
    font-size: 12px;
    margin: 1% 0 2% 0;
}
.leadManagementTableDiv .leadData .ne{
        font-size: 14px;
    display: grid;
    grid-template-columns: 15% 85%;
}
.leadManagementTableDiv .leadData .ne svg{
	margin: 3px 4px 0 0;
}
.leadManagementTableDiv .leadData p.address{
    font-size: 12px;
    padding: 0;
    display: flex;
    margin: 3% 0 0% 0;
}
.leadManagementTableDiv .iconSet{
    display: flex;
    justify-content: space-around;
}
.leadManagementTableDiv .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
 vertical-align: top;
 padding-top: 1%;
 padding-bottom: 1%;
 }
 .leadComments{
 color: #4F4F4F;
 font-size: 11px;
 }
 .leadCommentsDetails{
 font-size: 14px;
 margin: 2% 0 0 0;
 text-wrap: balance;
 }
 .leadCommentsDateTime{
 color: #C6C6C6;
 font-size: 11px;
 }
 .leadCommentsAssinged{
 font-size: 11px;
 color: #4F4F4F;
 margin: 2% 0 0 0;
 }
 .leadCommentTextarea{
 color: #4F4F4F;width: 100%;border: 1px solid #D9D9D9;font-size: 11px;
 }
 .leadModal.modal.in .modal-dialog{
 	height: 60%;
    display: flex;
    align-items: center;
 }
 #leadManagementTable .followupCallDiv{
 position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    width: 100%;
    padding: 5%;
    right: 0;
    z-index: 9;
    top: 100%;
 }
 #leadManagementTable .followupCallDiv p{
 color: #283C77;
    font-size: 14px;
    margin-bottom: 3%;
    }
.leadManagementTableDiv .statusFilterDiv{
	display: grid;
    grid-row-gap: 30px;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 5px;
    margin: 0 0 20px 0;
    text-align: left;
    grid-template-columns: repeat(2,300px);
}
.leadManagementTableDiv .statusFilterDiv svg,.leadManagementReport .filterByEmployeeDiv svg{
	position: absolute;
    top: 10px;
    left: 5px;
}
.leadManagementReport .tab-content{
	background: #F5F5F5;
}
.leadManagementTableDiv .statusFilterDiv select#filterByEmployee,.leadManagementReport .filterByEmployeeDiv select{
	height: 36px;
    border-radius: 6px;
    border: 0px solid #ffffff;
    color: #4F4F4F;
    font-size: 14px;
    padding: 0 14%;
}
.leadManagementReport ul,.navTabBuild ul {
    background: #F1F1F6;
}
.leadManagementReport ul li a,.navTabBuild ul li a {
    color: #283C77!important;
    font-size: 16px;
    line-height: 19px;
}
.leadManagementReport ul li a:hover,.leadManagementReport ul li a:focus,.navTabBuild ul li a:hover,.navTabBuild ul li a:focus {
    color: #283C77!important;
    background: transparent!important;
}
.leadManagementReport ul li a:hover,.leadManagementReport ul li a:active,.leadManagementReport ul li a:focus,.navTabBuild ul li a:hover,.navTabBuild ul li a:active,.navTabBuild ul li a:focus {
	background-color: transparent;
}
.leadManagementReport ul li.active a,.navTabBuild ul li.active a {
    background: transparent;
    border-radius: 0px;
    border-bottom: 4px solid #283C77;
}
.leadManagementReport .leadManagementFilter {
    margin-left: 0!important;
    width: 100%!important;
}
/* lead management css */
@media (max-width: 767px){
	.leadManagementCounts{
	    grid-template-columns: repeat(2,50%);
	 }
	.grid-section .section-tiles-wrapper{
		grid-template-columns: repeat(2,120px)!important;
	}
	.grid-section{
		    margin: 0 0%;
    width: 100%;
	}	
	.grid-section.secondGridDiv{
		    margin: 3% 0%;
    width: 100%;
	}	
	.categorydetails-page .desktop-operators-main-header>.rightDisplay>svg {
	    position: relative;
	    margin: 0 auto;
	    width: 100%;
	    height: 100px;
	}
	.categorydetails-page .desktop-operators-main-header>.rightDisplay{
		margin-top: 10%;
	}
	.categorydetails-page{
		padding: 20px 0;
	}
}
.marginTop38 {
    margin-top: 38px;
}
.assignAction{
	align-items: center;
    display: grid;
    grid-column-gap: 5px;
    overflow: visible;
    padding: 10px!important;
    grid-template-columns: repeat(2,50%);
}
.cashDeliveryRequestPopupButtons{
	display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(3,auto);
}
.whiteSpaceBreakSpaces{
white-space: break-spaces;
}

.bluecolor {
    color: #243C7B;
    font-weight: 600;
}

.lpgtext{
	line-height: 21px;
}
