/* CSS Document */
 /* Style the buttons that are used to open and close the accordion panel */
.calc_section-label{
	text-transform: uppercase;
	background-color:rgb(22,99,125,130);
	padding:5px;
	margin-bottom:0px;
	color:white;
}
.total-section{
	text-transform: uppercase;
	background-color:#002d5f;
	padding:5px;
	margin-bottom:0px;
	color:white;
}
.calc_section {
	border:thin solid rgb(22,99,125,130);
}
.calc-label{
	margin-bottom:0px !important;
	padding-top:3px !important;
	padding-bottom:3px !important;

}
.calcvalue {
	margin-bottom:0px !important;
	padding-top:10px !important;
}
.calctable{
	margin-bottom:0px !important;
}
.calclabel{
	margin-bottom:0px !important;
	padding-top:10px !important;
	margin-top:0px !important;
}
.calctitle{
	margin-bottom:0px !important;
	padding-bottom:0px !important;
	padding-top:10px !important;
	margin-top:0px !important;
}
.calc_section input[type=number] {
  -moz-appearance: textfield;
}
.form-section-title {
	margin:0px;
	padding:0px;
	font-size:2em;
	text-decoration:underline;
	color: #002d5f;
	letter-spacing: 0;
	font-weight:bold;
}
.form-section-title strong {
	font-weight:bold;
}
hr.form-section-title  {
	height:4px !important;
	margin-bottom:10px;
	margin-top:10px;
}
.file_selector_li{
	display:inline;
	width:auto;
	padding-right:15px;
	font-size:24px;
}
.file_selector{
	padding-bottom:28px;
	text-align: center;
}
.file_selector_title{
	font-size:28px;
	font-weight: bold;
}
.file_selector_ul{
	display:inline;
	list-style: none; 
	position:relative; 
	display:block;
	text-align: center;
}
input.file_selector_cb{
	width:25px;
	height:25px;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 18px !important;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 18px;
  color: #FFF;
  float: right;
  margin-left: 5px;
}
.download-table-size {
	font-size:1em;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}


.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
tr.greenRowClass {
	background-color:lightgreen !important;
}
tr.grayRowClass {
	background-color:lightgray !important;
}
label {
	font-size:16px;
}
.fa{
	font-size:24px;
	color:midnightblue;
}
.fa-trash{
	color:maroon;
}
.dataTables_filter input{
	float:right;
	margin-right:5px;
}
.dataTables_filter label{
	float:left;
}
.dataTables_length label{
	float:left;
	padding-top:10px;
	padding-right:5px;
}
.small-table th,.small-table td{
	font-size:12px !important;
	padding: 2px 4px 2px 4px !important;
}
.missing_form_info{
	color:maroon;
	display:none;
	font-size:14px;
	font-weight: bold;
	padding-top:0px;
	margin-top:0px;
}
.field-disclaimer{
	font-style:italic;;
	font-weight:normal;
	font-size:14px;
}
.top_bar{
	font-size:16px;
}
.login_button {
	color:white !important;
	text-align:center !important;
	
}
.dataTables_length label{
	padding-top:0px !important ; 
	margin-top:0px !important;
}
.modal-header .close {
    color: white !important;
}
.modal-header {
	line-height: 25px;
	padding:0px 15px 15px 15px;
}

.modal-title {
	line-height: 25px
}
.modal-content{
	font-size:14px;
}
.modal-content h4{
	color:white;
	font-size:24px;
	margin-top: 0px;
	padding-top: 0px;	
}
.dataTables_filter label, .dataTables_length length{
	font-size:14px;
}
/*   Form   */
.right-part form textarea {
	padding-bottom:0px;
	padding-top:3px;
	height:4em !important;
}
.right-part form input,.right-part form textarea,.right-part form select {

	font-family: 'Libre Franklin', sans-serif;
	height: 2em;
	/* padding: 5px 4px 5px;

	margin-top: 12px;
	*/
	border-radius: 0;

	color: #333;

	border: 1px solid #bbb;

	line-height: 1.5;

	width: calc(100% - 4px);

	letter-spacing: normal;

	font-size: 15px;

	resize: vertical;
	/*
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
*/
}

.right-part form input::placeholder,.right-part form textarea::placeholder,.right-part form select::placeholder {

	color: #BBB;

	opacity: 1;

}

.right-part form input:focus {

	border-color: #000;

}

.right-part form select:focus {

	border-color: #000;

}

.right-part form textarea:focus {

	border-color: #000;

}

.form-footer {

	padding: 16px 0 10px;

	margin: 16px 0 0;

}

.right-part form button,.right-part button {
	background: #002d5f;
	border: 0;
	border-radius: 2px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.13em;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	transition: background 0.2s;
	margin: 0 16px 0 0;
}

.right-part form button:hover {

	background: #43bdef;

}

.fileupload-buttonbar .fileinput-button {

	position: relative;

}

.fileupload-buttonbar input[type="file"] {

	position: absolute;

	top: 0;

	opacity: 0;

	width: 100%;

	padding: 0;

	margin: 0;

	left: 0;

	height: 34px;

	cursor: pointer;

}

.form-group-flex {

	display: flex;

}

.form-group-flex .studentnameinput {

	width: 50%;

	padding-right: 5px;

}

.form-group-flex .submittedbyemailinput {

	width: 50%;

	padding-left: 5px;

}

.form-group .button-custom,.right-part-custom table td button {

	padding: 9px 12px;

	font-size: 14px;

	border-radius: 2px;

	margin-left: 0;

	margin-bottom: 4px;

	margin-right: 6px;

	font-weight: normal;

	color: #fff;

}

.flex-custom {

	display: flex;

	flex-wrap: wrap;

}

.flex-custom .toggle, table td .toggle {

	width: auto;

	margin-left: 4px;

	margin-top: 0px;

}

.right-part-custom .sigWrapper.current {

	height: 60px;

	border: 1px solid #bbb;

}

.right-part-custom .button-custom.delete ,.right-part-custom .submit-custom {

	min-height: 41px;

	font-weight: normal;

} 

.fileinput-button {

	background-color: #cc9a33;

	border-color: #cc9a33;

	cursor: pointer;

}

.fileinput-button:hover,.fileinput-button:active,.fileinput-button:focus {

	background-color: #ec971f;

	border-color: #ec971f;

}

.right-part-custom .delete  {

	background-color: #d9534f;

	border-color: #d43f3a;

}

.right-part-custom .delete:hover { 

    background-color: #ac2925;

    border-color: #761c19;

}

.right-part-custom .form-footer {

	padding-top: 0px;

}

 
 
 

#signArea .error {

	background-color: transparent;

	color: #f33;

	font-weight: normal;

	padding: 0;

	margin: 0;

}
.table-responsive{
	overflow:inherit;
	padding-bottom:10px;
}
#signArea .tag-ingo {

	margin-top: 0px;

	font-size: 16px;

}

.right-part-custom .progress {

	margin-bottom: 10px;

}

.table-striped {

}

.right-part-custom table tr td:nth-child(1) {

	width: 15%;

}

.right-part-custom table tr td:nth-child(2) {

	width: 37%;

}

.right-part-custom table tr td:nth-child(3) {

	width: 20%;

}

.right-part-custom table tr td:nth-child(4) {

	width: 28%;

}
.notes_blurb a,.notes_full a{
	font-weight: bold;
	color:#002d5f;
}
.notes_full{
	display:none;
}
.sigPad label{
	font-family:'futura_bookregular';;
	font-style: normal;
	font-size: 16px;
	color: #333;
	display: block;
	font-weight:800;
	margin-bottom: 0.5em;
}
/*-----------------------------
