/* GTS ESS CSS file */

/* Declare Fonts */
@font-face { font-family: Corbel; src: url('fonts/woff/corbel.woff'); }
@font-face { font-family: CorbelBold; src: url('fonts/woff/corbelb.woff'); } 
@font-face { font-family: CorbelItalic; src: url('fonts/woff/corbeli.woff'); } 
@font-face { font-family: CorbelBoldItalic; src: url('fonts/woff/corbelz.woff'); } 

@font-face { font-family: Calibri; src: url('fonts/woff/calibri.woff'); }
@font-face { font-family: CalibriBold; src: url('fonts/woff/calibrib.woff'); } 
@font-face { font-family: CalibriItalic; src: url('fonts/woff/calibrii.woff'); } 
@font-face { font-family: CalibriLight; src: url('fonts/woff/calibril.woff'); } 
@font-face { font-family: CalibriLightItalic; src: url('fonts/woff/calibrili.woff'); } 
@font-face { font-family: CalibriBoldItalic; src: url('fonts/woff/calibriiz.woff'); } 

/* ======================== Main ========================================= */

div { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

span.clickable:hover {
	text-decoration: underline;
}

span.clickable.red:hover {
	text-decoration: underline;
	color: red;
}

.hidden {
	display: none;
}

.fifty {
	float: left;
	width: 50% !important;
}

.bgMarked {
	background-color: rgba(0,204,204,1);
}

/* ============================== Signature ===============================*/
.MS_container, .MS_container *, .AllowSelect, .AllowSelect * {
	font-family: Calibri, CalibriBold, CalibriItalic, CalibriBoldItalic;
	color: #4a442a;
	
	-moz-user-select: text !important;
	-khtml-user-select: text !important;
	-webkit-user-select: text !important;
	user-select: text!important;
}

#copyBtn {
	border: none;
	background: url(../images/copy.png) no-repeat;
	width: 120px;
	height: 48px;
	cursor: pointer;
	overflow: hidden;
}

.name {
	font-size: 14.5x;
	font-weight: bold;
}

.jobTitle {	
	font-size: 13.8px;
	font-weight: bold;
}

.signText {
	font-size: 12px;
}

.signText a, .signText a:hover, .signText a:visited {
	text-decoration: underline;
	color: #4a442a;
}	

.signRed {
	font-size: 12px;
	color: #c00000;
	font-weight: bold;
}

/*=============================================================================*/

textarea {
    resize: none;
}

.freeText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

input[type=text], input[type=number], input[type=email], textarea, select  {
	-moz-user-select: text !important;
	-khtml-user-select: text !important;
	-webkit-user-select: text !important;
	user-select: text !important;
}

#MS_contentData {
	-moz-user-select: all !important;
	-khtml-user-select: all !important;
	-webkit-user-select: all !important;
	user-select: all !important;
}

#MPF_deskNumber_chosen ul.chosen-choices {
	max-height:80px;
	overflow: auto;
}

input[type=text]:disabled, input[type=number]:disabled, input[type=email]:disabled, textarea:disabled, select:disabled, .disabled, .chosen-container.chosen-container-multi.chosen-disabled {
	background: #dddddd !important;
	background-color: #dddddd !important;
}

#MPF_deskNumber_chosen .chosen-dsiabled {
	background: #dddddd !important;
	background-color: #dddddd !important;
}

a, a:hover, a:visited, a:active {
	text-decoration: none;
	color: inherit;
}

.G_formField {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	width: 280px;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
    background-color: #f6f6f6;
    color: #454545;
    height: 35px;
    padding-left: 10px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #666;
	padding: 20px 0 0 40px;
}

h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #666;
	padding: 0 0 0 15px;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 18.72px;
	margin: 5px 0 5px 0;
}

body {
	/* background-color: #DFDFDF; */
	background: url(../images/bg.jpg);
	cursor: default;
	/* min-width: 1200px; */
	min-width: 1000px;
}


footer {
	height: 140px;
	background-color: black; /* #3C3E57;*/
}

img {
	cursor: pointer;
}

.centered {
	text-align: center !important;
}

.errorField {
	-webkit-box-shadow: inset 0px 0px 5px 1px rgba(255,0,0,0.85);
	-moz-box-shadow: inset 0px 0px 5px 1px rgba(255,0,0,0.85);
	box-shadow: inset 0px 0px 5px 1px rgba(255,0,0,0.85);
}

.customUIDialogTitleBar {
	background-color: #404040 !important;
	color: #FFFFFF !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px !important;
	font-weight: bold !important;
}

#pageHeaderDiv {
	z-index: 200;
	/* min-width: 1200px; */
	min-width: 1000px;
}

#mainWrapper {
	width: 100%;
	overflow: hidden;
	/* min-width: 1200px; */
	min-width: 1000px;	
	-webkit-box-shadow: inset 0px 0px 5px 1px rgba(255,0,0,0.85);
	-moz-box-shadow: inset 0px 0px 5px 1px rgba(255,0,0,0.85);
	box-shadow: inset 0px 0px 5px 1px rgba(255,0,0,0.85);
}

#mainContent {
	background-color: white;
	width: 100%;
	overflow: hidden;
	/* min-width: 1200px; */
	min-width: 1000px;
	min-height: calc(100vh - 360px);
}

#seperator {
	height: 30px;
	background-color: #FFFFFF;
	width: 100%;
	z-index: 1;
}

#loginContent {
	margin: 50px auto;
	width: 900px;
	height: 500px;
	border: 1px solid #333;
	border-radius: 10px;
	overflow: hidden;
}

#loginLeftSection {
	float: left;
	height: 100%;
	width: 50%;
	background-color: black;
}

#loginRightSection {
	position: relative;
	float: left;
	height: 100%;
	width: 50%;
	background-color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#loginRigthLoadingLayer {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba( 255, 255, 255, .8 ) 
                url(../images/loading-1.gif) 
                50% 50% 
                no-repeat;
}

#header_top_banner_container {
	position: relative;
	width: 100%;
	height: 40px;
}

#header_top_banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	background-color: black; /* #3C3E57;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 23px;
	color: white;
	line-height: 40px;
	overflow: hidden;
	
}

#footerSeperator {
	width: 100%;
	height: 50px;
	background-color: white;
}

#header_menu_button {
	float: left;
	color: white;
	width: 40px;
	z-index: 500;
}

#header_menu_button:hover {
	background-color: #333 !important;
}

#header_title {
	float: left;
	color: white;
	padding-left: 5px;
}

#header_reload_button {
	float: right;
	width: 40px;
}

#header_settings_button {
	float: right;
	width: 40px;
}

#header_notification_button {
	float: right;
	width: 40px;
	position: relative;
}

#header_settings_button:hover , #header_notification_button:hover, #header_reload_button:hover {
	background-color: #333 !important;
}

#header_sec_banner {
	width: 100%;
	height: 130px;
	background-color: white;
	border-radius: 2px;
	padding: 10px;
}

#header_leaveBalances{
	float: right;
	width: 32px;
	height: 28px;
	margin-top: 5px;
	background-color: #ffffff;
	padding: 0 0 10px 0;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

#header_leaveBalancesHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999;
	float: left;
	padding: 4px 0 4px 10px;
	width: 100%;
	cursor: pointer;
}

#header_leaveBalancesDetails {
	height: 85px;
	display: none;
}

#header_leaveBalancesLabels {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
	width: 250px;
	text-align: left;
	padding: 2px 0 2px 10px;
}

#header_leaveBalancesValues {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
	width: 70px;
	text-align: right;
	padding: 2px 10px 2px 0;
}

#leftSlidingMenu, #settingsSlidingMenu {
	overflow: hidden;
	position: fixed;
	display: none;
	background-color: #333;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom: 1px solid rgba(204,204,204,0.5);
	border-right: 1px solid rgba(204,204,204,0.5);
	border-left: 1px solid rgba(204,204,204,0.5);
	opacity: 0.96;
	z-index: 500;
}

.leftSlidingMenu {
	width: 320px;
	overflow: hidden;
	float: left;
	z-index: 500;
}

.leftSlidingMenu:first-of-type {
	border-right: 1px solid #999;
}

.rightSlidingMenu {
	width: 320px;
	overflow: hidden;
	float: right;
	z-index: 500;
}

.rightSlidingMenu:first-of-type {
	border-left: 1px solid #999;
}

/*
#settingsSlidingMenu {
	width: 300px;
	overflow: hidden;
	position: fixed;
	display: none;
	background-color: #333;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom: 1px solid rgba(204,204,204,0.5);
	border-left: 1px solid rgba(204,204,204,0.5);
	opacity: 0.96;
	z-index: 500;
}
*/

.slidingMenuIcons {
	float: right;
}

#logoutPicture {
	float: right;
	margin: 5px 5px 5px 0;
}

#nextDay:hover {
	cursor: pointer;
}

.profilePictureThumb {
	float: right;
	width: 40px;
	height: 40px;
	overflow: hidden;
	/* border-radius: 40px; */
	border-radius: 10px;
	margin: 5px;
}

.profilePictureThumb.mini, .profilePictureThumb.medium {
	float: left;
	width: 20px;
	height: 20px;
	/* border-radius: 20px; */
	border-radius: 5px;
	margin-top: -1.5px;
	margin-right: 5px;
}

.profilePictureThumb.medium {
	width: 35px;
	height: 35px;
}

#notificationSlidingMenu {
	width: 300px;
	overflow: hidden;
	position: fixed;
	display: none;
	background-color: #333;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	opacity: 0.96;
	z-index: 500;
}

#notificationBadge {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	border-radius: 15px;
	color: white;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #D50000;
	border: 1px solid #999;
}

#newEmpLocationForm {	
	height: 180px;
	border: 1px solid #3FA8BA;
	border-radius: 10px;
	margin: 0 10px 10px 10px;
	overflow: hidden;
	box-shadow: 2px 2px #666;
	
}

#paginationDiv {
	min-height: 17px;
	margin: 0 3px 1px 3px;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.ui-selectmenu-menu .empnotactive{
	background: rgb( 255, 255, 51);
}

.empnotactive .ui-selectmenu-status {
	background: rgb( 255, 255, 51);
	color: black;
}

.empListItem {
	float: left;
	margin: 2px 2px 0 0;
	padding: 0 0 2px 2px;
	width: 280px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	overflow: hidden;
}

.empListItemNA {
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(235,235,17,0.75);
	-moz-box-shadow: inset 0px 0px 100px 0px rgba(235,235,17,0.75);
	box-shadow: inset 0px 0px 100px 0px rgba(235,235,17,0.75);	
	display: none;
}

.emListItemAdd {
	display: none;
	border: 2px dashed #999;
	color: #999;
}

.emListItemAdd:hover {
	color: #666;
}

.empListItem:hover {
	background: rgb(77, 184, 255);
	background: rgba(77, 184, 255, 0.5)
}

.empListButton {
	width: 100%;
	height: 30px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #36F;
	color: white;
	border: none;
	cursor: pointer;
	margin: 0 0 10px 0;
}

.empListButton:hover {
	background-color: #39F;
	background-color: #39F;
	border-color: #09F;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.empListButton:active {
	background-color: black;
}

/* =========================================================================================================*/
.fixed {
    position: fixed !important;
    top:0 !important; left:0 !important;
    width: calc(100% - 16px) !important; 
	z-index: 99 !important;
	margin: 0px 8px 0px 8px;
}

.fn_redirect:hover {
	cursor: pointer;
	text-decoration: underline;
}
	
.LSM_Group {
	float: left;
	width: 98%;
	height: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 21px;
	margin: 3px;
	padding-left: 5px;
	line-height: 50px;
	cursor: pointer;
	border: 1px solid #CCC;
	border-radius: 3px;
	background-color: #585858;
}

.LSM_Item, .LSM_ItemRight, .DLG_Item {
	position: relative;
	float: left;
	width: 100%;
	min-height: 30px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
	font-size: 16px;
	padding: 5px 0 0 5px;
	cursor: pointer;
	padding-left: 30px;
}

.DLG_Item {
	font-size: 20px;
	color: #333;
	line-height: 35px;
	height: 50px;
	padding-left: 55px;
}

.LSM_Item img, .DLG_Item img {
	position: absolute;
	height: 20px;
	left: 4px;
}

.DLG_Item img {
	height: 40px;
}

.LSM_ItemRight {
	text-align: right;
	padding: 5px 15px 0 0;
}

.LSM_Item:hover, .DLG_Item:hover {
	background-color: #999;
	color: black;
}

.LSM_Space {
	float: left;
	width: 250px;
	height: 20px;
}

.tableHeader {
	width: 100%;
	overflow: hidden;
	/*padding-left: 2px;
	padding-right: 2px;*/
	/* min-width: 1200px; */
	min-width: 1000px;
}

.uaLocationsContainer {
	width: calc(100% - 10px);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	float: left;
	margin: 5px 5px 20px 5px;
	padding: 10px 0 20px 0;
	border-radius: 5px;
	background: rgba(255,255,0,0.4);
}

.uaLocationsContainer .tableColumn, .uaLocationsContainer .tableRowColumn {
	border-color:  rgba(255,255,0,0);
}

.tableRow {
	float: left;
	/* min-width: 1200px; */
	min-width: 1000px;
	width: 100%;
	padding-left: 2px;
	padding-right: 2px;
	overflow: hidden;
}

.tableRow:not(.no-hover):hover {
	background-color: #CCC;
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.75);	
	cursor: pointer;
}

.tableRowSelected {
	background-color: #3FA8BA !important;
}

.tableRowFuture {
	background-color: #FFCCFF;
}

.tableRowMissing {
	background-color: rgba(255,0,0,0.5);
	border-bottom: 1px solid #333;
}

.tableRowHoliday {
	background-color: #0FF;
}

.tableRowColumn {
	position: relative;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	float: left;
	/* min-width: 190px; */
	height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-left: 5px;
	padding-top: 2.5px;
	/* border: 1px solid white; */
}

.tableRowButton {
	z-index: 50;
    position: absolute;
    right: 5px;
    top: 0;
	height: calc(100% - 4px);
	margin: 1px;
	border-radius: 3px;
	overflow: hidden;
}

.tableRowButton:nth-child(2) {
	right: 35px;
}

.tableRowButton:nth-child(3) {
	right: 65px;
}

.tableRowButton img {
	width: auto;
	height: calc(100% - 2px);
	margin: 1px;
}

.tableRowButton:hover {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
}

.dateDisplay {
	position: relative;
	overflow: hidden;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	padding: 0 15px 5px 0;
}

.dateDisplay #nextDay {
	position: absolute;
	width: 20%;
	left: 40%;
	
}

.dateDisplay input[type="checkbox"], .dateDisplay label {
	float: right;
	cursor: pointer;
}

.dateDisplay .add {
	float: left;
	cursor: pointer;
	width: 20px;
	margin: 0 0 3px 5px;
}

.dateDisplay .add img {
	width: 100%;
}

.tableColumn {
	float: left;
	/* min-width: 190px; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #333;
	color: white;
	padding: 5px;
	/* border: 1px solid white; */
}

.tableColumn > span.sortable {
	color: white;
	font-size: 15px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.tableColumn.full {
	width: 100% !important; 
	border: 3px solid white; 
	text-align: center;
	height: 40px !important;
	line-height: 30px;
	background: rgba(0,0,0,0.65);
}

.leaveDataSeperator {
	float: left;
	width: 100%;
	height: 20px;
}

.leaveUserNameContainer {
	float: left;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #666;
	padding: 0 0 0 10px;
}

.leaveDataContainer {
	width: 100%;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 5px;
	border-top: 1px solid #333;
}

.pageSeparator {
	border-top: 1px solid #333333;
	border-left: 1px solid white;
	border-right: 1px solid white;
	width: 100%;
	height: 20px;
	float: left;
	margin-top: 20px;
}

.footerContainer {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	z-index: 1;
}

.footerDataRow {
	position: absolute;
	bottom: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	height: 30px;
	text-align: center;
	color: #CCC;
}

.footerDataRow a:link {
	color: #CCC;
	text-decoration: none;
}

.footerDataRow a:visited {
	color: #CCC;
	text-decoration: none;
}

.footerDataRow a:active {
	color: #CCC;
	text-decoration: none;
}

.footerDataRow a:hover {
	color: white;
	text-decoration: none;
}


.loginField {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	width: 300px;
	border: 1px solid #CCC;
	margin: 0 0 20px 40px;
	padding: 5px;
	color: #333;
}

.loginButton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	width: 140px;
	height: 45px;
	background-color: #36F;
	margin: 20px 0 20px 40px;
	color: white;
	border: none;
	cursor: pointer;
}

.loginButton:hover {
	background-color: #39F;
	background-color: #39F;
	border-color: #09F;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.loginButton:active {
	background-color: black;
}

.forgotPassword {
	cursor: pointer;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #03F;
	margin: 0 0 20px 40px;
}

.loginError {
	padding: 0 0 20px 40px;
	color: white;
}

.paginationElement {
	float: right;
	width: 22px;
	height: 17px;
	line-height: 17px;
	margin: 0 1px 0 1px;
	background-color: #333;
	color: white;
	text-align: center;
}

.paginationElement-selected {
	background-color: #999;
}

.paginationElement:hover {
	cursor: pointer;
	background-color: #999;
}

/*===================== Emp Location Form =======================*/
.newEmpLocationFormRow {
	width: 100%;
	height: 45px;
	float: left;
}

.newEmpLocationFormRowHeader {
	width: 100%;
	height: 30px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	padding: 5px 0 5px 5px;
	background-color: #3FA8BA;
}

#newEmpLocationFormError {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #F00;
}

.newEmpLocationFormCol {
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#666;
	width: 33%;
	height: 40px;
	float: left;
	text-align: center;
	padding: 5px 0 0 0;
}

.newEmpLocationField {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 300px;
	border: 1px solid #CCC;
	padding: 5px;
	color: #333;
	
}

.newEmpLocationButton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 130px;
	height: 30px;
	line-height: 30px;
	background-color: #36F;
	color: white;
	border: none;
	cursor: pointer;
	margin: 0 0 0 0;
}

.newEmpLocationButton:hover  {
	background-color: #39F;
	border-color: #09F;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.newEmpLocationButton:active {
	background-color: black;
}

.checkbox_label {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	float: left;
	height: 20px;
	line-height: 25px;
	margin-left: 5px;
}

.NELF_Functions {
	float: right;
	margin: 0 4px 0 4px;
	cursor: pointer;
}

.NELF_Functions:hover {
	color: #F4F4F4;
}

#NELF_UserID:hover {
	cursor: pointer;
	text-decoration: underline;
}

.NELF_refresh {
	position: absolute;
	width: 23px;
	height: 23px;
	cursor: pointer;
	top: 6px;
	right: 30px;
}
/*===================== Tooltip ================================*/
.ui-tooltip {
    white-space: pre-line;
}

/*===================== Slider CSS =============================*/
.ui-slider-range {
	background-color: #093 !important;
}

.ui-slider-handle:active {
	background-color: #0F6 !important;
	border-color: #093 !important;
}

/*===================== Loading Div ============================*/
.loading-modal {
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url(../images/loading-1.gif) 
                50% 50% 
                no-repeat;
}

.content-loading-modal {
	display: 	none;
    min-height: 200px;
	height:	 100%;
    width:      100%;
    background: rgba( 194, 194, 194, .2 ) 
                url(../images/loading-1.gif) 
                50% 50% 
                no-repeat;
}

#PH_directoryContainer {
	z-index: 1;
}

#PH_searchBox {
	display: none;
	position: absolute;
	width: 310px;
	top: 125px;
	left: 37px;
	z-index: 2;
}

#PH_searchBox input {
	width: 100%;
	height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 18px;
	padding-left: 3px;
}

#PH_loadingContent, #MS_loadingContent, #PAS_loadingContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba( 255, 255, 255, .8 ) 
                url(../images/loading-1.gif) 
                50% 50% 
                no-repeat;
}

#OH_loadingContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba( 255, 255, 255, .8 ) 
                url(../images/loading-1.gif) 
                50% 50% 
                no-repeat;
}

.OH_titleSelect, .ALF_titleSelect {
	position:absolute;
	top: 12px;
	left: 120px;
	height: 30px;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #404040;
}

.ALF_titleSelect {
	left: auto;
	right: 45px;
}

.PH_floorContainer {
}

.PH_phonePosition {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 2px solid #999;
	border-radius: 15px;
	cursor: pointer;
}

.PH_phonePosition:hover {
	background-color: #99ff99;
}

.PH_phonePositionSelected {
	background-color: #99ff99;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(153,255,153,1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(153,255,153,1);
	box-shadow: 0px 0px 10px 5px rgba(153,255,153,1);
}

.PH_nav {
	position: absolute;
	top: 19px;
	left: 25px;
	width: 25px;
	height: 64px;
}

.PH_nav img {
	height: 100%;
}

.PH_nav.right {
	left: 270px;
}

.PH_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #666;
	position: absolute;
	top: 19px;
	left: 60px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	padding: 8px;
	border-radius: 6px;
	width: 200px;
	height: 64px;
}



.PH_title:hover {
	background-color: #e6f2ff;
}

.PH_details, .PH_usersList {
	display: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	position: absolute;
	top: 182px;
	left: 20px;
	width: 318px;
	height: 300px;
	padding: 5px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.PH_usersList {
	display: block;
	margin: 15px;
}

.PH_usersListBack {
	float: left; 
	margin: 0 10px 0 0;
}

.PH_details .PH_element {
	float: left;
	margin-bottom: 5px;
	width: 200px;
	padding-left: 10px;
}

.PH_usersList .PH_container {
	width: 100%; 
	height: 240px; 
	border-radius: 5px;
	float: left; 
	overflow-x: hidden; 
	overflow-y: scroll;
}

.PH_usersList .PH_element {
	float: left;
	margin-bottom: 5px;
	width: 100%;
	padding-left: 10px;
}

.PH_selectable:hover {
	cursor: pointer;
	background: rgb(128, 170, 255);
	background: rgba(128, 170, 255, 0.4);
	transition: all .15s ease-in-out;
   	-moz-transition: all .15s ease-in-out;
   	-webkit-transition: all .15s ease-in-out;
}

.PH_details .PH_offName, .PH_usersList .PH_offName {
	width: 100%;
	background-color: #80aaff;
	color: #FFFFFF;
	padding: 10px;
	border-top-left-radius: 5px; border-top-right-radius: 5px;
	font-size: 20px;
	font-weight: bold;
}

.PH_details .PH_photo {
	width: 80px;
	height: 80px;
	overflow: hidden;
	/* border-radius: 80px; */ 
	border-radius: 20px;
	margin: 5px;
	padding: 0px !important;
}

.PH_usersList .PH_photo {
	width: 40px;
	height: 40px;
	overflow: hidden;
	/* border-radius: 40px; */ 
	border-radius: 10px;
	margin: 5px;
	padding: 0px !important;
}
/*===================== Profile ============================*/
.EmployeeProfileGridRow {
	position: relative;
	width: 100%;
	float: left;
}

#imgUploadloadingContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba( 255, 255, 255, .8 ) 
                url(../images/loading-1.gif) 
                50% 50% 
                no-repeat;
}

.myProfileImageContainer, .myProfileImageContainerUpload {
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden; 
	/* border-radius: 200px; */
	border-radius: 50px;
	float: left;
	margin: 0 0 0 10px;
	float: left;
}

.myProfileImageContainer:hover {
	border-color: #09F;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

#myProfilePictureEdit {
	display: none;
	text-align: center;
	line-height: 50px;
	width: 200px;
	height: 50px;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #333;
	opacity: 0.8;
	position: absolute;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
}

.EmployeeProfileField, .MPF_sectionTitle, .MPF_securityElement, .MPF_securityLabel, .MPF_emptySecurityElement {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 140px;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 5px;
	color: #333;
}

.chartValues {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.chartBarTitles {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
	position: absolute; 
	top: 292px; 
	 width: 54px; 
	 height: 18px;
}

.chartBarValues {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: right !important;
	position: absolute; 
	left: 0px; 
	width: 15px;
}

.MPF_Seperator, .MPF_SeperatorBlank {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: calc(100% - 30px);
	border-bottom: 2px solid #CCC;
	padding: 5px;
	margin: 0 5px 5px 5px;
	color: #FFFFFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	/*
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.1);
	*/
	background: rgb(51, 51, 51);
	background: rgba(51, 51, 51, 1);
}

/*
.MPF_Seperator:hover {
	cursor: pointer;
	background: rgb(115, 115, 115);
	background: rgba(115, 115, 115, 1);	
}
*/

.MPF_SeperatorBlank {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	height: 5px;
}

.MPF_buttons {
	float: left;
	height: 75px;
}

#MPF_prevUser, #MPF_nextUser {	
	position: absolute;
	z-index: 5;
	width: 60px;
	height: 80px;
	top: 250px;
	left: 0px;
	cursor: pointer;
	border-radius: 5px;
	transition: all .15s ease-in-out;
   	-moz-transition: all .15s ease-in-out;
   	-webkit-transition: all .15s ease-in-out;
	background: rgb(153, 153, 153);
	background: rgba(153, 153, 153, 0.3);
}

#MPF_nextUser {	
	left: calc(100% - 60px);
}

#MPF_nextUser:hover, #MPF_prevUser:hover {
	background: rgb(153, 153, 153);
	background: rgba(153, 153, 153, 0.9);
}

.MPF_button, .MPF_button2 {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 130px;
	height: 35px;
	background-color: #36F;
	margin: 10px 20px 20px 5px;
	color: white;
	border: none;
	cursor: pointer;
}

.MPF_button2 {
	width: 180px;
	height: 29px;
	margin: 5px 20px 5px 5px;
}

.MPF_delete {
	background-color: #F00;
}

.MPF_button:disabled, .MPF_button2:disabled {
	background-color: #dddddd;
}

.MPF_button:hover:enabled, .MPF_button2:enabled{
	background-color: #39F;
	background-color: #39F;
	border-color: #09F;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.MPF_button:active:enabled, .MPF_button2:active:enabled {
	background-color: black;
}

.MPF_dataContainer {
	position: relative;
	float: left;
	margin: 5px;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	color: #333;
	padding: 5px;
	width: 140px;
	height: 31px;
}

.MPF_dataField {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px !important;
	position: absolute;
	width: 54px;
	height: 27px !important;
	right: 1px;
	padding: 0 2px 0 2px !important;
	border: none;
	top: 1px;
}

.MPF_sectionTitle {
	width: 500px !important;
	border: none !important;
	border-bottom: 1px solid #333 !important;
	font-weight: bold !important;
	margin: 10px 5px 5px 5px;
}

.MPF_securityElement {
	width: 70px !important;
	font-size: 13px;
	height: 30px;
	margin: 2px 5px 0 5px;
}

.MPF_securityLabel {
	width: 156px !important;
	border: none !important;
	height: 30px !important;
	margin: 2px 5px 0 5px;	
}

.MPF_emptySecurityElement {
	width: 236px !important;
	border: none !important;
	height: 30px !important;
	font-size: 13px;
	height: 30px;
	margin: 2px 5px 0 5px;
}

#MPF_showAdvSettings {
	float: left; 
	margin: 0 0 0 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00F;
	cursor: pointer;
}

#MPF_showAdvSettings:hover {
	text-decoration: underline;
}

.MPF_sectionCont {
	width: 500px;
	float: left;
	overflow: hidden;
}

[advSetting] {
	display: none;
}

[colorCode="N"] {
	background: rgb(252, 16, 16);
	background: rgba(252, 16, 16, 0.3); 
}

[colorCode="V"] {
	background: rgb(77, 166, 255);
	background: rgba(77, 166, 255, 0.3); 
}

[colorCode="E"] {
	background: rgb(0, 230, 115);
	background: rgba(0, 230, 115, 0.4); 
}
/*============================= Projects Calendar ==============================*/

#calViewLegend {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: calc(100% - 40px);
	/* height: 50px; */
	background: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	overflow: hidden;
	z-index: 20;
	cursor: pointer;
}

.calTopBannerName {
	cursor: pointer;
}

.calTopBannerName:hover {
	text-decoration: underline;
}

.calMainCont, .calFullMainCont {
	float: left;
	width: calc(100% - 5px);
	border-radius: 5px;
	background-color: #ffffff;
	overflow: hidden;
	margin: 2.5px;
}

.calMainCont.full {
	overflow-x: scroll;
	width: calc(100% - 230px);
}

.calUsersContainer {
	float: left;
	width: 220px;
	height: 100%;
	margin: 5px 0px 5px 2.5px;
}

.calUserElement {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	position: relative;
	margin-bottom: 1px;
	border-radius: 5px;
	overflow: hidden;
	padding-left: 15px;
}

.calUserElement span {
	position: absolute;
	right: 5px;
}

.calActive {
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(51,204,0,0.75);
	-moz-box-shadow: inset 0px 0px 100px 0px rgba(51,204,0,0.75);
	box-shadow: inset 0px 0px 100px 0px rgba(51,204,0,0.75);	
}

.calUserElement:hover {
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.calFullMainCont {
	width: 1200%;
}

.calMonthCont, .calFullMonthCont, .calMonthTitle {
	float: left;
	position: relative;
	width: calc(33% - 2px);
	border: 1px solid #FFFFFF;
	overflow: hidden;
	margin: 3px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0,0.75);
}

.calMonthCont.full {
	width: calc(8.3% - 2px);
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

.calMonthTitle, .calUserTitle {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #808080;
	border: 1px solid #ffffff;
	color: #ffffff;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
}

.calMonthTitle.full {	
	text-align: left;
	padding-left: 15px;
}

.calUserTitle {
	position: relative;
	line-height: 60px;
	text-align: left;
	height: 60px;
}

.calUserTitle img {
	width: 30px;
	position: absolute;
	top: 15px;
	right: 10px;
	cursor: pointer;
}

.calDayCont, .calDayHeader, .calDayValue, .calDayNonWorking {
	float: left;
	width: 14.28%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 1px;
	border-radius: 5px;
	overflow: hidden;
}

.calDayNonWorking {
	background-color: #ccc;
}

.calDayHeader {
	color: #ffffff;
	background-color: #595959;
}

.calDayValue, .calDayValueNonWorking {
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 18px;
	font-size: 12px !important;
	font-weight: bold !important;
	background-color: #ffffff;
	color: #595959;
	position: absolute;
	top: calc(50% - 9px);
	left: calc(50% - 9px);
}

.calDayValueNonWorking {
	background-color: #ccc;
}

.calDayCont.full, .calDayHeader.full, .calDayValue.full, .calDayNonWorking.full {
	width: 60px !important;
}

.calDayValueLeft {
	width: calc(50%);
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.calDayValueRight {
	width: calc(50%);
	height: 30px;
	position: absolute;
	top: 0px;
	left: 50%;
	cursor: pointer;
}

.calDayValueLeft:hover, .calDayValueRight:hover {
	/*
	-webkit-box-shadow: inset 0px 0px 25px 0px rgba(51, 133, 255,0.75) !important;
	-moz-box-shadow: inset 0px 0px 25px 0px rgba(51, 133, 255,0.75) !important;
	box-shadow: inset 0px 0px 25px 0px rgba(51, 133, 255,0.75) !important;
	*/
	-webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0,0.75) !important;
	-moz-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0,0.75) !important;
	box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0,0.75) !important;
}

.calDayValueSelected {
	-webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0,0.75) !important;
	-moz-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0,0.75) !important;
	box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0,0.75) !important;
}

.calDayLeave {
	background-color: #B3FFB3 !important;
}

#calContextMenu {
	position: absolute;
	display: none;
	width: 160px;
	border: 1px solid #999;
	border-radius: 2px;
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 3px 0 3px 0;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	z-index: 20;
}

.calContextTitle, .calContextElement, .calContextSeperator{
	position: relative;
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 35px;
	margin: 1px 0 1px 0;
	font: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #161616;
}

.calContextElementPic {
	position: absolute;
	top: 0;
	left: 0;
	margin: 1px;
	height: 18px;
}

.calContextElement:hover {
	background-color: #80bfff;
	cursor: pointer;
}

.calContextElement{
}

.calContextSeperator{
	height: 1px;
	border-top: 1px solid #CCC;
}

.calProjectSelectCont{
	width: 870px;
	height: 330px;
	overflow-y: scroll;
}

.calProjectSelect {
	float: left;
	margin: 5px;
	width: 270px;
	height: 70px;
	border-radius: 10px;
	border: 1px solid #999;
	overflow: hidden;
	padding: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.calProjectSelect:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.calProjectSelect.selected {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(16,166,46,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(16,166,46,1);
	box-shadow: 0px 0px 10px 0px rgba(16,166,46,1);
}

.disabledContextMenuElement {
	color: #999 !important;
}

.disabledContextMenuElement:hover {
	background-color: #FFFFFF !important;
	cursor: default !important;
}

img.disabledContextMenuElement {
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	/* filter: url(desaturate.svg#greyscale); */
	
	opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
}

img.disabledContextMenuElement:hover {
	cursor: default !important;
}
/*============================================= Apply Leave Form =========================================*/
#ALF_applyLeaveDialog {
	position: relative;
}

#ALF_loadingContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba( 255, 255, 255, .8 ) 
                url(../images/loading-1.gif) 
                50% 50% 
                no-repeat;
}

#ALF_applyLeaveData {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5px;
	overflow: hidden;
}

.ALF_leaveBalances{
	float: left;
	width: calc(100% - 4px);
	height: 20px;
	border-bottom: 1px solid #CCC;
	margin: 0 0 2px 0;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.ALF_applyLeaveFormLabel{
	float: left;
	width: calc(15% - 4px);
	height: 40px !important;
	line-height: 35px !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7F7F7F;
	margin: 2px;
	padding: 2px 2px 2px 10px;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ALF_appyLeaveFormField {
	float: left;
	width: calc(35% - 4px);
	height: 40px !important;
	line-height: 40px !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin: 2px;
	padding: 2px 2px 2px 5px;
}

.ALF_textArea {
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	background-color: #f6f6f6;
	color: #454545;
	width: calc(100% - 2px);
	height: 80px;
	resize: none;
}

.ALF_input {
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 3px;
	border: 1px solid #c5c5c5;
	background-color: #f6f6f6;
	color: #454545;
	width: 320px;
	height: 35px;
	padding-left: 10px;
}

.ALF_inputHalf {
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 3px;
	border: 1px solid #c5c5c5;
	background-color: #f6f6f6;
	color: #454545;
	width: 150px;
	height: 35px;
	padding-left: 10px;
}

.ALF_applyLeaveButtonsContainer {
	position: absolute;
	width: calc(100% - 4px);
	height: 60px;
	bottom: 10px;
	left: 0px;
	border-top: 1px solid #CCC;
	background-color: #FFFFFF;
}

.ALF_info {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 45px;
	width: 900px;
}

.ALF_userName {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #666;
	margin-left: 5px;
	height: 40px;
	line-height: 40px;
}

.ALF_userName span:hover {
	text-decoration: underline;
	cursor: pointer;
}

              /*============================== Aplly Leave Calendar ========================*/
	
#ALF_CalCont {
	float: left;
	width: calc(100% - 10px);
	height: 245px;
	border-radius: 5px;
	background-color: #ffffff;
	margin: 50px 5px 15px 5px;
	padding: 0 0 0 3px;
	overflow-y: hidden;
	overflow-x: scroll;
}

.ALF_calContScroll {
	width: calc((1300% - 26px)/3);
	height: 225px;
	overflow: hidden;
}

.ALF_calMonthCont, .ALF_calMonthTitle {
	float: left;
	width: calc((100% - 42px)/13);
	border: 1px solid #ffffff;
	overflow: hidden;
	margin: 3px 3px 0 0;
	text-align: center;
	border-radius: 5px;
}

.ALF_calMonthTitle {
	width: calc(100% - 4px);
	height: 25px;
	line-height: 25px;
	background-color: #808080;
	border: none;
	color: #ffffff;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 2px 2px 0 2px;
}

.ALF_calDayCont, .ALF_calDayHeader, .ALF_calDayValue, .ALF_calDayNonWorking {
	position: relative;
	float: left;
	width: calc((100% - 16px)/7);
	height: 25px;
	line-height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 2px 0 0 2px;
	border-radius: 5px;
	overflow: hidden;
}

.ALF_calDayNonWorking {
	background-color: #ccc;
}

.ALF_calDayHeader {
	color: #ffffff;
	background-color: #808080;
}

.ALF_calDayValue, .ALF_calDayValueNonWorking {
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 18px;
	font-size: 12px !important;
	font-weight: bold !important;
	background-color: #ffffff;
	color: #595959;
	position: absolute;
	top: calc(50% - 9px);
	left: calc(50% - 9px);
	margin: 0;
}

.ALF_calDayValueNonWorking {
	background-color: #ccc;
}

.ALF_calDayValueLeft {
	width: calc(50%);
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.ALF_calDayValueRight {
	width: calc(50%);
	height: 25px;
	position: absolute;
	top: 0px;
	left: 50%;
	cursor: pointer;
}

.ALF_calDayValueLeft:hover, .ALF_calDayValueRight:hover {
	-webkit-box-shadow: inset 0px 0px 25px 0px rgba(51, 133, 255,0.75) !important;
	-moz-box-shadow: inset 0px 0px 25px 0px rgba(51, 133, 255,0.75) !important;
	box-shadow: inset 0px 0px 25px 0px rgba(51, 133, 255,0.75) !important;
}

.ALF_calDayValueSelected {
	background-color: #33cc33 !important;
}

.ALF_calDayLeave {
	background-color: #B3FFB3 !important;
}

.optContainer {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: auto;
}

.optElement {
	float: left;
	overflow: hidden;
	margin: 1px 2px 1px 2px;
	border-radius: 2px;
	border: 1px solid #333;
}

/* one item */
.optElement:first-child:nth-last-child(1) {
    width: calc(100% - 4px);
}

/* two items */
.optElement:first-child:nth-last-child(2),
.optElement:first-child:nth-last-child(2) ~ .optElement {
    width: calc(50% - 4px);
}

/* three items */
.optElement:first-child:nth-last-child(3),
.optElement:first-child:nth-last-child(3) ~ .optElement {
    width: calc(33.3333% - 4px);
}

/* four items */
.optElement:first-child:nth-last-child(4),
.optElement:first-child:nth-last-child(4) ~ .optElement {
    width: calc(25% - 4px);
}

/* five items */
.optElement:first-child:nth-last-child(5),
.optElement:first-child:nth-last-child(5) ~ .optElement {
    width: calc(20% - 4px);
}

.optLabel, .optValue {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: rgb(51, 51, 51);
	background: rgba(51, 51, 51, 0.8);
	width: 50%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	color: #ffffff;
}

.optValue {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	color: #333;
}

.optValue img {
	position: relative;
	width: 80%;
	margin: 10% 0 -10% 0;
}
			  
/*========================================================================================================*/			  
/*============================================ Employee Leaves Form ======================================*/

.legendElement {
	float: left;
	width: 150px;
	height: 30px;
	padding: 5px;
}

.legendElement.calView {
	width: 320px;
}

.legendColor {
	float: left;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
	width: 20px;
	height: 20px;
}

.legendText {
	float: left;
	margin: 0 0 0 10px;
	width: 100px;
	height: 20px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

.legendText.calView {
	width: 270px;
}

/*================== Calendar View ================*/

#ELCV_CalCont {
	float: left;
	width: calc(100% - 10px);
	height: 450px;
	border-radius: 5px;
	background-color: #ffffff;
	margin: 0 5px 15px 5px;
	padding: 30px 0 0 3px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.ELCV_calMonthCont, .ELCV_calMonthTitle {
	float: left;
	width: calc((100% - 42px)/3);
	border: 1px solid #ffffff;
	overflow: hidden;
	margin: 3px 3px 0 0;
	text-align: center;
	border-radius: 5px;
}

.ELCV_calMonthTitle {
	width: calc(100% - 4px);
	height: 25px;
	line-height: 25px;
	background-color: #808080;
	border: none;
	color: #ffffff;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 2px 2px 0 2px;
}

.ELCV_calDayCont, .ELCV_calDayHeader, .ELCV_calDayValue, .ELCV_calDayNonWorking {
	position: relative;
	float: left;
	width: calc((100% - 16px)/7);
	height: 25px;
	line-height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 2px 0 0 2px;
	border-radius: 5px;
	overflow: hidden;
}

.ELCV_calDayNonWorking {
	background-color: #ccc;
}

.ELCV_calDayHeader {
	color: #ffffff;
	background-color: #808080;
}

.ELCV_calDayValue, .ELCV_calDayValueNonWorking {
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 18px;
	font-size: 12px !important;
	font-weight: bold !important;
	background-color: #ffffff;
	color: #595959;
	position: absolute;
	top: calc(50% - 9px);
	left: calc(50% - 9px);
	margin: 0;
}

.ELCV_calDayValueNonWorking {
	background-color: #ccc;
}

.ELCV_calDayValueLeft {
	width: calc(50%);
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.ELCV_calDayValueRight {
	width: calc(50%);
	height: 25px;
	position: absolute;
	top: 0px;
	left: 50%;
	cursor: pointer;
}

/*=============*/
#ELD_leaveDetailsDialog {
	position: relative;
}

.ELD_loadingContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba( 255, 255, 255, .8 ) 
                url(../images/loading-1.gif) 
                50% 50% 
                no-repeat;
}

.leaveBalElement {
	float: left; 
	text-align: centre; 
	width: 33.33%;
	cursor: pointer;
}

#ELD_filterBox {
	position: absolute !important;
	z-index: 5 !important;
	width: 500px;
	height: 310px;
	top: 35px;
	right: 0;
	background-color: #FFFFFF;
	border-radius: 3px;
	padding: 5px;
	display: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.ELD_filterSection {
	float: left;
	width: 50%;
	padding: 5px;
	height: 270px;
}

.ELD_filterSection h1 {
	width: calc(100% - 10px);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	background: rgb(102, 102, 102);
	background: rgba(102, 102, 102, 1);
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	margin: 0;
	padding: 5px;
	overflow: hidden;
}

.ELD_filterSection h2 {
	width: calc(100% - 10px);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 2px 5px 2px 5px;
}

.ELD_filterSection h1 label, .ELD_filterSection h1 input[type='checkbox'], .ELD_filterSection h2 label, .ELD_filterSection h2 input[type='checkbox'] {
	cursor: pointer;
}

.ELD_filterButton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	width: 100px;
	margin: 0 0 0 8px;
	cursor: pointer;
}

#ELD_calViewCont {
	position: relative;
}

#ELD_calViewLegend {
	position: absolute;
	top: 5px;
	left: 20px;
	width: calc(100% - 90px);
	/* height: 50px; */
	background: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	overflow: hidden;
	z-index: 20;
}

#ELD_leaveDetailsData {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5px;
	overflow: hidden;
}

.usersList {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #666;
}

.yearFilter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #666;
}

.ELD_leaveDetailsLable {
	float: left;
	width: calc(15% - 4px);
	min-height: 25px !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7F7F7F;
	margin: 2px;
	padding: 2px 2px 2px 5px;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ELD_leaveDetailsText {
	float: left;
	width: calc(35% - 4px);
	min-height: 25px !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin: 2px;
	padding: 2px 2px 2px 5px;
}

.ELD_leaveDetailsButtonsContainer {
	position: absolute;
	width: calc(100% - 4px);
	height: 60px;
	bottom: 10px;
	left: 0px;
	border-top: 1px solid #CCC;
	background-color: #FFFFFF;
}

.ELD_rejectTextArea {
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	background-color: #f6f6f6;
	color: #454545;
	width: calc(100% - 20px);
	height: 150px;
	resize: none;
	padding: 5px;
}


.ELD_leaveDetailsApproveButton {
	width: 30%;
	height: 50px;
	border: 1px solid green;
	margin: auto;
}

.ELD_leaveDetailsRejectButton {
	width: 30%;
	height: 50px;
	border: 1px solid red;
	margin: auto;
}

.ELD_status {
	/*
	position: absolute;
	left: 10px;
	top: 10px;
	*/
	float: left;
	margin: 10px;
	height: 45px;
	width: 750px;
}

#ELD_activitiesList {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	max-height: 200px;
	font-size: 16px;
	width: 100%;
}

.ELD_statusColor {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 2px solid #666;
}

.ELD_statusDescription, .ELD_cancelRequest {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #666;
	margin-left: 5px;
	height: 40px;
	line-height: 40px;
}

.ELD_cancelRequest {
	color: #F00;
}

 /* Leave Details Calendar */
.ELD_calendarContainer {
	float: left;
	width: 100%;
	border-radius: 5px;
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.ELD_calendarMonthContainer {
	float: left;
	margin: 4px 0 0 4px; 
	width: calc((100% - 16px) / 3);
}

.ELD_calendarMonthTitle, .ELD_calendarDayTitle, .ELD_calendarDayContainer, .ELD_calendarDayWeekend, .ELD_calendarDayLeave, .ELD_calendarDayLeaveFirst, .ELD_calendarDayLeaveSecond {	
	float: left;
	height: 25px;
	line-height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #595959;
	border: 1px solid #FFFFFF;
	text-align: center;
}

.ELD_calendarMonthTitle {
	width: calc(100% - 2px);
	background-color: #7F7F7F;
	color: #FFFFFF;
	font-size: 14px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ELD_calendarDayTitle, .ELD_calendarDayContainer, .ELD_calendarDayWeekend, .ELD_calendarDayLeave, .ELD_calendarDayLeaveFirst, .ELD_calendarDayLeaveSecond {
	width: calc((100% - 2px) / 7);
}

.ELD_calendarDayTitle {
	background-color: #7F7F7F;
	color: #FFFFFF;
}

.ELD_calendarDayWeekend {
	background-color: #d9d9d9;
}

.ELD_calendarDayLeave {
	background-color: #3F3;
}

.ELD_calendarDayLeaveFirst {
	background: linear-gradient(90deg, #3F3 50%, #FFFFFF 50%);
}

.ELD_calendarDayLeaveSecond {
	
	background: linear-gradient(90deg, #FFFFFF 50%, #3F3 50%);
}

/* ================================= Project Management ==============================*/
.PMP_color {
	position: absolute;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
	border-radius: 4px;
	width: 50px;
	height: calc(100% - 8px);
	right: 4px;
	top: 4px;
	overflow: hidden;
}

.PMP_formLabel, .LOC_formLabel{
	float: left;
	width: calc(15% - 4px);
	height: 40px !important;
	line-height: 35px !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7F7F7F;
	margin: 2px;
	padding: 2px 2px 2px 10px;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.PMP_formField, .LOC_formField {
	float: left;
	width: 252px;
	height: 40px !important;
	line-height: 40px !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin: 0 2px 4px 2px;
	padding: 2px 2px 2px 5px;
}

.PMP_textArea, .LOC_textArea {
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	background-color: #f6f6f6;
	color: #454545;
	width: calc(100% - 2px);
	height: 80px;
	resize: none;
}

.PMP_input, .LOC_input, G_input {
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 3px;
	border: 1px solid #c5c5c5;
	background-color: #f6f6f6;
	color: #454545;
	width: calc(100% - 15px);
	height: 35px;
	padding-left: 10px;
}

input[type="checkbox"].PMP_input, input[type="checkbox"].LOC_input  {
	margin-left: 0px !important;
}

input[type="color"].PMP_input, input[type="color"].LOC_input {
	padding: 1px 2px 1px 2px !important;
}

.PMP_buttonsContainer, .LOC_buttonsContainer {
	position: absolute;
	width: calc(100% - 4px);
	height: 60px;
	bottom: 10px;
	left: 0px;
	border-top: 1px solid #CCC;
	background-color: #FFFFFF;
}


.PMP_disabledProject {
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(235,235,17,0.75);
	-moz-box-shadow: inset 0px 0px 100px 0px rgba(235,235,17,0.75);
	box-shadow: inset 0px 0px 100px 0px rgba(235,235,17,0.75);	
}

.PMP_addRow, .LOC_addRow {
	text-align: center !important;
	width: 100% !important;
	height: 30px;
	line-height: 20px;
	background: rgb(0, 255, 0);
	background: rgba(0, 255, 0, 0.3);
	overflow: hidden;
	border-radius: 4px;
}
/*========================= ui-icon overrides ===================================*/
.ui-icon-delete {
	background: url(../images/trashIcon.png) no-repeat !important;
	height: 25px !important;
	width: 25px !important;
	top: 17px !important;
	left: 20px !important;
	overflow: hidden !important;
}

.ui-icon-approve {
	background: url(../images/approveBTN.png) no-repeat !important;
	height: 25px !important;
	width: 25px !important;
	top: 17px !important;
	left: 17px !important;
	overflow: hidden !important;
}

.ui-icon-reject {
	background: url(../images/rejectBTN.png) no-repeat !important;
	height: 25px !important;
	width: 25px !important;
	top: 17px !important;
	left: 17px !important;
	overflow: hidden !important;
}

.ui-icon-warning {
	background: url(../images/icons/png/Warning.png) no-repeat !important;
	height: 25px !important;
	width: 25px !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	z-index: 5000;	
}


/* ======================================= iOS Switch ===============================*/

.iOS-switchCont {
	position: relative;
	float: left;
	margin: 5px;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	color: #333;
	padding: 5px;
	width: 154px;
}

.iOS-switchCont.iOS-medium {
	width: 230px !important;
}

.iOS-switchCont.iOS-wide {
	width: 300px !important;
}

.iOS-switch {
	float: right;
	width: 38px;
	height: 17px;
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
}

.iOS-switchOn, .iOS-switchOff {
	position: relative;
	left: -30px;
	width: 86px;
	height: 17px;
	background-image: linear-gradient(left, #0F3 50%, #CCC 50%);
	background-image: -o-linear-gradient(left, #0F3 50%, #CCC 50%);
	background-image: -moz-linear-gradient(left, #0F3 50%, #CCC 50%);
	background-image: -webkit-linear-gradient(left, #0F3 50%, #CCC 50%);
	background-image: -ms-linear-gradient(left, #0F3 50%, #CCC 50%);
	transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
}

.iOS-switchOn {
	left: -10px !important;
	transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
}

.iOS-switchHead {
	position: absolute;
	top: 0;
	left: calc(50% - 13px);
	width: 17px;
	height: 17px;
	background-color: #FFFFFF;
	border: 2px solid #999;
	border-radius: 2px;
}

.ui-widget {
	font-size: 15px !important;
}

.ui-button {
	margin-right: 10px !important;
}

.rpt_FormContainer {
	width: 100%;
	overflow: hidden;
}

.rpt_FormHalfContainer {
	width: 50%; 
	float: left;
}

.rpt_FormLabel{
	float: left;
	width: 110px;
	height: 40px !important;
	line-height: 35px !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7F7F7F;
	margin: 2px;
	padding: 2px 2px 2px 10px;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.rpt_FormLabel.rpt_extended {
	border-radius: 5px; 
	width: calc(100% - 10px); 
	position: relative;
}

.rpt_selectContainer {
	width: calc(100% - 10px); 
	height: 220px; 
	float: left; 
	overflow-y: scroll; 
	overflow-x: hidden;
	padding-left: 10px;
}

.rpt_selectElement {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	width: calc(100% - 10px);
	height: 20px;
	margin: 3px 0 3px 0;
	cursor: pointer;
}

.rpt_selectElement:hover {
	background-color: #FFC;
}

.rpt_FormField {
	float: left;
	width: 230px;
	height: 40px !important;
	line-height: 40px !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin: 2px;
	padding: 2px 2px 2px 5px;
}

.rpt_input {
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 3px;
	border: 1px solid #c5c5c5;
	background-color: #f6f6f6;
	color: #454545;
	width: 100%;
	height: 35px;
	padding-left: 10px;
}

.rpt_buttonsContainer {
	position: absolute;
	width: calc(100% - 4px);
	height: 60px;
	bottom: 10px;
	left: 0px;
	border-top: 1px solid #CCC;
	background-color: #FFFFFF;
}


/*========================================== Expense Report Generation ===============================*/
.fmLabel, .fmInput, .fmInputLong {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 20%;
	height: 42px;
	line-height: 40px;
	padding-left: 5px;
	margin: 0.2% 0 0 1%;
	border: 2px solid #ffffff;
	color: #ffffff;
	background: rgb(102,102,102);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.fmInput, .fmLabelLong, .fmInputLong {
	width: 28%;
	background: rgb(255,255,255);
	margin: 0 0 0.2% 0;
}

.fmLabel.long {
	width: 38% !important;
}

.fmInput.long {
	width: 58% !important;
}

.fmInputLong {
	width: 78%;
}

.fmInput input, .fmInputLong input, .fmInput select, .fmInputLong select {
	width: 98%;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
    background-color: #f6f6f6;
    color: #454545;
    height: 34px;
    padding-left: 10px;
}

.fmInput select, .fmInputLong select {
	width: 101%;
}

.fmGrid {
	float: left;
	width: 98%;
	margin: 1%;
}

.fmWarning {
	float: left;
	width: 98%;
	margin: 1%;
	background: rgb( 255, 255, 51);
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	min-height: 50px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DF0000;
	font-size: 22px;
	line-height: 50px;
}

.grRow {
	float: left;
	width: 100%;
}

.grCell, .grCol {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: calc(13px + 0.25vw);
	width: calc(98.8% / 6);
	margin: 0.1%;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
}

.grCell input, .grCell select, .grCell div {	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: calc(13px + 0.25vw);
	width: calc(99.8% - 4px);
	padding: 2px;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
    background-color: #f6f6f6;
    color: #454545;
}

.grCell select, .grCell select {
	width: 101%;
    font-size: calc(12px + 0.25vw);
}

.grCell div {
	width: 100%;
	height: 100%;
	line-height: 110%;
	text-align: center;
}

.grCell div:hover {
	background: rgb(204, 204, 204);
	background: rgba(204, 204, 204, 0.8);
	cursor: pointer;
}

.grCell div.selected {
	background: rgb(102, 255, 102);
	background: rgba(102, 255, 102, 0.8);
}

.grCell input[type=button]:hover {
	cursor: pointer;
	background: rgb(102,255,102);
	background: rgba(102,255,102,0.6);
}

.grCell input[type=button][disabled=disabled], .grCell input[type=button][disabled=disabled]:hover {
	cursor: pointer;
	color: rgba(0,0,0,0.5);
	background: rgb(255,255,255);
	background: rgba(255,255,255,1);
}

#grClear:hover {
	cursor: pointer;
	background: rgb(255,85,85);
	background: rgba(255,85,85,0.6);
}

.grCol {
	background: rgb(153,153,153);
	color: #ffffff;
	padding-left: 10px;
}

.grClearBtn {
	cursor: pointer;
    color: #606060;
    border: solid 1px #b7b7b7;
	position: absolute;
    left: 0px;
    top: 6px;
    padding: 3px 5px;
    margin: 0;
    font-size: 12px;
    line-height: initial;
    border-radius: 4px;
}

.drp_top-bar {
	padding-top: 0 !important;
}

/* =========================== back to top =======================*/
.bktpContainer {
	width: 45px;
	height: 44px;
	background: url(../images/backtotop.png) no-repeat;
	position: fixed;
	right: 25px;
	bottom: 25px;
	opacity: 0.7;
	z-index: 800;
	display: none;
}

.bktpContainer:hover {
	opacity: 0.9;
	cursor: pointer;;
}

/*=========================== Dialog Buttons ====================*/

.ELD_button, .ALF_button, .PMP_button, .LOC_button, .rpt_button {
	float: right;
	background-color: #E4E4E4;
	/*
	width: 50px;
	height: 40px;
	*/
	width: 40px;
	height: 32px;
	margin: 11px 5px 11px 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	cursor: pointer;
}

.rpt_addText {
	float: left;
	width: 60%;
	margin: 20px 5px 11px 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.ELD_button img, .ALF_button img, .PMP_button img, .LOC_button img, .rpt_button  img {
	width: 40px;
}

.ELD_button:hover, .ALF_button:hover, .PMP_button:hover, .LOC_button:hover, .rpt_button:hover {
	border-color: #09F;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}

.ELD_button:active, .ALF_button:active, .PMP_button:active, .LOC_button:active, .rpt_button:active {
	background-color: #09F;
}


/*====================================================================================*/
.listContainer {
	float: left; 
	width: calc(33.3% - 10px); 
	margin: 15px 0 0 5px; 
	height: 260px;
}
.moversContainer, .custMovers { 
	width: 100%;
	height: 203px;
	overflow-y: scroll;
}
.gallery.custom-state-active { background: #eee; }
.gallery li { float: left; width: 180px; padding: 0.4em; margin: 0.4em 0 0 0.4em; text-align: center; cursor: move; font-size: 18px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }
.gallery li h5 { float: left; margin: 2px 0 0 10px; cursor: move; background: none; border: none; }
.gallery li a { float: right; }
.gallery li a.ui-icon-zoomin { float: left; }
.gallery li figure { float: left; width: 25px; cursor: move; margin: 0; height: 25px; overflow: hidden; }
.gallery li figure img { width: 100%; }

.moversContainer.add {
	border: 2px dashed #999999;
	background-image: url(../images/icons/png/006-plus.png);
    background-repeat: no-repeat;
    background-position: center; 
	background-size: 30%;
	-webkit-filter: grayscale(100%);
	-webkit-transition: ease-in 0.2s;
	overflow: hidden;
	height: 265px;
}

.moversContainer.add:hover {
	-webkit-filter: none;
	-webkit-transition: ease-in 0.2s;
	cursor: pointer;
	border-color: #66ff66;
}

#scheduleContainer {
	padding-bottom: 20px;
}
.ui-state-highlight {
	background: #f6f6f6;
	border-color: #c5c5c5;
}

.ui-droppable-hover {
	background: #b3ccff;
}

.cust-ui-widget-header {
	margin: 0;
	padding: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: calc(100% + 2px);
}

.cust-us-slider, .cust-us-slider-val {
	width: 100%;
	height: 25px;
	text-align: center;
}

.cust-us-slider {
	width: calc(100% - 20px);
	height: 13px;
	margin: 10px;
}

.usTopBar {
	float: left;
	width: 100%;
	border-top: 1px solid #999;
}

.usTopBar input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    width: 130px;
    height: 30px;
    line-height: 30px;
    background-color: #36F;
    color: white;
    border: none;
    cursor: pointer;
    margin: 0 0 0 0;
	float: right;
	margin: 5px 10px 5px;
}

.usTopBar input:hover  {
	background-color: #39F;
	border-color: #09F;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

/*======================= Passports =======================*/

.pContainer {
	width: 95%;
	margin: 2.5%;
	padding: 2.5%;
	box-sizing: border-box;
}

.pContainer .pElement {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
	
	box-sizing: border-box;
	padding: 5px;
	float: left;
	margin: 15px 0 0 15px;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(128,128,128,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(128,128,128,1);
	box-shadow: 0px 0px 5px 0px rgba(128,128,128,1);
	border-radius: 15px;
	
	min-width: 280px;
	height: 115px;
	
}

.pContainer .pElement:hover {
	background: rgb(77, 184, 255);	
	background: rgba(77, 184, 255, 0.5);
	cursor: pointer;
}

.pContainer .pElement.add {
	border: 2px dashed #999999;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-mox-box-shadow: none;
	
	background-image: url(../images/icons/png/006-plus.png);
    background-repeat: no-repeat;
    background-position: center; 
	background-size: 30%;
	-webkit-filter: grayscale(100%);
	-webkit-transition: ease-in 0.2s;
	overflow: hidden;
}

.pContainer .pElement.add:hover {
	-webkit-filter: none;
	-webkit-transition: ease-in 0.2s;
	cursor: pointer;
	border-color: #66ff66;
}


.pContainer .pElement .pThumb, .pContainer .pElement .pName, .pContainer .pElement .pData {
	float: left;
	margin: 10px 0 0 10px;
}

.pContainer .pElement .pName {
	margin-top: 18px;
	font-weight: bold;
}

.pContainer .pElement .pThumb {
	width: 40px; height: 40px;
	overflow: hidden;
	border-radius: 40px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(128,128,128,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(128,128,128,1);
	box-shadow: 0px 0px 5px 0px rgba(128,128,128,1);
}

.pContainer .pElement .pData {
	font-size: 16px;
	clear: both;
}

.pContainer .pElement .pData:last-child {
	margin-bottom: 10px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 98%;
}

.upload-btn-wrapper:hover {
	cursor: pointer;
}

.btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: bold;
  height: 40px;
  width: 100%;
}

.btn:hover {
	cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.pDeatils .fifty {
	height: 461px;
	overflow: hidden;
}

.pDeatils .fifty.objCont {
	height: 461px;
	overflow-y: scroll;
	overflow-x: hidden;
}

progress[value] {
	/* Reset the default appearance */
	-webkit-appearance: none;
	appearance: none;
	
	width: 95%;
	height: 20px;
}

progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

sup { 
  vertical-align: text-top;
  font-size: smaller;
}

td.tableRowColumn {
	position: relative;
}
td.tableRowColumn img {
	width: 18px;
	height: 18px;
	position: absolute;
	right: calc(50% - 50px);
}


/* ===================================== Overrides ===========================*/
table, tr, td, th, thead, tbody {
	float: none !important;
}

/* html {font-size: 85% !important;} */

[data-lpignore="true"] + div[data-lastpass-infield],
[data-lpignore="true"] + div[data-lastpass-icon-root] {
    display: none !important;
}

.birthdayElement {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #666666;
	float: left;
	clear: both;	
}