 body {
	 -webkit-touch-callout: none; /* Safari */
        -webkit-user-select: none; /* Chrome */     
           -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
 user-select: none; }
.app-navbar {
  z-index: 9;
  display: block;
  overflow: hidden;
  position: fixed;
  top:0px;
  width: 100%;
 border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: -1px 4px 0px 1px #00000005;
  overflow: hidden;
  padding: 6px 6px 6px 6px;
background:linear-gradient(to right, #8e2de2, #4a00e0);
 
}
.application-form-title {
	
    display: block;
    font-family: Poppins-Bold;
    font-size: 30px;
	-webkit-background-clip: text;
 /*  -webkit-text-fill-color: transparent; */
    line-height: 1.2;
    text-align: center;
    padding-bottom: 0px;
	
}


.footer_bottom_app_options {
box-shadow: 0px 0px 5px 2px #f8f9fa;
    background: #0075f3;
    background: -webkit-linear-gradient(to right, #8e2de2, #4a00e0);
    background: linear-gradient(to right, #8e2de2, #4a00e0);
	margin-top:10%;
	padding-top: 7px;
	padding-bottom: 7px;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;

   color: white;
   text-align: center;
    clear: both;
 z-index: 8;
 border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.app_footer_item{
	padding-left:12px;
	padding-right:12px;
}

.table td, .table th {
    padding: 5px;
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
    font-size: 12px;
    text-align: center;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.2rem;
}
table tbody {
  display: block;
  max-height: 43vh;
  overflow-y: auto;
}

table thead, table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#loader {
            border: 12px solid #f3f3f3;
            border-radius: 50%;
            border-top: 12px solid #8e2de2;
            width: 70px;
            height: 70px;
            animation: spin 1s linear infinite;
        }
          
        @keyframes spin {
            100% {
                transform: rotate(360deg);
            }
        }
    

.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: rgb(23 22 22 / 34%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  transition: opacity 0.3s linear;
}




	
        .center {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }
		

.badge_right {
    display: inline-block;
    padding: 0.30em 0.60em;
    font-size: .70em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: red;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
	float: right;
    margin-top: -32px;
    margin-right: 9px;
}
.bd_green{
background: #29ae70;	
}

	.tabs {
		width: 100%;
		height:78vh;
		margin-top: 10px;
	}

	

		label {
			cursor: pointer;
			background: -webkit-linear-gradient(#666, #555);
			color: #eee;
			border-radius: 5px 5px 0 0;
			padding: 1.5% 3%;
			float: left;
			margin-right: 2px;
			font: italic 1em cambria;
		}

			label:hover {
				background: -webkit-linear-gradient(#777, #666);
			}

			input:checked + label {
				background: #fff;
				color: #333;
			}

		.tabs input:nth-of-type(1):checked ~ .tab-panels  .tabpanel:first-child,
		.tabs input:nth-of-type(2):checked ~ .tab-panels  .tabpanel:nth-child(2),
		.tabs input:nth-of-type(3):checked ~ .tab-panels  .tabpanel:nth-child(3),
		.tabs input:nth-of-type(4):checked ~ .tab-panels  .tabpanel:last-child {
			opacity: 1;
			z-index:99999;
			-webkit-transition: .3s;
		}

		.tab-panels {
			float: left;
			clear: both;
			position: relative;
			width: 100%;
			background: #fff;
			border-radius: 0 10px 10px 10px;
			min-height: 315px;
		}

			.tabpanel {
				overflow-y:auto;
				height: 74vh;
				width: 100%;
				opacity: 0;
				position: absolute;
				background: #fff;
				border-radius: 0 10px 10px 10px;
				padding: 4%;
				box-sizing: border-box;
			}

				.tabpanel h2 {
					margin: 0;
					font-family: Arial;
					
				}
		 .tabitem{
		min-height: 50px;
    width: 100%;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 5px;
 border-radius: 25px;
background:white;

 }		
 .tabicon{
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
	padding:8px;

 float: left;	
 }

.tabtext{
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
	  font-weight: bold;
	padding:8px;
 text-align:center;
}


.bgpro {
  animation:slide 3s ease-in-out infinite alternate;
  background: linear-gradient(60deg, #f0d784 50%,#f5ebc9 50%, #FFFFFF 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:absolute;
  right:-50%;
  top:0;
  z-index:-1;
}

.bgpro2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bgpro3 {
  animation-duration:5s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

.menu_header_msg {
    text-align: center;
    color: #0a58ca;
    font-size: 18px;
    font-weight: bolder;
    text-shadow: rgb(160 160 160 / 25%) -4px -3px 0px;
    opacity: 1;
}
@media all and (max-width: 550px) and (min-width: 200px) {
.cts-att-calender{
margin-top:10px;
width:100%;
padding:10px;
height:90vh;
overflow-y:hidden;
}
}
@media all and (max-width: 3000px) and (min-width: 501px) {
.cts-att-calender{
margin-top:10px;
width:500px;
padding:10px;
height:90vh;
overflow-y:hidden;
margin:0 auto;
}
}

.notify_today {
    background: linear-gradient(to right, #048e57,#11673f);
}


.contact-lists{
min-height: 80px;
width: 100%;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
 margin-bottom: 15px;
padding: 5px;
 border-radius: 25px;
background:white;

 }

 .contact-lists:hover {
	background: linear-gradient(to right, #e9ecef, #eee);
 }
 
 .contact-img{
 height:75px; 
 width:75px;
 border-radius:50%; 
 padding:5px;
 float:left;
 }
 .contact-title{
 color:black;
 font-weight:bold;
 font-size: 13px;
 padding:3px;
 }
 .contact-icons{
 margin-top:-8px;
 float:right;
 font-size:22px;
 color:green;
 padding-right:12px;
 }
 .call-icon{
 font-size:20;
 margin-right:12px;
 }
 .appmenu{
 padding:10px;
 background: none;
 margin-left:0px;
 margin-right:0px;
 height:96%;
 overflow-y:auto;
 overflow-x:hidden;
 }
 .cts-att-emp-graph{
margin-top:-10px;
width:100%;
padding:10px;
height:30vh;
overflow-y:hidden;
padding:6px;

}
 .cts-att-emp-days{
margin-top:10px;
width:100%;
padding:10px;
height:55vh;
overflow-y:auto;

}
 .cts-daybook{
margin-top:10px;
width:100%;
padding:10px;
height:55vh;
overflow-y:auto;

}

 .cts-att-emp-leaves{
margin-top:10px;
width:100%;
padding:10px;
height:80vh;
overflow-y:auto;

}
.emp-attendance-lists{
min-height: 20px;
width: 100%;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
margin-bottom: 15px;
padding: 7px;
border-radius: 25px;
background:white;

 }
 .emp-leave-lists{
min-height: 20px;
width: 100%;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
margin-bottom: 15px;
padding: 5px;
border-radius: 18px;
background:white;

 }
 
 
 .emp-attendance-lists:hover {
	background: linear-gradient(to right, #e9ecef, #eee);
 }
 
 .month-day{
 height:50px; 
 width:50px;
 border-radius:50%; 
 font-size:22px;
 text-align:center;
 padding-top:5px;
 padding-right:6px;
 padding-left:6px;
 padding-bottom:3px;
 float:left;
 margin-right:10px;
 }
 .month-day_alpha{
font-size:9px;
margin-top:-8px;
color:white;
font-weight:500;
 }
 
 .checkin-out-text{
 color:black;
 font-weight:400;
 font-size: 13px;
 padding:3px;
 letter-spacing:1px;
 width:80%;
 }
 
 .attstatus-text{
float:right;
padding-top:6px;	 
 }
.emp-total-time {
    margin-top: 10px;
    padding: 6px;
    color: black;
    font-size: 80%;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
 
.emp-Present{
background:green;
color:white;	
 }
 
.emp-Leave{
background: #ffc107;
color: #212529;	
 }
.emp-Absent{
background: #96000e;
color: white;	
 }
 .emp-Checkin{
background: #0000ff;
color: white;	
 }
 
 
 .leave_Approved{
	background:green; 
	 color:white;
	 font-size:12px;
	 padding-right:5px;
	 padding-left:5px;
	 padding-top:2px;
	 padding-bottom:2px;
	 border-radius:8px;
 }
  .leave_Pending{
	background:#d29f03; 
	 color:white;
	 font-size:12px;
	 padding-right:6px;
	 padding-left:6px;
	 padding-top:2px;
	 padding-bottom:2px;
	 border-radius:8px;
 }
 
   .leave_Not-Approved{
	background:#d22b03; 
	 color:white;
	 font-size:12px;
	 padding-right:6px;
	 padding-left:6px;
	 padding-top:2px;
	 padding-bottom:2px;
	 border-radius:8px;
 }
 
 
 .cts-dashboard-items{
margin:auto;
width:100%;
padding:10px;
height:80vh;
overflow-y:auto;
overflow-x:hidden;
}
.cts-dashboard-lists{
min-height: 20px;
width: 100%;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
margin-bottom: 15px;
padding: 7px;
border-radius: 25px;
background:white;

 }
 
 .btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1ca300;
    border-color: #515e51;
}

.s-present {
color:green;
font-weight:bold;
font-size:14px;
}
.s-absent {
color:#910000;
font-weight:bold;
font-size:14px;
}
.sub-selection{
color:black;font-weight:bold;font-size: 14px;
  vertical-align: middle;
  text-align: center; height: 70px;
  line-height: 70px; letter-spacing:3px;
}

.list-group-item {
    font-size: 12px;
	
}

.daybook-lists{
min-height: 100px;
width: 100%;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
margin-bottom: 15px;
padding: 7px;
border-radius: 25px;
background:#ffebae;

 }
  .daybook-lists:hover {
	background: linear-gradient(to right, #e9ecef, #eee);
 }
 
.Amt-hnd{
background:green;
color:white;	
 }
 
 .Zero-hnd{
background: #ffc107;
color: #212529;		
 }
 
 .daybook_table{
	 width:80%;
	 font-size:0.70em;
	 padding:3px;
 }
 
 
  .daybook_th_green{
	padding:3px 2px;
	border:1px solid white;
	background:green;
	color:white
 }
 
   .daybook_th_yellow{
	padding:3px 2px;
	border:1px solid white;
	background: #ffc107;
    color: #212529;	
 }
 
 
   .daybook_td{
	padding:3px 2px;
	border:1px solid #ddd;
 }