#leftpanel3 ul {
	list-style: none !important;
}

#leftpanel3 ul li a {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	color: #000;
	box-sizing: border-box;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #e5e7eb;
	text-decoration: none;
	
}

.txtareacl {
  height: auto !important; 
}

/* For Dropdown with Filter */
.ui-selectmenu.ui-popup .ui-input-search {
    margin-left: .5em;
    margin-right: .5em;
}
.ui-selectmenu.ui-dialog .ui-content {
    padding-top: 0;
}
.ui-selectmenu.ui-dialog .ui-selectmenu-list {
    margin-top: 0;
}
.ui-selectmenu.ui-popup .ui-selectmenu-list li.ui-first-child .ui-btn {
    border-top-width: 1px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.ui-selectmenu.ui-dialog .ui-header {
    border-bottom-width: 1px;
}
/* End For Dropdown with Filter */

/* For Radio in Register */
.upbutton
{
	width: 50% !important;
	max-width: 55% !important;
}
.delbutton
{
	width: 45% !important;
	max-width: 50% !important;
}
.divradior
{
	float:left;
	margin-left: 10px;
	margin-right: 2px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}
/* End For Radio in Register */
.checkboxL { 
	width: 34px !important;
	height: 28px !important;
} 

.checkboxJL { 
	width: 28px !important;
	height: 18px !important;
} 

.jblistcnt {
	background-color: #ffffff !important;
	color: #000000 !important;
	width: 80%;
	padding:3px;
	cursor: pointer;
	font-size:22px;
}
.jblisticn {
	padding:3px;
	cursor: pointer;
	float: right;
}
.jblistcl
{
	margin-bottom: 10px !important;
}

.fileUpload {
	position: relative;
	overflow: hidden;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	
}
.jobfnt
{
	font-size: 22px !important;
}