h1 {
	font-size: 24px;
	line-height: 24px;
  font-weight: 500;
  color: #222222;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
}

h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #222222;
	border-bottom: 1px solid #e5e5e5;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h3 {
  font-size: 18px;
  color: #222222;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p, td, div {
	font-family: 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
}

a, .ui-widget-content a {
	color: #4C7696;
}

a:hover {
	color: #3e5e77;
}

/* buttons */
input[type="button"], input[type="submit"], input[type="reset"], .button, button {
	color: #ffffff;
	background: #4C7696;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 2px;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .button:hover, button:hover {
	background: #3e5e77;
	cursor: pointer;
}
.radius.button.red, .ui-dialog-buttonset button.ui-button:first-child {
	background: #da4f49;
	color: #ffffff;
}
.radius.button.red:hover, .ui-dialog-buttonset button.ui-button:first-child:hover {
	background: #bd362f;
}

/* unsubmit eval pop-up */
.ui-dialog .ui-dialog-content {
	overflow: hidden !important;
}

/* begin accordion css */
h3.ui-accordion-header a {
	font-weight: bold;
}

.editdelete {
	text-align: center;
}

.ui-button-icon-only .ui-icon {
	margin-left: -8px !important;
	margin-top: -8px !important;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: 0.5em 0.5em 0.5em 0.7em;
	min-height: 0;
	font-size: 100%;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em .7em;
}
.ui-accordion .ui-accordion-header a:hover {
	color: #212121;
}

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: 0.5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion-icons .ui-accordion-header a {
	padding-left: 2.2em;
}

.ui-widget select {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.mobileShow {
	display: none;
}

.mobileTitle {
	padding-left: 20px;
	padding-bottom: 10px;
}

.ictable {
	border-collapse: collapse;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
	font-size: 12pt;
	width: 100%;
	border: none;
}

.ictableheader {
	background-color:#ccc;
	color:#222;
	font-size: 12pt;
	vertical-align:middle;
	padding: 2px 2px 2px 10px;
}

.icsubheader {
	margin-top: 10px;
	border-bottom-color: gray;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-bottom-style: solid;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 10px;
	background-color: #ffffff;
}

.ictable tr.bgwhite td {
	background-color: #ffffff;
}

.ictable tr.bggray td {
	background-color: #efefef;
}

.ictable tr.highlight td {
	background-color: rgba(255, 255, 0, 0.6);
}

.ictable td {
	padding-right:5px;
	font-size: 14px;
}

#topCEUlinks {
	padding-top:10px;
	margin-bottom:10px;
	text-align:right;
}
#bottomCEUlinks {
	text-align:right;
	padding-top:20px;
}
.red {
  color: red;
}
.bigred {
  color: red;
  font-size: 14pt;
}

#radioDiv, #radioContainer {
	float: left;
}

/* make responsive */
@media only screen and (max-width: 767px) and (min-width: 401px) {
  #checkboxDiv,
  #radioDiv {
    width: 100%;
  }
	.mobileHide {
		display: none;
	}
	.mobileShow {
		display: block;
	}
	tr.mobileShow {
		display: table-row;
	}
	.ui-accordion .ui-accordion-content {
		padding: 1em .5em !important;
	}
	tr.sessionLine1 td {
		padding-bottom: 0px;
	}
	.button.small {
		display: inline-block;
	}
	table.objectiveTable td {
		font-size: 12px;
		padding: 9px 4px;
	}

}

@media only screen and (max-width: 400px) {
	.mobileHide {
		display: none;
	}
	.mobileShow {
		display: block;
	}
	tr.mobileShow {
		display: table-row;
	}
  div#content {
    padding: 20px 0 20px 0;
  }
  div#main-container {
    border: none;
  }
  #checkboxDiv,
  #radioDiv {
    width: 100%;
  }
	table.objectiveTable {
		margin-left: 0px;
		margin-right: 0px;
	}
	table.objectiveTable td {
		font-size: 10px;
		padding: 0px;
		line-height: 1.25em;
	}
	table.objectiveTable td.answerHeader {
		padding-left: 3px;
		padding-right: 3px;
	}
	.button.small {
		display: inline-block;
	}
	.ui-accordion .ui-accordion-content {
		padding: .5em;
	}
}

/* spinner */
#loaderWrap {
  /* The div that shows/hides. */
  display: none; /* starts out hidden */
  z-index: 40001; /* High z-index to ensure it appears above all content */
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loaderOverlay {
  /* Shades out background when selector is active */
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 40001;
}
.vertical-offset {
  /* Fixed position to provide the vertical offset */
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: 40002; /* ensures box appears above overlay */
}
.loaderBox {
  /* The actual box, centered in the fixed-position div */
  max-width: 550px; /* Whatever width you want the box to be */
  position: relative;
  margin: 0 auto; /* Everything below is just visual styling */
  padding: 20px 20px 0 20px;
}

/* loading spinner */
.loader {
  margin: auto;
  border: 20px solid #EAF0F6; /*circle background*/
  border-radius: 50%;
  border-top: 20px solid #4C7696; /*spinning color*/
  width: 200px;
  height: 200px;
  animation: spinner 4s linear infinite;
}

@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}