.reportsContainer {
	margin-top: 15px;
}

.btn-activeReport {
	background-color: #4b879e;
	border-color: #4b879e;
	color: #fff;
}

.btn-offClick {
	background-color: #4b879e1c;
	border: 1.85px solid #4b879e;
	color: #343834;
}

.cheading {
	text-align: center;
	background-color: #5fbeaa;
	color: white;
	margin: 0px 40px 20px 40px;
}

.tblstripe tr th, .tblstripe tr td {
	text-align: center;
}

.tblstripe tr th {
	color: #fff;
 background-color: #4b879e; 
}

.tblstripe tbody {
	color: #000;
}

.tblstripe {
	font-size: small;
}

.btn-cstm {
	float: right;
	background-color: #5fbeaa;
	color: #fff;
}

.tabDanger {
	background-color: #b95b5b;
	color: #fff;
}

.tabWarning {
	background-color: #e8d82d;
	color: #fff;
}

.buDropdown {
	margin-bottom: 10px;
}

.getBtn {
	background-color: rgba(75, 135, 158, 0.8);
	color: #fff;
}
.reportTSBtn {
	
    border-radius: 2px;
    outline: 0!important;
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.getBtn:focus {
	background-color: rgba(75, 135, 158, 0.8);
	color: #fff;
}

.getBtn:hover {
	background-color: rgba(75, 135, 158, 1);
	color: #fff !important;
}

.filterNames .filterBadge {
	background-color: #ebebe0;
}

.reportTableScroll tbody {
	max-height: 500px;
}

.modalhdr-bckgnd {
	background-color: rgba(75, 135, 158, 1);
}

.modalhdr-hght {
	padding-top: 10px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 18px;
}

.noborder {
	border-left: 0px;
	border-right: 0px;
	border-top-width: 2.25px;
	border-bottom-width: 2.25px;
	border-color: #cac3c3;
}

.txtalign {
	text-align: left;
}

.tblstripe th a {
	color: #E6F940;
}

.moreInfoLinkColor {
	color: rgba(75, 135, 158, 1);
}

.moreInfoLinkColorSuccess {
	color: rgba(0,255,0,0.5);
}


.payrollChart {
	width: 300px;
	height: 100px;
	float: right;
}

.approvedClass {
	color: #009933;
}

.approvedClass a i {
	color: #009933;
}

.rejectedClass {
	color: #cc0000;
}

.rejectedClass a i {
	color: #cc0000;
}

.submittedClass {
	color: #006666;
}

.submittedClass a i {
	color: #006666;
}

.yetToSubmitClass {
	color: #ff9933;
}

.yetToSubmitClass a i {
	color: #ff9933;
}

.notEnteredClass {
	color: #996600;
}

.notEnteredClass a i {
	color: #996600;
}

.resetTSFilter {
	cursor: pointer;
	color: #4b879e;
	position: absolute;
	margin-left: 5px;
}

.tandMDimen {
	width: 1200px;
}

.actGraph {
	height: 300px;
	width: 600px;
}

.payrollSearch {
	margin-top: 10px;
}

.txt-box {
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.reset {
	margin: 0 !important;
	padding: 0 !important;
	outline: none;
}

li.search {
	border: 10px solid #4c879e;
	display: inline-block;
	width: 280px;
	outline: none;
	padding: 0px;
	border-radius: 0px;
	margin-bottom: 6px;
}
/* width */

::-webkit-scrollbar {
	width: 1px;
}


/* Track */

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px grey;
	border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #4B879E;
	border-radius: 5px;
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #000000;
}
.leftpane {
	background-color: white;
	height: 800px;
	max-height: 800px;
	padding-left: 0;
	padding-right: 0;
}
.prehireleftpane {
	background-color: white;
	height: 570px;
	max-height: 570px;
	padding-left: 0;
	padding-right: 0;
}
.rightpane {
	background-color: white;
	height: 800px;
	max-height: 800px;
	overflow-y: auto;
}
ul.list-group {
	overflow-y: auto;
	height: auto;
}

div.toClearFloat:nth-of-type(3n+1) {
	clear: left;
}

.list-group-item {
	height: auto;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	/*f5f5f5*/
	/*margin: 15px 0px;*/
	cursor: pointer;
	box-shadow: 2px 2px 10px #DADADA
}


.list-group-item h3 {
	font-size: medium;
}

.card-counter {
	box-shadow: 2px 2px 10px #DADADA;
	margin: 5px;
	padding: 20px 10px;
	background-color: #fff;
	height: 100px;
	border-radius: 5px;
	transition: .3s linear all;
	cursor: pointer;
}

.card-counter:hover {
	box-shadow: 4px 4px 20px #DADADA;
	transition: .3s linear all;
}

.card-counter:hover i {
	opacity: 1;
}

.card-counter.primary {
	color: #007bff;
	background-color: #FFF;
}

.card-counter.danger {
	color: #ef5350;
	background-color: #FFF;
}

.card-counter.success {
	color: #66bb6a;
	background-color: #FFF;
}

.card-counter.info {
	color: #26c6da;
	background-color: #FFF;
}

.card-counter i {
	font-size: 5em;
	opacity: 0.6;
	position: absolute;
	left: 50;
	transition: .3s linear all;
}

.card-counter .count-numbers {
	position: absolute;
	right: 35px;
	top: 20px;
	font-size: 32px;
	display: block;
}

.card-counter .count-name {
	position: absolute;
	right: 35px;
	top: 65px;
	font-style: italic;
	text-transform: capitalize;
	opacity: 0.5;
	display: block;
	font-size: 18px;
}

.pott {
	background-color: #4CAF50 !important;
	color: #fff !important;
	cursor: default;
	position: absolute;
	right: 50;
}

.pot {
	background-color: #4CAF50 !important;
	color: #fff !important;
	cursor: default;
	position: absolute;
	right: 50;
	bottom: 50;
}

.pot1 {
	background-color: #4CAF50 !important;
	color: #fff !important;
	cursor: default;
	/* margin: 10px 0;*/
	padding: 5px;
}

p.pro {
	display: inline-block;
	font-size: 24px;
	color: #4c879e;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
}

.fa-adjust, .gcolor {
	color: green;
}

.selectArr {
	margin: 5px;
	font-size: 24px;
	padding: 5px;
	color: green;
	cursor: pointer;
}

span.month {
	font-size: 20px;
	padding: 5px;
}

.caption {
	text-align: right;
}

.adminReportContainer {
	background-color: #fff;
	box-shadow: 2px 2px 7px 0px #ccc;
	margin: 20px auto;
	
}

.width90 {
	width: 90%;
}


.width70 {
	width: 70%;
}

.cardHeader {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.cardHeader p {
	font-size: 16px;
	margin: 0px;
	color: #a0a0a0;
	padding: 5px;
}

.cardBody {
	padding: 20px;
}

.pnlIcons {
	position: relative;
	top: 17px;
}

.iconBox {
	border: 1px solid #ccc;
	height: 65px;
	width: 65px;
	border-radius: 50%;
	text-align: center;
	
	color: #fff;
	position: relative;
	top: 20px;
	left: 50%;
	transform: translate(-50%);
	
	 
	 
}

.iconBoxColor1 {
	background-color: #DD5600;
}

.iconBoxColor2 {
	background-color: #C71C22;
}

.iconBoxColor3 {
	background-color: #73A839;
}

.incomeTypeTitle {
	font-size: 14px;
}

.cardBody h1 {
	font-weight: 700;
}

.pnlpctText {
	color: #6610f2;
}

.pnlSubTitle {
	font-size: 16px;
	font-weight: 600;
	line-height: 0.5;
}

.pnlSubTitleDesc {
	
}

.pnlSubTitleRight {
	text-align: right;
	padding-right: 10px;
	font-size: 20px;
	font-weight: 700;
}

.pnlInputBox {
	width: 200px;
    float: right;
    top: -37px;
    position: relative;
}

.pnlInputBox select {
    border: none;
    box-shadow: 2px 2px 7px #ccc;
}

.pnlInputBox select:focus {
    border: none;
    box-shadow: 2px 2px 7px #ccc;
}

.empListReport {
	    height: 400px;
    overflow: auto;
}
.vPayReportmodal-content {
    background-color: #ebeff2;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
}
.variblePayUpdate_modal-content {
    background-color: #fffff;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 60%;
}
.variblePayCmds_modal-content {
    background-color: #fffff;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 40%;
}
.amountBill {
	float: right;
	position: relative;
    top: -30px;
}

.mt-20 {
	margin-top: 20px;
}
.customHRReportFilterDiv{
	padding-left: 0px;
}
.smsDiv{
	padding-top: 10px;
	padding-bottom: 10px;
}
.custompanel {
    border: none;
    margin-bottom: 10px;
    background-color: #fff;
}