

body{
	background: rgb(0 20 75 / 7%);
}
.navigation li a:focus, .navigation li a:hover {
    background-color: #4d474e;
    color: #fff;
}

.title-chart{
	margin: 0;
	color: #786f7a;
	font-size: 15px;
	font-weight: 600;
}
 .underline: {
	color:#000;
	text-size:13px
}
.underline:hover{text-decaration:underline}
.brand-name{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;	
}

.brand-name::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 20px;
    transform-origin: bottom;
    transform: rotateX(180deg);
    line-height: 1.4em;
    background: linear-gradient(0deg, #fff 0, transparent 80%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
   -moz-background-clip: text;
    opacity: .5;
}

.panel {
    margin-bottom: 20px;
    border-color: #c4c4c4;
    border-width: 1px;
}

.panel-flat>.panel-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(255 255 255 / 10%);
}

.panel-title {
    position: relative;
    color: #00144b;
}
.h5.panel-title, h5.panel-title {
    font-size: 18px;
}

.panel {
    background-color: rgb(255 255 255 / 10%);
}

.dataTables_filter input {
    border: none;
}

.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border: none;
}


.form-control { 
    border: none;
}

.form-gray{
	background-color: #f5f5f5 !important;
}

.daterange{
	background: #fff;
    cursor: pointer;
    padding: 8px 10px;
    border: none;
    border-radius: 3px;
}

.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: #ffa904 !important;
    font-weight: 500;}

/*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; 
}


.navbar-inverse {
background-color: #3734a9;}

.sidebar {
    background-color: #00144b;
}

.navigation>li.active>a, .navigation>li.active>a:focus, .navigation>li.active>a:hover {
	background-color: #edeef2;
    color: #786f7a;
    box-shadow: inset 2px 2px 6px rgb(0 20 75 / 40%);
    -moz-box-shadow: inset 2px 2px 6px rgb(0 20 75 / 40%);
    -webkit-box-shadow: inset 2px 2px 6px rgb(0 20 75 / 40%);
}

 .navigation>li.active>a::after {
    background-color: #edeef2;
    color: #786f7a;
}

.navigation>li.active>a::before {
    background-color: #edeef2;
    color: #786f7a;
} 

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
	.excel-results-tble thead th{
		background:#f5f5f5;
	}
	
	.excel-results-tble tbody tr td:first-child{
		background:#f5f5f5;
		width:40px;
	}

.datatable-header{padding-top:0px;}	

.text-center{
	text-align:center;
}

.text-right{
	text-align:right;
}

.btn-default2{
	width: 100%;
    background: none;
    border: 2px solid #786f7a;
    border-radius: 3px;
    padding: 4px;
    color: #786f7a;
    margin-bottom: 10px;

}

.loading{
	position: absolute;
    right: 14px;
    top: 7px;
}

.hide{
	display:none;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 3px 10px;
}

.number-count{
    height: 30;
    height: 25px;
    border-radius: 30px;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* flexdatalist */
.flexdatalist-results {
    border: none !important;
}
.flexdatalist-results li.active {
    background: #ffffff !important;
    color: #00144b !important;
    cursor: pointer;
}

/* ----------------------------button styles------------------------------------------ */
.btn-success {
    color: #00144b;
    background-color: #ffe004;
    border-color: #ffe004;
    box-shadow: 0 3px 10px rgb(255 224 4 / 50%);
    -moz-box-shadow: 0 3px 10px rgb(255 224 4 / 50%);
     -webkit-box-shadow: 0 3px 10px rgb(255 224 4 / 50%);
}

.btn-success.focus, .btn-success:focus, .btn-success:hover {
    background-color: #ffe004;
    border-color: #ffe004;
    box-shadow: none;
    color: #00144b;
}

.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    background-color: #ffe004;
    border-color: #ffe004;
    box-shadow: none;
}

.btn-default {
    color: #00144b;
    background-color: transparent;
    border-color: #00144b;
}

.btn-default.focus, .btn-default:focus, .btn-default:hover {
    background-color: #edeef2;
    border-color: #00144b;
    box-shadow: none;
}

.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:focus, .dataTables_paginate .paginate_button.current:hover {
    color: #fff;
    background-color: #786f7a;
}

.btn-danger {
    color: #00144b;
    background-color: #ffa904;
    border-color: #ffa904;
    box-shadow: 0 3px 10px #ffa904;
    -moz-box-shadow: 0 3px 10px #ffa904;
     -webkit-box-shadow: 0 3px 10px #ffa904;
}
.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    background-color: #ffa904;
    border-color: #ffa904;
    box-shadow: none;
    color: #00144b;
}

.btn-primary {
    color: #00144b;
    background-color: #6e85ff;
    border-color: #6e85ff;
    box-shadow: 0 3px 10px rgb(110 133 255);
    -moz-box-shadow: 0 3px 10px rgb(110 133 255);
     -webkit-box-shadow: 0 3px 10px rgb(110 133 255);
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #6e85ff;
    border-color: #6e85ff;
    box-shadow: none;
    color: #00144b;
}

.btn-info {
    color: #00144b;
    background-color: #9b98f0;
    border-color: #9b98f0;
    box-shadow: 0 3px 10px #9b98f0;
    -moz-box-shadow: 0 3px 10px #9b98f0;
    -webkit-box-shadow: 0 3px 10px #9b98f0;
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
    background-color: #9b98f0;
    border-color: #9b98f0;
    color: #00144b;
}

.bg-green {
    background-color: #9b98f0;
    border-color: #9b98f0;
    color: #fcfcfc;
}

.btn-success.disabled.focus, .btn-success.disabled:focus, 
.btn-success.disabled:hover, .btn-success[disabled].focus, 
.btn-success[disabled]:focus, .btn-success[disabled]:hover, 
fieldset[disabled] .btn-success.focus, 
fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #ffe004;
    border-color: #ffe004;
} 

/* ---------------------------------------------------------------------------------------------- */

.no-outline{
	border:none !important;
	box-shadow:none !important;
}

.ranges ul li.active {
    color: #fff;
    background-color: #5753f9;
}

.select2-results__option[aria-selected=true] {
    background-color: #ffe004;
    color: #00144b;
}

.daterangepicker td.active:focus, .daterangepicker td.active:hover {
    background-color: #5753f9;
    color: #fff;
    border-radius: 3px;
}
 

.daterangepicker td.active, .daterangepicker td.active:focus, .daterangepicker td.active:hover {
    background-color: #26a69a;
    color: #fff;
    border-radius: 3px;
}


.line{
	width: 100%;
    height: 1px;
    background: #ececec;
    margin: 10px 0;
}
/* ----datatable fixed coloumn styles */

.dtfc-fixed-right,.dtfc-fixed-left{background:#fff}

.checkbox, .radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* center modal style */
.centerModal{
	display:flex;
	align-items:center;
	justify-content:center;
}

/* table tab styles */
.togle-btn{
	font-size: 14px;
	background: none;
	padding: 3px 20px 3px;
	margin: 0;
	border:none;
}
.not-togle-btn{
	font-size: 14px;
	background: none;
	padding: 3px 20px 3px;
	margin: 0;
	border:none;
}

.togle-btn span{
	background: #3734a9;
	align-content: center;
	display: inline-grid;
	border-radius: 30px;
	color: #fff;
	font-size:10px;
	padding:2px 10px;
} 
.butn-border::before{
	content:'';
	width: calc(100% - 40px);
	height: 2px;
	background: #5c5c5c;
	position: absolute;
	bottom: -6px;
	left: 20px;
}

.summary-tab{
	background: #3734a9;
	border-radius: 4px;
	color: #ffffff;
}
.dateIcon{
	position: absolute;
	right: 22px;
	top: 7px			
}
	.text-gray{
		color:#a8a8a8
	}

/* table styles */
.table2>thead>tr>th{
		border-bottom:none !important;
		border-top:none !important;
	}
.table2{
	border-spacing: 0 2px;
}
.table2 tbody tr{
	background:#fff;
	transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-ms-transition: ease-in-out 0.5s;
	-o-transition:ease-in-out 0.5s;
}
.table2 tbody tr td{border-top:none !important;border-left: 1px solid #eff0f3;}
.table2 .datatable-header{border-bottom:none !important}

.fixed-col-label{
	position: absolute;
	top: -18px;
	left: 10px;
	font-size: 12px;
	font-weight: 500;		
}

.datatable-footer {
    border-top: none;
}

.table-point-hover tr:hover{
	cursor:pointer;
	box-shadow: 0px 5px 10px 5px rgb(110 133 255 / 10%);
	-webkit-box-shadow: 0px 9px 15px 7px rgb(110 133 255 / 20%);
	-moz-box-shadow: 0px 9px 15px 7px rgb(110 133 255 / 20%);
	-ms-box-shadow: 0px 9px 15px 7px rgb(110 133 255 / 20%);
	-o-box-shadow:0px 9px 15px 7px rgb(110 133 255 / 20%);
	transform: perspective(10px);
	-webkit-transform: perspective(10px);
	-ms-box-transform: perspective(10px);
	-moz-box-transform: perspective(10px);
	-o-box-transform: perspective(10px);
}
.select2-results__option {
    padding: 3px 12px;
}
	
@media (min-width: 1200px){
	.col-lg-2-fixed {
		width: 150px;
	}
	
	.col-lg-3-fixed {
		width: 170px;
	}
	
	.col-lg-4-fixed {
		width: 200px;
	}		
}

/* sidepanel for details */

.details_sidepanel{	
	width: 320px;
	height: 100%;
	background: #fff;
	position: fixed;
	right: -500px;
	top: 0px;
	z-index: 1040;
	box-shadow: 0 10px 5px 1px rgb(0 0 0 / 20%);
	-o-box-box-shadow: 0 10px 5px 1px rgb(0 0 0 / 20%);
	-ms-box-box-shadow: 0 10px 5px 1px rgb(0 0 0 / 20%);
	-moz-box-box-shadow: 0 10px 5px 1px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0 10px 5px 1px rgb(0 0 0 / 20%);
	transition:ease-in-out .5s;
	-webkit-transition:ease-in-out .5s;
	-moz-box-transition:ease-in-out .5s;
	-ms-box-transition:ease-in-out .5s;
	-o-box-transition:ease-in-out .5s;
	border-radius:5px;
}

.close_sidepanel{
	position: absolute;
	top: 15px;
	right: 15px;
	transform: rotate(45deg);
	cursor:pointer
}
.close_sidepanel i{
	font-size:22px;
	color:#c4c4c4;
}
.sidepanel_table{
	padding: 10px;
	margin-top: 2px;
	overflow: auto;
	height: 100%;				
}
.sidepanel-title{
	padding-left: 20px;
	color: #00144b;
	font-size: 16px;				
}


/* status colors */
.b1{background-color:#a207d5;color: #fff;}
.b2{background-color:#6e85ff;color: #fff;}
.b3{background-color:#5753f9;color: #fff;}
.b4{background-color:#ffe004;color: #fff;}
.b5{background-color:#ffa904;color: #fff;}
.b6{background-color:#786f7a;color: #fff;}
.b7{background-color:#3734a9;color: #fff;}
.b8{background-color:#ff5304;color: #fff;}
.b8{background-color:#666262;color: #fff;}
.archive-row{background:#d0cfd1 !important;}
