#context-menu #closer{
	position: absolute;
	top: 0; 
	right: 0; 
	cursor: pointer; 
	padding: 10px;
	visibility: hidden ;
}
#context-menu #closer:hover i{
	color: red !important;
}

#context-menu.dragging {
    cursor: grabbing;
}
#context-menu .draggable:hover #closer{
	visibility: visible ;
 }
 
.draggable {
    cursor: grab;
}

#context-menu.dragging {
    cursor: grabbing;
}
#context-menu {
    position: absolute;
    background-color: #fcfdff;
    border: 1px solid #9dc4ff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    min-width: 200px;
    margin-top: -80px;
    padding: 8px 8px;
}


#context-menu span{
	padding: 0px 16px;
	color: #90bcfe;
	
	
}
.thisremove{
	z-index: 10;
	cursor: pointer !important;
	width: 100%;
}
.fa-trash-alt{

/* float: right; */

padding: 8px;

color: red;

background:whitesmoke;
border-radius: 20%;


}
.fa-trash-alt:hover{
color: red;
background-color: wheat;

}


#context-menu span .new{
	padding: 0px 16px;
	color: #000;
	font-size: 9px;
	background: #77acfb;
	border-radius: 24px;
	padding:2px 4px;
	margin-bottom: 2px;
	transform: translateY(1px);
	font-weight: 700;
	position: absolute;
	
}

#context-menu ul {
    list-style-type: none;
    margin: 0;
    border-top:  1px solid #eee;
    padding: 8px 0px;
    width: 100%; 
   
}

#context-menu li a{
	padding:0px 18px ;
	transition: opacity 0.3s ease; 
    font-size: small;
    color: #000;
    font-size: 12px;
   min-width: 100% !important;
}
#context-menu li{
  height: auto;
  width: 100%;
  margin-bottom:4px;
  
}


#context-menu li:hover {
    opacity: 0.7;
}


.hidden {
    display: none;
}

  .card_ {
	width: 640px;
	height: 400px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-perspective: 1200px;
	perspective: 1200px;
	transition: 1s;
  }
  .card_:hover {
	transform: rotate(-5deg);
  }
  .card_:hover .outside {
	transform: rotateY(-130deg);
  }
  .outside,
  .inside {
	height: 100%;
	width: 50%;
	position: absolute;
	left: 50.1%;line-height: 3;
  }
  
  
  
  
  .inside {
	background: linear-gradient(to right, #e7e7e7, #ffffff 30%);
	/* line-height: 3; */
	padding: 0 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	left: 50%;
  }
  .outside {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 1;
	transform-origin: left;
	transition: 2s;
	cursor: pointer;
  }
  .front,
  .back {
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateX(0deg);
  }
  .front {
	background-color: #ffffff;
  }
  .back {padding:40px 70px;text-align:left;margin:auto;font-size:13px;
	transform: rotateY(180deg);
	background: linear-gradient(to left, #e7e7e7, #ffffff 30%);
  }
  .cake {
	width: 100%;
	position: absolute;
	bottom: 30px;
  }
  .top-layer,
  .middle-layer,
  .bottom-layer {
	height: 80px;
	width: 240px;
	background-repeat: repeat;
	background-size: 60px 100px;
	background-position: 28px 0;
	background-image: linear-gradient(
		transparent 50px,
		#fedbab 50px,
		#fedbab 60px,
		transparent 60px
	  ),
	  radial-gradient(circle at 30px 5px, #994c10 30px, #fcbf29 31px);
	border-radius: 10px 10px 0 0;
	position: relative;
	margin: auto;
  }
  .middle-layer {
	transform: scale(0.85);
	top: 6px;
  }
  .top-layer {
	transform: scale(0.7);
	top: 26px;
  }
  .candle {
	height: 45px;
	width: 15px;
	background: repeating-linear-gradient(
	  45deg,
	  #fd3018 0,
	  #fd3018 5px,
	  #ffa89e 5px,
	  #ffa89e 10px
	);
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 202px;
  }
  .candle:before {
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	background-color: #ffa500;
	border-radius: 0 50% 50% 50%;
	bottom: 48px;
	transform: rotate(45deg);
	left: -1px;
  }
  .outside p {
	font-size: 23px;
	text-transform: uppercase;
	margin-top: 30px;
	text-align: center;
	letter-spacing: 6px;
	color: #000046;
  }
  .inside h1 {
	font-size: 120px;
	line-height: 120px;
  }



::-webkit-scrollbar {
	width: 0px !important;
  }

.select2-container .select2-selection--single {
min-width:300px;
width:fit-content;

}


.smodal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
  }
  .over-flow-y{
	max-height: 550px !important;
	overflow-y: auto;
  }
  .smodal-content {
	position: relative;
	margin: 3% auto auto;
	padding: 20px;
	width: 65%;
	height: fit-content;

	overflow: hidden;



	z-index: 60;
    background-color: #fcfdff;
    border: 1px solid #9dc4ff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
  }
  

  /* end chat */
  
@keyframes shake {
	0%, 100% {
	  transform: translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
	  transform: translateX(-10px);
	}
	20%, 40%, 60%, 80% {
	  transform: translateX(10px);
	}
	
	
  }
  @keyframes pop {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; }
}

.pop-effect {
    animation: pop .5s forwards;
    color: red!important;;
}


  
  .shake-effect {
	display: inline-block; /* Important if the element is an inline element like <span> */
	animation: shake 0.5s;
	color: red !important;;
  }
  
  .diaa{
	color: red !important;
  }


  /* Track */
::-webkit-scrollbar-track {
	background: #ffffff !important;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: rgb(255, 255, 255) !important;
  }
  /* Handle on hover */
   ::-webkit-scrollbar-thumb:hover {
	background: rgb(255, 255, 255) !important;
  }

  select option {
	border: 0;
	margin: 40px;
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  }

*{
	box-sizing:border-box;
	padding: 0;
	margin: 0;
	list-style: none
}
html{
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@keyframes spin{to{transform:rotate(360deg);}}
::-webkit-scrollbar{width:10px;background:#f5f5f5;z-index:-1;}
::-webkit-scrollbar *{background:transparent;}
::-webkit-scrollbar-track{background:#fff;}
::-webkit-scrollbar-thumb{background:#bdbdbd !important;}
::-webkit-scrollbar-thumb:hover{background:#555;}
@keyframes spinner{to{transform:rotate(360deg);}}
body{
	font-family: "Ember",Arial,sans-serif;
	/* font-family: "Source Sans Pro",system-ui,Roboto,"Helvetica Neue","Helvetica",Arial,sans-serif; */
	font-size: 0.9em;
	color: #1a1a1a;
	background: #F8F8FB;
}
table {
	border-collapse: collapse;
	font-size: 13px;
}
table tr td[name=dataRefs],
.bbf{
	margin: 5px 0;
	padding-left: 5px;
	font-weight: bold;
	font-size: 15px;
}
.bignumber{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 30px;
}
.bigbalance{
	font-size: 20px;
}
table.detail{
	width: 100%
}
table.detail tbody td,
table.detail thead th {
	padding: 0 2px;
	white-space: nowrap;
	text-transform: capitalize;
	vertical-align: middle;
}
table.detail thead td,
table.detail thead th {
	border-bottom: 1px solid #333;
}
table.detail tbody tr:nth-child(even),
table.detail tbody tr:nth-child(odd){
	border-bottom: 1px solid #FAFAFA;
}
table.detail tr:nth-child(even){
	background-color: transparent;
}
table.detail tr:nth-child(odd){
	background-color: #f5f5f5;
}
table.detail tr:nth-child(even):hover,
table.detail tr:nth-child(odd):hover{
	background-color: #e0a188;
	color: #ffffff;
}
table.detail tbody tr.contra td{
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	background: #cabeca
}
table.detail tbody tr td input{
	border: 1px solid #bed7f7;
	background: transparent
}
table.detail tbody tr td{
	position: relative;
}
table tr td div.inhead{
	border-bottom: 1px solid rgb(184, 182, 182);
}
table.dataTable thead tr td:last-child,
table.dataTable tbody tr td:last-child:not(.dataTables_empty){
	padding-right: 0.4em;
	text-align: right
}
table.datatable.sheet .flexholder .flexitem{
	text-align: right
}
table.datatable.sheet thead .flexholder .flexitem{
	text-transform: capitalize;
}
table.datatable.sheet tbody .flexholder .flexitem{
	margin-right: 4px;
	color: #333
}
table.invoicefooter{
	width: 200px;
	white-space: nowrap;
	font-size: 16px
}
table.invoicefooter tr td:last-child{
	text-align: left;
}
table.invoicefooter tr td.lbl{
	color: #219bab
}
.box form table tr td,
.box form table tr td:first-child{
	white-space: nowrap
}
.box form table tr td:first-child{
	text-align: right;
	padding-right: 5px;
}
div[name=trial_balance] a{color:#333}
.messages{
	position: fixed;
	left: 0;
	right: 0;
	width: 30%;
	margin: 0 auto;
	color: #fff;
	/* text-align: center; */
	padding: 20px 40px;
	display: block;
	top: 80px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	border-color: rgba(0,0,0,.2);
	animation: 300ms linear forwards slideindown;
	z-index: 2000
}
.messages .fa-info-circle{
	position: absolute;
	left: 10px;
	width: 40px;
	height: 30px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
@keyframes slideindown {
  from{transform: translate3d(0, -100%, 0);}
  to{transform: translate3d(0, 0, 0);}
}
.messages.e{background: #FF3333;}
.messages.i{background: #5b9bd5;}
.spinner,
.spinner:before{
	position: absolute;
	width: 50px;
	height: 50px;
}
.spinner{
	top: 30%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
}
.spinner:before {
	content: '';
	border-radius: 50%;
	border: 3px solid #f5f5f5;
	border-top-color: #92DB6F;
	animation: spinner 2s linear infinite;
}
a{
	color:blue;
	cursor:pointer;
}
a:hover{
	color: #333
}
.usermenu a:hover{text-decoration:underline}
.container,
.title,
.flexholder,
.flexitem,
.dataholder{
	position: relative;
}
.dataholder{
    
	overflow-y: scroll;
	padding: 0 8px;
	display: none;
	height: 90.3455%;
}
.overlay{
	position: absolute;
	background: #a1c2ef5b;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* filter: blur(120px); */
	z-index: 15;
}
.statusbar > div{
	float: right
}
.signature{
	width: 200px;
	height: 100px;
}
.four-hundred{
	margin-left:auto;
width: 90%;
margin-right:0;}
textarea.four-hundred{
	width: 500px !important;
	height: 250px;

}
.dewsss{
transform: translateY(500px);
position: absolute;
}
.container{
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.contextmenu {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 300px;
	padding: 20px;
	text-align: left;	
	color: #333;
    background-color: #fcfdff;
    border: 1px solid #9dc4ff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;

	z-index: 10;
}
.title{
	padding: 10px;
	z-index: 10;
	background: #ebebeb;
}
.datahead,
table.footertotal tr td{
	font-weight: bold
}
.datahead.main{
	text-transform: uppercase
}
.datahead.main{
	color: #0e75ba;
	font-weight: bold;
	font-size: 13px
}
.datahead.analysis{
	margin: 30px 0 10px 0;
	font-weight: normal;
	font-size: 15px;
	padding: 5px 0;
	color: #20201f;
	border-top: 1px solid rgb(230, 231, 236);
}
.datahead.mainsub,
.selected{
	color: #ff0000;
}
table.dataTable.t.commission tr td {
	vertical-align: top;
}
.paragraph{
	margin: 10px 0;
	text-align: justify
}
.box-header{
	text-transform: capitalize;
}
.title table tr td:nth-child(2) h2{
	font-family: "Source Sans Pro",system-ui,Roboto,"Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size: 1.5em;
    font-weight: 500;
	color: #202020;
	text-transform: capitalize;
}
.title table tr td:nth-child(2) span,div.tophead span,.timeago{
	font-size: 0.97em;
	color: rgb(132, 134, 138);
}
.title table tr td{width:inherit}
.title table{width:100%;}
.title table tr td:first-child{
	color:#FF9966;
	width:50px
}
.title table tr td:nth-child(2){
	padding-left: 10px;
	width: 70%;
}
.title table tr td:nth-child(3){
	width: 30%;
	text-align: left;
}
.title table tr td:last-child{
	width: 300px;
	padding-right: 60px;
	text-align: right;
	white-space: nowrap
}
.title table tr td .menu{
	text-align: left;
}
.title table tr td .menu a{
	margin-left: 10px;
}

.face{
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	border-radius: 50% !important;
	/* border: 2px; */
	padding: 4px;  border: 3px solid #cecbcb;
	/* background-image: none; */
	background-color: #cecbcb;
	background-clip: content-box; /* support: IE9+ */ 
	height: 55px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}
.face:hover{
	border: 3px solid #00ffc3;
}
nav{
  text-align: right;
}
nav ul{
  list-style: none;
  position: relative;
  display: inline-table;
}
nav ul li{
	float: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
nav ul li:hover > ul{display:block;}
/*nav ul li:active > ul{display:none;}*/
nav ul li{
	float: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
nav ul li a,nav ul li input{
	display: block; 
	
	white-space: nowrap;
	padding: 3px 5px;
	margin-left: 3px;
	font-size: 13px;
	transition: background .08s ease-out;
}
nav ul li a .fa{
	margin-right: 5px
}
a.newmessage,a.newmessage i.fas , p.newmessage{
	color: #ff0000;
	animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
nav ul li a,
nav ul li select{
	padding: 2px;
	display: inline-table;
}

nav ul li a.selected{
	background: #FDF4D0;
}
nav ul li a:hover{
	color: rgb(255, 255, 255);
	text-decoration: none;
	background: rgb(184, 171, 146);
}
nav ul ul{
	display: none;
    background: #fff;
    position: absolute;
	top: 100%;
	min-width: 150px;
	border-radius: 4px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 6px rgba(161, 126, 126, 0.18);
}
nav ul ul li{
	border-radius: 0;
	float:none;
	text-align:left;
	position:relative;
}
nav ul ul li a {
	padding: 0; 
	width: auto;
	background: #fff;
	border-radius: 0;
	border: 0;
	margin: 0;
}
nav ul ul ul {
   position: absolute; 
   left: 100%;
   margin-left: -10px;
   top: 5px;
   z-index: 3;
}
.flexholder{
	width: 100%;
	display: flex;
	flex-flow: row;
	row-gap: 8px;
	column-gap: 16px;
}
.flexholder.wrap{
	flex-flow: row wrap;
}
.flexholder.data{
	width: 70%;
	margin: 0 auto;
}
.flexitem{
	position: relative;
	flex-grow: 3;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.flexitem.maxam,
.flexitem.maxim{
	margin: 8px 0;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
	color: #fff;
	background:#008080;
	/* background: rgb(103, 111, 253); */
}
.flexitem.maxim{
	padding: 10px;
}
.flexitem.maxam,
.flexitem.maxam a:link{
	color: #fff;
}
.flexitem.maxam{
	color: #225e66;
	background:#a7ccd14f;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;

}
.flexitem.maxam.vs{
	padding: 10px;
}
.flexitem.maxam:hover,
.flexitem.maxim:hover{
	opacity: 0.8;
}
a.flexitem.maxam,
a.flexitem.maxim{
	text-decoration: none;
}
.flexitem .description p{
	font-size: 14px;
	margin-left: 10px;
}
.flexitem .lable{
	right: 10px;
}
.flexitem .lable span{
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
}
div[role=detail]{
	position: absolute;
	right: 10px;
	background:rgb(238, 238, 238);
	padding: 10px;
}
.count{
	font-size: 18px;
}
.approveicon{
	position: absolute;
	width: 300px;
	height: 300px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background:url("../media/approve.png")no-repeat center;
	background-size: 70%

}
.value{
	font-size: 20px;
	margin-top: 15px;
	font-weight: 500;
}
.valuelable{
	font-size: 13px;
	color:#9b9da3
}
.amount{
	position: relative;
	right: 20px;
	width: 30%;
}
.box .amount{
	position: absolute;
	top: 20px;
	background: rgb(253 253 253);
	border: 1px solid rgb(241, 241, 241);
	left: inherit;
	border-radius: 3px;
	width: 50%;
	padding: 20px;
	right: 2px
}
.topLinks{
	border: .5px solid #a4bed4;
	 padding:4px; 
	 border-radius:3px;
	 color: #202020;
	 background-color: #e3eef7;
}
.topLinks:hover{
	/* border: 0px; */
	border-top: 0px;
	border-bottom: 0px;
	border-left: 1px solid #ffb951;;
	border-right: 1px solid #ffb951;;
	 padding:4px; 
	 border-radius:3px;
	 color: #202020;
	 background-image: url("../media/topselbg.gif") !important;
}

.box .amount input{
padding: 5px;
height: max-content;
width: 100%;

}
.amount .value{
	margin-top: 0px;
}
.amount p{
	font-size: 12px;
	white-space: nowrap;
}
.mobile-menu{
	display: none
}
fieldset ul li div.count{
	color: #6666CC;
	font-size: 30px
}
fieldset ul li span{
	color: #968D89;
	display: inline-block;
	font-size: 13px;
	margin: 0 0 15px 2px;
}
.flexitem .count{
	padding-left: 3px;
}
.flexholder.onerow{
	flex-flow: row wrap;
}
.flexholder.data{
	height: 38%;
}
.flexholder.data .flexitem{
	text-align: center;
	padding: 10px;
}
.flexholder.data .flexitem .description{
	text-align: inherit;
	float: inherit;
	padding: inherit;
}
.flexholder.data .flexdata{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 60px;
}
.flexitem .fa{
	margin-bottom: 10px;
	font-size: 1.7em;
}
.flexitem .lable .fa{
	margin: 10px 0 10px 10px;
	font-size: 1.2em;
}
.flexholder.sidedashboard{
	width: 20%;
	flex-flow: row wrap;
	padding-bottom: 7px;
	height: 97%;
}
.flexholder.sidedashboard .flexitem{
	width: auto;
	font-size: 0.7em;
}
.infodashboard{
	position: absolute;
	width: 77%;
	right: 5px;
	top: 0;
}
.tabholder{
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.tabholder.flt{
	float: left;
	line-height: 25px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.tabholder .tabaction{
	display: inline-block;
	color: #1c5adf;
	font-weight: 600;
	margin-right: 5px;
	cursor: pointer;
}
.close{
	position: absolute;
	right: 8px;
	top: 8px;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 7px;
	background: #cececf4d;
	border-radius: 50%;
	color: #6e6e6e;
	z-index: 2001;
}

.close:hover{
	background-color: #ff0000;
	color: #ffffff;

}
.fa{-webkit-text-stroke:1px #fff;}
.hidden,
.box,
.usermenu,
.contextmenu,
.title,
.patt-hidden,
.box-data-wrapper,
.tab:not(.zero),
form[name=signin]{display:none}
.wrapper{
	margin-top: 7px;
	pointer-events: none;
	opacity: 0;
}
.disable{
	pointer-events: none;
	opacity: 0.3;
}
button.disable{
	color: #999;
	background: transparent
}
button[name=send]{
	padding: 4px 10px;
	border-radius: 5px
}
.box.c.disable{
	opacity: 0
}
.redalert{
	color: #FF3300;
}
a{
	color: #0609c3;
}
.specialnumber{
	text-decoration: line-through;
}



.box {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
  
    width: 500px;
    padding: 20px;
    z-index: 60;
    background-color: #fcfdff;
    border: 1px solid #9dc4ff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.resize-handle {
    width: 10px;
    height: 10px;
    background: #9dc4ff;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: se-resize;
}
.userchat{
	position: fixed;
	top: 130px;
	right: 20px;
	width: 400px;
	padding: 18px;
	padding: 20px;
	background-color: #fcfdff;
	border: 1px solid #9dc4ff;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	z-index: 3;
}

.userchat tr td{
	font-size: 12px;
	text-transform: capitalize !important;
	background: #fff;
	
}

.userchat tr td:nth-child(1){ 
	
	background: transparent;
	
}
.userchat tr td:nth-child(2) a{ 
	
	color: #000;
	font-size: 12px;
	
	
}
.userchat tr td:nth-child(2){
	font-size: 10px;
	padding:18px;
	border-radius: 30px!important;
	margin-left: 5px;
	
	}



.chat{
	margin-top: 10px;
	height: 60vh;
	overflow-y: scroll;
}
.quickmenu{
	position: fixed;
	top: 70px;
	right: 100px;
	margin: 0;
	width: 300px;
	height: 70%;
	padding: 20px;
	border-radius: 8px;
	background: rgb(253, 253, 253);
	box-shadow: 0 2px 8px 1px rgb(64 60 67 / 24%);
	z-index: 1000;
}
.box.c,.box.m{
	top: 40px;
	width: 90%;
	border-radius: 4px;
	height: 86%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;

		background-color: #fcfdff!important;
		border: 1px solid #9dc4ff!important;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)!important;
		
	
}
.box.n{
	width: 40%;
	height: 75%;
}


@media screen and (max-width: 768px) {
    .box.c,
    .box.m,
    .box.n {
        width: 100%;
       
    }
}

.box-header{
	font-weight: bold;
	font-size: 17px;
}
.box form.box-table table{margin-left: 15px}
.box-body-action{
	padding-top: 3px;
}
.box-body-action > span{
	display: inline-block;
	color:#979393;
}
.box-data{
	position: relative;
	width: 100%;
	height: 84%;
	margin-top: 10px;
	overflow-y: scroll;
	}
.box table tr td a{
	display: inline-block;
	text-decoration: underline;
	margin: 3px 0;
}
.box table tr td.mda a{
	margin-top: 7px
}
.box-data-holder{
	border-top: 1px solid rgb(150, 147, 147);
	position: relative;
	margin-bottom: 10px;
	padding: 5px;
	height: 90%;
	overflow-y: scroll;
}
.box-footer{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
}
.box-footer > table{
	width: 100%;
	white-space: nowrap;
}
.box-footer > table tr td:first-child{text-align: left}
.box-footer > table tr td:last-child{text-align: right}


.box-footer button{margin: 10px 0 10px 5px;}
.box-footer-information{
	font-size: 12px;
	width: 100%;
	color: rgb(131, 131, 131);
}
.box-chatholder{
	display: flex;
	flex-direction: column-reverse;
	padding: 1rem;
	/* background: #ffffff;
	*/
	border-radius: 30px;
	background: #F8F8FB;
	flex-shrink: 2;
	overflow-y: auto;
	overflow-x: hidden;
	}
.box-chatholder div{
	position: relative;
	width: 40%;
	padding: 5px;
	background: #F8F8FB;
	margin: 0 30px 5px 30px;
	border-radius: 3px;
	width: auto;
	position: relative;
}
input.online-search {
    position: absolute;
	height: 60px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 60px auto auto auto;
	background: white;
    width: 80%;
	font-weight: bold;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    animation-name: flamelab-convo-widget_msg-appear;
    animation-duration: 2s;
    font-size: 15px;
    line-height: 23px;
}
.result.online-statement {
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 130px auto auto auto;
	background: white;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}
.result.online-statement:focus {
	border: 1px solid #28428f;
	transition: border 0.5s;
}
.inner-body {
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
}
.invoiceresult {
	background: white;
	padding: 10px 0;
	margin: 10px 0;
    animation-name: flamelab-convo-widget_msg-appear;
    animation-duration: 2s;
}
.desc {
	background: rgb(206, 251, 178);
	padding: 10px  20px;
	margin-bottom: 20px;
    animation-name: flamelab-convo-widget_msg-appear;
    animation-duration: 2s;
}
.result ul li{
	position: relative;
	margin-left: 15px;
}
.result ul li:before{
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	width: 5px;
	height: 5px;
	margin: auto 0 auto -8px;
	border-radius: 50%;
	background: #000;
	content:"";
}
.result ul{
	list-style: none;
}

.box-chatholder div.l,
.box-chatholder div.r{
	word-break: break-all;
	word-wrap: break-word; 
	box-sizing: border-box;
	padding: 0.5rem 1rem;
	margin: 1rem;
	min-height: 2.25rem;
	text-transform: lowercase !important;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	font-family: Red hat Display, sans-serif;
	width: fit-content;
	max-width: 66%;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.075), 0rem .5rem .5rem -1rem rgba(0, 0, 0, 0.1);

}



.box-chatholder div.l{
	text-align: left;
	padding-left: 15px;
	border-radius: 0 1.125rem 1.125rem  1.125rem;
	background: #fff;
	text-transform: capitalize !important;
}
.box-chatholder div.r{
	margin: 1rem 1rem 1rem auto;
	border-radius: 1.125rem 1.125rem 0 1.125rem;
	background: #333;
	color: #d9e5fb;
}
.timeago{
	font-size: 8px !important;
	font-weight: 500;
}
.chat_img{
	position: relative;
	width: 45px;
	height: 45px;
	background: url('../media/blank.jpeg') no-repeat center;
	background-size: cover;
	border: 4px solid #fff;
	border-radius: 50%;
	margin-right:5px;
	
	
}
.box-chatholder div .chat_img{
	position: absolute;
	width: 35px;
	height: 35px;
	margin: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border: 4px solid #fff;
	left: -10px;
	border-radius: 50%;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.075), 0rem .5rem .5rem -1rem rgba(0, 0, 0, 0.1);
}
.box-chatholder div.r .chat_img{
	top: -17px;
	right: -23px;
	left: inherit;
}
.box-chatholder div.l .chat_img{
	top: -17px;
	left: -23px;
}
.chat_cnt{
    position:absolute;
    left:0;
	top: -3px;
    border-radius:99px;
    background: rgb(5, 155, 72);
	color: #fff;
	font-size: 11px;
	line-height: 18px;
    height:18px;
    width:18px;
    text-align:center;
}
.servicecode{
	position:absolute;
    left:0;
	top: 0;
	right: 0;
	bottom: 0;
    background: #e0a188;
	color: #fff;
}

button[name="eh"]:hover{
	background-color: red;
}


select:focus,input:focus,textarea:focus{
	border:.5px solid #00ff2a !important;
	outline: none;
	
}
textarea, input,select {
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
}
.important{
	border: 2px solid #f30707 !important;
	outline: none;
}




div.r span{
	display: inline-block;
	width: 0.4rem;
	height: 0.4rem;
	margin-right: 0rem;
	box-sizing: border-box;
	background: #ccc;
	border-radius: 50%;
}
.p-1 { animation: typing 3s infinite }
.p-2 { animation: typing 3s 250ms infinite }
.p-3 { animation: typing 3s 500ms infinite }
@keyframes typing {
	0%, 75%, 100% {
		transform: translate(0, 0.25rem) scale(0.9);
		opacity: 0.5;
	}
	
	25% {
		transform: translate(0, -0.25rem) scale(1);
		opacity: 1;
	}
}
table.chatusers {
	width: 100%;
	border-collapse:separate; 
	border-spacing: 0 1em;
}
table.chatusers tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.ck-content{
min-height: 300px !important;


}
.hd{
color: purple;
}
fieldset{
	position: relative;
	padding: 10px;
	margin: 8px 0;
	color: #333;
	border: 1px solid #5b9ad52a !important;
	border-radius: 8px;
	text-align: left;
	height: fit-content;
}
fieldset table{
	margin-bottom: 15px
}
fieldset fieldset{
	margin-top: 0px;
	border: 0;
}

legend{
	padding: 1px 6px;
	font-weight: 500;
	color:#6fb0f1;
}
fieldset fieldset:not([first-of-type]){
	margin-top: 10px;
}
form[name=signin],
form[name=recover]{
	padding-top: 20px
}
form input.xlarge{
	padding: 5px;
	font-size: 15px
}
form input[type=text]:hover,
form input[type=text]:focus{
	box-shadow: 0px 1px 12px rgba(0,0,0,.3);
	transition: box-shadow 0.9s, border 0.5s;
}
form input:focus{
	border: 1px solid #FAB4BE;
	box-shadow: 0px 1px 12px rgba(0,0,0,.3);
}
form input::placeholder{
	color: #ACACAC;
	text-transform: none;
}
button,
form input[type=submit],
form input[type=button],a[role=save]{
	border: 0;
	margin: 2px 0;
	text-decoration: none!important;
	border-radius: 4px;
	padding: 10px 20px;
	color: #fff;
	background: #5b9bd5;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
button:hover,a[role=save]:hover,
form input[type=submit]:hover,
form input[type=button]:hover{
	background: #5b8bb8;
	box-shadow: 0px 1px 3px rgba(0,0,0,.3);
}
form input,
form select,
form textarea{
	margin: 2px 5px;
	font-size: inherit;
	padding: 4px 3px;
}
textarea[name=msg]:placeholder {
	color: #999;
  }
button[name=es] {
	/* border-radius: 20%; */border-radius: 1.125rem;
  }
textarea[name=msg]{
	width: 100%;
	/*margin: 0;
	padding: 10px;

	border: 0; */
	border: none;
	background-image: none;
	background-color: white;
	padding: 0.5rem 1rem;
	margin-right: 1rem;
	border-radius: 1.125rem;
	flex-grow: 2;
	/* box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2); */
	font-family: Red hat Display, sans-serif;
	font-weight: 400;
	letter-spacing: 0.025em;
}
textarea[name=msg]:focus{
	outline: none;
}
form[name=signin] input{
	margin-left: 0
}
button.search{
	padding: 4px 20px
}
.resultbox{
	height: 80%;
	margin-bottom: 20px;
}
input,
select,
textarea{
	position: relative;
	padding: 3px;
	font-size: 13px;
	margin: 0 5px;
	border: 1px solid #E0E0E0;
	resize: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.02);
	transition: box-shadow 0.5s, border 0.5s;
}
textarea{
	font-family: inherit;
	height: 40px;
	font-size: 13px
}
textarea.notes{
	height: 80px;
}
textarea[name=channel],textarea[name=message]{
	padding: 5px;
	height: 90px;
}
form[name=signin] input,
form[name=recover] input,
form[name=signin] table,
form[name=recover] table,
form[name=signin] textarea,
form[name=recover] textarea{
	width: 100%
}
form[name=signin] input,
form[name=recover] input{
	padding: 10px
}
.box button{
	padding: 7px 15px;
	border-radius: 3px;
}
.hey{

padding:20px;


}
/* 0754959349 */
div.swal2-timer-progress-bar{
background:#f27474;

}
i:not(.fa){
	color: rgb(121, 139, 13)
}
.section{
	position: relative;
	margin: 15px 0;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #fafafa;
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
}
div.tophead{
	position: sticky;
	top: 0;
	padding: 8px;
	z-index: 1;
	background: rgb(255, 255, 255);
	border-top: #b8d6f8 1px solid;
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 6px;
	box-shadow: 0 1px 3px 1px #403c433d;
}
div.tophead.background{
background: #000046 !important;

}
div.tophead.shd{
	box-shadow: none;
}
div.tophead a, input.wewe,.btnc {
	background:#5178b1 !important;
	padding: 4px 10px  !important;
	border-radius: 3px  !important;
	color: #ffffff  !important;
	
}
.btnc{
	text-decoration: none !important;
	margin-top: -8px;
}
div.tophead span{
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto 0;
	height: 19px;
}
div.tophead.no-bg{
	border-top: none;
	/* background: #fff; */
}
table tr td .more{
	position: absolute;
	right: 0;
	top: -30px;
	padding: 10px;
	width: 80%;
	border-radius: 3px;
	color: #333;
	height: auto;
	pointer-events: none;
	background: rgb(253, 253, 253);
	border: 2px solid #92DB6F;
	box-shadow: 0 2px 8px 1px rgb(64 60 67 / 24%);
	z-index: 4;
	text-wrap: wrap;
}
table.dataTable tr.shade{
	background: #e1fad6;
}
.mehan{
	margin: 30px auto;
}
.mehan p{
	font-size: 20px;
	font-weight: bold
}
.mehan .logo{
	width: 180px;
	height: 80px;
	background:url('../media/logo.png') no-repeat center;
	background-size: 80%;
	margin: 0px 0 10px 0;
}
.mehanholder{
	position: relative;
	width: 250px;
	height: 250px;
	margin: 10px auto;
	/*background-color: #a1a1a1;*/
}
.separate{
	margin: 10px 0;
}
table tr.separateLine td{
	border-top: 1px solid #a1a1a1;
}
table tr.stronger{
	font-weight: bold;
	background:#ddd6d6;
	pointer-events: none;
	border-bottom: 1px solid #a1a1a1;
}
table.dr tr td:nth-child(5){
	border-right: 2px double #161616;
}
table.cr tr td:first-child{
	border-left: 2px double #161616;
}
.footer{
	width: 100% !important;
	border-top: .5px solid #f0f0f0;
	padding: 20px;
	position: inherit;
	font-size: 14px;
	color: #5f5c5c;
	text-align: center;
	margin: 70px auto 0 auto
}
span.error{
	color: #FF3333
}
.patt-holder{
	touch-action: none;
	margin: auto;
}
.patt-wrap{
	position:relative;
	cursor:pointer;
}
.patt-wrap ul,.patt-wrap li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.patt-circ{
	position:relative;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
 }
.patt-circ.hovered{
	border:1px solid #333;
} 
.patt-error .patt-circ.hovered{
	border:1px solid #666;
}
.patt-hidden .patt-circ.hovered{border:0;}
.patt-dots{
	background: #669999;
	border: 1px solid #669999;
	width: 5px;
	height: 5px;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.result.online-statement {
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 130px auto auto auto;
	background: white;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}
input.online-search:focus {
	outline: none;
	border: 3px solid #28428f;
	transition: border 0.5s;
}
.chrad input:not([type=checkbox]):not([type=radio]) {
	display: none
}
.chrad {
	position: relative;
	display: inline-block;
	margin-right: 1em;
	white-space: nowrap;
	line-height: 1
}
.chrad input {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 1em;
	width: 100%;
	height: 100%;
	z-index: 4;
	opacity: 0;
	margin: 0;
	padding: 0;
	cursor: pointer
}
.chrad .state label {
	position: initial;
	display: inline-block;
	font-weight: 400;
	margin: 0;
	text-indent: 1.5em;

	min-width: calc(1em + 5px)
}
.chrad .state label:after,
.chrad .state label:before {
	content: '';
	width: calc(1em + 2px);
	height: calc(1em + 2px);
	display: block;
	box-sizing: border-box;
	border-radius: 0;
	border: 1px solid transparent;
	z-index: 0;
	position: absolute;
	left: 0;
	top: calc((0% - (100% - 1em)) - 8%);
	background-color: transparent
}
.chrad .state label:before {
	border-color: #333;
}
.chrad.default input:checked~.state label:after {
	border-color: #333;
	background: #9F6DC9!important
}
.divresult{
	position: absolute;
	top: 4px;
	right: 10px;
	border: 1px solid #666699;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	z-index: 1
}
.divresult[role=user]{
	width: 80px;
	height: 80px;
}
.divresult[role=attachment],
.divresult[role=signature]{
	width: 200px;
	height: 50px;
}
.ajax-file-upload,
.uploadstatus{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.uploadstatus{
	padding: 15px;
	background: #66FF99;
	opacity: 0.7;
	text-align: center;
}
.uploadresult{
	padding: 15px 0;
}
.ajax-file-upload-statusbar{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.ajax-file-upload-bar{
	background: #33FFCC;
}
.ajax-file-upload-filename{
	display: none
}
.divresult,
.face{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}
.helcontainer {
	position: relative;
	height: 99%;
}
.navigation {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 320px;
	padding: 10px;
	overflow-y: scroll;
	border-right: 1px solid rgb(209, 209, 209);
}
.navigation .datahead{
	margin: 15px 0 2px 0;
	font-size: 15px;
	font-weight: bold;
	color: rgb(51, 53, 53);
	font-family: sans-serif-medium,sans-serif !important;
}
.navigation .subhead{
	margin: 7px 0 4px 0;
	color: rgb(92, 94, 94);
}
.navigation ul li,
.navigation .subhead{
	margin-left: 3px
}
.pannel {
	position: absolute;
	right: 0;
	left: 330px;
	top: 0;
	bottom: 0;
	padding: 10px;
	margin-left: 10px;
	overflow-y: scroll;
}
.pannel .value,.section.c .value{
	font-size: 22px;
	color: rgb(51, 53, 53);
	font-family: "Segoe UI",Helvetica,Arial,sans-serif,"Segoe UI Emoji";
}
.pannel .subvalue,.section.c .subvalue{
	margin-bottom: 10px;
	font-size: 13px;
	color: rgb(21, 82, 175);
}
.maxlength-feedback {
	position: absolute;
	top: -5px;
	right: 5px;
	font-size: 7px;
	font-weight: 500;
	font-family: "Source Sans Pro",system-ui,Roboto,"Helvetica Neue","Helvetica",Arial,sans-serif;
	padding: 2px;
	border-radius: 8px;
	background-color: white;

}
.maxlength-full {
	background-color: rgb(255, 138, 138);
}
.maxlength-overflow {
	background-color: rgb(253, 106, 106);
}
.maxlength-disabled {
	opacity: 0.5;
}
@media only screen and (max-width: 600px) {
	.title,
	.title table tr td:nth-child(3) .menu a:nth-child(1),
	.title table tr td:nth-child(3) .menu a:nth-child(2),
	.title table tr td:nth-child(4) .users,
	.dhtmlxMenu_TopLevel_Text_right,
	.uselicense,
	.flexholder.ghn,
	.dir_left.dhtmlxMenu_dhx_skyblue_Middle{
		display: none
	}
	.title table tr td:nth-child(2){
		width: 90%;
	}
	.title table tr td:nth-child(3){
		width: 10%;
	}
	.title table tr td:last-child{
		display: none
	}
	nav{
		text-align: left;
	}
	.mobile-menu{
		display: block;
		margin-top: 20px;
	}
	nav.mobile-menu ul{
		text-align: left;
		list-style: none;
		position: relative;
		border-radius: 4px;
		display: inline-table;
	}
	nav.mobile-menu ul li{
		float: left;
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
	}
	nav.mobile-menu ul li:hover > ul{display: block; background:#c0e5e5;}
	nav.mobile-menu ul li a{
		display: block;
		padding: 3px 8px;
		color: inherit;
		background: #b3e4e4;
		letter-spacing: 0;
	}
	a[role=cl]{
	
	font-size: 9px !important;
	}
	nav.mobile-menu ul ul{
		display: none;
		background: rgba(201, 226, 254, 0.991);
		position: absolute;
		top: 100%;
		box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1);
	}
	nav.mobile-menu ul ul li{float:none;color:#161616;}
	nav.mobile-menu ul ul li a:hover{color:#5e5e5e;background:#b8b5b5;}
	nav.mobile-menu ul ul li a{
		white-space: nowrap;
	}
	nav.mobile-menu ul ul li:hover{text-decoration:none;background:#bbcccc;}
	nav.mobile-menu ul ul ul {
		position: absolute; 
		left: 100%; 
		top:0;
	}
	.box.c,.box.m{
		width: 90%;
	}
	.messages{
		width: 70%;
	}
	.infodashboard{
		width: 98%;
	}
	.flexholder.uhg{
		display: block;
		margin-bottom: 30px;
	}
}



