* {
	font-family: "Open Sans", Arial, sans-serif;
	outline: none;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-text-size-adjust: none;
	zoom: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}
body{overflow: hidden;}
.right{float: right;overflow: hidden;height: 50px;}
.disabled{pointer-events: none;opacity: 0.5;}
.tooltip {
  position: relative;
  display: inline-block;
	text-align: left;

}
a.d_r{position: absolute;right: 20px;top: 20px;padding: 7px 20px;background: #75b329;color: #fff;border-radius: 4px;font-size: 12px;}
.logo{display: block;color: #fff;padding: 15px 10px;font-size: 25px;font-weight: bold;background: #37434c;  border-bottom: 1px solid #2c363f;}
.empty{border: 1px solid #edb7b8 !important;box-shadow: inset 0 0 5px rgba(208, 59, 59, 0.4);background: #fff5f6;}
.loader{position: fixed;top: 0;left: 0;z-index: 9999;background: rgba(0, 0, 0, 0.69);width: 100%;height: 100%;text-align: center;align-items: center;display: none;}
.loader.active{display: flex !important;}
.loader svg{height: 200px;width: 200px;margin: 0px auto;}
.error_msg{position: fixed;top: 55px;right: 0;min-width: 300px;z-index: 999999;}
.error_msg .pop_msg{background: #76b328;padding: 20px;  margin: 10px;border-radius: 5px;border: 1px solid #6ac193;box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.20);}
.error_msg .pop_msg h2{color: #fff;font-size: 17px;font-weight: 400;margin-bottom: 5px;text-transform: capitalize;}
.error_msg .pop_msg p{font-size: 12px; color: #fff;}
.error_msg .pop_msg.notification{background: #f5cf54;border: 1px solid #e8c300;}
.error_msg .pop_msg.error{background: #e96b53;border: 1px solid #ff7373;}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #0086f2;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 86px;
  margin-left: -95px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0086f2 transparent transparent transparent;
}
.tooltip.left .tooltiptext {
  visibility: hidden;
width: max-content;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
  top: -5px;
  left: 110%;
}

.tooltip.left .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.tooltip.top .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip.top .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip.right .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 110%;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip.right .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
.tooltip.active:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
select.custom {display: none;}
.dropdown {
  /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%); */
  /* background-repeat: repeat-x; */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
  /* background-color: #f6f6f6; */
  /* border-radius: 6px; */
  /* border: solid 1px #eee; */
  /* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0075); */
  /* box-sizing: border-box; */
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  margin-top: 10px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 84%;
  padding-bottom: 10px;
  color: #fff;
}
.dropdown:focus {
}
.dropdown:hover {
}
.dropdown:active, .dropdown.open {
  /* background-color: #f0f0f0 !important; */
  /* border-color: #e4e4e4; */
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset; */
}
.dropdown:after {
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  -webkit-transform: origin(50% 20%);
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: '';
  display: block;
  margin-top: -13px;
  pointer-events: none;
  position: absolute;
  right: 26%;
  top: 59%;
}
.dropdown.open:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.dropdown.open .list {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.dropdown.open .option {
  cursor: pointer;
}
.dropdown.wide {
  width: 100%;
}
.dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.dropdown .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 42% 0;
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  padding: 0px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 70%;
  left: 0;
  z-index: 999;
  width: 100%;
}
.dropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.dropdown .option {
  cursor: default;
  font-weight: 400;
  /* line-height: 40px; */
  /* outline: none; */
  text-align: left;
  padding: 3px 18px;
  transition: all 0.2s;
  font-size: 0.8em;
  font-weight: 600;
  color: #000;
}
.dropdown .option:hover, .dropdown .option:focus {
  background-color: #f6f6f6 !important;
}
.dropdown .option.selected {
  font-weight: 600;
}
.dropdown .option.selected:focus {
  background: #f6f6f6;
}
b{font-weight: bold !important; }
.red_c{background: #ab0000;}
body,
html {}

body {
	background-color: #fff;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 93.8%;
	line-height: 1.3em;
	color: #555459
}

h1 {
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: 500;
	color: #555459;
	margin: 0 0 .7em
}

h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 500;
	color: #555459;
	margin: 0 0 .6em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 500;
	color: #555459;
	margin: 0 0 .3em
}

h4 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 500;
	color: #555459;
	margin: 0 0 .1em
}

h5 {
	font-size: .9em;
	line-height: 1.2em;
	font-weight: 500;
	color: #555459;
	margin: 0 0 .1em
}

div {
	position: relative
}

a {
	text-decoration: none;
	color: #585858;
}

select {
	-webkit-appearance: none;
	background: transparent;
	background: url(../images/select.png) no-repeat;
	background-size: 13px;
	background-position: 97% center;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.grid {
	/* max-width: 1500px; */
	margin: 0px auto;
}

.header {
	/* position: fixed; */
	/* width: 100%; */
	/* top: 0; */
	/* left: 0; */
	z-index: 99;
	background: #76b328;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .20);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .20);
	box-shadow: 0 1px 10px rgba(0, 0, 0, .20);
	height: 50px;
}

.header ul.nav {display: inline-block;}

.header ul.nav li {
	display: table-cell;
	position: relative;

}

.header ul.nav li a {
	font-size: 14px;
	padding: 15.5px 25px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: 600;
	border-right: 1px dashed #ffffff;
}


.header ul.nav li a:hover,
.header ul.nav li a.active {
	color: #fff;
	background-color: transparent;
	-webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, .20);
	-moz-box-shadow: inset 0 0px 10px rgba(0, 0, 0, .20);
	box-shadow: inset 0 0px 10px rgba(0, 0, 0, .20);
}

.header ul.nav li:hover ul.sub {
	display: block;
}

.header ul.nav li ul.sub {
	position: absolute;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.30);
width: 200px;
display: none;
background: #669c23;
}

.header ul.nav li ul.sub li {
	display: block;
}

.header ul.nav li ul.sub li a {
	border-right: none;
	border-bottom: 1px solid #78ad3a;
	padding: 10px 25px;
}

.header ul.nav li ul.sub li a:hover {
	box-shadow: none;
	background: #76b328;
}

.main {
	margin-top: 0;
}

.row {
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* margin-right: -15px; */
	/* margin-left: -15px; */
	/* position: relative; */
}

.p_s_in {
	width: 100%;
	margin-top: 0;
	position: relative;
}

.p_s_in .s_h {
	padding: 0px 0 0 20px;
	height: 46px;
	overflow: hidden;
	background: #f1f1f1;
}

.p_s_in .s_h h1 {
	float: left;
	padding: 10px 0;
	font-size: 22px;
	margin: 0;
	font-weight: 600;
}

.p_s_in .s_h input[type="text"] {
	float: right;
	padding: 10px;
	width: 400px;
	border: 1px solid #424353;
	border-radius: 2px;
	font-size: 15px;
}

.s_h .rgt {
	float: right;
}

.s_h .f_i {
	float: left;
	vertical-align: top;
	padding: 14px 15px;
	border-left: 1px dashed #ffffff;
	margin-right: 0;
	font-size: 13px;
	text-decoration: none;
	color: #585858;
	font-weight: 600;
}

.s_h .f_i.add_e {
	font-size: 15px;
	background: #75b329;
	color: #fff;
	cursor: pointer;
}

.s_h .f_i.s_t {
	padding: 7px;
}

.s_h .f_i.s_t input[type="text"] {
	width: auto;
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 13px;
}

.s_h .f_i:hover {

}

.s_h .f_i.add_e:hover {
	background: #669c24;
}

.s_h .f_i.s_t:hover {
	background: transparent;
}

.s_h .f_i .back {
	position: relative;
	top: 0px;
	margin-right: 3px;
	font-size: 11px;
}

.s_h .pagination {
	margin: 0;
	text-align: right;
	float: left;
	vertical-align: top;
}

.s_h .pagination strong {
	margin-left: 0;
	font-size: 13px;
	padding: 15px 20px;
	text-decoration: none;
	border: 0px solid #5f6075;
	float: left;
	font-weight: 600;
	background: #e2e2e2;
}

.s_h .pagination a {
	margin-left: -1px;
	font-size: 13px;
	padding: 14px 20px;
	text-decoration: none;
	border-right: 1px solid #d2d2d2;
	float: left;
	border-left: 1px solid #d2d2d2;
	color: #555459;
	font-weight: 600;
}

.s_h .pagination a.active {
	color: white;
	border: 1px solid #56b584;
}

.s_h .pagination a:hover {
	background: #dcdcdc;
}

.s_h .pagination a:first-child {}

.s_h .pagination a:last-child {
	border-right: none;
}

.p_s_in .table_w {
	padding: 30px;
}

.p_s_in .table_w.wp {
	display: inline-block;
	width: 80%;
	max-height: 550px;
	overflow-y: auto;
}

.p_s_in .u_l {
	border-collapse: collapse;
	width: 165%;
}

.p_s_in .u_l.fix {
	width: 100%;
}

.p_s_in .u_l.lt {
	width: 300%;
}

.p_s_in .u_l td,
.p_s .u_l th {
	text-align: left;
	border: none;
	padding: 14px 15px;
	font-size: 14px;
	border: none;
}

.p_s_in .u_l td .s_f {
	margin-bottom: 0;
}

.p_s_in .u_l td .s_f input[type="button"] {
	padding: 5px;
}

.p_s_in .u_l td span.delete {
	color: #bd0000;
	font-size: 17px;
	cursor: pointer;
}

.p_s_in .u_l td span.delete.r_m {
	color: #bd0000;
	font-size: 17px;
	cursor: pointer;
	display: none;
}
.main tr:nth-child(even){background-color: #f3f3f3;}

.p_s_in .u_l th {
	padding: 10px 15px;
	font-weight: 600;
	text-align: left;
	border: none;
	border-bottom: 1px solid #f1f1f1;
	background: #efefef;
}

.p_s_in .u_l td input[type="text"] {
	border: 1px solid #d2d2d2;
	padding: 5px;
	width: 80%;
	border-radius: 3px;
	font-size: 12px;
}

.p_s_in .u_l td input[type="email"] {
	border: 1px solid #d2d2d2;
	padding: 5px;
	width: 80%;
	border-radius: 3px;
	font-size: 12px;
}

.p_s_in .u_l td select {
	border: 1px solid #d2d2d2;
	padding: 5px;
	width: 90%;
	border-radius: 3px;
	font-size: 12px;
}

.p_s_in .u_l td.a_c,
.p_s_in .u_l th.a_c {
	text-align: center;
}

.p_s_in .u_l td .add_more {
	cursor: pointer;
	font-size: 17px;
	color: #83b902;
}

.p_s_in .a_s h1 {
	padding: 15px;
	font-weight: bold;
}

.p_s_in .field {
	display: block;
	margin: 0 20px 20px;
}

.p_s_in .field input {
	vertical-align: top;
	margin: 4.3px 0px;
	display: inline-block;
}

.p_s_in .field label {
	font-size: 13px;
	font-weight: 600;
}

.p_s_in .a_s .table_w {
	padding: 20px 0;
}

.p_s_in .a_s .table_w th {
	font-size: 12px;
}

.p_s_in .a_s .table_w td {
	font-size: 13px;
	padding: 8px 15px;
}

.p_s_in .a_s .table_w td img {
	height: 20px;
}
.p_s_in .a_s .table_w td.month,.p_s_in .a_s .table_w th.month{
	font-size: 12px; text-align: center;font-weight: 600;cursor: pointer;
}
.p_s_in .a_s .table_w td.month{}
.p_s_in .a_s .table_w th.month.active{
	background: #d6d6d6;
}
.p_s_in .a_s .table_w td.month.active{
background: #f5f6f7;
}
td.t_c,th.t_c{
	text-align: center !important;
}
.p_s_in .a_s .table_w td.days{
	font-size: 20px; font-weight: bold;
	text-align: center;
}
.p_s_in .a_s .table_w td.days span.set_l_d{
	font-size: 12px;color: #0086f2;display: block;cursor: pointer;
}
.p_s_in .a_s .table_w td span.h_r{
	font-size: 18px;
  font-weight: bold;
  color: #af0000;
}
.p_s_in .a_s .table_w td.days span{
display: block;font-size: 11px;
}
.tooltip .l_days{display: none;}
.tooltip.active .l_days{
	width: 25px;
    display: block;
    background: #0086f2;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
		display: inline-block;


}
.tooltip.active .total_l_days{display: none;}

.tooltip.active{float: left;}
.message {
    color: #0086f2;
    background-color: #f4fafc;
    border-color: #0086f2;
}
.leaveRequest {
    margin: 15px;
    margin-bottom: 0;
    padding: 10px;
}

.leaveRequest .btn {
    margin: 5px 0 12px 30px;
}

.btn {
    width: auto;
    white-space: nowrap;
    background-color: #75b329;
    border: 0;
    color: #fff;
    text-align: center;
    transition: background-color .2s ease;
    padding: 7px 20px 10px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.floatRight {
    float: right;
    display: inline;
}
.leaveRequestTitle {
    margin: 0 0 5px;
    line-height: 1.2em;
}

.larger {
    font-size: 15px;
}
.leaveRequest span {
    font-weight: 400;
}
.message b {
    color: #0086f2;
		font-weight: bold;
}
.leaveRequestMessage{
    margin-bottom: 12px;
}

.leaveRequestMessage {
    font-style: italic;
    margin: 0;
		font-size: 12px;
}
button {
	width: auto;
	white-space: nowrap;
	background-color: #75b329;
	border: 0;
	color: #fff;
	text-align: center;
	transition: background-color .2s ease;
	padding: 10px 25px 13px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	margin-right: 5px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

button.cancel {
	background: #717171;
}

button:hover {
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
}
ul.rota_nav li a{padding: 15px;border-bottom: 1px dashed #7e94a7;font-size: 13px;cursor: pointer;color: #fff;background: #52636f;display: block;}
ul.rota_nav li a:hover{background-color: #75b329; color: #fff;}
.popup {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.popup .subpopup {
	width: 80%;
  max-width: 1000px;
	margin: 5% auto;
	padding: 0;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.popup .subpopup._sw{
	width: 25%;
}
.popup .subpopup._swb{
	width: 30%;
}


.popup .subpopup .close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 25px;
	color: #fff;
	padding: 14.5px 20px;
	background: #ab0000;
	cursor: pointer;
}

.popup .subpopup h1 {
	background: #ffffff;
	font-size: 20px;
	background: #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
	padding: 15px;
font-weight: bold;
}
.popup .subpopup p._p{
	padding: 30px 15px;
}
.popup .subpopup p.msg{
	margin: 10px 15px;
	background: #eaeaea;
	padding: 15px;
	border-radius: 12px;
	font-style: italic;
}
.popup .subpopup h2.name_req{
	padding: 10px 15px 3px;
	color: rgb(131, 185, 2);
	font-size: 22px;
	margin: 0;
}
.popup .subpopup .search {
	display: block;
	padding: 15px;
}

.search input[type="search"] {
	border: 1px solid #ccc;
	padding: 8px 12px;
	border-radius: 19px;
	width: 160px;
	margin-right: 20px;
}

.search span {
	padding: 10px 6px;
	display: inline-block;
	font-size: 13px;
	color: #009035;
	font-weight: 600;
	cursor: pointer;
}

.search span.ds_all {
	color: #ab0000;
}

ul.l_list {
	padding: 15px;
	max-height: 360px;
	overflow: hidden;
	overflow-y: auto;
}

ul.l_list li {
	list-style: none;
	display: inline-block;
	padding: 10px;
	width: 21%;
	font-size: 12px;
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: 600;
}

ul.l_list li span.c_a {
	padding: 4.5px 7px;
	background: #ccc;
	border-radius: 100%;
	margin-right: 5px;
}

ul.l_list li span.c_a i {
	transition: opacity .2s ease, -webkit-transform .1s ease;
	transition: opacity .2s ease, transform .1s ease;
	transition: opacity .2s ease, transform .1s ease, -webkit-transform .1s ease;
	-webkit-transform: scale(.7, .7);
	transform: scale(.7, .7);
	opacity: 0;
	color: #fff;
}

ul.l_list li.active span.c_a {
	background-color: #2194ff;
	transition: background-color .1s ease;
}

ul.l_list li.active span.c_a i {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, transform .3s ease;
	transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
}

.popup .subpopup .field {
	padding: 15px;
}

.lft-side {
	height: 75vh;
	width: 18%;
	margin-right: 2%;
	min-width: 300px;
	padding: 3% 0;
	margin-top: 100px;
	border-radius: 5px;
	border: 1px solid #efefef;
	background: #f9f9f9;
}

.upload_piv {
	position: relative;
	width: 100%;
	display: block;
}

.e_data {
	position: absolute;
	margin-left: 400px;
	left: 0;
	top: 0;
	display: block;
	background: #f9f9f9;
	width: -webkit-fill-available;
	width: -moz-available;
	width: available;
	width: fill-available;
	border-radius: 5px;
	height: 100vh;
	padding-bottom: 6%;
	overflow: hidden;
}

.dropdown .list {
    height: 400px;
    overflow: auto;
}

.profile-pic {
	width: auto;
	height: 130px;
	display: block;
	max-width: inherit;
	text-align: center;
}

.file-upload {
	display: none;
}

.circle {
	border-radius: 1000px !important;
	overflow: hidden;
	width: 128px;
	height: 128px;
	border: 8px solid rgba(226, 226, 226, 0.7);
	margin: 0px auto;
	text-align: center;
	align-items: self-end;
}

img {
	max-width: 100%;
	height: auto;
}

.p-image {
	color: #666666;
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	border-radius: 1000px !important;
	overflow: hidden;
	width: 95%;
	height: 128px;
	border: 8px solid rgba(226, 226, 226, 0);
	margin: 0px auto;
	position: absolute;
	top: 0;
	text-align: center;
}

.p-image:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
	margin-top: 17%;
	font-size: 50px;
	opacity: 0.2;
	cursor: pointer;
	color: #fff;
}

.upload-button:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	color: #999;
}

.user_info h1 {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	font-weight: 600;
	color: #fff;
}

.user_info ul.ud_nav {
	margin-top: 50px;
}

.user_info ul.ud_nav li {
	list-style: none;
}

.user_info ul.ud_nav li a {
	padding: 15px;
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	background: #52636f;
	border-bottom: 1px dashed #7e94a7;
	cursor: pointer;
	font-weight: 600;
}

.user_info ul.ud_nav li a:hover {
	background: #75b329;
}

.user_info ul.ud_nav li a.active {
	background: #75b329;
	color: #fff;
	pointer-events: none;
}

.user_info ul.ud_nav li a .sideNavItemR {
	float: right;
	padding-top: 3px;
	font-weight: 600;
}

.etab {
	display: none;
	border-radius: 5px;
	overflow: hidden;
	overflow-y: auto;
	max-width: 1500px;
}

.etab h1 {
	padding: 20px;
	/* background: #f0f0f0; */
	font-size: 25px;
	font-weight: 600;
	/* border-bottom: 1px solid #c7c7c7; */
}

.d_frm {
	padding: 20px;
	overflow: hidden;
	overflow-y: auto;
	max-height: 75vh;
}

.d_frm .field {
	max-width: 400px;
	margin-bottom: 20px;
}
.d_frm .popup .field{
	margin: 0;
}
.d_frm .field label {
	display: block;
	padding-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
}

.d_frm span.input_box {
	display: block;
}
.d_frm .field .r_b{
	display: inline-block;
}
.d_frm .field .r_b input{
	margin-right: 5px;position: relative;top: -2px;
}
.d_frm .field .r_b label{
	display: inline-block;
	margin-right: 20px;
}
.d_frm span.input_box select {
	border: 1px solid #d8d8d8;
	padding: 7px;
	font-size: 12px;
	width: 100%;
	background-color: #fff;
}

.d_frm span.input_box select.small {
	max-width: 110px;
	border: none;
	background-color: transparent;
}

.d_frm span.input_box select.smallest {
	max-width: 40px;
	border: none;
	background-color: transparent;
	margin-right: 10px;
}

.d_frm span.input_box a
{
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #2194ff;
	padding-top: 2px;
  cursor: pointer;
}
.d_frm span.input_box p {
	display: block;
	font-size: 12px;
	font-weight: 600;
	padding-top: 2px;
}

.d_frm span.input_box input[type="text"],.d_frm span.input_box input[type="password"] {
	border: 1px solid #d8d8d8;
	padding: 7px;
	font-size: 12px;
	width: 100%;
	background-color: #fff;
	max-width: 480px;
	border-radius: 5px;
}

.d_frm span.input_box input[type="text"].small {
	max-width: 90px;
	text-align: center;
	vertical-align: middle;
}
.d_frm span.input_box input[type="text"].med {
	max-width: 250px;
	vertical-align: middle;
}
.d_frm span.input_box textarea {
	border: 1px solid #d8d8d8;
	padding: 10px;
	font-size: 16px;
	width: 100%;
	background-color: #fff;
	max-width: 480px;
	border-radius: 5px;
	height: 100px;
	resize: none;
}

._d {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

._p {
	padding-top: 0;
}

._w {
	max-width: inherit !important;
}

.d_frm h2 {
	font-size: 23px;
	font-weight: 600;
	padding: 20px 0;
}

.d_frm span.input_box strong {
	font-size: 14px;
	font-weight: 600;
	width: 150px;
	display: inline-block;
}

.f_w {
	width: 20%;
	display: inline-block;
}

.d_frm span.input_box em {
	font-size: 13px;
	vertical-align: middle;
}

.d_frm .field hr {
	border-top: 1px solid #d8d8d8;
	margin-top: 10px;
	max-width: 610px;
}

.d_frm p._i {
	font-size: 12px;
	font-weight: 600;
}

._smf {
	width: 115px;
	display: inline-block;
	margin-top: 30px;
	margin-right: 20px;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
}
.lighter{
  position: relative;
  top: 1px;
  margin: 0 0 0 10px;
  font-size: 1.3em;
  color: #b0b3b7;
}
.red{
  color: #bd0000;
  font-size: 17px;
  cursor: pointer;
}
.colourDot{display: block;
    width: 18px;
    height: 18px;
    background-color: #eee;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .p_s_in .a_s .d_frm{
    background: #fbfbfb;
  }
ul.l_list.colour {
    width: 300px;
    padding: 10px 0;
}
ul.l_list.colour li {
    width: 8%;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 20px;
}
ul.l_list li.active span.c_a {
    transition: background-color .1s ease;
}
.h_a{padding: 19px;border-bottom: 1px solid #efefef;}
.full_w{position: relative;/* border-top: 20px solid #f7f7f7; */}
.full_w .lft-side{margin-top: 0;height: 100vh;background: #455560;border-radius: 0;border: none;border-right: 1px solid #efefef;min-width: 250px;width:250px;padding: 0;}
.full_w .e_data{margin-left: 250px;background: #fff;border-radius: 0;height: 100vh;padding: 0;}
.s_emp{padding: 10px 10px;}
.s_emp input[type="text"]{    outline: 0;
    resize: none;
    border: 1px solid #d5dcdf;
    padding: 8px 10px 9px;
    background-color: #fff;border-radius: 15px;width: 89%;}
ul.e_list{list-style: none;}
ul.e_list li{padding: 8px 20px;cursor: pointer;color: #fff;}
ul.e_list li:hover{background: #52626e}
ul.e_list li span.c_a{display: inline-block;vertical-align: middle;}
ul.e_list li span.c_a .fa-user{
    padding: 2.7px 4px;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    border: 2px solid #83b902;
    border-radius: 100%;
    background-color: #83b902;
    font-size: 13px;
    }
ul.e_list li span.c_a .plus{padding: 1.5px 6.28px 4.5px 6.28px;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    border: 2px solid #f5b827;
    border-radius: 100%;
	    background-color: #f5b827;font-family: "Open Sans", Arial, sans-serif;font-weight: bold;}
ul.e_list li span.c_a .count{display: none;padding: 3px 6.75px;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    border: 2px solid #f5b827;
    border-radius: 100%;
	    background-color: #f5b827;font-family: "Open Sans", Arial, sans-serif;font-weight: bold;}
ul.e_list li span.name{font-size: 13px;color: #ffffff;text-transform: capitalize;vertical-align: middle;}
.ava{position: absolute;top: 3px; left: 0;z-index: 9;width: 14%;}
.ava .list{max-height: 400px; overflow-y: auto;box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.32);left: 0;width: 200px;}
.clickable{cursor: pointer;}
.clickable:hover{background: #fbfbfb;}
.a_lft{width: 30%;}
.a_rgt{position: fixed;
    top: 145px;
    right: 15px;
    width: 60%;}
		.t_h h1{    padding: 20px 20px;
    font-size: 25px;
    font-weight: 600;margin: 0;}
.av_frm .d_frm span.input_box input[type="text"]{max-width: 390px;}
.a_a{border: 2px solid #83b902;
    color: #83b902;
    background-color: transparent!important;}
.a_u{    border: 2px solid #e52332;
    color: #e52332;
    background-color: transparent!important;}
.a_a.active{background-color: #83b902!important;color: #fff!important;}
.a_u.active{background-color: #e52332!important;color: #fff!important;}

.mt_p{
}
.mt_p h2{font-size: 16px;/* border-bottom: 1px dashed #b1b1b1; */padding: 10px 10px;color: #fff;background: #52636f;}
.timesheet input[type="time"]{background: transparent;}
	.bt{width: 100%;}
	.b_fix{text-align: right;position: fixed;bottom: 0;}
	.total_time{font-size: 14px;
    padding: 15px 74px;
    background: #fff;
    border-top: 1px solid #b7b7b7;}
