.nowrap {
	white-space:nowrap;
}
.link_as_button {
	padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 0px 0px 15px #eae7e7;
    cursor: pointer;
}
.link_view
{
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
.clearfix
{
	clear: both;
}
.h3_empmast
{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #bababa;
	margin-bottom: 10px;
	font-family: serif;
}
.working_span
{
	padding: 2px 9px;
	background:green;
	color: white;
	font-size: 10px;
}
.login_page_menu_ul 
{
	margin: 0px;
	padding:0px;
}
.notifications_div
{
    background: white;
    border-left: 1px dashed #bababa;
    font-family: 'Maven Pro', sans-serif;
    font-size: 12px;
    bottom: 0px;
    position: fixed;
    right: 0px;
    top: 50px;
    overflow: auto;
    overflow-x:hidden;
    padding-bottom: 30px;
}
.red-background{
    background-color: #ffece6 !important;
}
.login_page_menu_ul li 
{
	list-style: none;
	display: inline-block;
	width: 70px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: underline;
	font-size: 13px;
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;
}
.login_page_menu_ul li:hover
{
	text-decoration: none;
}
.border_right_solid
{
	border-right: 1px solid #bababa;
}
.border_left_solid
{
	border-left: 1px solid #bababa;
}
.h4_border_divider
{
	margin: 0px;
    padding: 10px 0px;
    border-top: 1px dashed #bababa;
    border-bottom: 1px dashed #bababa;
}
.add_earn_dedn
{
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}
.tot_count_emplist
{
	display: inline-block;
	width: 80px;
	margin-right: 10px;
}
.total_count_bilp
{
	float: right;
	font-size: 12px;
}
.emp_icon
{
	padding: 3px 7px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
}
.boldtext
{
	font-weight: bold;
}
.bold_underline
{
	font-weight: bold;
	text-decoration: underline;
}
.bigcheckbox
{
	height: 25px;
	width: 25px;
}
.float_right
{
	float: right;
}
.float_left
{
	float: left;
}
.leaveform_cls
{
	border-radius: 10px;
	padding:5px;
	border:1px solid #bababa;
}
.leave_form_head_cls
{
	width:100%;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #bababa;
	position: relative;
}
.rem_leave_form
{
	display: inline-block;
	margin-left: 20px;
}
.auth_sign_leave_form
{
	float: right;
	display: inline-block;
	margin-right: 20px;
}
.govt_log_leave_form
{
	position: absolute;
	top:1px;
	left: 280px;
}
.text-center
{
	text-align: center;
}
.text-right
{
	text-align: right;
}
.paystruch4divider
{
	background: #f4f4f4;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    padding: 5px 0px 5px 5px;
}
.newloc4divider
{
    border-top: 1px dashed #bababa;
    border-bottom: 1px dashed #bababa;
    padding: 5px 0px 5px 5px;
}
.tb_dashed_border
{
	border-top: 1px dashed #bababa;
	border-bottom: 1px dashed #bababa;
}
.pagebreak 
{ 
	clear:both;
	page-break-before: always; 
}
.govt_log_paybill
{
	position: absolute;
	top: 0px;
	left: 100px;
}
.colyellowish
{
	background: #fafa7f !important;
}
.yellow
{
	background: yellow !important;
}
.yellow_bulged
{
	background: yellow !important;
	display: inline-block;
    border: 1px solid #bababa;
    padding: 5px 8px;
    cursor: pointer;
}
.bluish
{
	background: #c2f6c2 !important;
}
.reddish
{
	background: #fed4d4 !important;
}
.ddo_nm_cls
{
	padding: 2px 8px;
	background: black;
	color: white;
	font-size: 9px;
}
.topbotborder
{
	border-top: 1px solid #bababa !important;
	border-bottom: 1px solid #bababa !important;
	background: #faffd3;
}
.orncol
{
	background:rgb(209, 213, 177) !important;

}
.prinorlcol
{
	background:	#eef2cb !important;
}
.chosen-container
{
	width: 100% !important;
}
.grncol
{
	background: #e4f4a7 !important;
}
.sal_bill_table_cls td 
{
	border-right: 1px solid #ddd;
	font-size:12px;
	font-family:'Nunito Sans', sans-serif;
}
.suppldivsemp
{
	border-right:1px solid #ddd;
	margin-left:0px;
	padding:3px;
}
.suppltable td 
{
	border-right: 1px solid #ddd;
}
.supclosedv
{
	float: right;
    background: black;
    color: white;
    cursor: pointer;
    padding: 1px 8px;
}
.earnings_tbl_eachemp td 
{
	border-right: 1px solid #ddd;
}
.tot_pdays_clstd
{
	position: relative;
}
.totpdays_indiv
{
	display: none;
	position: absolute;
	top:10px;
	left: 20px;
	z-index: 10;
	background: white;
	width: 320px;
	padding:10px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 10px #bababa;
	max-height: 200px;
	overflow: auto;
	overflow-x: hidden;
}
.tot_pdays_clstd:hover 
{
	background: #f4f4f4;
	cursor: pointer;
}
.tot_pdays_clstd:hover .totpdays_indiv
{
	display: inline-block;
}
.addedemap_Cls
{
	margin: 0px !important;
	vertical-align: middle;
	margin-right: 4px !important;
}
.label
{
	cursor: pointer !important;
}
.lvprofl_cls
{
	padding: 10px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	min-height: 125px;
	max-height: 150px;
	overflow: auto;
	overflow-x:hidden;
}
.adderndednoutd
{
	border-top:1px dashed #bababa;
	border-bottom:1px dashed #bababa;
	padding:0px;
}
.highlight
{
	font-family: arial;
    font-weight: normal;
    padding-left:10px;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: .25rem;
    width: 70%;
    border: 1px solid;
}
.today
{
	border: 2px solid blue;
	color: black;
}
.tr_each_earndedn_tbl td:hover 
{
	background: #f1f1f1;
}
.warning_cls
{
	padding: 2px 4px;
    font-size: 11px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    border: 1px solid;
}
.instruction_cls
{
	padding: 2px 4px;
    font-size: 11px;
    color: #1c6228;
    background-color: #c4e3c9;
    border-radius: 4px;
}
.note_cls
{
	padding: 2px 4px;
    font-size: 11px;
    color: #57480e;
    background-color: #f8f0db;
    border-radius: 4px;
}
.new_cls_notif
{
	background: #fa7a7a;
	color: white;
	padding: 0px 5px;
	margin-left:5px;
	font-size: 10px;
}
.req_prom_spncls
{
	padding:3px 5px;
	background: #86bc86;
	color: white;
}
.desc
{
	font-family: 'Montserrat', sans-serif;
}
.heading
{
	font-family: 'Maven Pro';
}
.approved
{
	padding:3px 5px;
	background: #86bc86;
	color: white;
}
.pending
{
	padding:3px 5px;
	background: #cf4a4a;
	color: white;
}
.rejected
{
	padding:3px 5px;
	background: #743535;
	color: white;
}
.increq_span
{
	background: #ecec96;
    padding: 3px 18px;
    border: 1px solid #6d612a;
}
.light_red
{
	background: #fff0f0;
}
.billtspn
{
	padding: 2px 20px;
	border-radius: 10px;
}
.nondrwn
{
	padding: 10px 10px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    margin: 10px 0px;
    background: #ddd;
}
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.imp_news
{
	padding: 13px 0px;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 0px;
    margin-top: 0px;
    box-shadow: 0px 3px 5px rgba(221,221,221,0.5);
}
.impnewsdov
{
	padding: 0px;
    box-shadow: inset 0px 0px 10px #ddd;
    border-radius: 10px;
}
.billbox
{
	padding: 5px;
    background: #f9f9f9;
    font-family: 'Maven Pro';
    border: 1px dashed #bababa;
    font-size: 12px;
}
.approved_apsn
{
	padding: 2px 9px;
    /* color: white; */
    background: #cce9cc;
    border: 1px solid #89c789;
    border-radius: 8px;
    font-size: 11px;
}
.tblrowcls
{
	/*background: #f9f9f9;*/
	font-size: 12px;
	font-family: maven pro;
	/*height: 28px;*/
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 28px;
}
.dueamt
{
	border-left:1px solid #ddd;
	background:#f9f9f9;
	border-right:1px solid #ddd;
}
.bordlr
{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.brdrsp 
{
	/*border-left:1px solid #ddd;*/
	padding:0px 3px;
	border-right:1px solid #ddd;
}
.f47_hd
{
	font-size:15px;
	font-weight:bold;
	padding:10px;
	background:#f9f9f9;
	border-bottom:3px solid #ddd;
	margin-left:15px;
	margin-top:0px;
}
.border_right
{
	border-right: 1px solid #ddd;
}
.bleft 
{
	border-left: 1px solid #ddd;
}
.bright 
{
	border-right: 1px solid #ddd;
}
.bbottom 
{
	border-bottom: 1px solid #ddd;
}
.btop 
{
	border-top: 1px solid #ddd;
}

.datepickerdemoBasicUsage {
  /** Demo styles for mdCalendar. */ }
  .datepickerdemoBasicUsage md-content {
    padding-bottom: 200px; }
  .datepickerdemoBasicUsage .validation-messages {
    font-size: 12px;
    color: #dd2c00;
    margin-left: 15px; }

.seldate
{
	position: relative;
	z-index: 11;
	color: transparent;
	background: transparent;
	cursor: pointer;
	border:1px solid #bababa;
	line-height: 20px;
	font-family: maven pro;
	border-radius: 5px;
	padding-left: 1px;
}
.seldate:focus
{
	outline: none;
	/*background: transparent;*/
	color: transparent;
	border:1px solid #ddd;
}
.seldateex
{
	position: absolute; 
    left: 0px;
    top: 0px;
    display: inline;
    line-height: 25px;
    padding-left: 5px;
}
.dtpicdiv
{
	position:absolute;
	top:0px;
	left:0px;
}
.dtpicdiv
{
	z-index: 10;
}
.tocls
{
	display: inline;
    position: relative;
    left: 100px;
    line-height: 25px;
}
.tblarrcls td 
{
	padding:1px 1px !important;
}
.singlerow 
{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 25px;
}
.dtpc:active .seldateex  
{
	background: #ddd;
}
.dtpc:hover .seldateex  
{
	background: #ddd;
}
.addrow:hover 
{
	background: rgba(0,0,0,0.2);
}
.prc_cls
{
	box-sizing:border-box;
	width:244px;
}
.addempcls td 
{
	line-height: 25px !important;
}
.home_links
{
	cursor: pointer;
	border:0px;
	background: #474646;
	border-right: 1px solid #202020;
	padding: 0px 20px;
	font-size: 12px;
	border-bottom: 0px !important;
}
.reldatewhat
{
	font-size: 12px;
    position: absolute;
    left: 266px;
    width: 300px;
    z-index: 1;
    top: 7px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 4px 10px #bababa;
    display: none;
}
.whatrel
{
	cursor: pointer;
}
.whatrel:hover .reldatewhat
{
	display: inline-block !important;
}
.erncls
{
	line-height: 30px;width: 150px;float: left;
	width: 130px;
	padding:0px 10px;
}

.earndedn_inplist
{
	display: inline-block;
	width: 20000px;
	overflow-y: scroll;
	overflow-x:hidden;
	height: 400px;
	direction: rtl;
	float: left;
}
.emp_div_cls
{
	float: left;
	width: 180px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid;
}
.emp_list
{
	float: left;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 180px;
	min-height: 500px;
}
.emp_name
{
	width:180px;
	float: left;
	height: 40px;
	background: #f9f9f9;
	line-height: 40px;
}
.emp
{
	float: left;
	width: 250px;
	/*padding-left: 10px;*/
	height: 40px;
	padding-top: 4px;
	border-bottom: 1px solid;
	background: #f9f9f9;
}
.earn_dedn
{
	display: inline-block;
	float: left;
	width: 170px;
	height: 40px;
	line-height: 39px;
	border-right: 1px solid;
}
.earn_val_div
{
	/*display: inline-block;*/
	width: 170px;
	float: left;
	height: 35px;
}
.text_inp
{
    border-bottom: 1px solid #bababa;
    width: 70px;
    float: left;
}
.left_pprep
{
	float: left;
	display: inline-block;
	width: 250px;
	border:1px solid;height: 440px;
}
.left_emps
{
	/*border-top:1px solid;*/
	float: left;
	display: inline-block;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 400px;
}
.right_pprep
{
	display: inline-block;
	width: 790px;
	border: 1px solid;
	overflow-x: scroll;
	height: 440px;
	overflow-y: hidden;
}
.earndedn_desc
{
	display: inline-block;
	width: 20000px;
	border-bottom: 1px solid;
	height: 40px;
	float: left;
}
.ename_cl
{
	display: inline-block;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid;
	float: left;
}
.earndedn_tr td 
{
	border-right: 1px solid #bababa;
}







