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

* {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, a.sessionLink {
	color: #157480;
}

a:hover, a.sessionLink:hover {
	color: rgba(21, 116, 128, 0.85);
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #222222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1.header {
	margin-top: 0;
}

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

h3 {
	font-size: 20px;
	font-weight: normal;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
	line-height: 1.25;
}

td, th, table tbody tr td {
    font-size: 14px;
    color: #222222;
}

.error, .error label, label.error {
	color: #ff0000;
}

.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em .7em;
	color: #222222;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

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

.editdelete img:first-child {
  float: left;
  margin: 0 8px;
}

/* buttons */
input[type="button"].button, input[type="submit"].button, input[type="reset"].button, button, .button {
	background: #157480;
	border: none;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 18px 11px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	background: rgba(21, 116, 128, 0.85);
	border: none;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

.radius.button {	
	background: #157480;
	border-color: #8f8f8f;
	color: #fff;
	margin-top: 5px;
}

.radius.button:hover {
	background: rgba(21, 116, 128, 0.85);
	color: white !important;
}

.radius.button.red, .ui-dialog-buttonset button.ui-button:first-child {
	background: #da4f49;
}

.radius.button.red:hover, .ui-dialog-buttonset button.ui-button:first-child:hover {
	background: #ee5f5b;
}

.radius.button.green {
	background: #5da423;
}

.radius.button.green:hover {
	background: rgba(93, 164, 35, 0.85);
}

label {
	display: inline-block;
	font-weight: normal;
	color: #222222;
}

ul {
	margin-left: 30px;
}

table tbody tr:nth-child(even) {
	background: none;
}

table#reviewTable tbody tr:nth-child(even), table.objectiveTable tbody tr:nth-child(even) {
	background: #efefef;
}

#reviewTable {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	border-collapse: collapse;
}

.ui-button-icon-only .ui-icon {
	margin-left: -8px !important;
	margin-top: -8px !important;
}

.editdelete {
	text-align: center;
}

tr.sessionLine1 td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.hours {
	white-space: nowrap;
	text-align: center;
	padding: 10px !important;
}
/* #content #landingButtons {
	color: white !important;
	width: 20%;
} */

.mobileShow {
	display: none;
}

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


input#cert-email {
	width: 80%;
}

.ictable {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	font-size: 12pt;
	width: 100%;
}

.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;
}

.ictable .button {
	margin-top: 0px;
}

.bigred {
  color: #da4f49;
  font-size: 14pt;
}

.red {
	color: #da4f49;
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999999;
	margin-top:2px;
}
.circle.green {
	background-color: #5da423;
}
.circle.yellow {
	background-color: #FFFF00;
}
.circle.legend {
	margin-top: -3px;
	margin-right: 5px;
	float: left;
}

.smaller {
	font-size: 8px;
	padding: 5px 8px 6px;
	margin-top: 0px !important;
}

.verificationStatement {
	background-color: #5da423;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.verificationStatement label {
	color: #ffffff;
}

textarea {
	margin-bottom: 0px;
	color: #222222;
}

select {
	background: none;
	border: 1px solid #cccccc;
	border-radius: 2px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 5px;
	line-height: 1.3;
	height: 32px;
	-webkit-appearance: menulist-button;
	-moz-appearance: menulist-button;
	appearance: menulist-button; 
}

select:disabled {
	background: rgba(204, 204, 204, 0.3);
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.no-margin {
	margin:0;
}

#regInfo .row {
	margin-bottom: 20px;
}

#sessionDetails {
	background-color: #157480;
	color: white;
	padding: 15px 10px 10px 10px;
	border-radius: 4px;
	margin-bottom: 40px;
}
#sessionDetails p {
	margin-bottom: .5em;
}

.questionGroup {
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Tooltip container */
.tool-tip {
  position: relative;
  display: inline-block;
	z-index: 1;
}

/* Tooltip text */
.tool-tip .tool-tip-text {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 4001;
  top: 100%;
  left: 50%;
  margin-left: -75px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tool-tip:hover .tool-tip-text {
  visibility: visible;
}

.tool-tip .tool-tip-text::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.fade-out {
	animation: fade-out 1s 1;
	-webkit-animation: fade-out 1s 1;
	animation-fill-mode: forwards;

	animation-delay: 5s;
	-webkit-animation-delay: 5s; /* Safari and Chrome */
	-webkit-animation-fill-mode: forwards;
} 

@keyframes fade-out{
	from {opacity: 1;}
	to {opacity: 0;}
}

@-webkit-keyframes fade-out{
	from {opacity: 1;}
	to {opacity: 0;}
}

.fade-in {
	animation: fade-in 4s 1;
	-webkit-animation: fade-in 4s 1;
	animation-fill-mode: forwards;
} 

@keyframes fade-in{
	from {opacity: 0;}
	to {opacity: 1;}
}

@-webkit-keyframes fade-in{
	from {opacity: 0;}
	to {opacity: 1;}
}

/* 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;
  bottom: 35%;
  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 #157480; /*spinning color*/
  width: 200px;
  height: 200px;
  animation: spinner 4s linear infinite;
}

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


#modalWrap-coa, #modalWrap-certsEmail, #modalWrap-certsView {
  /* The div that shows/hides. */
  /*display: none;*/ /* starts out hidden */
  z-index: 40001; /* High z-index to ensure it appears above all content */
}
.modalOverlay {
  /* Shades out background when selector is active */
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5; /* Sets opacity so it's partly transparent */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE transparency */
  filter: alpha(opacity=50); /* More IE transparency */
  z-index: 40001;
}
.modal-vertical-offset {
  /* Fixed position to provide the vertical offset */
  position: fixed;
  top: 30%;
  width: 100%;
  z-index: 40002; /* ensures box appears above overlay */
}
.modal {
  /* 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 */
  background-color: white;
  padding: 20px 20px 0 20px;
  border: 1px solid black;
}
#closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 50;
	color: #c9c9c9;
}


/* make responsive */
@media only screen and (max-width: 767px) {
	
	.mobileHide {
		display: none;
	}
	.mobileShow {
		display: inline-block;
	}
	tr.mobileShow {
		display: table-row;
	}
	.ui-accordion .ui-accordion-content {
		padding: 1em .5em !important;
	}
	tr.sessionLine1 td {
		padding-bottom: 0px;
	}
	input#cert-email {
		width: 100%;
	}
	.button.small {
		display: inline-block;
	}
	.question-text {
		margin-bottom: 17px;
	}
	.speaker-name, .objective-text {
		margin-top:17px;
		margin-bottom: 17px;
		padding-left: 6px !important;
	}
	.answer-choice {
		text-align: left;
	}
	
}

@media only screen and (max-width: 400px) {
	div#content {
	  padding: 20px 0 20px 0;
		border:none;
	}
	.modal-vertical-offset {
		position: absolute;
	}
	
}