.dangerAlert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}
.successAlert {
  padding: 20px;
  background-color: #4CAF50;
  color: white;
}
.infoAlert {
  padding: 20px;
  background-color: #2196F3;
  color: white;
}
.warningAlert {
  padding: 20px;
  background-color: #ff9800;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

/*#### Employee Profile Model CSS ####*/
.employeeProfilePic{
	width: 200px;
    border: 1px solid #0000004f;
    padding: 5px;
    box-shadow: 0px 0px 3px #00000052
}


.profileModel {
  position: fixed;
  z-index: 100;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.profileModel-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  margin-bottom: 100px;
}

.profileClose {
	color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-top: 8px;
}

.profileClose:hover,
.profileClose:focus {
  color: yellow;
  text-decoration: none;
  cursor: pointer;
}
/*#### End of Employee Profile Model CSS ####*/


/* #### Dealer Profile Model CSS #### */

.dealerProfilePic{
	width: 230px;
	border: 1px solid #0000004f;
	padding: 5px;
	box-shadow: 0px 0px 3px #00000052
}
.dealerProfileModel {
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.profileModel-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  margin-bottom: 100px;
}

.dealerProfileModel-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  margin-bottom: 100px;
}

.profileClose {
	color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-top: 8px;
}

.dealerProfileClose {
	color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-top: 8px;
}

.profileClose:hover,
.profileClose:focus {
  color: yellow;
  text-decoration: none;
  cursor: pointer;
}

.dealerProfileClose:hover,
.dealerProfileClose:focus {
  color: yellow;
  text-decoration: none;
  cursor: pointer;
}

/* #### End of Dealer Profile Model CSS #### */

.visitImageModel-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  margin-bottom: 100px;
}

/* ##### Common Modal CSS #####*/
.commonModal {
  position: fixed;
  z-index: 110;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.commonModalHeading, .subModalHeading, .modalLayer3Heading{
	font-size: 16px;
	color: #fff;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

.commonModal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 80%;
  margin-bottom: 100px;
  box-shadow: 0px 0px 10px black;
}

.commonClose, .subClose, .modalLayer3Close {
	color: #ffffff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    padding-top: 0px;
}

.commonClose:hover,
.commonClose:focus {
  color: yellow;
  text-decoration: none;
  cursor: pointer;
}
/* ##### End of Common Modal CSS ##### */


/* ##### Sub Modal CSS #####*/
.subModal {
  position: fixed;
  z-index: 999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.subModal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 80%;
  margin-bottom: 100px;
  box-shadow: 0px 0px 10px black;
}

.subClose:hover,
.subClose:focus {
  color: yellow;
  text-decoration: none;
  cursor: pointer;
}
/* ##### End of Sub Modal CSS ##### */


/* ##### Modal Layer 3 CSS #####*/
.modalLayer3 {
  position: fixed;
  z-index: 110 !important;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modalLayer3-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 80%;
  margin-bottom: 100px;
  box-shadow: 0px 0px 10px black;
}


.modalLayer3Close:hover,
.modalLayer3Close:focus {
  color: yellow;
  text-decoration: none;
  cursor: pointer;
}
/* ##### End of Modal Layer 3 CSS ##### */



.button1{
	background: #E0E0E0;
    height: 40px;
    width: 200px;
    border: 1px solid #8fb1c6;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #00000014;
	color: #646464;
}
.button1:hover{
	background: #D0D0D0;
	color: #424242;
}

.vl{
	border-left: 1px dashed #646464;
    height: 20px;
    width: 1px;
    text-align: center;
}


/* ######## Image Zoom CSS ######## */
.zoomImgModal {
	z-index:9999;
	display:none;
	padding-top:10px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.8)
}
.zoomImgModal-content{
	margin: auto;
	display: block;
	top: 20%;
	left: 0%;
	width: 80%;
	height: 100%;
	max-width: 700px;
	border: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
}
.zoomImgModal-hover-opacity {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-backface-visibility:hidden;
}
.zoomImgModal-hover-opacity:hover {
	opacity:0.60;
	filter:alpha(opacity=60);
	-webkit-backface-visibility:hidden;
}
.close {
	text-decoration:none;
	float:right;
	font-size:24px;
	font-weight:bold;
	color:white;
}
.close:hover {
	color: yellow !important;
}
.container1 {
	width:200px;
	display:inline-block;
}
.zoomImgModal-content, #caption {   
  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}
@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}

/* ######## End of Image Zoom CSS ######## */



/* ######## Tab CSS ######## */

	.importantRed {
	  border: 1px solid red !important;
	}
	.importantBlue {
	  border: 1px solid #8fb1c6 !important;
	}
	.borderdTextBox{
		font-size: 14px;
		box-shadow: 0px 0px 2px #00000040;
	}
	.borderedHR{
		line-height: 0px;
		margin-top: 0px;
		border-top: 0.1px solid #23a2df;
	}
	.select2-container{
		border: 1px solid #8fb1c6 !important;
		background: #fff;
		border-radius: 3px;
		box-shadow: 0px 0px 2px #00000040;
		font-size: 14px;
	}
	.select2-container--default .select2-selection--multiple{
		border: none !important;
		background-color: none !important;
		background: none !important;
	}
	
	.select2-container--default .select2-selection--single {
		border: 0px !important;
		height: 35px;
	}
	
	.select2-container--default .select2-selection--single .select2-selection__rendered{
		color: #444;
		line-height: 36px;
	}
	
	.dataDiv{
		padding: 5px;
		border: 1px solid #0000004d;
		border-radius: 3px;
		box-shadow: 0px 0px 3px #00000036;
		background: #ffffff96;
	}
	.trBackground{
		background: transparent;
	}
	.tdPadding{
		padding: 10px;
		width: 33%;
	}
	.userImg{
		border: 1px solid #646464 !important;
		padding: 5px !important;
		box-shadow: 0px 0px 2px #0000004a;
		width: 120px;
		height: 120px;
	}
	.userImgContainer {
	  position: relative;
	  width: 131px;
	}
	.bottom-right {
		position: absolute;
		bottom: 0px;
		width: 117%;
		text-align: right;
	}
	.col-md-1{
		width: 10%;
		position: relative;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
	}
	.empSearchBtn{
		height: 35px; 
		background: #06b2d8; 
		border: 1px solid #1f7db3; 
		border-radius: 3px; 
		color: #fff; 
		font-weight: bold;
	}
	<!-- Tab CSS -->
.tab{
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 100%;
}

.tab button {
	float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 11px;
    transition: 0.3s;
    font-size: 14px;
    background: #ebebeb;
    margin: 1.5px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #0277BD;
  color: #fff;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  background: transparent !important;
  margin-top: 20px;
}
/* ######## End of Tab CSS ####### */

/*##################################### */
/* #### Checkbox Slider Switch Button CSS #### */

.error {
	position:relative;
	display:block;
}
	
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
	position: absolute;
    content: "";
    height: 20px;
    width: 19px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
    width: 44px;
    height: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

/*#############################################*/
/* #### End of Checkbox Slider Switch Button CSS #### */
/*############################################ */





/*############################################*/
/* #### Checkbox CCSS ####*/
/*############################################*/



/*############################################*/
/*#### End of Checkbox CSS ####/
/*############################################*/




/*############################################ */
/* #### Radio Switch Button Css ##### */
/*############################################ */

/* The container */
.radioContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radioContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioContainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radioContainer .checkmark:after {
 	top: 5px;
    left: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: white;
}

/*############################################ */
/* #### End of Radio Switch Button Css #### */
/*############################################ */




/*################################# */
/* Blue Green Gradient Button CSS*/
.blueGreen_gradientButton{
	height: 35px; 
	width: 200px; 
	border: 1px solid #519eb6; 
	background: linear-gradient(30deg, #009df9, #3eb684); 
	border-radius: 3px; 
	box-shadow: 0px 0px 2px #00000075; 
	font-size: 14px; 
	color: #fff;
}
/* End of Blue Green Gradient Button CSS*/
/*######################################## */


.animatedBlueGreenButton{
    background: linear-gradient(45deg, #0066ff, #179264);
    border: 1px solid #057698;
    color: #fff;
    height: 25px;
    border-radius: 3px;
    box-shadow: 1px 0px 2px #0000006b;
}

/*################################# */
/* ###### Table Format CSS ###### */

.tableHeading {
	background: #9E9E9E;
    border-right: 1px solid #ababab9c;
    padding: 5px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	background-color: #9E9E9E;
	position: sticky;
	/*z-index: 100;*/
}

.tableRows:nth-child(even) {
    background-color: #fff !important;
}

.tableRows:nth-child(odd) {
    background-color: #eaeaea !important;
}

.tableRows:hover{
	background-color: aliceblue !important;
}
.td_data{
	font-size: 14px;
	padding: 7px;
}
.td_heading {
    border-right: 1px solid #ababab9c;
    padding: 5px;
	font-size: 13px;
	text-align: left;
}


.td_heading_report{
	border-right: 1px solid #808080;
    padding: 5px;
	font-size: 13px;
	line-height: 17px;
}

.searchLabel {
    margin-bottom: -3px;
    font-size: 11px;
    color: #0095ff;
    font-weight: bold;
}

.tdPaddingBottom{
	padding-bottom: 10px;
}


.tableHeading_superAdmin {
	background: #9E9E9E;
    border-right: 1px solid #ababab9c;
    padding: 5px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	top: 0;
	background-color: #9E9E9E;
	position: sticky;
	z-index: 100;
	vertical-align: top;
}

.td_heading_superAdmin {
    border-right: 1px solid #ababab9c;
    padding: 5px;
	font-size: 12px;
}

.td_data_superAdmin{
	font-size: 12px;
	padding: 7px;
}

/* End of Table Format CSS*/
/*######################### */




/*#### Popup Css ####*/

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/*#### End OF Popup Css ####*/



/*############################# */
/*#### Thin Scrollbar CSS ##### */
/*############################# */

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 5px;
}
 
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*################################### */
/*#### End of Thin Scrollbar CSS #### */
/*################################### */


.commonButton {
    border: 1px solid #ffaa22;
    font-size: 14px;
    color: #333333;
    padding: 9px 30px;
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    border-radius: 6px;
    height: 40px;
}
.commonButton:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}

/*########### Different Image Border CSS ##############*/
#borderimg1 { 
	border: 5px solid transparent;
	padding: 1px;
	border-image: url(../images/Photo_Frame_3.png) 130 stretch;
	box-shadow: 1px 1px 3px #7575754f;
}

#borderimg2 {
	border: 8px solid transparent;
    padding: 2px;
    border-image: url(../images/Photo_Frame_2.png) 150 stretch;
}
/*########### End to Different Image Border CSS ##############*/

/*###### Time Clock ######*/
.digital-clock-admin {
    font: 11px/16px 'DIGITAL', bodyfont;
    margin-top: 0px;
    font-weight: 100;
    cursor: pointer;
    font-family: myfont;
    color: #fff;
    width: 155px;
    height: 15px;
}
/*###### Time Clock ######*/


.invalid_label{
	background: #FA4032;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
}

.holiday_label{
	background: #337ab7;
	border: 1px solid #2e6da4;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
	width: 123px;
}



/*########## Attendance Button CSS ###########*/

.presentBtn{
	background: #4CAF50;
	border: none;
	color: #fff;
	height: 20px;
	border-radius: 3px;
	font-size: 12px;
}

.weeklyOffBtn{
	background: #0277BD; 
	border: none; 
	color: #fff;
	height: 20px; 
	border-radius: 3px; 
	font-size: 12px;
}

.leaveBtn{
	background: #F44336; 
	border: none; 
	color: #fff;
	width: 100px;
	height: 20px; 
	border-radius: 3px; 
	font-size: 12px;
}

.forcedDayoverBtn{
	background: #d9534f;
	border: #d9534f;
	font-size: 10px;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
}


.row_hover:hover{
	background: aliceblue !important;
}

.row_hover:hover .wrapped_data {
	display: block;
	opacity: 1;
}

.row_hover-2:hover .wrapped_data {
	display: block;
	opacity: 1;
}

.wrapped_data{
	display: block;
	opacity: 0;
	transition: .3s ease;
}

.asset_table_heading {
    background: #EAEAEA;
    color: #646464;
	font-size: 14px;
	text-align: left;
	height: 30px;
}

.asset_th_heading {
    font-size: 14px;
    padding-left: 5px;
    line-height: 2;
}

.asset_td_data {
    border-right: 1px solid #F5F5F5;
    font-size: 14px;
    padding: 7px;
    background: #fff;
}

/*#############################*/
/* ###### Tooltip Right ###### */
/*#############################*/

.tooltip_right {
	position: relative;
	display: inline-block;
}

.tooltip_right .tooltiptext_right {
	visibility: hidden;
	width: 120px;
	background-color: #9ebf7c;
	color: #000;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 110%;
}

.tooltip_right .tooltiptext_right::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #9ebf7c transparent transparent;
}
.tooltip_right:hover .tooltiptext_right {
	visibility: visible;
}

/*#############################*/
/* #### End Tooltip Right #### */
/*#############################*/




/*#############################*/
/*####### Shake icons ########*/
/*############################*/

.row_hover:hover{
	background: aliceblue !important;
}

.circleBackground{
	background: #e0e0e09e;
    border-radius: 100px;
    padding: 5px;
}
.circleBackground:hover{
	background: #E0E0E0;
	animation: shake 0.5s;
}

.squareBackground{
	background: #e0e0e09e;
	padding: 3px;
}
.squareBackground:hover{
	background: #E0E0E0;
	animation: shake 0.5s;
}

@keyframes shake {
  0% { transform: translate(0px, 1px) rotate(0deg); }
}
.iconClass{
	padding: 2px;
	width: 20px;
	height: 20px;
}


.wrapped_data{
	display: block;
	opacity: 0;
	transition: .3s ease;
}

.row_hover:hover .wrapped_data {
	display: block;
	opacity: 1;
}

/*#############################*/
/*#### End to Shake icons #####*/
/*############################*/





/*########################################*/
/*#### Start to load more button css #####*/
/*########################################*/

.loadMoreData, .loadMoreData2 {
	display:none;
	padding: 10px;
	border-width: 0 1px 1px 0;
}
.totop {
	position: fixed;
	bottom: 10px;
	right: 20px;
}
.totop .backToTop {
	display: none;
}
.backToTop, .backToTop:visited {
	color: #33739E;
	text-decoration: none;
	display: block;
	margin: 10px 0;
}
.backToTop:hover {
	text-decoration: none;
}
#loadMore {
	width: 75%;
	padding: 10px;
	text-align: center;
	background-color: #33739E;
	color: #fff;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #fff;
	transition: all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
	background-color: #339e36;
	color: #fff;
}
.loadMoreImg:hover {
	background-color: #339e36;
	color: #fff;
	border: 1px solid #546E7A;
	border-radius: 100px;
	box-shadow: 1px 0px 3px #000000a6;
}

/*######################################*/
/*#### End to load more button css #####*/
/*######################################*/


.numbering{
	background-image: url(../images/gray_circle.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 4px;
}

.app_setting_sno{
	font-size: 13px;
    margin-left: -4px;
	color: #646464;
}

.app_setting_heading{
	color: #0277BD;
    font-size: 15px;
    font-weight: 600;
	margin-bottom: 3px;
    margin-top: 2px;
}

.app_setting_sub_heading{
	font-size: 13px;
    margin-bottom: 4px;
	margin-top: 10px;
}

.setting_div{
	padding: 10px;
    background: #ffffffb0;
    box-shadow: 2px 2px 5px #0000002e;
	transition-duration: .5s;
}

.setting_div:hover{
	box-shadow: 2px 2px 10px #0000002e;
}



.switch-field {
	display: flex;
	margin-top: 5px;
	margin-bottom: 5px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #0277BD;
	box-shadow: none;
	color: #fff;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}



.animated_checkbox + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

.animated_checkbox {
  display: none;
}

.animated_checkbox + label:before {
  content: "\2714";
  border: 0.1em solid #0277BD;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

.animated_checkbox + label:active:before {
  transform: scale(0);
}

.animated_checkbox:checked + label:before {
  background-color: #0277BD;
  border-color: #0277BD;
  color: #fff;
}

.animated_checkbox:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.animated_checkbox:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}


.product_combine_left {
    width: 118px !important;
    border-right: none !important;
    border-radius: 3px 0px 0px 3px !important;
}

.product_combine_right {
    background: #E0E0E0!important;
    float: right;
    width: 80px !important;
    margin-left: -10px;
    text-align: center;
    border: 1px solid #0000001f;
    padding-top: 10px;
    padding-bottom: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
}



.rewardsLabel1{
	font-size: 16px;
    color: #616161;
	font-weight: bold;
}

.rewardsTextbox1{
	width: 50px !important;
	height: 25px !important;
	text-align: center;
	font-weight: bold;
	border: 1px solid #616161 !important;
}

.rewardsSelectBox1{
	height: 25px;
    width: 66px;
    background: #616161;
    color: #fff;
    border-left: 0px;
    margin-left: -5px;
    border-radius: 0px 3px 3px 0px;
	border: 1px solid #616161;
}


/*######### CSS Heading Design ###########*/

/* ##### HEADING STYLE 1 ##### */
.heading_bar1 h1 {
	text-align: center;
	font-size:20px; font-weight:300; color:#222; letter-spacing:1px;
	text-transform: uppercase;

	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	grid-template-rows: 27px 0;
	grid-gap: 20px;
	align-items: center;
}

.heading_bar1 h1:after,.heading_bar1 h1:before {
	content: " ";
	display: block;
	border-bottom: 1px solid #c50000;
	border-top: 1px solid #c50000;
	height: 5px;
  background-color:#f8f8f8;
}

/* ##### END OF HEADING STYLE 1 ##### */

/* ##### HEADING STYLE 2 ##### */

.heading_bar2 h1 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #0277BD;
	font-size: 20px;
}
.heading_bar2 h1:before {
	width: 28px;
	height: 5px;
	display: block;
	content: "";
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -14px;
	background-color: #0277BD;
}
.heading_bar2 h1:after {
	width: 100px;
	height: 2px;
	display: block;
	content: "";
	position: relative;
	margin-top: 10px;
	left: 50%;
	margin-left: -50px;
	background-color: #0277BD;
}


.heading_bar3{
	display: grid;
    grid-template-columns: minmax(50px, 1fr) auto minmax(50px, 1fr);
    align-items: center;
    text-align: center;
    gap: 10px;
    font-size: 15px;
	font-weight: normal;
    margin: 5px;
	color: #616161;
}

.heading_bar3::before, .heading_bar3::after {
  content: '';
  border-top: 2px solid;
  color: #febd1a;
}

@media (max-width: 400px) {
  .heading_bar3 { font-size: 1.5rem; }
}


.heading_bar4 {
   width: 100%; 
   text-align: center; 
   border-bottom: 2px solid #febe13; 
   line-height: 0.1em;
   margin: 10px 0 10px; 
   font-size: 15px;
} 

.heading_bar4 span { 
    background:#fff; 
    padding:0 10px; 
}

/*######### End of CSS Heading Design ###########*/


/*####### Action Icon CSS #########*/

.actionIcon{
	height: 20px;
	width: 20px;
	border: 1px solid #bdbdbd;
	padding: 3px;
}
.actionIcon:hover{
	 animation: shake 0.5s;
	 background: #e0e0e052;
}
@keyframes shake 
{
	0% { transform: translate(0px, 1px) rotate(0deg); }
}

/*####### End Of Action Icon CSS #########*/




/*###### Fade In ann Fade Down CSS ######*/
@-webkit-keyframes fadeInDown {
	from {
		opacity:0;
		-webkit-transform: translatey(-10px);
		-moz-transform: translatey(-10px);
		-o-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	to {
		opacity:1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}
@-moz-keyframes fadeInDown {
	from {
		opacity:0;
		-webkit-transform: translatey(-10px);
		-moz-transform: translatey(-10px);
		-o-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	to {
		opacity:1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}
@keyframes fadeInDown {
	from {
		opacity:0;
		-webkit-transform: translatey(-10px);
		-moz-transform: translatey(-10px);
		-o-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	to {
		opacity:1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}
.in-down {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.in-down1 {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

.in-down2 {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
}

.in-down3 {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
}

.in-down4 {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-o-animation-duration: 5s;
	animation-duration: 5s;
}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
	from {
		opacity:0;
		-webkit-transform: translatex(-10px);
		-moz-transform: translatex(-10px);
		-o-transform: translatex(-10px);
		transform: translatex(-10px);
	}
	to {
		opacity:1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
@-moz-keyframes fadeInLeft {
	from {
		opacity:0;
		-webkit-transform: translatex(-10px);
		-moz-transform: translatex(-10px);
		-o-transform: translatex(-10px);
		transform: translatex(-10px);
	}
	to {
		opacity:1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity:0;
		-webkit-transform: translatex(-100px);
		-moz-transform: translatex(-100px);
		-o-transform: translatex(-100px);
		transform: translatex(-100px);
	}
	to {
		opacity:1;
		-webkit-transform: translatex(0);
		-moz-transform: translatex(0);
		-o-transform: translatex(0);
		transform: translatex(0);
	}
}
.in-left {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-duration:1s;
	animation-delay: 1s;
}

/*###### End of Fade In ann Fade Down CSS ######*/



/*###### From Structure CSS ######*/

.form_textbox{
	width: 100% !important;
	border-radius: 0px !important;
}

.form_datebox{
	width: 100% !important;
	border-radius: 0px !important;
	border: 1px solid #00000045 !important;
}

.form_otpbtn{
	width: 100% !important;
    background: #E0E0E0;
    height: 30px;
    font-size: 11px;
    color: #616161;
    border: 1px solid #E0E0E0;
}

.form_button{
	width: 100% !important;
    background: red;
    height: 30px;
    font-size: 17px;
    font-variant: all-petite-caps;
    color: #fff;
    border: 1px solid #ce0000;
}

/*###### End of From Structure CSS ######*/



/*###### My Account Page CSS ######*/

.myAccountDetailsDiv{
	background: #dadadabf; 
	text-align: center; 
	border-radius: 3px; 
	margin: 10px;
	height: 120px;
}
.myAccountDetailsLabel{
	font-size: 17px; 
	font-weight: bold; 
	margin: 0px; 
	color: darkcyan;
}

.myAccountDetailsLabel2{
	font-size: 25px; 
	font-weight: bold; 
	color: #646464; 
	margin: 0px;
}

/*###### End of My Account Page CSS ######*/



/* ##### Custom Button CSS ##### */

.custom-btn {
	  width: 130px;
	  height: 40px;
	  color: #fff;
	  border-radius: 5px;
	  padding: 10px 25px;
	  font-family: 'Lato', sans-serif;
	  font-weight: 500;
	  background: transparent;
	  cursor: pointer;
	  transition: all 0.3s ease;
	  position: relative;
	  display: inline-block;
	   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	   7px 7px 20px 0px rgba(0,0,0,.1),
	   4px 4px 5px 0px rgba(0,0,0,.1);
	  outline: none;
	}
	

/*### 9 ###*/
.btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-9:after {
	position: absolute;
	content: " ";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1fd1f9;
	background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
	transition: all 0.3s ease;
}
.btn-9:hover {
	background: transparent;
	box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5),
				-4px -4px 6px 0 rgba(116, 125, 136, .2), 
				inset -4px -4px 6px 0 rgba(255,255,255,.5),
				inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
	color: #fff;
}
.btn-9:hover:after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
				-4px -4px 6px 0 rgba(116, 125, 136, .2), 
				inset -4px -4px 6px 0 rgba(255,255,255,.5),
				inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}


/*### 12 ###*/	
.btn-12{
	  position: relative;
	  right: 20px;
	  bottom: 20px;
	  border:none;
	  box-shadow: none;
	  width: 130px;
	  height: 40px;
	  line-height: 42px;
	  -webkit-perspective: 230px;
	  perspective: 230px;
	}
	.btn-12 span {
	  background: rgb(0,172,238);
	background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
	  display: block;
	  position: absolute;
	  width: 130px;
	  height: 40px;
	  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	   7px 7px 20px 0px rgba(0,0,0,.1),
	   4px 4px 5px 0px rgba(0,0,0,.1);
	  border-radius: 5px;
	  margin:0;
	  text-align: center;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-transition: all .3s;
	  transition: all .3s;
	}
	.btn-12 span:nth-child(1) {
	  box-shadow:
	   -7px -7px 20px 0px #fff9,
	   -4px -4px 5px 0px #fff9,
	   7px 7px 20px 0px #0002,
	   4px 4px 5px 0px #0001;
	  -webkit-transform: rotateX(90deg);
	  -moz-transform: rotateX(90deg);
	  transform: rotateX(90deg);
	  -webkit-transform-origin: 50% 50% -20px;
	  -moz-transform-origin: 50% 50% -20px;
	  transform-origin: 50% 50% -20px;
	}
	.btn-12 span:nth-child(2) {
	  -webkit-transform: rotateX(0deg);
	  -moz-transform: rotateX(0deg);
	  transform: rotateX(0deg);
	  -webkit-transform-origin: 50% 50% -20px;
	  -moz-transform-origin: 50% 50% -20px;
	  transform-origin: 50% 50% -20px;
	}
	.btn-12:hover span:nth-child(1) {
	  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	   7px 7px 20px 0px rgba(0,0,0,.1),
	   4px 4px 5px 0px rgba(0,0,0,.1);
	  -webkit-transform: rotateX(0deg);
	  -moz-transform: rotateX(0deg);
	  transform: rotateX(0deg);
	}
	.btn-12:hover span:nth-child(2) {
	  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	   7px 7px 20px 0px rgba(0,0,0,.1),
	   4px 4px 5px 0px rgba(0,0,0,.1);
	 color: transparent;
	  -webkit-transform: rotateX(-90deg);
	  -moz-transform: rotateX(-90deg);
	  transform: rotateX(-90deg);
	}
	
	
	
	/*### 14 ###*/	
	.btn-14 {
	  background: linear-gradient(45deg, #0277bd, #00b9ff);
	  border: none;
	  z-index: 1;
	}
	.btn-14:after {
	  position: absolute;
	  content: "";
	  width: 100%;
	  height: 0;
	  top: 0;
	  left: 0;
	  z-index: -1;
	  border-radius: 5px;
	  background-color: #eaf818;
	  background-image: linear-gradient(315deg, #0081fd 0%, #00dcff 74%);
	   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5);
	   7px 7px 20px 0px rgba(0,0,0,.1),
	   4px 4px 5px 0px rgba(0,0,0,.1);
	  transition: all 0.3s ease;
	}
	.btn-14:hover {
	  color: #fff;
	}
	.btn-14:hover:after {
	  top: auto;
	  bottom: 0;
	  height: 100%;
	}
	.btn-14:active {
	  top: 2px;
	}
/* ##### End of Custom Button CSS ##### */



/* ##### Autocomplete Suggession Border CSS ##### */
.ui-menu .ui-menu-item a{
		border-radius: 0px;
		border-bottom: 1px solid #D0D0D0;
	}
/* ##### Autocomplete Suggession Border CSS ##### */



.envelope{
	width: 200px;
    height: 50px;
}

.envelope_top{
	background: #616161;
	border-radius: 5px 5px 0px 0px;
}

.envelope_bottom{
	background: #616161;
    border-radius: 0px 0px 5px 5px;
	padding: 2px;
}

.envelope_middle{
	height: 25px;
    border-left: 1px solid #61616173;
    border-right: 1px solid #61616173;
    border-top: 1px solid #61616173;
    border-radius: 5px 5px 0px 0px;
}



.envelope_heading{
	margin: 0px;
    padding: 5px;
    color: #808080;
    font-size: 13px;
}

.envelope_data{
	color: #fff;
    font-size: 12px;
}


/*##### Verified Dealer Button Css*/

.verified_dealer_btn{
    height: 30px;
    border: 1px solid #7cb342;
    color: #7cb342;
	border-radius: 2px;
	background: #fff;
}

.pending_dealer_btn{
	height: 30px;
    border: 1px solid #f15b66;
    color: #f15b66;
	border-radius: 2px;
	background: #fff;
}

.dealerIconDiv{
	
}


/* ######## Font-Size Classes ####### */
.text-large{
	font-size: 16px;
}

.text-medium{
	font-size: 14px;
}

.text-small{
	margin: 0px;
	font-size: 12px;
}

.text-tiny{
	font-size: 10px;
}


.preview_diff_tbl{
	width: 100%;
    border-left: 1px solid #0277bd;
    border-right: 1px solid #4CAF50;
}

.preview_diff_tbl_paragraph{
    margin: 0px;
    background: #616161;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: 600;
}

.preview_diff_code{
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}

.old_th{
	background: #0277BD; 
	color: #fff; 
	font-weight: 600;
	text-align: center;
}

.new_th{
	background: #4CAF50; 
	color: #fff; font-weight: 
	600; text-align: center;
}

.old_td{
	border-bottom: 1px solid #0277bd;
}

.new_td{
	border-bottom: 1px solid #4CAF50;
}


/*########### Show More LESS CSS ############*/
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
	display: none;
}

.addReadMore.showmorecontent .readMore {
	display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
	margin-left: 2px;
	color: blue;
	cursor: pointer;
	font-size: 14px;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
	display: block;
}
/*########### End To Show More LESS CSS ############*/


.default_label {
    font-size: 12px;
    color: #337ab7;
}

.labelData {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
}

.combine_left2 {
    width: 60px !important;
    border-right: none !important;
    border-radius: 3px 0px 0px 3px !important;
}

.combine_right2{
	background: #E0E0E0!important;
    float: right;
    width: 60px !important;
    margin-left: -10px;
    text-align: center;
    border: 1px solid #0000001f; 
	padding-top: 10px;
    padding-bottom: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px 3px 3px 0px;
}





/*############################################*/
/*########### Left scroll Div CSS ############*/
/*############################################*/
	.scrollTopContainer{
		height: 100%;
		overflow-y: auto;
		border-radius: 5px;
		margin: 0 auto;
	}
	  
	.scrollTopContent{
		/*width: 1100px;*/
		color: white;
		text-align: center;
	}
	  
	.Flipped, .Flipped .scrollTopContent{
		transform: rotateX(180deg);
	}
	  
	/* Designing for scroll-bar */
	::-webkit-scrollbar {
		width: 5px;
	}
  
	/* Track */
	::-webkit-scrollbar-track {
		background: gainsboro;
		border-radius: 5px;
	}
  
	/* Handle */
	::-webkit-scrollbar-thumb {
		background: black;
		border-radius: 5px;
	}
  
	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

/*############################################*/
/*####### End of Left scroll Div CSS #########*/
/*############################################*/









/*############################################*/
/*############# Responsive CSS ###############*/
/*############################################*/

.row{
	width: 99%;
    padding: 5px;
    overflow: hidden;
}

/*############################################*/
/*########## End to Responsive CSS ###########*/
/*############################################*/


.supBeta{
	font-size: 7px;
    color: #fff;
    background: red;
    border-radius: 3px;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 600;
}



/*####### Target Percentage Color Class ######*/
	.percentageUnder0To40{
		color: #fff;
		background: #FA4032;
		padding-left: 4px;
		padding-right: 4px;
		border-radius: 2px;
	}
	.amountUnder0To40{
		color: #FA4032;
	}
	
	.percentageUnder40To80{
		color: #fff;
		background: #FA812F;
		padding-left: 4px;
		padding-right: 4px;
		border-radius: 2px;
	}
	.amountUnder40To80{
		color: #FA812F;
	}
	
	.percentageUnder80To100{
		color: #fff;
		background: #4CAF50;
		padding-left: 4px;
		padding-right: 4px;
		border-radius: 2px;
	}
	.amountUnder80To100{
		color: #4CAF50;
	}
	
	.percentageOver100{
		color: #fff;
		background: #4CAF50;
		padding-left: 7px;
		padding-right: 4px;
		border-radius: 2px;
	}
	.amountOver100{
		color: #4CAF50;
	}
	
	.leftPercUnder0To20{
		color: #fff;
		background: #4CAF50;
		padding-left: 4px;
		padding-right: 4px;
		border-radius: 2px;
	}
	.leftAmountUnder0To20{
		color: #4CAF50;
	}
	
	.leftPercUnder20To60{
		color: #fff;
		background: #FA812F;
		padding-left: 4px;
		padding-right: 4px;
		border-radius: 2px;
	}
	.leftAmountUnder20To60{
		color: #FA812F;
	}
	
	.leftPercOver60{
		color: #fff;
		background: #FA4032;
		padding-left: 4px;
		padding-right: 4px;
		border-radius: 2px;
	}
	.leftAmountOver60{
		color: #FA4032;
	}
	
	
	
	.totalHeading{
		background: #0277BD;
	}
	
	.achievedHeading{
		background: #4CAF50;
	}
	
	.pendingHeading{
		background: #FAAF08;
	}
	
	.targetAchievedHeading{
		vertical-align: middle;
		font-size: 12px;
		font-weight: 600;
		text-align: center;
		width: 33.3%;
		color: #fff;
	}
	
	.perc{
		color: #646464; 
		font-style: italic; 
		font-size: 10px; 
		float: right;
	}
	
/*####### End To Target Percentage Color Class ######*/


/*########## Click To Top CSS ###########*/
#clickToTop{
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	outline: none;
	cursor: pointer;
	padding: 3px;
	background: #a1a1a1;
	border-radius: 100%;
	border: none;
	padding-bottom: 5px;
}

#clickToTop:hover {
  background-color: #878787;
}


#callBackIcon{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	cursor: pointer;
	padding: 3px;
	border: none;
	padding-bottom: 5px;
	background: none;
}
/*######### End To Click To Top CSS #########*/	



.targetCell{
	vertical-align: middle;
	height: 33px;
	text-align: center;
}

.dottedBorderLeft{
	border-left: 1px dotted #00000047;
}

.dottedBorderBottom{
	border-bottom: 1px dotted #00000047;
}

.dottedBorderLeftBottom{
	border-left: 1px dotted #00000047;
	border-bottom: 1px dotted #00000047;
}


.reload_icon{
	width: 16px;
	height: 16px;
	transition: width 1s, height 1s, transform 1s;
}

.reload_icon:hover{
	transform: rotate(90deg);
}


.col-md-4{
	width: 33.3%;
}


.text-center{
	text-align: center;
}





/*###########################################*/
/*###### Indian Flag Border for Header ######*/
/*###########################################*/

/*Use class anywhere  i.e class="border bottom"*/
.border {
    position: relative;
   
    border: 0 solid #138808;
}
.border:after, 
.border:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content:'';
}
.border:after {
  border: 0 solid #fff;
}

.border:before {
  border: 0 solid #FF5722;
}


.border.bottom, 
.border.bottom:after,
.border.bottom:before {
  border-bottom-width: 3px;
}

.border.bottom:before {
  bottom: 3px;
}


/*###############################################*/
/*###### End Indian Flag Border for Header ######*/
/*###############################################*/



/*####### Stickey Header 2 ########*/	
.wrapper1, .wrapper2, .wrapper3, .wrapper4{
	max-width: 1100px; 
	border: none 0px RED;
	overflow-x: scroll;
	overflow-y:hidden;
}
.wrapper1, .wrapper3{
	height: 7px;
}
.wrapper2, .wrapper4{
	max-height: 500px;
}
.scrollDiv1, .scrollDiv3{
	width:2500px;
	height: 20px;
}
.scrollDiv2, .scrollDiv4{
	width:2500px;
	max-height: 500px;
	overflow: auto;
	direction: rtl;
}

.scrollable, .scrollable2{
	direction: ltr;
}
/*####### Stickey Header 2 ########*/



/*###### Notification Icon Css #######*/
.icon-button {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #333333;
    background: #dddddd;
    border: none;
    outline: none;
    border-radius: 50%;
}

.icon-button:hover {
  cursor: pointer;
}

.icon-button:active {
  background: #cccccc;
}

.icon-button__badge {
	position: absolute;
    top: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
    background: #fd0000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 11px;
}
/*###### End To Notification Icon Css #######*/



.actionIcon {
    height: 20px;
    width: 20px;
    border: 1px solid #bdbdbd;
    border-radius: 50px;
    padding: 3px;
}



/*#### Approve / Disapprove Button CSS #####*/

.bookBtn{
	font-size: 9px;
    border: none;
    background: #0277BD;
    color: #fff;
    border-radius: 3px;
	border: 1px solid #0277BD;
}

.approveBtn{
	font-size: 9px;
    border: none;
    background: #4CAF50;
    color: #fff;
    border-radius: 3px;
	border: 1px solid #4caf50;
}



.disapproveBtn{
	font-size: 9px;
    border: none;
    background: #FA4032;
    color: #fff;
    border-radius: 3px;
	border: 1px solid #FA4032;
}

.onHoldBtn{
	font-size: 9px;
    border: none;
    background: #FA812F;
    color: #fff;
    border-radius: 3px;
	border: 1px solid #FA812F;
}
/*#### End To Approve / Disapprove Button CSS #####*/


.book-expense-btn {
	display: inline-block;
    background: #337ab7;
    color: #fff;
    cursor: pointer;
    font-size: 9px;
    border-radius: 3px;
    border: 1px solid #2e6da4;
}
.expenseBookbtn_checkbox {
	display: inline-block;
}


.custom-menu-btn{
	background: transparent;
	padding: 5px;
    border: 1px solid #007bff;
    border-radius: 4px;
    margin-right: 5px;
	color: #007bff;
	height: 30px;
	min-width: 90px;
	font-family: 'bodyfont';
}

.custom-menu-btn:hover{
	background: #007bff;
	color: #fff;
}

.custom-menu-img{
	width: 14px;
	float: left;
	margin-right: 5px;
}

.custom-menu-btn > img,
.custom-menu-btn > span {
	vertical-align: middle;
}

.custom-menu-btn > span {
	
}

.custom-menu-btn:hover img{
	filter: brightness(0) invert(1);
}

.custom_submenu > img,
.custom_submenu > span {
	vertical-align: middle;
	filter: grayscale(1);
}

.selected{
	background: #007bff;
	color: #fff;
}

.selected > img{
	filter: brightness(0) invert(1);
}

.submenu_selected{
	background: #cbcbcb;
}

.last-menu{
	right: 5px;
}



.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    min-width: max-content;
    text-align: left;
}

.dropdown-content a {
	color: #646464;
    padding: 8px 5px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #b9b9b9;
}

.dropdown-content a:hover {background-color: #cbcbcb;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
/*#############################################*/
/*###### Select dropdown with icon CSS ########*/
/*#############################################*/
.select3{
	  display: none; 
	}

	#a{
	  padding-left: 0px;
	}

	#a img, .btn-select img{
		width: 20px;
		padding: 1px;
	}
	
	
	#a li{
	  list-style: none;
	}

	#a li:hover{
	 background-color: #F4F3F3;
	}


	#a li span, .btn-select li span{
	  margin-left: 10px;
	  cursor: pointer;
	}
	

	/* item list */
	.b{
		display: none;
		width: 150px;
		box-shadow: 0 5px 10px rgba(0,0,0,.175);
		border: 1px solid rgba(0,0,0,.15);
		border-radius: 3px;
		height: 200px;
		overflow-y: scroll;
		position: absolute;
		z-index: 9999;
		background: #fff;
	  
	}

	.btn-select{
		width: 150px;
		height: 38px;
		border-radius: 5px;
		background-color: #fff;
		margin-top: 2px;
		border: 1px solid #8fb1c6 !important;
		box-shadow: 0px 0px 2px #00000040;
	}
	.btn-select li{
	  list-style: none;
	  float: left;
	  padding-bottom: 0px;
	}

	.btn-select:hover li{
	  margin-left: 0px;
	}

	.btn-select:hover{
	  background-color: #F4F3F3;
	  border: 1px solid transparent;
	  box-shadow: inset 0 0px 0px 1px #ccc;
	  
	  
	}

	.btn-select:focus{
	   outline:none;
	}
/*#############################################*/
/*#############################################*/