@media print{
.TopFrame, .ui-button, .noprint{display:none;}
.MainFrame{margin:0px;border:0px;background:none;background-color:#FFFFFF;}
body,.ui-widget-header{color:black;background:none;background-color:#FFFFFF;} 
.ui-widget-content{color:black; background:none; background-color:#FFFFFF;}
.ui-widget-content a{color:black;background:none;background-color:#FFFFFF;}
}
@media screen{
.printframe{}
.printbody{overflow:hidden;} 
}
.loader{position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:9999;background:url('../../../images/ajax-loader.gif') 50% 50% no-repeat;}
.bold{font-weight:bold;}
.ups{float:right;background:url('../../../images/ups-logo.png') no-repeat;margin-top:-50px;width:50px;height:70px;}
#atk-layout{display:none;}
.loading{position: fixed;left: 45%;top: 45%;}
.ui-spinner-input{color: #000;}
.quiz-button{width:150px !important;height:35px !important;}
.signatures tr{ border-bottom:1px solid;}
.signatures td:not([colspan="4"]){ vertical-align:middle;padding:5px;}
.notice{display:inline-block;width:23px;background:#db4437;cursor:pointer;text-align:center;color:white !important;vertical-align: text-bottom;}
.icon-notice{vertical-align:text-bottom;cursor:pointer;margin-left:5px;}
.reports_icon{width: 140px;
    padding: 1em 0 1em 0;
    cursor: pointer;
    color: #2e6e9e;
    background: rgba(191,202,210,0.3);
    border-color: #DDDDDD;
    -webkit-box-shadow: 5px 10px 10px -10px rgba(0,0,0,1);
    -moz-box-shadow: 5px 10px 10px -10px rgba(0,0,0,1);
    box-shadow: 5px 10px 10px -10px rgba(0,0,0,1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.reports_icon > p {margin-top:1em;}
.profile_icon{width:75px;height:75px;cursor:pointer;background-repeat:no-repeat;margin-left:2px}
.Green{color:green}
.Red{color:red}
.LightBlue{color:LightBlue}
.Blue{color:blue}
.Purple{color:purple}
.Orange{color:orange}
.Yellow{color:yellow}
.progress-bar-success{background:#5cb85c;}
.progress-bar-danger{background:#d9534f;}
.demo{font-size:36px;font-weight:bold;color:rgba(255,0,0,1);opacity:0.7;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);position:absolute;top:30px;left:145px;}
.notes_personal{background-color:rgb(173, 255, 224);color:rgb(0,0,0)}
.notes_psych{background-color:#74E5FF;color:rgb(0,0,0)}
.notes_udt{background-color:#CD6C60;color:rgb(0,0,0)}
.notes_demographics{background-color:#B3B3B3;color:rgb(0,0,0)}

div.colorPicker-picker {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: url(images/arrow.gif) no-repeat top right;
  cursor: pointer;
  line-height: 16px;
  font-size:0.75em;
  font-weight:bold;
  text-align: center;
}

div.colorPicker-palette {
  width: 110px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
  z-index: 9999;
}
  div.colorPicker_hexWrap {width: 100%; float:left }
  div.colorPicker_hexWrap label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div.colorPicker_hexWrap input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.colorPicker-swatch {
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}

/* ----------------------- STYLES FOR VOTESYSTEM WITH STARS ------------------------- */

.starRating{
    display        : inline-block;
    position       : relative;
    height         : 22px;
    background     : url('../images/starss.png') repeat-x 0 0;
    vertical-align : bottom;	
}

.starRating div{
    float    : left;
    position : relative;
    height   : 20px;
}

.starRating input{
    position : relative;
    z-index  : 1;
    width    : 24px;
    height   : 24px;
    margin   : 0;
    padding  : 0;
    opacity  : 0;
	cursor:pointer;
}

.starRating label{
    position : absolute;
    top      : 0;
    left     : 0;
    width    : 100%;
    height   : 24px;
}

.starRating span{
    display : none;
}

.starRating input:checked + label,
.starRating:hover input:checked:hover + label{
    background : url('../images/starss.png') repeat-x 0 -24px;
}

.starRating:hover input:checked + label{
    background : transparent;
}

.starRating:hover input:hover + label{
    background : url('../images/starss.png') repeat-x 0 -48px;
}

#starRating-result  {
    height: 25px;
    overflow: hidden;
}

#starRating-result .votes{
    float: right;
    margin: 7px 30px 0 0;
}
/* ===== Tiles ===== */
.light_Green {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c2fa94), color-stop(1, #96d760));
	background:-moz-linear-gradient(top, #c2fa94 5%, #96d760 100%);
	background:-webkit-linear-gradient(top, #c2fa94 5%, #96d760 100%);
	background:-o-linear-gradient(top, #c2fa94 5%, #96d760 100%);
	background:-ms-linear-gradient(top, #c2fa94 5%, #96d760 100%);
	background:linear-gradient(to bottom, #c2fa94 5%, #96d760 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2fa94', endColorstr='#96d760',GradientType=0);
	background-color:#c2fa94;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #216b15;
	color:Black;
	cursor:pointer;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
.light_Green:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #96d760), color-stop(1, #c2fa94));
	background:-moz-linear-gradient(top, #96d760 5%, #c2fa94 100%);
	background:-webkit-linear-gradient(top, #96d760 5%, #c2fa94 100%);
	background:-o-linear-gradient(top, #96d760 5%, #c2fa94 100%);
	background:-ms-linear-gradient(top, #96d760 5%, #c2fa94 100%);
	background:linear-gradient(to bottom, #96d760 5%, #c2fa94 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#96d760', endColorstr='#c2fa94',GradientType=0);
	background-color:#96d760;
}
.light_Green:active {
	position:relative;
	top:1px;
}

.light_Red {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f88477), color-stop(1, #bf4a4a));
	background:-moz-linear-gradient(top, #f88477 5%, #bf4a4a 100%);
	background:-webkit-linear-gradient(top, #f88477 5%, #bf4a4a 100%);
	background:-o-linear-gradient(top, #f88477 5%, #bf4a4a 100%);
	background:-ms-linear-gradient(top, #f88477 5%, #bf4a4a 100%);
	background:linear-gradient(to bottom, #f88477 5%, #bf4a4a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88477', endColorstr='#bf4a4a',GradientType=0);
	background-color:#f88477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #a0261a;
	cursor:pointer;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	color:Black;
}
.light_Red:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bf4a4a), color-stop(1, #f88477));
	background:-moz-linear-gradient(top, #bf4a4a 5%, #f88477 100%);
	background:-webkit-linear-gradient(top, #bf4a4a 5%, #f88477 100%);
	background:-o-linear-gradient(top, #bf4a4a 5%, #f88477 100%);
	background:-ms-linear-gradient(top, #bf4a4a 5%, #f88477 100%);
	background:linear-gradient(to bottom, #bf4a4a 5%, #f88477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf4a4a', endColorstr='#f88477',GradientType=0);
	background-color:#bf4a4a;
}
.light_Red:active {
	position:relative;
	top:1px;
}

.light_Yellow {
	-moz-box-shadow:inset 0px 1px 0px 0px #E6E65C;
	-webkit-box-shadow:inset 0px 1px 0px 0px #E6E65C;
	box-shadow:inset 0px 1px 0px 0px #E6E65C;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fffd80), color-stop(1, #efd74d));
	background:-moz-linear-gradient(top, #fffd80 5%, #efd74d 100%);
	background:-webkit-linear-gradient(top, #fffd80 5%, #efd74d 100%);
	background:-o-linear-gradient(top, #fffd80 5%, #efd74d 100%);
	background:-ms-linear-gradient(top, #fffd80 5%, #efd74d 100%);
	background:linear-gradient(to bottom, #fffd80 5%, #efd74d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffd80', endColorstr='#efd74d',GradientType=0);
	background-color:#fffd80;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #D6D633;
	cursor:pointer;
	text-decoration:none;
	text-shadow:0px 1px 0px #E0E066;
	color:Black;
}
.light_Yellow:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #efd74d), color-stop(1, #fffd80));
	background:-moz-linear-gradient(top, #efd74d 5%, #fffd80 100%);
	background:-webkit-linear-gradient(top, #efd74d 5%, #fffd80 100%);
	background:-o-linear-gradient(top, #efd74d 5%, #fffd80 100%);
	background:-ms-linear-gradient(top, #efd74d 5%, #fffd80 100%);
	background:linear-gradient(to bottom, #efd74d 5%, #fffd80 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efd74d', endColorstr='#fffd80',GradientType=0);
	background-color:#efd74d;
}
.light_Yellow:active {
	position:relative;
	top:1px;
}

.light_Gray {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #818181));
	background:-moz-linear-gradient(top, #ededed 5%, #818181 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #818181 100%);
	background:-o-linear-gradient(top, #ededed 5%, #818181 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #818181 100%);
	background:linear-gradient(to bottom, #ededed 5%, #818181 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#818181',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #707070;

	cursor:pointer;
	color:Black;
	
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.light_Gray:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #818181), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #818181 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #818181 5%, #ededed 100%);
	background:-o-linear-gradient(top, #818181 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #818181 5%, #ededed 100%);
	background:linear-gradient(to bottom, #818181 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#818181', endColorstr='#ededed',GradientType=0);
	background-color:#818181;
}
.light_Gray:active {
	position:relative;
	top:1px;
}
/* Exoerimental */
.dashboard-menu {
	padding:1em;
	margin-bottom:0.3em;
	cursor:pointer;
	color:#fff;
	background-color:#2e6e9e;
	-webkit-box-shadow: 5px 10px 10px -10px rgba(0,0,0,1);
    -moz-box-shadow: 5px 10px 10px -10px rgba(0,0,0,1);
    box-shadow: 5px 10px 10px -10px rgba(0,0,0,1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-weight:bold;
	width:100%;
}
.menu-state-active {
	background-color:#56a6df;
}
.new-dashboard-icon {
    display: inline-table;
    text-align: center;
    text-transform: uppercase;
    margin: 5px;
    width: 15%;
	padding: 1em 0 0 0;
    background-color: rgba(191,202,210,0.3);
    cursor: pointer;
    color: #2e6e9e;
    font-weight: bold;
    border-color: #DDDDDD;
    -webkit-box-shadow: 5px 10px 10px -10px rgba(0,0,0,1);
    -moz-box-shadow: 5px 10px 10px -10px rgba(0,0,0,1);
    box-shadow: 5px 10px 10px -10px rgba(0,0,0,1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.new-dashboard-icon > p {
	margin-top:1em;
	height:3em;
}
@media (min-width: 768px) and (max-width: 979px) {
	.new-dashboard-icon {
		width:20%;
	}
}
@media (max-width: 767px) {
	.new-dashboard-icon {
		width:30%;
	}
}
.dashboard-header-icon {
	margin-left:10px;
	color:#2e6e9e;
	cursor:pointer;
}
.dashboard-header-icon ~ .dashboard-header-icon {
	margin-left:0px;
}
.myMenu {
	background:none !important;
	font-weight:normal !important;
	border:none !important;
	color:#2e6e9e;
	cursor:pointer;
}
.clock {
	left:50%;
}
.backbtn {    padding: 0 0.5em 0 0.5em;
    text-decoration: none; color:#2e6e9e !important;}
.companyname {
	margin-right: 1em;
    color: #56a6df;
    font-family: serif;
}

/* fa.css*/
html {
	.ui-icon { text-indent: 0; text-align: center; width: auto; height: auto; }
	.ui-button { overflow: hidden; }
	.ui-button-text-icon-left .ui-icon,
	.ui-button-text-icon-right .ui-icon { top: 0; margin-top: 0; line-height: 1.9em; }
	.ui-button-text-icon-left .ui-icon { padding-right: .2em; }
	.ui-button-text-icon-right .ui-icon { padding-left: .2em; }
	.ui-button-icon-only span { display: block; width: 100%; line-height: 1.8em; }
	.ui-button-icon-only .ui-icon { top: 0; left: 0; margin: 0; }
}
.ui-tree-toggler.ui-icon { width: 1em; height: 1em; }

.ui-icon:before, .ui-paginator > span:before,
html .ui-datepicker .ui-datepicker-prev,
html .ui-datepicker .ui-datepicker-next
{ font-family: "Font Awesome 5 Free"; }

.ui-chkbox-icon.ui-icon-blank:before { content: "\f00c"; opacity: 0; }

.ui-radiobutton-icon.ui-icon-bullet,
.ui-radiobutton-icon.ui-icon-blank:before { font-size: .5em; margin: .2em 0 0 0 }
.ui-radiobutton-icon.ui-icon-blank:before { content: "\f111"; opacity: 0; }

.ui-spinner-button .ui-icon { width: 14px; font-size: .8em; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next { line-height: 1.8em; text-align: center; }
html .ui-datepicker .ui-datepicker-prev span,
html .ui-datepicker .ui-datepicker-next span { display: none; }

html .ui-accordion .ui-accordion-header .ui-icon { left: .8em; margin-top: -11px; }

.ui-carousel-button.ui-icon, .ui-carousel-page-link.ui-icon { width: 14px; }

.ui-separator .ui-icon { width: 8px; text-align: left; }

.ui-menuitem-icon.ui-icon { width: 1em; margin-right: .25em; }

.ui-breadcrumb {
	ul li a.ui-icon-home {
		margin: 2px .2em 0 .2em; opacity: .5;
		span { display: none; }
	}
}
.ui-breadcrumb-chevron.ui-icon { width: 16px; opacity: .5; margin-top: 3px; }