﻿/* ************************************************* GLOBAL SELECTORS */
/* ********************** Page */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video,
ol,ul,li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	
}
html, body {
	font-family: 'Open Sans', Tahoma, sans-serif !important;
	font-size:16px;
	background: #F7F7F7;
	height: 100%;
    min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
html {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit !important;
	-moz-box-sizing: inherit !important;
	box-sizing: inherit !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/* ********************** Headings & Paragraphs */
h1,h2,h3,h4,h5,h6 {
	color: #0B283A;
	margin: 5px;
	font-weight: bold;
}
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 112.5%; }
h5 { font-size: 80%; }
h6 { font-size: 75%; }
hr {
    border: 0;
    height: 0;
    border-top: 2px solid rgba(90, 90, 90, .5);
	margin: 10px;
}
/* ********************** Links */
a {
	-webkit-transition: text-shadow .15s ease;
	-moz-transition: text-shadow .15s ease;
	transition: text-shadow .15s ease;
	color: #005EA6;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #004171;
	text-shadow: 0px 0px 1px rgba(90,90,90, .5);
	text-decoration: none;
}
a:active {
	color: #C80000;
	text-decoration: none;
}
/* ********************** Forms & Global Table */
input, select, textarea {
	font-family: 'Open Sans', Tahoma, sans-serif !important;
	font-size:16px;
	height: 32px;
	padding: 3px;
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
textarea {
	height: auto;
	min-height: 32px;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #0988BB;
	box-shadow: 0 0 2px 2px #0988BB;
}
input[disabled], select[disabled], textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded !important;
    color: #5A5A5A;
}
input[type=checkbox], input[type=radio] {
    box-shadow: none;
	width: 15px;
	height: 15px;
}
input[type=button], input[type=submit], input[type=reset] {
	box-shadow: none;
	height: auto;
	text-align: center;
}
label {
    display:inline-block;
	font-weight: bold;
}
b { font-weight: bold;}


 table { border-collapse: collapse;} 
 th, td { padding: 0;} 

/* ************************************************* GLOBAL LAYOUT ELEMENTS */
.main {
	-webkit-overflow-scrolling: touch;
	padding: 15px 0 10px;
	position: absolute;
	display: inline-block;
	overflow: auto;
	border-top-left-radius: 12px;
	box-shadow: -2px -1px 6px rgba(0,0,0, .8);
	top: 45px;
	right: 0;
	bottom: 0;
	background: #F7F7F7;
}
.globalbg, .globalbg-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0, .5);
}
.topbg {
	width: 100%;
	position: absolute;
	height: 45px;
	background-color: #fff;
/* 	box-shadow: -1px 1px 3px #888888; */
}

/* ************************************************* LOGO DIV & GRAPHIC */
.logo {
	display: inline-block;
	position: absolute;
	margin: 4px 0 0;
	height: 35px;
	width: auto;
	left: 5px;
	right: 5px;
	text-align: center;
	vertical-align: middle;
}
.logo img {
	max-height: 35px;
    max-width: 205px;
	vertical-align: middle;
	border-radius: 6px;
}
.logologon {
	display: none;
}

/* ************************************************* PAGE FOOTER */
.main-footer {
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	margin: 0;
}
.sm-main-footer {
	display: none;
}

/* ************************************************* SROLL TO TOP BUTTON */
.btn-scrolltop {
	-webkit-transition: visibility 0.3s ease,opacity 0.3s ease;
	-moz-transition: visibility 0.3s ease,opacity 0.3s ease;
	transition: visibility 0.3s ease,opacity 0.3s ease;
	opacity:0;
	visibility:hidden;
	display: inline-block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index:999;
}

/* ************************************************* MAIN MENU & NAVIGATION */
.nav-collapse {
	position: absolute;
	width: 100%;
	top: 58px;
	left: 0;
}
.nav-collapse ul {
	position: absolute;
	display: block;
	width: 100%;
	list-style: none;
	border-top: 1px solid rgba(255,255,255, .1);
}
.nav-collapse li {
	width: 100%;
}
.nav-collapse a {
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background .2s ease, color .2s ease, text-shadow .2s ease;
	-moz-transition: background .2s ease, color .2s ease, text-shadow .2s ease;
	transition: background .2s ease, color .2s ease, text-shadow .2s ease;
	text-shadow: 1px 1px rgba(0,0,0, .5);
	border-bottom: 1px solid rgba(0,0,0, .2);
	border-top: 1px solid rgba(255,255,255, .2);
	display: block;
	padding: 7px 1px 4px;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	background: transparent;
}
.nav-collapse a:hover { background: rgba(200,200,200, .3); text-decoration: none; color: #F5F5F5; text-shadow: 2px 2px rgba(0,0,0, .8);}
.nav-collapse a:active { position: relative; top: 1px;}
.nav-collapse .active a { color: #fff; font-weight: bold; background: rgba(0,0,0, .3) }
.nav-collapse li:first-child a { border-top: 0 }
.nav-collapse li:last-child a { border-bottom: 0 }

/* ************************************************* DROPDOWN MENU & BUTTONS */
/* ********************** Dropdown button groups & buttons */
.drop-grp, .drop-grp-top {
	position: relative;
	display: inline-block;
}
.drop-grp-top {
	margin: 4px 0 6px;
}
.drop-btn, .drop-btn-topmenu {
	-webkit-transition: background .2s ease, color .2s ease, text-shadow .2s ease;
	-moz-transition: background .2s ease, color .2s ease, text-shadow .2s ease;
	transition: background .2s ease, color .2s ease, text-shadow .2s ease;
	outline-width:0;
	text-shadow: 1px 1px rgba(0,0,0, .5);
	font-weight: bold;
	padding:8px 20px;
	border-radius: 8px;
	cursor: pointer;
	background: rgba(90,90,90, .7);
	color:#ffffff;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.drop-btn-topmenu {
	padding: 2px 0 0;
	border: 2px solid rgba(0,0,0, .3);
	font-size: 15px;
	height: 35px;
	width: 75px;
}
.drop-btn:hover, .drop-btn-topmenu:hover  { background: rgba(90,90,90, .9); color:#ffffff; text-shadow: 2px 2px rgba(0,0,0, .8);}
.drop-btn:focus, .drop-btn-topmenu:focus { outline-width: 0; background: rgba(90,90,90, 1); color:#ffffff; text-shadow: 1px 1px rgba(0,0,0, .5);}
.drop-btn:active, .drop-btn-topmenu:active { position: relative; top: 1px;}

.drop-grp-userlogon, .drop-grp-back, .drop-grp-nav, .drop-grp-settings {
	display: none;
	position: relative;
}
/* ********************** Dropdown menu */
.dropdown-menu {
	-webkit-transition: visibility 0s linear 0.2s,opacity 0.1s linear;
	-moz-transition: visibility 0s linear 0.2s,opacity 0.1s linear;
	transition: visibility 0s linear 0.2s,opacity 0.1s linear;
	display: inline-block;
	position: absolute;
	opacity:0;
	visibility:hidden;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	text-align: left;
	min-width: 200px;
	padding: 0 0 1px;
	margin: 0px;
	font-size: 16px;
	list-style: none;
	background-color: #fff;
	border: 2px solid rgba(0, 0, 0, .5);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: -1px 1px 3px #888888;
}
.dropdown-menu.pull-up {
	top: auto;
	bottom: 100%;
	min-width: 10px;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 0;
	overflow: hidden;
	background-color: #D7D7D7;
}
.dropdown-menu > li > a, .dropdown-username {
	-webkit-transition: background .2s ease, color .2s ease;
	-moz-transition: background .2s ease, color .2s ease;
	transition: background .2s ease, color .2s ease;
	display: block;
	padding: 3px 5px;
	clear: both;
	font-weight: normal;
	color: #414141;
	white-space: nowrap;
}
.dropdown-sm-only {
	display: none;
}
.dropdown-username {
	text-align: center;
	padding: 8px 5px;
	font-weight: bold;
	cursor: default;
	border-bottom: 3px solid #D7D7D7;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background: #E9F2E1; /* fallback */
	background: RGBA(162,200,128, .2);
	color: #0B303A;
	text-decoration: none;
/* 	background-color: #ECEFF0; */
	text-shadow: 1px 1px rgba(0,0,0, .2);
}
.open > .dropdown-menu {
	visibility:visible;
	opacity: 1;
	transition-delay:0s;
}
.dropdown-toggle:focus { outline: 0;}

/* ************************************************* ACCORDION DROPDOWN MENU */
.ac-menu-link {
	display: block;
	text-align: left;
	padding: 5px;
	border-radius: 8px;
	background-color: #EBEBEB;
	border: 2px solid rgba(0,0,0, .1);
	margin-top: 7px;
	font-weight: bold;
	color: #4B4B4B;
	text-shadow: 1px 1px rgba(255,255,255, .9);
	-webkit-transition: color .15s ease, text-shadow .15s ease, background-color .15s ease;
	-moz-transition: color .15s ease, text-shadow .15s ease, background-color .15s ease;
	transition: color .15s ease, text-shadow .15s ease, background-color .15s ease;
}
.ac-menu-link:hover { text-shadow: 1px 1px rgba(255,255,255, .9); color: #000000; background-color: #E1E1E1;}
.ac-menu-link:active { position: relative; top: 1px;}
.ac-menu-link:active { background-color: #D2D2D2; color:#C80000;}
.ac-menu {
	display: block;
	opacity:1;
	visibility:visible;
	height: auto;
	text-align: left;
	list-style: none;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.ac-menu > li > a {
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	transition: background .2s ease;
	display: block;
	padding: 4px;
	border-radius: 5px;
}
.ac-menu > li > a:hover {
	background-color: #F5F5F5;
}

/* ************************************************* MESSAGES / ALERTS ON TOP OF PAGE */
.msg-info, .msg-emp, .msg-job, .msg-tmp {
	display: inline-block;
	overflow: hidden;
	min-height: 10px;
	min-width: 50px;
	margin: 0 0 5px;
	max-width: 800px;
	border: 2px solid rgba(0,0,0, .3);
	border-radius: 10px;
	padding: 5px;
}
.msg-info {
	background-color: #FFFFFF;
}
.msg-emp {
	background-color: #BDE5F8;
}
.msg-job {
	background-color: #64FF64;
}
.msg-tmp {
	background-color: #C80000;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

/* ************************************************* CALENDAR FORMATTING */
.cal-day {
	border: 1px solid #B4B4B4;
	-webkit-transition: background .1s ease;
	-moz-transition: background .1s ease;
	transition: background .1s ease;
}
.cal-day:hover {
	background: #E9F2E1;
}

.cal-daynum {
	-webkit-transition: background .1s ease;
	-moz-transition: background .1s ease;
	transition: background .1s ease;
	width: 25px;
	height: 20px;
	background:#FFFFFF;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.cal-daynum:hover {
	background:#D3E6C4;
}
.cal-daynumb {
	border-right: 2px solid #828282;
	border-bottom: 2px solid #828282;	
}

/* ************************************************* MANAGER/OPERATIONS DASHBOARD ALERTS */
.dashalert {
	vertical-align: middle;
	overflow:hidden;
	font-weight: bold;
	margin: 7px 0 0;
	cursor: default;
	border-radius: 8px;
	border: 3px solid rgba(90,90,90, .3);
}
.dashalert:hover { text-shadow: 1px 1px rgba(255,255,255, .9); color: #000000;}
.dashalert:active { position: relative; top: 1px;}
.dashalert-wrap {
	display: table;
	width: 100%;
	background-color: transparent;
}
.dashalert-title {
	display: table-cell;
	font-size: 14px;
	text-align: left;
	padding: 5px;
	width: auto;
	vertical-align: middle;
}
.dashalert-num {
	display: table-cell;
	font-size: 22px;
	text-align: right;
	white-space: nowrap;
	padding: 5px;
	width: 60px;
	vertical-align: middle;
}
.R, .Y, .G {
	-webkit-transition: color .15s ease, text-shadow .15s ease, background .15s ease;
	-moz-transition: color .15s ease, text-shadow .15s ease, background .15s ease;
	transition: color .15s ease, text-shadow .15s ease, background .15s ease;
	color: #4B4B4B;
	text-shadow: 1px 1px rgba(255,255,255, .5);
}

.R {	background:#FAD2D2;}
.Y { background:#FFF38E;}
.G { background:#DCEAD0;}
.R:hover { background:#F8BABA; color: #000000; text-shadow: 1px 1px rgba(255,255,255, .9)}
.Y:hover  { background:#FEEA7A; color: #000000; text-shadow: 1px 1px rgba(255,255,255, .9)}
.G:hover  { background:#CEE2BE; color: #000000; text-shadow: 1px 1px rgba(255,255,255, .9)}

/* ************************************************* LAYOUT PANELS */
.panel {
	display: inline-block;
	overflow: hidden;
	min-height: 10px;
	min-width: 50px;
	margin: 15px 0 5px;
}
.panel-header {
	position: relative;
	background: transparent;
	overflow: hidden;
	padding: 8px;
	border-left: 2px solid #C8C8C8;
	border-top: 2px solid #C8C8C8;
	border-right: 2px solid #C8C8C8;
	border-radius: 10px 10px 0 0;
	text-align: left;
	min-width: 50px;
}
.panel-header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(245,245,245, .8);
}
.panel-header-title {
	position: relative;
	font-weight: bold;
	color: #282828;
	text-shadow: 1px 1px rgba(255,255,255, .9);
	display: inline-block;
	border-radius: 3px;
}
.panel-body {
	background-color: #FCFCFC;
	padding: 15px;
	border-top: 1px solid #C8C8C8;
	border-right: 2px solid #C8C8C8;
	border-bottom: 2px solid #C8C8C8;
	border-left: 2px solid #C8C8C8;
	border-radius: 0 0 10px 10px;
	min-height: 10px;
	min-width: 50px;
	text-align: center;
}
.panel-no-header {
	border-radius: 10px;
	border-top: 2px solid #C8C8C8;
}
.scroll-cont {
	overflow: auto;
	padding: 5px;
	text-align; center;
}
.no-grid-cont {
	padding: 3px 5px;
	text-align: center;
}

/* ************************************************* FILTER ROWS */
.filter-row {
	white-space: nowrap;
	cursor: pointer;
	font-size: 15px;
}
.filter-row img {
	width: 15px;
	height: 13px;
}
.filter-row:hover {
	background: #E9F2E1; /* fallback */
	background: RGBA(162,200,128, .2);
}


/* ****************************************************************************************** SM - SMALL SCREEN LAYOUT ELEMENTS IN LANDSCAPE & PORTRAIT(<768 pixels) */
@media screen {
.printonly{
	display:none !important;
}
}

@media screen and (max-width: 767px) {
html, body {
	font-size:15px;
}

/* ************************************************* FORM ELEMENTS */
input, select, textarea {
	font-size:16px;
	height: 36px;
}

/* ************************************************* GLOBAL LAYOUT ELEMENTS */
.main {
	-webkit-overflow-scrolling: auto;
	box-shadow: 0 0 5px rgba(0,0,0, .8);
	padding: 2px 0 10px;
	border-radius: 0;
	position: relative;
	width: 100%;
	overflow: hidden;
	top: -1px;
    min-height: -moz-calc(100% - 57px);
    min-height: -webkit-calc(100% - 57px);
    min-height: calc(100% - 57px);
}
.topbg {
	height: 40px;
}

/* ************************************************* LOGO DIV & GRAPHIC */
.logo {
	height: 32px;
}
.logo img {
	max-width: 120px;
	max-height: 32px;
}

/* ************************************************* PAGE FOOTER */
.main-footer {
	display: none;
}
.sm-main-footer {
	display: block;
	position: relative;
	color:#ffffff;
	font-size: 10px;
	text-align: center;
	text-shadow: 1px 1px rgba(0,0,0, .5);
	margin-top: -4px;
}
.main-footer-text {
	border-radius: 3px;
	background: rgba(90,90,90, .5);
	padding: 0 5px 0 5px;
}

/* ************************************************* SROLL TO TOP BUTTON */
.btn-scrolltop {
	bottom: 20px;
	right: 20px;
}

/* ************************************************* MAIN MENU & NAVIGATION */
.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	display: inline-block;
	top:2px;
	overflow: hidden;
}
.nav-collapse.opened {
	max-height: 9999px
}
.nav-collapse ul {
	position: static;
}
.nav-toggle:before { content: url('../images/h-sm.png');}
.nav-toggle.active:before { content: url('../images/x-sm.png');}
.nav-toggle.active:focus { background: rgba(90,90,90, .8);}

/* ************************************************* DROPDOWN MENU & BUTTONS */
/* ********************** Dropdown button groups & buttons */
.drop-grp-nav {
	display: inline-block;
}
.drop-btn-topmenu {
/* 	font-size: 15px; */
	height: 32px;
	width: 65px;
}
.drop-btn-username {
	display: none;
}
.dropdown-menu > li > a {
	padding: 6px 5px;
}
.dropdown-sm-only {
	display: list-item;
}

/* ************************************************* ACCORDION DROPDOWN MENU */
.ac-menu-link {
	padding: 8px;
	margin-top: 10px;
}
.ac-menu > li > a {
	padding: 6px;
}

/* ************************************************* MESSAGES / ALERTS ON TOP OF PAGE */
.msg {
	max-width: 100%;
}

/* ************************************************* MANAGER/OPERATIONS DASHBOARD ALERTS */
.dashalert {
	font-size: 12px;
	margin: 3px 0 3px 0;
}
.dashalert-title {
	padding: 3px;
}
.dashalert-num {
	padding: 3px;
}

/* ************************************************* LAYOUT PANELS */
.panel {
	margin: 3px 0 3px;
	min-width: 50%;
	max-width: 100%;
/* 	min-width: 100%; */
}
.panel-body {
	padding: 5px 0 10px;
}
.panel-header {
	font-size: 14px;
	padding: 5px 8px 5px;
}
}


/* ****************************************************************************************** SML - SMALL SCREEN LAYOUT ELEMENTS IN LANDSCAPE ONLY(>430px and <768px) */
@media screen and (min-width: 431px) and (max-width: 767px) {
/* ************************************************* MANAGER/OPERATIONS DASHBOARD ALERTS */
.dashalert {
	display: inline-block;
	width: 45%;
	margin-right: 5px;
}
}


/* ****************************************************************************************** SMP - SMALL SCREEN LAYOUT ELEMENTS IN PORTRAIT ONLY (<431px) */
@media screen and (max-width: 430px) {
.panel {
	width: 100%;
	max-width: 100% !important;
}
}


/* ****************************************************************************************** XSM - EXTRA EXTRA SMALL SCREEN (<276 pixels) */
/* Only for removing top logo to prevent overlap with top buttons */
@media screen and (max-width: 275px) {
.logo {
	display: none;
}
}


/* ****************************************************************************************** MD - MEDIUM SCREEN LAYOUT ELEMENTS (768-1024 pixels) */
@media screen and (min-width: 768px) {
body {
	overflow-y: hidden;
}

/* ************************************************* GLOBAL LAYOUT ELEMENTS */
.main {
	overflow: auto;
	width: auto;
	left: 40px;
	padding: 10px 0 10px;
}

/* ************************************************* LOGO DIV & GRAPHIC */
.logo {
	left: 45px;
}

/* ************************************************* PAGE FOOTER */
.main-footer {
	display: none;
}

/* ************************************************* MAIN MENU & NAVIGATION */
.nav-collapse {
	width: 215px;
}

/* ************************************************* DROPDOWN MENU & BUTTONS */
/* ********************** Dropdown button groups & buttons */
.drop-grp-back {
	margin-left: 45px;
}
}


/* ****************************************************************************************** LG - LARGE SCREEN LAYOUT ELEMENTS (>1024 pixels) */
@media screen and (min-width: 1025px) {
/* ************************************************* GLOBAL LAYOUT ELEMENTS */
.main {
	left: 215px;
	padding: 20px 0 10px;
}

/* ************************************************* LOGO DIV & GRAPHIC */
.logo {
	left: 5px;
	width: 205px;
	text-align: left;
}

/* ************************************************* PAGE FOOTER */
.main-footer {
	position: fixed;
	display: inline;
	left: 40px;
	bottom: 3px;
}

/* ************************************************* DROPDOWN MENU & BUTTONS */
/* ********************** Dropdown button groups & buttons */
.drop-grp-back {
	margin-left: 220px;
}
}


/* ****************************************************************************************** PR - PRINTING ELEMENTS */
@media print {
.printonly{
	
}
body * {
	visibility: hidden !important;
	height: auto !important;
}
.printable, .printable * {
	visibility: visible !important;
	overflow: visible !important;
}
.printable, .panel, .panel-body, .scroll-cont {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
	width: 100% !important;
	height: auto !important;
	overflow: visible !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background: #FFFFFF !important;
	float: none !important;
}
.noprint{
	display:none !important;
}


}

