@charset "utf-8";
/* CSS Document */
.inp_v2{
	background-color: #FFB6C1;
	border:0px;
    width:80%;
	padding:10px;
	margin:0 0 18px 0;	
	color:#333;
}
 
.inp_save{
	background-color: #8B0000;
	border:0px;
    width:80%;
	padding:10px;
    height:35px; 
	margin:20px 0px 18px 0;
	color:#fff;	
    cursor: pointer;
}

.inp_v2::-webkit-input-placeholder {
    color: #8B0000;
}
.inp_v2::-moz-placeholder {
    /* FF 4-18 */
    color: #8B0000;
    opacity: 1;
}
.inp_v2::-moz-placeholder {
    /* FF 19+ */
    color: #8B0000;
    opacity: 1;
}
.inp_v2:-ms-input-placeholder {
    /* IE 10+ */
    color: #8B0000;
}
.inp_v2::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8B0000;
}
.inp_v2::placeholder {
    /* modern browser */
    color: #8B0000;
}



.ginput{
	/* width: 98%;  */
  border: 1px solid #ccc; border-radius: 3px; height: 30px;
   }
   
.inputs_v3{
    background-position: 10px 6px;
    background-repeat: no-repeat; 
    font-size: 16px;
    padding: 6px 10px 6px 10px;
    border: 1px solid #ddd; 
    background: #FFE4E6;
    border-radius:3px;
}
 
.buttonm {
	position: relative;
	background: #DC2626;
	border: 1px solid #DC2626;
	border-radius: 2px;
	font-size: 1.1rem;
	color: #fff; 
	margin-top: 1px;
	padding: 0.5rem 1rem;
	cursor: pointer;
	-webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
	transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
	overflow: hidden;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
} 
.buttonm a{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 13px;  
  color: #fff; 
  text-decoration: none;
  z-index:11;
}
.buttonm a:hover{ 
  color: #FECACA;  
}

.buttonm::before {
	content: '';
	position: absolute;
	background: #7F1D1D;
	border: 50vh solid #991B1B;
	width: 30vh;
	height: 30vh;
	border-radius: 50%;
	display: block;
	top: 50%;
	left: 50%;
	z-index: 0;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
}
.buttonm:hover {
color: #FECACA;
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
} 
.buttonm span {
color: #fff;
position: relative;
z-index: 1;
}
.buttonm:focus {
outline: none;
}


.buttonm_v3 {
	position: relative;
	background: #DC2626;
	border: 1px solid #DC2626;
	border-radius: 2px;
	font-size: 1.1rem;
	color: #fff; 
	margin-top: 1px;
	padding: 0.5rem 1rem;
	cursor: pointer;
	-webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
	transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
	overflow: hidden;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
} 
.buttonm_v3 a{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 13px;  
  color: #fff; 
  text-decoration: none;
  z-index:11;
}
.buttonm_v3 a:hover{ 
  color: #FECACA;  
}

.buttonm_v3::before {
	content: '';
	position: absolute;
	background: #7F1D1D;
	border: 50vh solid #991B1B;
	width: 30vh;
	height: 30vh;
	border-radius: 50%;
	display: block;
	top: 50%;
	left: 50%;
	z-index: 0;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
}
.buttonm_v3:hover {
color: #FECACA;
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
} 
.buttonm_v3 span {
color: #fff;
position: relative;
z-index: 1;
}
.buttonm_v3:focus {
outline: none;
}



.topbar{
	position:fixed; 
	height:15%; 
	top:0px; 
	width:100%; 
	background: #7F1D1D; 
	overflow:hidden;
}

.midbar{
	display:table; 
	position:fixed; 
	height:75%; 
	top:15%; 
	width:100%; 
	background:#FEF2F2; 
	overflow:auto;
}

.menubar{
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0px; 
	right: 0; 
	width: 230px; 
	height: 75%; 
	margin:auto; 
	margin-left:0px;
}

.contentsbar{
	position:absolute; 
	margin-left:240px; 
	width:80%; 
	background:#FECACA; 
	text-align:center; 
	padding:0px;
	height:100%;
	overflow:auto;
}


.footerbar{
	position:fixed; 
	height:8%; 
	bottom:0px; 
	width:100%; 
	background: #7F1D1D;
	overflow:hidden;
}





/* STYLES FOR LOAN MANAGER LIKE SEGMENTS*/
.toppanel_stylex{
	position:relative; 
	top:0px; 
	width:100%;
	height:8px; 
	background:#DC2626;
}
.seg_one_stylex_v2{
 position:fixed; width:100%; height:200px; overflow:hidden; overflow-y: hidden;
}

.topmenu_stylex{
		position:relative; right:30px; width:600px; height:23px; background:#DC2626; border-bottom-left-radius:10px; border-bottom-right-radius:10px; z-index:2; margin-left:10%;
}

.topmenu_stylex_v2{
	position:absolute; left:0px; width:88%; height:23px; background:#DC2626; border-bottom-left-radius:10px; border-bottom-right-radius:10px; z-index:99; margin-left:10%;
}
.topmenu_stylex_wrapper{
	position:fixed; top:-15px; z-index:2001; width:100%; height:auto;
}
.topmenu_stylex_liner{
	position:relative; top:15px; width:100%; height:8px;
}
.topmenu_stylex_v3{
	position:absolute; right:30px; width:auto; padding:0 45px 0 15px; min-height:23px; height:auto;  border-bottom-left-radius:10px; border-bottom-right-radius:10px; z-index:89; margin-left:10%;
	background:#DC2626;
	/* position:absolute; left:0px; width:auto; height:23px; background:#DC2626; border-bottom-left-radius:10px; border-bottom-right-radius:10px; z-index:99; margin-left:10%; */
}
.middlepanel_stylex{
	position: relative; width: 100%; top:-22px; margin-top:20px; height: 100px; background: #FFF; z-index: 1;background:url(../images/financebg1.png);
}

.mainmenu_stylex{
	position: absolute; 
	width: 100%; 
	top: 100px; 
	height: auto; 
	z-index: 3;
}
.mainmenu_stylex_wrapper{
	position:absolute; bottom:0px; width:100%; height:100%;
}
.logo_stylex{
	position:absolute; margin-top:15px; margin-left:10px; width:50px; height:100px; z-index:1;
}
.logo_section_stylex{
	position: relative; width: 100%; height: 100px;
}
.mainmenu_logo_stylex{
	display: none;
}
.toggle_icon{
	display:inline-block; font-size:25px; right:10px;color:white; margin-top:35px; position:absolute;
}

.bottomofmenu_stylex{ 
background: #7F1D1D; /* Old browsers */
background: -moz-linear-gradient(top, #7F1D1D 0%, #991B1B 19%, #DC2626 91%, #EF4444 99%, #FCA5A5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7F1D1D 0%,#991B1B 19%,#DC2626 91%,#EF4444 99%,#FCA5A5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7F1D1D 0%,#991B1B 19%,#DC2626 91%,#EF4444 99%,#FCA5A5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7F1D1D', endColorstr='#FCA5A5',GradientType=0 );
	position: relative; width: 100%; top:-22px; height: 60px; z-index: 1;
}

.secondsegment_stylex{
	position:fixed;
	 width:100%;
	 top:170px;  
	 overflow:auto;
	  height:75%;
}

.secondsegment_stylex_v2{
	position:relative;
	 width:100%;
	 top:5px;  
	 overflow:auto;
	  height:75%;
}

@media (max-width: 1000px) {
.mainmenu_stylex {
    width: 1000px;
}
.toppanel_stylex{
	width:1000px;
}
.middlepanel_stylex{
	width:1000px;
}
.bottomofmenu_stylex{
	width:1000px;
}
.secondsegment_stylex{
	top:200px;
}
}
/* END STYLES FOR LOAN MANAGER LIKE SEGMENTS*/




/*ORIGINAL EXPLORA ERP STYLE*/
.topsegment_stylex0{
	position:fixed; height:15%; top:0px; width:100%; background: #7F1D1D; overflow:hidden;
}
.middlesegment_stylex0{
	position:fixed; height:70%; top:15%; width:100%; background:#FEF2F2; overflow:auto;
}
.menusegment_stylex0{
	position: absolute; top: 0; bottom: 0; left: 0px; right: 0; width: 230px; height: 75%; margin:auto; margin-left:0px;
}
.content_top_segment_stylex0{
	position:absolute; margin-left:220px; width:85%; height:100%; overflow:auto;text-align:center; padding:0px;
}
.maincontentsegment_stylex0{
	position:relative; margin-left:0px; width:90%; height:100%; text-align:center; padding:20px;
}
.footersegment_stylex0{
	position:fixed; height:10%; bottom:0px; width:100%; background: #7F1D1D; overflow:hidden;
}

.mainmenu_wrapper{
	margin-left:10%; 
	width:88%; 
	margin-top:0px;
	min-height:65px; 
	/* background:#DC2626;  */
	border-radius:10px; 
	z-index:2; 
	position:absolute; 
	z-index:10021100;
	display:flex;
}

.mainmenu_fixed{
	top:0px;
	position:fixed; 
	width: 100%; 
	height: 90px; 
	background: #7F1D1D; 
	z-index: 2000; 
	border-bottom: 2px solid #DC2626; 
}
 
.mainmenu_d{
	position: relative;
	width: 100%; 
	height: 70px; 
	background: #7F1D1D; 
	z-index: 1; 
	border-bottom: 2px solid #DC2626; 
}

.post_title{
	position: relative; width: 90%; background: #FFF; z-index: 2; margin-top:10px; margin-left:15px; border: 1px solid #DC2626; padding:5px;
}

.active_list{
	display:inline-block;position: relative; width: 70%; background: #FFF; z-index: 1; margin-top:10px; margin-left:15px; border: 1px solid #ccc; padding-bottom:10px; overflow:auto;
}





/***************** FOR VOIP CALLS **************************/

.call-animation {
    background: #fff;
    width: 135px;
    height: 135px;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    border: solid 5px #fff;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  
}
.call-animation img {
        width: 135px;
        height: 135px;
        border-radius: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }
@keyframes play {

    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(220, 38, 38, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(220, 38, 38, 0.4), 0 0 0 20px rgba(220, 38, 38, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(220, 38, 38, 0.4), 0 0 0 30px rgba(220, 38, 38, 0.2);
    }

}

/***************** END FOR VOIP CALLS **********************/


.white_popup{
	background: #fff;
	display:none; 
	position:absolute; 
	top:5%; 
	left:500px; 
	width:40%; 
	height:auto;
	 max-height:80%; 
	 overflow:auto;
	 z-index:220; 
	 padding: 25px; 
	 box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
	 -webkit-flex-wrap: wrap; 
	 overflow:auto;
	 border: 2px solid #DC2626;
}

.inline{
	display: inline-block;
}

.dnone{
	display:none;
}
.w100px{
	width: 100px !important;
  }

.w150px{
	width:150px !important;
  }

.w200px{
	width:200px !important;
  }

  .w300px{
	width:300px;
  }
  .w70pa{
	 width:70%;
  }
.mr20px{
	margin-right: 20px;
}
  .table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	
  }
  
  .header th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	border-left: 1px solid #ccc;
	background: #DC2626;
	padding-left: 3px;
	color: #FFFFFF;  
  }
  
  .body_panel {
	display: inline-block; 
	height: 90%;
	overflow-y: scroll; 
  }
  .bodytitle_panel {
	overflow-y: scroll; 
  }
  .h100pa{
	  height: 100%;
  }
  
  .body tr {
	border-bottom: 1px solid #d0d0d0;
  }
  
  .body td {
	border-left: 1px solid #d0d0d0;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;  */
  }

  .cpointer{
	cursor:pointer;
  }

  .conents_panel{
	height:calc(100% - ((310px))); 
	overflow: auto; 
	position: fixed; 
	width: 98%; 
	background: #FFF; 
	z-index: 1; 
	margin-top:10px; 
	margin-left:15px; 
	border: 1px solid #DC2626; 
	padding-bottom:10px;
  }

  .textwrap{
	word-wrap: break-word;
  }

  .success{ 
	font-size: 16px !important;
	padding: 2px 10px 2px 10px; 
	/* color: white; */
	opacity: 1;
	transition: opacity 0.6s; 
	/* background-color: #04AA6D; */
	border-radius: 3px 3px 3px 3px;
	margin:0 0 0 10px;
	color: #7F1D1D;
    background-color: #FECACA;
  }
  .danger{ 
	border-radius: 3px 3px 3px 3px;
	margin:0 0 0 10px;
		font-size: 16px;
		padding: 2px; 
		/* color: white; */
		opacity: 1;
		transition: opacity 0.6s;  
		color: #7F1D1D;
		background-color: #FECACA;
  }
  .link_color{
	  color:000;
	  cursor: pointer;
  }

  
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 18px;
  }
  
  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FECACA;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 1px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #DC2626;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #DC2626;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(36px);
	-ms-transform: translateX(36px);
	transform: translateX(36px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }

  .hide_title_button_topgraph span {
	font-family: 'Roboto', sans-serif !important; 
}
.hide_title_button_topgraph {
	/* font-family: 'Roboto', sans-serif !important; */
	font-size: 14px;
	cursor: pointer;
	color:#DC2626;
}

@media screen and (max-width: 1000px) {
	.conents_panel{ 
		width: 98%;  
		margin-left:15px;  
		height:calc(100% - ((250px)))!important; 
	  }
}

@media (max-width:300px){
	.topmenu_stylex_v3{
		width: 100%;
		display: none;
		border-radius: 0px;
		right:0px;
	} 
	.mainmenu_d{ 
		height: 85px; 
	}
	.mainmenu_stylex_wrapper{
		display: none;
	}
	.logo_stylex{
		  margin-top:1px; 
		  display: inline-block;
	}
	.logo_section_stylex{
		display: none;
	}
	.mainmenu_logo_stylex{
		display: inline-block; 
	}
}

.clsmylist_div_v2{
	/* position:fixed;  */
	width:100%; 
	background: #FFF;   
	border: 1px solid #DC2626;  
	overflow:auto;
	padding:10px;
}

.clstitle_div_v2{ 
	width:100%;  
	background: #FFF; 
	z-index: 2;  
	border: 1px solid #DC2626;  
	padding:10px
}

.button_title {
	display: flex;
	justify-content: flex-end;
  }
.button_title div{
	margin-left: 10px;
}

.text-primary-color{
	color:#7F1D1D;
	font-family: 'Roboto', sans-serif !important;
	font-size: 12px;
	cursor: pointer; 
}
.show_title_button{
	cursor: pointer;
	display: none;
	float: right;
	margin: 5px 0 0 0;
}
.hide_title_button{
	cursor: pointer;
	float: right;
	margin: 5px 0 0 0;
}