.form-control{
	background: white!important;
}

.curser_pointer{
	cursor: pointer !important;
}

.border_red {
	border: 2px solid red;
	border-radius:5px;
}

.dpx{
  
  align-items:center;
  justify-content:space-around;
}

.option-input-yes {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input-yes:hover {
  background: #73d12e;
}
.option-input-yes:checked {
  background: #6cbf6c;
  
}
.option-input-yes:checked::before {
  width: 20px;
  height: 20px;
  display:flex;
  content: '\f00c';
  font-size: 15px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
.option-input-yes:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input-yes.radio {
  border-radius: 50%;
}
.option-input-yes.radio::after {
  border-radius: 50%;
}

.option-input-no {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input-no:hover {
  background: #d15640;
}
.option-input-no:checked {
  background: #ed2d2d;
}
.option-input-no:checked::before {
  width: 20px;
  height: 20px;
  display:flex;
  content: '\f00c';
  font-size: 15px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
.option-input-no:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input-no.radio {
  border-radius: 50%;
}
.option-input-no.radio::after {
  border-radius: 50%;
}

.option-input-female {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input-female:hover {
  background: #e83e8c;
}
.option-input-female:checked {
  background: #e83e8c;
}
.option-input-female:checked::before {
  width: 20px;
  height: 20px;
  display:flex;
  content: '\f00c';
  font-size: 15px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
.option-input-female:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #e83e8c;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input-female.radio {
  border-radius: 50%;
}
.option-input-female.radio::after {
  border-radius: 50%;
}
@keyframes click-wave {
  0% {
    height: 30px;
    width: 30px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

/**Loader **/
.loader-div{
	display:none;
	position:fixed;
	margin:0px;
	padding:0px;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#fff;
	z-index:30001;
	opacity:0.8;
	
}
.loader-img{
	position:absolute;
	top:45%;
	right:0;
	left:0;
	right:0;
	margin:auto;
}

/**congratulation Animation **/
.celebration-div{
	display:none;
	position:fixed;
	margin:0px;
	padding:0px;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#fff;
	z-index:30001;
	opacity:0.8;
}

.celebration-img{
	position:absolute;
	top:20%;
	right:0;
	left:0;
	right:0;
	margin:auto;
}


/**Custom CSS**/
.add_check{
	width:25px;
	height:25px;
	cursor:pointer;
	accent-color: #32a412 !important;
}
.edit_check{
	width:25px;
	height:25px;
	cursor:pointer;
	accent-color: #d48035 !important;
}
.view_check{
	width:25px;
	height:25px;
	cursor:pointer;
	accent-color: #357bd4  !important;
}
.delete_check{
	width:25px;
	height:25px;
	cursor:pointer;
	accent-color: #f23a3a !important;
}

.head{
	float:left;color:#fff !important;
}
.holiday_all{
	float:right;color:#fff !important;
}
.head3{
	color:#fff !important;float:left;
}
.left_icon{
	color:#fff;font-size:20px;
}
.right_icon{
	color:#fff;font-size:20px;float:right;margin:4px;
}
.holiday_date{
	color:#fff;font-size:16px;
}

div.calendarDate{    
			font-size:1em; /*change calendarIcon size */    
			display: block;    
			position: relative;    
			width: 64px;    
			height: 64px;    
			background-color: #fff;                  
			border-radius: 0.7em;    
			-moz-border-radius: 0.7em;                        
			box-shadow: 0 0 0 1px #bdbdbd;
			overflow: hidden;    
}    
  
div.calendarDate *    
{    
  display: block;    
  width: 100%;    
  font-size: 1em;    
  font-weight: bold;    
  font-style: normal;    
  text-align: center;    
}    

div.calendarDate strong    
{    
  position: absolute;    
  top: 0;
  color: #fff;    
  background-color: #19aaaa;    
    
}    
div.calendarDate em    
{    
  position: absolute;    
  bottom: 0em;    
  color: #fff;  
  height: 18px;    
  background-color: #19aaaa;    

}    
div.calendarDate span    
{    
  font-size: 20px;    
  letter-spacing: -0.05em;    
  padding-top: 20px;    
  color: #2f2f2f;    
}
.info_icon{
	background: #7d7777;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 10px;
	color: #fff;
}
.weekly_off{
	background: linear-gradient(45deg, #f5f5f5, #7b8991) !important;
	color:#000;
	/*background: #e19e9e;
	color: #fff;*/
}
.holiday_off{
	background: linear-gradient(45deg, #78FDFF, #61bced) !important;
	color:#000;
	/*background: #157882;
	color: #fff;*/
}

.leave_off{
	background: linear-gradient(45deg, #f3d4d4, #ff0000) !important;
	color:#000;
}

.me_icon{
    background: #256d98;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
	color:#fff;
}
.team_icon{
    background: #189aaf;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
	color:#fff;
}

.badge-woff{
	background: #c2b89d!important;
}
.badge-leave{
	background: #c2b89d!important;
}


.select-wrapper {
     position: relative;
     user-select: none;
     width: 100%;
}
 .select {
     position: relative;
     display: flex;
     flex-direction: column;
     border-width: 0 2px 0 2px;
     border-style: solid;
     border-color: #394a6d;
}
 .select__trigger {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 22px;
     font-size: 20px;
     font-weight: 300;
     color: #3b3b3b;
     height: 60px;
     line-height: 60px;
     background: #ffffff;
     cursor: pointer;
     border-width: 2px 0 2px 0;
     border-style: solid;
     border-color: #394a6d;
}
 .custom-options {
     position: absolute;
     display: block;
     top: 100%;
     left: 0;
     right: 0;
     border: 2px solid #394a6d;
     border-top: 0;
     background: #fff;
     transition: all 0.5s;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     z-index: 2;
}
 .select.open .custom-options {
     opacity: 1;
     visibility: visible;
     pointer-events: all;
}
 .custom-option {
     position: relative;
     display: block;
     padding: 0 22px 0 22px;
     font-size: 22px;
     font-weight: 300;
     color: #3b3b3b;
     line-height: 60px;
     cursor: pointer;
     transition: all 0.5s;
}
 .custom-option:hover {
     cursor: pointer;
     background-color: #b2b2b2;
}
 .custom-option.selected {
     color: #ffffff;
     background-color: #305c91;
}


.arrow {
     position: relative;
     height: 15px;
     width: 15px;
}
 .arrow::before, .arrow::after {
     content: "";
     position: absolute;
     bottom: 0px;
     width: 0.15rem;
     height: 100%;
     transition: all 0.5s;
}
 .arrow::before {
     left: -5px;
     transform: rotate(45deg);
     background-color: #394a6d;
}
 .arrow::after {
     left: 5px;
     transform: rotate(-45deg);
     background-color: #394a6d;
}
 .open .arrow::before {
     left: -5px;
     transform: rotate(-45deg);
}
 .open .arrow::after {
     left: 5px;
     transform: rotate(45deg);
}

.bg_card_ {
	background: #b2cdf9 /*linear-gradient(45deg, #4258f3, #8692eb) */ !important;
}


.about span{
	font-size: 12px;
	margin-right: 18px;
}


.rightCircle{ 
	position:absolute; 
	width:40px; 
	height:40px;
	border-radius:50%; 
	background:#f7f4f4; 
	right: -6px;
    top: 89px;
}


.list_bg_color{
	background-color:#e7edf7;
}
.setting_header{
	background-color:linear-gradient(45deg, #B6BFFB, #1348dd) !important;
}

.btn-lightblue{
	color: #111;
	background-color: #b2cdf9;
	border-color: #b2cdf9;
}


#editEmployee_nav .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color : #b2cdf9 !important;
}

.indicator{
	display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8a8a8a;
    background: #8a8a8a;
    color: #ffffff;
    font-size: .85em;
    font-weight: 400;
    font-family: helvetica;
    padding: 2px;
    margin: 2px;
    width: 30px;
    height: 20px;
    border-radius: 4px;
}
#captchaimg{
	border:1px solid #000 !important;
	border-radius: 10px;
}
.refresh_icon{
	font-size:35px;
	padding:10px;
}

.bg_lightblue{
	background: #b2cdf9 !important;
	color:#000;
	border-color:  #b2cdf9 !important;
}

.margin_action_btn {
  margin: 0.15rem !important;
}

.scrollable-menu {
    height: auto;
    max-height: 600px;
    overflow-x: hidden;
}
.marg {
  margin-left: 23px;
}


#headingOne h5 a{
	color:#000 !important;
	
}

.smaller_text{
	font-size:smaller;
}


  .firstflex{
    display: flex;
    flex-direction: row;
  }
  
  .myclass{
	list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .myLiclass{
	  line-height: normal !important;
  }
  
  @media (max-width:992px){
	.pcoded-main-container {
		margin-left: 0px !important;
	}
  
  }
  
.scrollable_search_menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.readonly{
	width: 100% !important;
	padding: 10px 15px !important;
	margin: 5px 0 !important;
	box-sizing: border-box !important;
	background-color: #e8e8e8 !important;
	border:1px solid #e8e8e8 !important;
}