﻿/* For textarea boxes on Interview tab */
textarea {
    resize: none; /* User cannot resize the box */
    font-family: Arial, "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    padding: 1px 2px;
    width: 180px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: hidden;
}
/* Visuals */
.nowrap
{
	white-space: nowrap;
}
.centered
{
	margin-left: auto;
	margin-right: auto;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.top
{
	vertical-align: top;
}
.bottom
{
	vertical-align: bottom;
}
.text_centered
{
	text-align: center;
}
.hidden
{
	display: none;
}
.show
{
	display: block;
}
.bold
{
	font-weight: 600;
}
.bolder
{
	font-weight: 800;
}
.required
{
	color: red;
}
.error
{
	color: red;
}
.border
{
	border-width: thin;
	border-color: #d0d0d0;
	border-style: solid;
}
.bordertop {
	border-top:thin solid gray;
}
.clear
{
	clear:both;
}
.comment
{
	color: gray;
	font-style: italic;
	font-size: .9em;
}
.noticeme {
	color: red;
	font-weight: 800;
}

.Highlight
{
	background-image: url(/images/Highlight.png);
	background-repeat: repeat;
}

/* Textbox and Inputs Focus */
input:focus, textarea:focus
{
	/*border: 1px solid #7ac0da;*/
  background-color: lemonchiffon;
}
/*iframe:focus {
  background-color: lemonchiffon;
}*/

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
button
{
	background-color: #d3dce0;
	border: 2px outset #d7b9c9;
	cursor: pointer;
	font-size: 1em;
	font-weight: 600;
	padding: 2px 5px 2px 5px;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:focus
{
	background-color: lemonchiffon;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover
{
	background-color: lemonchiffon;
}
td input[type="submit"],
td input[type="button"],
td input[type="reset"],
td button
{
	font-size: 1em;
	padding: 4px;
	margin-right: 4px;
}

/* Specialty Masterpage */
.MasterHeader
{
	padding-left: 2em;
	padding-top: .5em;
	padding-bottom:.5em;
	background-color:#3959A8;
	font-size:2em;
	color:white;
}
.MasterGreeting
{
	background-color:lemonchiffon;
	font-weight: 500;
}
.ExpiresAlert
{
	border:2px solid orange;
}
.ExpiresWarning
{
	border:2px solid red;
}
.MasterFooter
{
	padding-left: 2em;
	padding-right: 2em;
	padding-top: .5em;
	padding-bottom:.5em;
	background-color:#3959A8;
	color:white;
}

/* Specialty Content */
.Content
{
	width: 940px;
	min-height: 625px;
}

/* Specialty Dashboards */
.DashboardHeading
{
	padding-top: .5em;
	padding-bottom:.5em;
	font-size:1.3em;
	font-weight:600;
}
.DashboardSubHeading
{
	padding-top: .5em;
	padding-bottom:.5em;
	font-size:1.1em;
	font-weight:600
}

/* Dashboard Links */
.DashboardLinksBackground
{
	background-color: #E0E0E0;
}
.DashboardActionBackground
{
	background-color: #F0F0F0;
}
a.dash
{
	text-decoration: none;
	display: block;
	padding: 2px 6px;
	font-size: .9em;
}
a.dash:hover
{
	text-decoration:underline;
}

/* Specialty Grids */
.Grid
{
	font-size: .9em;
	background-color:white;
	border-color:black;
	padding:5px;
}

/* Specialty Evaluations */
.EvalHeading
{
	padding-top: 1em;
	padding-bottom:1em;
	font-size:1.5em;
	font-weight:600;
}
.EvalSubHeader
{
	padding-top: 1em;
	padding-bottom:1em;
	font-size:1.2em;
	font-weight:600;
}
.EvalContent
{
	border: 1px solid #d0d0d0;
	width:940px;
}
.EvalSaveCloseButtons
{
	/*margin-left: auto;
	margin-right: auto;*/
	margin-top: 2em;
	margin-bottom: 2em;
}
.EvalInputTable
{
	padding: 10px 10px 10px 10px;
}

/* Specialty Administrations*/
.AdminHeading
{
	margin-top: .5em;
	margin-bottom:.8em;
	font-size:1.1em;
	font-weight:600;
}
.AdminSubHeader
{
	padding-top: 1em;
	padding-bottom:1em;
	font-size:1.2em;
	font-weight:600;
}

/*Specialty Tabs*/
#tabs ul {
	list-style: none;
	padding:0;
	margin:0;
}
#tabs li {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 0 solid gray;
	float: left;
	margin: 0 0.5em 0 0;
	height: 22px;
}
#tabs a {
	text-decoration: none;
	display: block;
	background: #eee;
	padding: 0.24em 1em;
	color: #00c;
	text-align: center;
}
#tabsContent {
	border: 1px solid gray;
	clear: both;
}
#tabs .active a {
	position: relative;
	top: 1px;
	background: white;
	color: black;
	font-weight: bold;
}
#tabs a:hover {
		background: #ddf;
	}

/*Specialty Drawings*/
input.draw
{
	background-color: #d3dce0;
	border: 2px outset #d7b9c9;
	cursor: pointer;
	font-size: .6em;
	font-weight: 500;
	/*padding: 1px 1px 1px 1px;*/
}
input.draw:focus
{
	background-color: lemonchiffon;
}
input.draw:hover
{
	background-color: lemonchiffon;
}
.armsFloatLeft
{
	width:100px;
	text-align:left;
	float:left;
}
.armsFloatRight
{
	width:100px;
	text-align:right;
	float:left;
}

/* Specialty Spellchecker */
.rs_err_hl
{
	background-image: url(/SpellCheck/underline.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #dddd22;
	padding:4px;
	cursor: pointer;
	/*cursor: hand;*/
}
.rsw_spellable
{
/*background-color: #ddddee;*/
	margin:0px;
	padding:2px;
	word-wrap: break-word;
	font-size: 1em;
	font-family: Arial, "Segoe UI", Verdana, Helvetica, Sans-Serif;
	color: black;
	border-top: 2px solid #606060;
	border-left: 2px solid #606060;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
.rsw_spellable:focus 
{
	background-color: lemonchiffon !important;
}
iframe:focus
{
	background-color: lemonchiffon !important;
}

/* HTML Tag Styles */
html {
  background-color: #e2e2e2;
  margin: 0;
  padding: 0;
}
body {
    background-color: #fff;
    font-size: .85em;
    font-family: Arial, "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}
table td
{
	border-collapse:collapse;
	padding: 4px 2px 4px 2px;
}
hr
{
	color: gray;
}

/* Layout Sizes for 12 column layout  */
/* Shown as: column coverage - pixels */
.width_01-60
{
	width: 60px;
}
.width_02-140
{
	width: 140px;
}
.width_03-220
{
	width: 220px;
}
.width_04-300
{
	width: 300px;
}
.width_05-380
{
	width: 380px;
}
.width_06-460
{
	width: 460px;
}
.width_07-540
{
	width: 540px;
}
.width_08-620
{
	width: 620px;
}
.width_09-700
{
	width: 700px;
}
.width_10-780
{
	width: 780px;
}
.width_11-860
{
	width: 860px;
}
.width_12-940
{
	width: 940px;
}

/* Widget sizes */
.fullwidth
{
	 width: 100%;
}
.xtrasmall
{
	width:3em;
}
.xxsmall
{
	width: 2em;
}
.xxxsmall
{
	width: 1.5em;
}
.small
{
	width: 6em;
}
.mediumsmall
{
	width: 8em;
}
.medium
{
	width: 10em;
}
.mediumlarge
{
	width: 15em;
}
.large
{
	width: 20em;
}
.xtralarge
{
	width: 30em;
}
.height100
{
	min-height: 100px;
}
.height200
{
	min-height: 200px;
}
.height500
{
	min-height: 500px;
}

/* Spacings */
.margin-top-xtrasmall
{
	margin-top:1em;
}
.margin-top-small
{
	margin-top:2em;
}
.margin-top-medium
{
	margin-top: 6em;
}
.margin-right-small
{
	margin-right:2em;
}
.margin-bottom-small
{
	margin-bottom:2em;
}
.margin-bottom-xtrasmall
{
	margin-bottom:1em;
}
.margin-left-small {
	margin-left:2em;
}
.margin-left-xtrasmall {
	margin-left:1em;
}
.padding-top-small
{
	padding-top: 15px;
}
.padding-top-xtrasmall
{
	padding-top: 8px;
}
.padding-top-medium
{
	padding-top: 30px;
}
.padding-bottom-small
{
	padding-bottom: 15px;
}
.padding-bottom-xtrasmall
{
	padding-bottom: 8px;
}
.padding-left-medium
{
	padding-left: 30px;
}
.padding-left-small
{
	padding-left: 15px;
}
.padding-left-xtrasmall
{
	padding-left: 8px;
}
.padding-right-small
{
	padding-right: 15px;
}
.padding-right-xtrasmall
{
	padding-right: 8px;
}
.padding-none
{
	border-collapse:collapse;
	padding:0;
}

.message
{
	height:30em;
	width:80em;
}
.underline
{
	border-bottom: 1px solid black;
}

.canvas-container {
    position: relative;
    user-select: none;
    cursor: default;
}

.canvas-container canvas:hover {
    cursor: pointer;
}

#cvsWalkAndTurn {
	width: 380px !important;
	height: 120px !important;
	max-width: 380px;
	max-height: 120px;
	min-width: 380px;
	min-height: 120px;
}
