@charset "utf-8";
/* CSS Document */
@import url('../../../../css/global.css') screen;

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

button, input[type="button"], input[type="submit"], a {
	cursor: pointer;
}

span {
	font-size: 1em !important;
}

.ui-widget-content {
	border: 1px solid #ddd !important;
}

.ui-widget-header {
	color:white;	
}

.menupane > .menu {
	margin: 0px;
	height: 100%;
}

.viewport_emp {
	height: 200px;
	overflow-y: auto;
}

.fade-anim{
	transition: all 0.5s ease 0s;
}

.fade-disable{
	opacity: 0.5 !important;
}

.excel-table > .excel-table-header > div > div, .excel-table > div:not(.excel-table-body):not(.excel-table-header) > div.excel-table-row-header, .excel-table > .excel-table-body > div > div.excel-table-row-header, .excel-table th {
	background-color: #00529c;
	color: white;
}

.menupane > .menu .selected, .menupane > .menu .selected td, .menupane > .menu .selected .a, .menupane > .menu .selected input, .menupane > .menu .a:hover, .menu_shortcut .selected {
	background-color: #b8e2fe;
	font-weight: bold;
	text-shadow: 0px 0px 4px white;
}

.menu_shortcut > .shortcut_item a.selected {
	background-color: #b8e2fe;
	color: black;
	padding-left: 4px;
	padding-right: 4px;
}

.header .logo {
	margin: 15px 8px 15px 20px;
	height: 84px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .emp-id-select, .blue {
	background: #00529c none repeat scroll 0 0;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #E1E1E1 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

.error {
	margin-left: 2px;
	color: red;
	display: block;
}

.error-pane,.success-pane{
	color: white;
	padding:3px;
	font-weight: bold;
}

.error-pane{
	background-color: red;
}

.success-pane{
	background-color: green;
}

.menupane > .menu .table, .menupane > .menu .item, .searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.header {
	width: 100%;
	font-size: 16px;
	background-repeat: no-repeat;
	display: table;
	height: 80px;
}

div.footer, div.header {
	background-color: #93bffe;
	color: white;
}

.notification-drag {
	background-color: #00529c;
}

div.footer {
	bottom: 0px;
	position: fixed;
}

.buttonwbs {
	width: 75px;
}

.smalltext, .smalltext td {
	font-size: 9px !important;
}

div.footer a {
	color: white;
}

div.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
	font-size: 11px;
	padding-top: 3px;
	box-shadow: 0px -1px 2px #555;
	-moz-box-shadow: 0px -1px 2px #555;
	-webkit-box-shadow: 0px -1px 2px #555;
	z-index: 200;
}

.header .logo, .header .title {
	float: left;
}

.resulticon {
	background-repeat: no-repeat;
	bottom: 76px;
	color: #000;
	display: block;
	font-size: 12px;
	height: 8px;
	left: 80px;
	line-height: 4px;
	margin: 0;
	opacity: 0.8;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 8px;
}

.inline-icon {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
}

.header .title {
	margin: 0px auto;
	padding-top: 8px;
}

.menu_shortcut {
	background: #00529c none repeat scroll 0 0;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
	min-height: 30px;
}

.fullround {
	border-radius: 3px;
}

input, select, textarea, button {
	border: none;
	border-bottom: 1px solid #aaa;
	border-radius: 2px;
	padding: 4px;
	max-width: 97%;
}

input[type="button"], input[type="submit"], button {
	background-color: #eeeeee;
	color: #6e78ca;
	font-weight: bold;
	transition: all 0.2s ease 0s;
	border: 1px solid #aaa;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover {
	background-color: #b8e2fe;
}

input.error, select.error, textarea.error {
	background-color: #D95153 !important;
	color: white;
}

.shadow, .ui-slider-handle, .ui-slider-range, .ui-datepicker {
	-webkit-box-shadow: 2px 0px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 0px 5px -1px rgba(0,0,0,0.75);
	box-shadow: 2px 0px 5px -1px rgba(0,0,0,0.75);
}

.ui-datepicker.ui-datepicker-inline {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input[readonly], textarea[readonly], input[disabled], textarea[disabled], select[disabled], button[disabled] {
	background-color: #EFEFEF;
	cursor: auto;
}

input[disabled], textarea[disabled], select[disabled], button[disabled] {
	color: #ccc;
}

.menupane > .menu .scroller {
	padding-left: 8px;
	padding-right: 8px;
}

.menupane > #home_menu .scroller {
	padding-left: 15px;
}

.menu iframe {
	width: 100%;
	border: none;
}

.menupane {
	background-position: center center;
	background-repeat: no-repeat;
}

.menupane > .menu .pane-internal-header {
	font-size: 1.5em;
}

.menupane > .menu a.pane-header-link:hover{
	color: #00529c;
	text-decoration: underline;
}

.menupane > .menu .item.back-btn a {
	height: 40px;
}

.menupane > .menu .item {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	margin: 4px;
	position: relative;
	border: none;
}

.centered {
	padding-left: 0px;
	padding-right: 0px;
}

.notify {
	position: absolute;
	bottom: 84px;
	height: 24px;
	right: 4px;
}

.notify .notify-item {
	width: 24px;
	background-color: #e17009;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 18px;
	line-height: 24px;
	text-align: center;
	color: white;
	float: left;
	margin: 0px 2px;
}

.notify .notify-item.tick, .inline-icon.tick {
	background-color: #4caf50;
}
.inline-icon {
	background-position: 50%;
	background-size: 17px;
}

.notify .notify-item.forbidden, .inline-icon.forbidden {
	background-color: #f44336;
}

.menupane > .menu .item.block {
	clear: both;
	height: auto;
	width: auto;
	float: none;
	margin-top: 8px;
}

.menupane > .menu .item.back-btn {
	height: 48px;
	width: 48px;
	margin-bottom: -18px;
}

.menupane > .menu .item .searchbox {
	color: white;
	max-width: 334px;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
}

.menupane > .menu .table {
	padding: 4px;
}

.menupane > .menu .item.block .spaced {
	height: auto;
	width: 100%;
}

.menupane > .menu .back {
	padding: 0px;
}

.menupane > .menu .back .atext {
	display: none;
}

.spaced, .menupane > .menu .a, .menupane > .menu .metro-button {
	height: 106px;
	width: 106px;
	margin-left: 0px;
	margin-right: 0px;
}

.menupane > .menu .item.block > .a {
	width: 100%;
}

.menupane > .menu .a.flat-link {
	height: auto;
	width: auto;
}

.menupane > .menu .a {

	color: white;
	font-size: 0.85em;
}

.menupane > .menu .a .atext {
	position: absolute;
	bottom: 4px;
	left: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0;
	max-width: 106px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 92px;
}

.spaced {
	vertical-align: bottom;
	padding-left: 0px;
	padding-bottom: 0px;
}

.menupane > .menu .a {
	text-align: left;
	background-position: center center;
	transition: all 0.5s ease 0s;
}

.menupane > .menu .a.back {
	background: url(../../../image/icon/back-metro.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.notification-pane .notification-row .icon {
	background-color: #00529c;
}

.notification-pane .notification-row {
	font-family: inherit;
}

.metro-item-color1, .metro-item-red {
	background-color: #f44336;
}

.metro-item-color2, .metro-item-pink {
	background-color: #e91e63;
}

.metro-item-color3, .metro-item-purple {
	background-color: #9c27b0;
}

.metro-item-color4, .metro-item-deep-purple {
	background-color: #673ab7;
}

.metro-item-color5, .metro-item-indigo {
	background-color: #3f51b5;
}

.menupane > .menu .a, .menupane > .menu .item .searchbox, .statstable, .applink-toggle:hover, .ui-widget-header {
	background-color: #00529c;
}

a {
	outline: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: none;
	background: #e17009;
	font-weight: bold;
}

.gallery-item {
	background-color: #00529c;
	color: white;
}

.metro-item-color6, .metro-item-blue {
	background-color: #2196f3;
}

.metro-item-color7, .metro-item-light-blue {
	background-color: #03a9f4;
}

.metro-item-color8, .metro-item-cyan {
	background-color: #00bcd4;
}

.metro-item-color9, .metro-item-teal {
	background-color: #009688;
}

.metro-item-color10, .metro-item-green {
	background-color: #4caf50;
}

.metro-item-color11, .metro-item-light-green {
	background-color: #8bc34a;
}

.metro-item-color12, .metro-item-lime {
	background-color: #cddc39;
}

.metro-item-color13, .metro-item-yellow {
	background-color: #ffeb3b;
}

.metro-item-color14, .metro-item-amber {
	background-color: #ffc107;
}

.metro-item-color15, .metro-item-orange {
	background-color: #ff9800;
}

.metro-item-color16, .metro-item-deep-orange {
	background-color: #ff5722;
}

.metro-item-color17, .metro-item-brown {
	background-color: #795548;
}

.metro-item-color18, .metro-item-grey {
	background-color: #9e9e9e;
}

.metro-item-color19, .metro-item-blue-grey {
	background-color: #607d8b;
}

.menupane > .menu .metro-item, .emp-id-select, .blue {
	color: white;
}

.emp-id-select {
	height: auto !important;
	width: auto !important;
}

.statstable {
	width: 334px;
}

.item-image {
	background-color: #00529c !important;
	background-position: -10px -10px !important;
	background-repeat: no-repeat !important;
	background-size: 120% auto !important;
}

.item-image-mini {
	background-position: 20px 20px !important;
	background-size: 60% auto !important;
}

.menupane > .menu .inactive {
	opacity: 0.5;
}

.ui-datepicker {
	z-index: 100 !important;
}

.nonhitlist-primary {
	display: table;
}

.nonhitlist-coll {
	float: left;
	margin: 4px;
	transition: all ease 0.5s;
}

.gallery-item .header {
	padding: 4px;
	font-weight: bold;
}

.gallery-item.no-padding {
	padding: 0px;
}

.IN {
	background-color: #09B33C;
	color: white;
}

.OUT {
	background-color: #A91600;
	color: white;
}

.nonhitlist-coll.removed {
	opacity: 0.5;
	outline: dashed 4px red;
	outline-offset: -2px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
	min-width: 0;
}

.tree-branch {
	border-left: 1px dashed gray !important;
}

.hour-header {
	background-color: #93bffe;
	color: black;
}

/* Outside Work */
#outwork_frm .inline-datepicker {
	min-height: 200px;
}

#outwork_frm .allround.container.small {
	height: 196px;
}

#outwork_frm .allround.container.small {
	box-sizing: border-box;
	margin-left: -5px;
	margin-top: -5px;
	width: 34em;
}

#outwork_frm .duration-start, #outwork_frm .duration-end {
	max-width: 30% !important;
	min-width: 30% !important;
	display: inline-block;
}
.date-header {
	background-color: #00529c;
	color: white;
}

#outwork_frm .hide-elements {
	display: none;
}

#outwork_frm .ajaxitem select {
	max-width: 35% !important;
	min-width: 35% !important;
}
#outwork_frm .ajaxitem select:last-child {
	margin-left: 5%;
}

#outwork_frm .ajaxitem {
	width: 100%;
	box-sizing: border-box;
}

/* Shift Request */
#shift_request_frm .tbl-shift-details {
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-weight: normal;
}

#shift_request_frm .tbl-shift-details tr, #shift_request_frm .tbl-shift-details td {
	border: 1px solid #ccc;
}

#shift_request_frm .tbl-shift-details td {
	padding: 2px;
}

#shift_request_frm .tbl-shift-details .highlight {
	background-color: #eee;
	font-weight: bold;
}

/* Employee */
.insurance-tbl table {
	border: 1px solid #999;
	padding: 0;
	margin-top: 10px;
	border-collapse: collapse;
	width: 100%;
}

.insurance-tbl table thead th, .insurance-tbl table tbody td {
	padding: 5px;
}

.insurance-tbl table thead th {
	font-weight: bold;
	background-color: #00529c;
	border-bottom: 1px solid #999;
	padding: 5px;
	color: white;
}

.claim-table .claimhist-header-row{
	background-color: #f6f6f6 !important;
}

.claim-table .claimhist-header-row th{
	border-bottom: 1px dotted gray;
}

/*Calendar*/
table.calendar td.holiday a.a {
	background-color: #8a0000;
}

table.calendar td.notThisMonth a.a {
	background-color: #CCC;
}

table.calendar td.today a.a {
	background-color: #00B006;
}

table.table td {
	vertical-align: top;
	text-align: left;
}

.excel-table td{
	background:white;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {

    border: none;
        border-bottom-width: medium;
    background: #93bffe;
    font-weight: bold;

}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: black;
}

.menupane > .menu .selected, .menupane > .menu .selected td, .menupane > .menu .selected .a, .menupane > .menu .selected input, .menupane > .menu .a:hover, .menu_shortcut .selected {
    color: black;
    text-shadow: none;
}

.menu_shortcut > .shortcut_item a.selected {
    background-color: transparent;
    color: white;
    font-weight: bolder;
}

@media (max-width: 767px) {
	.header .logo{
		height: 64px;
	}
}