
.hideoverFlow{
	overflow:hidden;
}

.point{
	margin: 5px 10px;
	cursor: pointer;
}

.point-icon{
	cursor: pointer;
	margin-right: 3px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px 20px;
	position: relative;
}

/* .panel-body {
    padding: 10px 20px;
}
 */
.table-spin{
	position: absolute;
    top: 21%;
    left: -5px;
    z-index: 10;
}

/*start css for profile picture uploading circle*/
.select-img-div{
	display: flex;
	justify-content: center;
}

.profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
}

.file-upload {
    display: none !important;
}
.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 8px solid rgba(255, 255, 255, 0.7);
}
.image {
    max-width: 100%;
    height: 100%;
}
.p-image { 
  right: 30px;
  color: #666666;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
  font-size: 1.5em; 
  position: absolute;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  top: 20px;
  right: 10px;
}

.upload-button:hover {
  color: #000000;
}

/* page loader */

.page-loader{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    align-items: center;
    display: fi;
    justify-content: center;
    position: fixed;
    display: flex;
    background: rgba(0,0,0,.1);	
}

.page-loader .icon-spinner9{
	font-size: 30px;
    color: #26a69a;
}	

.modal-spin{
    position: absolute;
    width: 100%;
    top: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 200px;
    /* margin-top: -44px; */
    background: red;
    background: #fff;
    /* opacity: .6; */
    cursor: wait;	
}

.iconset{
    position: absolute;
    top: 5px;
    right: 0;
    padding: 1px 3px 1px 22px;
    display: none;
}


.formInTable{
	position: absolute;
    left: 275px;
    display: flex;	
}

.formInTable .input{
	margin-left:10px;
	position: relative;
}

.formInTable .brid-flexdatalist{width:300px;}


tr td .cash{
    width: 7px;
    height: 7px;
    bak: red;
    background: #4caf50;
    position: absolute;
    top: 13px;
    left: 10px;
    border-radius: 50%;
}

tr td .chq{
    width: 7px;
    height: 7px;
    bak: red;
    background: red;
    position: absolute;
    top: 13px;
    left: 10px;
    border-radius: 50%;
}

.check_due_date{
	color: red;
    font-weight: 600;
}

.bg-dark-400{
	background-color: #37474f;
    border-color: #37474f;
    color: #fff;
}

.bg-light-400{
    background-color: #f5f5f5;
    border-color: #37474f;
    color: #37474f
}


.breadcrumb>li+li:before {   
    content: "\00a0 | \00a0";
    padding: 0 5px;
    color: #333;
}

.active-link{color:#ff7043 !important;}

/*css for profile picture uploading circle end*/

/* background white/text white class bg-light/text-light */
	.iconset-pro{
		position: absolute;
		top: 5px;
		right: 0;
		padding: 1px 3px 1px 22px;
		/* display: none; */	
		color: #666666;
	}

	.bg-light{
		background-color: #fff;
		border: #fff;
	}
	
	.text-light{
		color: #fff;
	}
	
 tbody .cls{background:#fbb1b6 !important;}
 tbody .comp{background:#aeffb1 !important;}
/* background white class bg-light (end)*/



/* svg loader */

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}

@keyframes spin3D {
  from {
    transform: rotate3d(.5,.5,.5, 360deg);
  }
  to{
    transform: rotate3d(0deg);
  }
}

@keyframes configure-clockwise {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: .25;
    transform: scale(.75);
  }
}

/* GRID STYLING */



.spinner-box {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}


/* ALTERNATING ORBITS */

.circle-border {
  width: 150px;
  height: 150px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(63,249,220);
  background: linear-gradient(0deg, rgba(63,249,220,0.1) 33%, rgba(63,249,220,1) 100%);
  animation: spin .8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #1d2630;
  border-radius: 50%;
}






/* SOLAR SYSTEM */

.solar-system {
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orbit {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fafbfC;
	border-radius: 50%;
} 

.earth-orbit {
	width: 165px;
	height: 165px;
  -webkit-animation: spin 12s linear 0s infinite;
}

.venus-orbit {
	width: 120px;
	height: 120px;
  -webkit-animation: spin 7.4s linear 0s infinite;
}

.mercury-orbit {
	width: 90px;
	height: 90px;
  -webkit-animation: spin 3s linear 0s infinite;
}

.planet {
	position: absolute;
	top: -5px;
  width: 10px;
  height: 10px;
	border-radius: 50%;
  background-color: #3ff9dc;
}

.sun {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #ffab91;
}

.leo {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.blue-orbit {
	width: 165px;
	height: 165px;
  border: 1px solid #91daffa5;
  -webkit-animation: spin3D 3s linear .2s infinite;
}

.green-orbit {
	width: 120px;
	height: 120px;
  border: 1px solid #91ffbfa5;
  -webkit-animation: spin3D 2s linear 0s infinite;
}

.red-orbit {
	width: 90px;
	height: 90px;
  border: 1px solid #ffca91a5;
  -webkit-animation: spin3D 1s linear 0s infinite;
}

.white-orbit {
	width: 60px;
	height: 60px;
  border: 2px solid #ffffff;
  -webkit-animation: spin3D 10s linear 0s infinite;
}

.w1 {
  transform: rotate3D(1, 1, 1, 90deg);
}

.w2 {
  transform: rotate3D(1, 2, .5, 90deg);
} 

.w3 {
  transform: rotate3D(.5, 1, 2, 90deg);
}


.navbar-nav>.dropdown-user img{
	width:35px !important;
	height:35px !important;
}


.checker span{background:#fff;}

.noShow{
	border:none;
	text-align:end;
}

.colors{
	display: flex;
    position: absolute;
    top: -7px;
    right:0;	
}

.clr-sec{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;	
}

.clr-box{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    /* margin-left: 10px; */
    margin-right: 10px;
}

.em_sal_info{
	margin:0;
	display:flex;
}

.em_sal_info div{
	font-size: 20px;
    font-weight: 600;
    width: 100%;
    text-align: end;
}

.em_sal_info label{
	font-size: 13px; 
	width:200px;
}

.work-tble tr:first-child td{
	border:none;
}

.sal_info tbody tr:first-child th,.sal_info tbody tr:first-child td{border:none;}

.yearonly-dash,.monthonly{
    background: none;
    border: none;
    position: absolute;
    cursor: pointer;
    opacity: 0;
}	

.lbl-text{
    padding: 10px 0;
    color: #898989;	
}

.label-striped2{
	background-color: #fff;
    color: #333;
    border-left-width: 4px;
    padding: 5px 10px;	
}

.border-left-info2{
	border-left-color: #00bcd4;
    border-bottom: 1px solid #00bcd4;
    border-right: 1px solid #00bcd4;
    border-top: 1px solid #00bcd4;
}


.border-left-success2{
	border-left-color: #4caf50;
    border-bottom: 1px solid #4caf50;
    border-right: 1px solid #4caf50;
    border-top: 1px solid #4caf50; 
}