﻿/* ************************************************* 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;
	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;}
.b { font-weight: bold;}
i{
  font-style: italic;
}

 table { border-collapse: collapse;}
 th, td { padding: 0;}

/* ************************************************* GLOBAL LAYOUT ELEMENTS */


.chking { background-color:var(--chking-color) !important;}
.chkerr { background-color:var(--chkerr-color) !important;}
.chkok { background-color:var(--chkok-color) !important;}

.bxchking{
box-shadow: 0 1px 4px var(--grey-colora), 0 0 40px var(--chking-colora) inset;
}
.bxerr{
box-shadow: 0 1px 4px var(--grey-colora), 0 0 60px var(--chkerr-colora) inset;
}
.bxok{
box-shadow: 0 1px 4px var(--grey-colora), 0 0 60px var(--chkok-colora) inset;
}
.bxgrey{
box-shadow: 0 1px 4px var(--grey-colora), 0 0 40px var(--grey-colorb) inset;
}
.bxwrn{
box-shadow: 0 1px 4px var(--grey-colora), 0 0 40px var(--Pending-color) inset;
}


.actdocbox{

	padding:  5px 3px 0px 3px;
 	margin:0px 0px 3px 0px;

}
.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;
	padding:0;
}
.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;
	margin-left: 0px;
    padding-left: 0px;
}
.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;
	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;
	font-weight: bold;
}
.dashalert-num {
	display: table-cell;
	font-size: 22px;
	text-align: right;
	white-space: nowrap;
	padding: 5px;
	width: 60px;
	vertical-align: middle;
	font-weight: bold;
}
.R, .Y, .G, .W {
	-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)}
.W:hover  { 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-header-title1 {
	position: relative;
	font-weight: bold;
	color: var(--phtc);
	text-shadow: 1px 1px var(--phdc);
	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;
}
}

.reset{
	background:initial;
	border:initial;
	bottom:initial;
	clear:initial;
	cursor:initial;
	/* didn't really know what the default for display should be*/
	/*display:inline;*/
	float:initial;
	font-family:initial;
	font-size:initial;
	font-style:initial;
	font-weight:initial;
	height:initial;
	left:initial;
	letter-spacing:initial;
	line-height:initial;
	max-height:initial;
	max-width:initial;
	min-height:initial;
	min-width:initial;
	overflow:initial;
	position:initial;
	right:initial;
	text-align:initial;
	text-decoration:initial;
	text-indent:initial;
	text-transform:initial;
	top:initial;
	visibility:initial;
	white-space:initial;
	width:initial;
	z-index:initial;

}






/* ****************************************************************************************** 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;
}


}


.doodlePad{

	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	padding: 16px;
}

.doodlePad-body {
	width: 400px;
	height: 80px;
	margin: auto;
	border: 1px solid var(--grey-colorb);
}
.doodlePad-canvasbox {
    border-top: 1px solid var(--grey-colorb);
    margin: 3px -18px 6px -18px;
    padding-top: 3px;
}

.doodlePad-canvas {
	width: 400px;
    height: 80px;
    border-radius: 1px;
    border-color: var(--grey-colorb);
    border-style: solid;
    border-width: 1px;
    background-color: white;
}
.doodlePad-footer {
	color: var(--grey-color);
    text-align: center;
	font-size: 1.2em;
	margin-top: 8px;
}
.doodlePad-actions {

}
.actRowHeader {
	color: #0B283A;
	margin: 5px;
	font-weight: bold;
	font-size: 115%;
	word-wrap: break-word;
	white-space: pre-wrap;
	word-break: break-word; 
}

@keyframes rotation2{
			from {
			transform: rotate(360deg);
		  }
		  to {
			transform: rotate(0deg);
		  }
		}

/* -------- flexible size icon classes -------*/
/* Requires empty container div that dictactes size */
/* Recommend using i-XX family of width/height classes (i-20, i-30, ect) */
		.icon-edit{}
		.icon-edit:after{
			content:"";
			display:block;
			background-image:url(../Images/p_g.png);
			background-position:50% 50%;
			background-size: 100% 100%;
			background-repeat:no-repeat;
			height:100%;
			width:100%;
		}
		
		
		.icon-wait{}
		.icon-wait:after{
			content:"";
			display:block;
			background-image:url(../Images/72.png);
			background-position:50% 50%;
			background-size: 100% 100%;
			background-repeat:no-repeat;
			animation: rotation2 2s infinite linear;
			height:100%;
			width:100%;
		}

		.icon-warn{}
		.icon-warn:after{
			content:"";
			display:block;
			background-image:url(../Images/25.png);
			background-position:50% 50%;
			background-size: 100% 100%;
			background-repeat:no-repeat;
			height:100%;
			width:100%;
		}

		.icon-err{}
		.icon-err:after{
			content:"";
			display:block;
			background-image:url(../Images/115.png);
			background-position:50% 50%;
			background-size: 100% 100%;
			background-repeat:no-repeat;
			height:100%;
			width:100%;

		}
		.icon-ok{}
		.icon-ok:after{
			content:"";
			display:block;
			background-image:url(../Images/101.png);
			background-position:50% 50%;
			background-size: 100% 100%;
			background-repeat:no-repeat;
			height:100%;
			width:100%;
		}

		.icon-edit-drk{}
		.icon-edit-drk:after{
			content:"";
			display:block;
			background-image:url(../Images/p_g.png);
			background-position:50% 50%;
			background-size: 100% 100%;
			background-repeat:no-repeat;
			height:100%;
			width:100%;
		}


/* -------- fixed size icon classes 25px -------*/
/* No empty container Div needed can be added on to existing division*/

		/* --- Check Box Icons --- */
		.icon-cbnc-b{}
		.icon-cbnc-b:before{
			content:"\0000a0";
			display:inline-block;
			background-image:url(../Images/cbnc.gif);
			background-position:0px 3px;
			background-repeat:no-repeat;
			min-width:20px;
		}

		.icon-cbc-b{}
		.icon-cbc-b:before{
			content:"\0000a0";
			display:inline-block;
			background-image:url(../Images/cbc.gif);
			background-position:0px 3px;
			background-repeat:no-repeat;
			min-width:20px;
		}

		.icon-cbex-b{}
		.icon-cbex-b:before{
			content:"\0000a0";
			display:inline-block;
			background-image:url(../Images/cbex.gif);
			background-position:0px 3px;
			background-repeat:no-repeat;
			min-width:20px;
		}


		.icon-wait-b{}
		.icon-wait-b:before{
			content:"\0000a0";
			display:table-cell;
			background-image:url(../Images/72.png);
			background-position:0px 0px;
			background-size: 25px 25px;
			background-repeat:no-repeat;
			height:25px;
			width:30px;
			min-width:25px;
		}

		.icon-warn-b{}
		.icon-warn-b:before{
			content:'\0000a0';
			display:table-cell;
			background-image:url(../Images/25.png);
			background-position:0px 0px;
			background-size: 25px 25px;
			background-repeat:no-repeat;
			height:25px;
			width:30px;
			min-width:25px;

		}

		.icon-err-b{}
		.icon-err-b:before{
			content:'\0000a0';
			display:table-cell;
			background-image:url(../Images/115.png);
			background-position:0px 0px;
			background-size: 25px 25px;
			background-repeat:no-repeat;
			height:25px;
			width:30px;
			min-width:25px;


		}
		.icon-ok-b{}
		.icon-ok-b:before{
			content:"\0000a0";
			display:table-cell;
			background-image:url(../Images/101.png);
			background-position:0px 0px;
			background-size: 25px 25px;
			background-repeat:no-repeat;
			height:25px;
			width:30px;
			min-width:25px;


		}

.dp_warn {
	padding:3px;
	margin-left:3px;
	margin-top:3px;
	border:thin solid #F90;
	border-radius:5px;
}
.dp_warn_img {
	width:25px;
}

.tc_inbtn
{
	height:50px !important;
	width:70px !important;
	background-color:var(--bci-color);
}
.tc_outbtn
{
	height:50px !important;
	width:70px!important;
	background-color:var(--bco-color);
}

/* -------- Mo Object Classes -------*/

/* ----- Mo TxtArea Object ----*/
.txtarea-d{
	white-space:pre-wrap; 
}


/* -------- End Mo Object Classes -------*/


/* -------- Dynamic Table for Mobile Phones -------*/
/* -- 1. Add dynamicTable to <table> or div with class dsp-t  --*/
/* -- 2. Add attribute "data-th" to data cells to note what label the cells should have  --*/
/* -- 3. Watch the magic happen  --*/

.dynamicTable{
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #DDEEEE;
	border-spacing: 0;
	margin: auto;
	cursor: default;
}

.dynamicTableSmallDisplayOnly{display:none !important;}
.dynamicTableLargeDisplayOnly{display:inline-block !important;}

@media screen and (max-width: 416px) {

	.dynamicTable{
			min-width:100px;
	}

	/* -------- Use with Divisions and Shortcuts "dsp-" family of classes  -------*/

	.dynamicTable .dsp-thg{display:none !important;}

	.dynamicTable .dsp-tr{
		border-bottom: solid 4px #b4b4b4;
	}

	.dynamicTable .dsp-tc{
		display:block !important;
		text-align:left !important;
		padding-top:2px;
		padding-bottom:2px;
		border:none !important;
	}

	.dynamicTable .dsp-tc[data-th]:before{
		content:attr(data-th)":\A";
        font-weight:bold;
	}

	/* -------- Use with <table> family tags  -------*/

     .dynamicTable th{display:none !important;} 
	 
	 .dynamicTable tr{
		border-bottom: solid 4px #b4b4b4;	
	 }
	 
	 .dynamicTable td{
		display:block;
		text-align:left !important;
		border:none !important;
	 }
	 .dynamicTable td[data-th]:before{
			content:attr(data-th)": ";
            font-weight:bold; display: inline-block;
	 }

	 /* -------- Use with <table> family tags  -------*/

	.dynamicTableSmallDisplayOnly{display:inline-block !important;}
	.dynamicTableLargeDisplayOnly{display:none !important;}

}

.rst_warn {
	padding:3px;
	margin-left:3px;
	margin-top:3px;
	border:thin solid #F90;
	float:left;
	min-height: 21px;
	border-radius:5px;
}
.rst_err{
	padding:3px;
	margin-left:3px;
	margin-top:3px;
	border:thin solid #C80000;
	float:left;
	width:408px;
	min-height: 21px;
	border-radius:5px;
}

.rst_allow{
	padding:3px;
	margin-left:3px;
	margin-top:3px;
	border:thin solid #44834D;
	float:left;
	width:408px;
	min-height: 21px;
	border-radius:5px;
}
.mobx
{
	margin-bottom:20px;
	border-width:5px !important;
}


.BcoE
{
	border: 3px solid var(--bco-color) !important;	
}
.BciE, .BcjE{
	border: 3px solid var(--bci-color) !important;
}
.BcoE, .BciE, .BcjE{
	background-color: white!important;
	color: #000000!important;
	text-shadow:1px 1px #e6e6e6;
}

.BcoD, .BciD, .BcjD{
	background-color:var(--grey-color)!important;	
    border: 2px solid rgba(0,0,0, .3)!important;
	text-shadow: 1px 1px rgba(0,0,0, .5);
	color: #ffffff!important;
}
.BcoE, .BciE, .BcjE, .BcoD, .BciD, .BcjD{
	
    
    min-height: 109px!important;
    min-width: 220px!important;
    padding: 0px!important;
    margin: 0 0 0 0 !important; 
    outline-width: 0;
    font-size: 15px;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
	font-weight: bold;    
}
.biod1
{
	width:99%;
	min-width:104px;
	display:inline-flex !important;
}
.biod2
{
	width:25%;	
	background: radial-gradient( #ffffff77, transparent 65%);
}
.biod2:hover { filter: brightness(.8); text-shadow: 2px 2px rgba(0,0,0, .9); color: #ffffff;}
.biod2:active { filter: brightness(1.2);}

.bioi
{
	width:50px;
	height:58px;
	pointer-events:none;
}	
.biod2b
{
	border-left:2px solid rgba(0,0,0, .3)!important;
}	

.us_grp
{

    font-size: large;
    font-weight: bold;
    padding: 3px;
   	background-color:var(--bgcolor_light);
}
.us_d
{
	width: 90%;
    margin: 0 auto;
	margin-top:3px;
	padding-bottom:10px; 	
}

.us_main
{
 background-color:white;
 margin:-5px	
}
.us_qtext
{
	padding:3px;
	
}
.us_scale
{
	width: 100%;   
    border-left: thin var(--bgcolor_dark) solid;
    border-top: thin var(--bgcolor_dark) solid;
}
.us_scaler
{	
	
}
.us_scalehr
{
	background-color:var(--bgcolor_light);
	border-right: thin var(--bgcolor_dark) solid;   
    border-bottom: thin var(--bgcolor_dark) solid;

}
.us_scaleh
{
	
	border-bottom:thin gray solid;
	text-align:center;	
}
.us_scalec
{
text-align:center;
border-right: thin var(--bgcolor_dark) solid;   
    border-bottom: thin var(--bgcolor_dark) solid;
    padding-bottom:6px;
}

.us_hl
{
	
	height:2px;
	width:100%;
	background-color:var(--bgcolor_light);

}

.us_memo
{
	
}
.us_memota
{
    width: 100%;
    height: 60px;	
}

 /* -------- Dashboard Style  -------*/
 
 .dashboard{
	display:flex;
	flex-direction:column;
	flex-grow:1;
	background-color:#FCFCFC;  
 }
 
 .dashboard-txt{
	width:250px; 
	max-width:300px;
	height:225px;
 }
 
.dashboard-list{
	min-width:250px; 
}
 
  .dashboard .txt{
	 align-items:center;
 }
 
.dbNorm{
	height:225px; 
 }
 
.dbExpnd{
	 height: 100%; 
 }
 
 
 .dashboard .list{
	 align-items:flex-start;
	 flex-direction:column; 
 }
 
 .dash-title{
	overflow:hidden; 
	text-align:center;  
	min-height:32px;
	display:flex; 
	align-items:center;
	justify-content:center;
	padding: 10px;
	border-left:1px solid #C8C8C8;
	border-top:1px solid #C8C8C8;
	border-right:1px solid #C8C8C8;
	border-radius: 10px 10px 0px 0px; 
 }
 
 
 .dash-body{
	border: 1px solid #C8C8C8;
	border-radius: 0px 0px 10px 10px; 
	height:100%;
	display:flex; 
	padding:3px; 
	position:relative;
	min-width:0px;
	overflow:hidden;	
 }
 
 .dash-text{
	flex-grow:1;
	width:100%; 
	padding-left:0px;
 }
 
 .itm:nth-child(even){
	 background-color:#E6E6E6; 
 }
 
  .dash-text .lg {
	font-size: 40px;
	border-bottom: 2px solid #C8C8C8;
	margin: 10px;
 }
 
  .dash-text .sm {
	margin: 5px;
	
 }
 
 .dash-text .itm{
	 display:flex;
	 padding:3px; 
	 margin-left:3px;
	 margin-right:3px;
	 white-space: nowrap
 }

 
 .itm .txt {
	 
 }
 
 .itm .val {
	 padding-left:10px;
 }
 
 .dash-info{
	position:absolute; 
	bottom:1px;
	right:3px; 
	background-color: #505050;
	height:20px;
	width:20px;
	border-radius: 50%;
 }
 
 .dashboard .footer{
	overflow:hidden; 
	text-align:center;  
	min-height:23px;
	display:flex; 
	align-items:center;
	justify-content:center;
	width:100%; 
	border-top:1px solid #C8C8C8;
	position:absolute; 
	bottom:0px;
	right:0px;
 }
 
 .dashboard .dot {
  height: 5px;
  width: 5px;
  background-color: #505050;
  border-radius: 50%;
  display: inline-block;
  margin-left:5px; 
  margin-right:5px; 
}

.dash-tt{
	background-color: #6bb5d0; 
}

.squireui1 {
	text-align: center;
	width: 30px; 
	height: 30px;
}
.squireui2 {
	text-align: center;
	border-right: 1px solid #C0C0C0;
	padding-left:6px;
	padding-right:6px;
	
	
}

.squireui4 {
	text-align: center;
	padding-left:6px;
	padding-right:6px;
	
	
}

.squireui3 {
	text-align: center;
	border-right: 1px solid #C0C0C0;
	width: 30px; 
	height: 30px;

}
.squireui5 {
	background-color:white;
	border: 1px solid #C0C0C0;
	width:100%;
	
}
.squireuimsg {
all:unset;
display:block;
text-align:left;
border-right: 1px solid #C0C0C0;
border-left: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
background-color:white;
}
.squireuibtn {
    cursor: pointer;
    height: 20px;
}

