#content h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 15px;
}

#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}


#content p {
	margin-bottom: 10px;	
}

#content li {
	padding-top: 3px;	
}


div.dashboard {
	width: 340px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: left	;
	margin: 10px;
	height: 200px;
}
#content .dashboard h2 {
	font-size: 10pt;
	background-image: url(../images/midbar_bg.gif);
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content .dashboard ul {
	padding-left: 40px;
	padding-right: 20px;
	margin-left: 0px;
	margin-top: 0px;
}

#content .dashboard p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

div.box h2 {
	padding-top: 10px;
	color: white;
	font-size: 10pt;
	font-weight: bold;	
}


div.box h2.alert {
	padding-top: 10px;
	color: red;
	font-size: 12pt;
	font-weight: bold;	
}

div.form {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: left	;
	margin: 10px;
}

div.wide {
	width: 700px;
}

div.half{
	width: 340px;
	min-height: 280px;
}


#content div.form h2 {
	font-size: 12pt;
        font-weight: normal;
	background-image: url(../images/midbar_bg.gif);
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
        margin-bottom: 0px
}

#content .form h3 {
	font-size: 11pt;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}

/*
p.warning {
	font-weight: bold;
	color: red;
}
*/

p.warning {
	font-weight: bold;
	color: red;
	background-color: #ffff8f;
	padding:10px;
}

span.warning {
	font-weight: bold;
	color: red;
}

span.warning {
	font-weight: bold;
	color: red;
}

tr.warning td.fieldvalue {
	font-weight: bold;
	color: red;
}

tr.success td.fieldvalue {
	font-weight: bold;
	color: green;
}

#content .form p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	
	
}

td {
	font-family: "Trebuchet MS", arial;
	font-size: 10pt;
	font-weight: normal;
	vertical-align: middle;
	line-height: 20pt;
}

td.heading {
	font-weight: bold;	
	padding-top: 12px;
}

td.fieldname, td.fieldvalue {
	border-bottom: 1px solid #CECFD0;	
}


.form table {
	padding: 5px 5px 5px 10px;	
}

.form table table {
	padding: 0px;	
}


th {
	font-weight: bold;
	font-size: 11pt;
	text-align: left;	
}

table.small-header-text th {
	font-size: 10pt;
}

#sageExportTable th {
  font-size: 10pt;
}

.instruction {
	font-size: 10pt;
	color: gray;
}

.box .instruction {
	font-size: 10pt;
	color: #ffffff;
}

h3.instruction {
	font-size: 1.2em;
	border-bottom: 2px dashed #333333;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.content-item {
    border-radius: 3px;
    border: 3px solid #8a9ab4;
    margin: 0 0 20px;
    
    
}

.content-item h3 {
    color: #ffffff;
    background: #8a9ab4;
    padding: 5px 10px;
}

.content-item h4 {
    padding: 5px 10px;
}

.content-item ul {
    list-style-position: inside;
    list-style-type: square;
    padding: 5px 10px;
}

.content-item p {
	padding: 5px 10px;
}

table.tablesorter tbody tr.ut1 td {
    background: #CCFFCC;
}

table.tablesorter tbody tr.ut2 td {
    background: #FFFF99;
}

table.tablesorter tbody tr.ut3 td {
    background: #99CCFF;
}

table.tablesorter tbody tr.ut4 td {
    background: #FFCC99;
}

.warning {
	color: red;
}

.minor {
	color: purple;
}

.btn-help {
    float: left;
    padding: 0px 10px 0px 0px;
}

.btn-help-no-float {
	float: none;
	padding: 0px 0px 0px 10px;
}

.strong {
    font-weight: bold;
}

.text-centre {
	text-align: center;
}

.inst-centre {
	padding: 5px 0px;
	width: 100%;
	text-align: center;
	display: inline-block;
	border-bottom: 1px solid #cecfd0;
	margin-bottom: 4px;
}


/* buttons*/
/*
.btn-success {
	background-image:linear-gradient(#5CB85C 0%, #449D44 100%);
	background-repeat:repeat-x;
	border-color:#419641;
}
*/
.btn-success {
	background-color:#5CB85C;
	border-color:#4CAE4C;
	color:#FFFFFF;
}

/*
.btn-primary {
	background-image:linear-gradient(#FF9900 0%, #CC7A00 100%);
	background-repeat:repeat-x;
	border-color:#C27400;
}
*/

.btn-primary {
	background-color:#428BCA;
	border-color:#357EBD;
	color:#FFFFFF;
}

/*
.btn-info {
	background-image:linear-gradient(#5BC0DE 0%, #31B0D5 100%);
	background-repeat:repeat-x;
	border-color:#2AABD2;
}
*/

.btn-info {
	background-color:#5BC0DE;
	border-color:#46B8DA;
	color:#FFFFFF;
}

.btn-warning {
	background-color: #f0ad4e;
	border-color: #eea236;
	color: #fff;
}

.btn {
	border:1px solid transparent;
	border-radius:4px;
	cursor:pointer;
	display:inline-block;
	font-size:14px;
	font-weight:normal;
	line-height:1.42857;
	margin-bottom:0;
	padding:6px 12px;
	text-align:center;
	user-select:none;
	white-space:nowrap;
	text-decoration: none;
	margin: 5px;
}

input.btn {

}

.btn:disabled {
	opacity: 0.6!important;
}

.btn-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
}

.btn-quiet {
	border:1px solid #333333!important;;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.2);
}

.btn-quiet:hover {
	background-color: #ffffff;
	color: #333333;
}

.btn-default, .btn-primary, .btn-secondary, .btn-tertiary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	box-shadow:rgba(255, 255, 255, 0.14902) 0 1px 0 inset, rgba(0, 0, 0, 0.0745098) 0 1px 1px;
	text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}


.label-success {
	background-color:#5CB85C;
}

.label-danger {
	background-color:#D9534F;
}

.label-warning {
	background-color:#F0AD4E;
}

.label-info {
	background-color:#5BC0DE;
}

.label-quiet {
	background-color:#999999;
}


.label {
	border-radius:0.25em;
	color:#FFFFFF;
	display:inline;
	font-size:75%;
	font-weight:bold;
	line-height:1;
	padding:0.2em 0.6em 0.3em;
	text-align:center;
	vertical-align:baseline;
	white-space:nowrap;
}

td .label {
	white-space:normal;
}

.label-md {
	font-size: 1.1em;
}
.label-lg {
	font-size: 1.4em;
}

option.app-enabled {
	background-color: green;
	margin-bottom: 2px;
}

#app-enabled-adf, #exam-enabled-adf {
	margin: 0px 0px 20px 30px;
	font-size: 18px;
}

.quiet {
	font-size: 0.8em;
	color: #555555;
}

.toggle-exam-audit:hover, .toggle-paper-exam-audit:hover {
	cursor: pointer;
}

#exam-audit-panel, #paper-exam-audit-panel {
	background: #efefef;
	padding: 5px;
	margin: 5px 0px;
	position: absolute;
	border-radius: 5px;
	border: 2px solid black;
}

#exam-audit-panel th, #paper-exam-audit-panel th {
	white-space: nowrap;
	padding: 5px;
}


#exam-audit-panel td, #paper-exam-audit-panel td {
	white-space: nowrap;
	padding: 0px 4px;
}

#exam-audit-panel tr.current-attempt {
	background: green;
	color:  white;
}

.panel span.dark {
	color: #222222 !important;
	background: #dedede;
	padding: 2px 10px;
	width: 260px !important;
	border: 1px solid #888888;
}

#paper_exam_id, #user_serial, #paper_score, #paper_exam_id_2, #user_serial_2 {
	border: 2px solid grey;
	border-radius: 3px;
}

.input-validation {
	width: 20px;
	margin-right: 10px;
}

.beta-exam {
	color: green;
}

.beta-exam-result {
	text-decoration: line-through;
}


.changetype table .fieldname, .changetype table .instruction {
	padding-left: 20px;
}