/* Include Bootstrap */
@import "../node_modules/bootstrap/scss/bootstrap";

/** Use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 2px solid #0C7BC8;
	border-radius: 8px;
 	background: #0C7BC8;
	font-family: Arial, tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #ffffff;
}

/** Use this style for your LABEL elements **/
.mylabelstyle {
	font-family: Arial, tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #82983e;
	border-radius: 10px;
}

/** 
*  Use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/

@font-face {
    font-family: 'roboto_slablight';
    src: url('RobotoSlab-Light-webfont.eot');
    src: url('RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('RobotoSlab-Light-webfont.woff2') format('woff2'),
         url('RobotoSlab-Light-webfont.woff') format('woff'),
         url('RobotoSlab-Light-webfont.ttf') format('truetype'),
         url('RobotoSlab-Light-webfont.svg#roboto_slablight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_slabregular';
    src: url('RobotoSlab-Regular-webfont.eot');
    src: url('RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('RobotoSlab-Regular-webfont.woff2') format('woff2'),
         url('RobotoSlab-Regular-webfont.woff') format('woff'),
         url('RobotoSlab-Regular-webfont.ttf') format('truetype'),
         url('RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_slabbold';
    src: url('RobotoSlab-Bold-webfont.eot');
    src: url('RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('RobotoSlab-Bold-webfont.woff2') format('woff2'),
         url('RobotoSlab-Bold-webfont.woff') format('woff'),
         url('RobotoSlab-Bold-webfont.ttf') format('truetype'),
         url('RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}
a:hover{
	color: #DE7C00;
	font-style: italic;
}

h1 a, h2 a {
	color: #000;
}

h1 a:hover, h2 a:hover {
	color: #000;
	box-shadow: inset 0px -4px 0 0 #EAAA00;
	font-style: normal;
}

h1 a:visited, h2 a:visited {
	color: #000;
}

img {
	border: none;
	margin-top: 0px;
	margin-bottom: 10px;
}

.borderit:hover img{
border: 1px dotted navy;
}

.selectinputstyle {
	border: 2px solid #0C7BC8;
	border-radius: 10px;
	background: url(none) no-repeat white;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: blue;
}

input {
	border: 1.5px solid #AAAAAA;
	background: url(none) no-repeat #0C7BC8;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #ffffff;
	border-radius: 10px;
	}
		
.dataEntryFormRow .caption {
	width: 100%;
}

.dataEntryFormRow .field {
	width: 100%;
}

.dataEntryFormRow, .dataEntryFormRow .caption, .dataEntryFormRow .field {
	margin: 2px;
}

.ui-datepicker {
	font-size: 10px;
	text-align: center;
}

.dataEntryForm {
	width:750px;
	margin:auto;
	padding:10px;
}

.caption {
	width:300px;
	float:left;
	background-color:#ACACAC;
	height:auto;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.caption h2, .caption h3 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.field {
	padding-left:10px;
}

body {
	font-family: 'Roboto', Arial, Verdana, Helvetica;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	line-height: 140%;
}

#Content {
	width: 800px;
	margin:0px auto;
	text-align:left;
	padding:30px;
	background-color:#eee;
	}

h1 {
	font-family: 'roboto_slabbold', Helvetica, Arial, sans-serif;
	font-size: 1.9em;
	margin: 14px 2px 12px 2px;
	padding: 6px 0;
	text-align: center;
}

h2 {
	font-family: 'roboto_slablight', Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	margin: 0px 2px 16px 2px;
	text-align: center;
}

h3 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1.15em;
	margin: 8px;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

td {
	text-align:center;
	padding: 4px;
	margin: 0px;
	border: solid 1px black;
}

.fyDate {
	width: 100px;
}


.classDate {
	width: 100px;
}

.attendanceList {
	text-align:left;
	position: absolute;
	background-color: #CCC;
	font-size: 9px;
	display:none;
	padding: 3px 3px 3px 3px;
	margin-top: -10px;
	margin-left: 10px;
}

.attendanceList .enrollees {
	height: 400px;
	width: 200px;
	overflow: auto;
}

.attendanceList ul {
	list-style-type: none;
	text-indent: -20px;
}

.error {
	font-size: 8px;
	color: red;
	position: absolute;
	width: 20px; 
	overflow: visible;
	white-space: nowrap;
}
			
input.error {
	font-size: 12px;
	color: inherit;
	position: inherit;
	width: auto; 
	overflow: inherit;
}
			
.closeButton {
	float: right;
}

.closeButton a:link, .closeButton a:hover, .closeButton a:visited {
	color: red;
}

.showDischargedLink {
	float:right;
}

.showDischargedLink a, .showDischargedLink a:link, .showDischargedLink a:hover, .showDischargedLink a:visited {
	color: #229922;
	text-decoration: underline;
	float:right;
}
			
#transparentDiv {
	width: 100%;
	height: 3000px;
	position: absolute;
}
			
#saveButtonDiv {
	padding-top: 10px;
	width: 50%;
	text-align: center;
}
			
#statusMessage {
	background-color: #ECB;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}

.disabledField {
	background-color: #DDDDDD;
}

.blackout {
 	background: #CCC;
}

#DuplicatePersonFound {
	position: absolute;
	background-color: black;
	color: white;
	font-size: 10px;
	padding: 20px 20px 20px 20px;
	left: 55%;
	min-width: 200px;
	margin-top: -20px;
	border-radius: 8px;
	
}

#username {
	position: absolute;
	right: 80px;
	top: 8%;
}

#filters {
	text-align:center;
	border: 1px dotted black;
	margin: 10px;
}

#chooseCriteriaWarning {
	text-align:center;
	margin: 10px;
	color: red;
	font-weight: bold;
}

td.reportCaption {
	text-align: left;
}

td.reportValue {
	width: 60%;
	text-align: center;
	word-wrap: break-word;
}

td.reportValue table {
	min-width: 300px;
	position: relative;
	top: -1px;	
	left: 1px;
	table-layout: fixed;
	font-size: 11px;
}

td.nested {
	vertical-align: top;
	border-width: 0 0 1px 1px;
}

td.reportValue table td {
	border-width: 1px 1px 0 0;
}
td.reportValue table {
	min-height: 40px;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 18px;
}

li {
  padding-left: 1em;
  text-indent: -1em;
}

li:before {
	content: '\2022';
	padding-right: 6px;
}

.editSubmit li:before {
  content: '\2731';
  padding-right: 6px;
}

::selection {
	color: #fff;
    background: #6BA539;
}
}
