body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0c0c0c;
}

.row {
	width: 1024px;
}

.no-padding {
  padding: 0px;
}

div#content {
    padding: 20px 20px 20px 20px;
    background: none repeat scroll 0 0 white;
    margin: 0 auto;
    text-align: left;
	border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px #dddddd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: auto;
}

table:not(.overallObjectiveTable):not(#reviewTable) {
	background: none !important;
	border: 0px !important;
	border-collapse: collapse;
	margin-bottom: 0;
}

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

a, a.sessionLink {
	color: #00677f;
}

a:hover, a.sessionLink:hover {
	color: #00afd7;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #00677f;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
}

h1.header {
	margin-top: 0;
	text-align: center;
}

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: 14px;
	font-weight: bold;
	color: #1b4699;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h4, h5 {
    color: #1b4699;
}

p {
	line-height: 1.25;
}

td, th {
    font-size: 12px;
    color: #4d4d4d;
}

img {
	display: block;
	max-width: inherit;
}

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

.editdelete img:first-child {
  float: left;
  margin: 0 8px;
}
.ondemandcheck {
	text-align: center;
	width: 80px;
}

/* buttons */
input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	background: #0076c0;
	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;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	background: #016bae;
	border: none;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

.radius.button {	
	background: #00677f;
	background-image: -ms-linear-gradient(top,#17849d, #00677f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#17849d), to(#00677f));
	background-image: -webkit-linear-gradient(top,#17849d, #00677f);
	background-image: -o-linear-gradient(top,#17849d, #00677f);
	background-image: -moz-linear-gradient(top,#17849d, #00677f);
	background-image: linear-gradient(top,#17849d, #00677f);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f7e7a7', endColorstr='#17849d', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border-color: #8f8f8f;
	color: #fff;
	margin-top: 5px;
}

.radius.button:hover {
	background: #17849d;
	color: white !important;
}

.radius.button.teal {	
	background: #99c8d2;
	background-image: -ms-linear-gradient(top, #17849d, #73b1be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b2dce5), to(#73b1be));
	background-image: -webkit-linear-gradient(top, #b2dce5, #73b1be);
	background-image: -o-linear-gradient(top, #b2dce5, #73b1be);
	background-image: -moz-linear-gradient(top, #b2dce5, #73b1be);
	background-image: linear-gradient(top, #b2dce5, #73b1be);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#b2dce5', endColorstr='#73b1be', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border-color: #508d9a;
	color: #fff;
}

.radius.button.teal:hover {
	background: #73b1be;
}

.radius.button.white {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background: #f5f5f5;
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	color: #17849d;
}

.radius.button.white:hover {
	background: #e6e6e6;
}

.radius.button.red, .ui-dialog-buttonset button.ui-button:first-child {
	background: #da4f49 !important;
	color: white;
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)) !important;
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f) !important;
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f) !important;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f) !important;
	background-image: linear-gradient(top, #ee5f5b, #bd362f) !important;
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

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

label {
	display: inline-block;
}

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

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

/* make responsive */
@media only screen and (max-width: 767px) and (min-width: 401px) {
	
	.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;
	}
	input#cert-email {
		width: 100%;
	}
	.button.small {
		display: inline-block;
	}
	#overallObjectiveTable td {
		font-size: 12px;
		padding: 9px 4px;
	}
	
}

@media only screen and (max-width: 400px) {
	
	#overallObjectiveTable td {
		font-size: 10px;
		padding: 9px 0px;
	}	
	div#content {
	    padding: 20px 0 20px 0;
		border:none;
	}
	
}

#loaderWrap {
	/* The div that shows/hides. */
	display: none; /* starts out hidden */
	z-index: 40001; /* High z-index to ensure it appears above all content */
	position: fixed;
	top: 50%;
	left: 44%;
	transform: translate(-50%, -50%);
  }
  
  /* loading spinner */
  .loader {
	margin: auto;
	border: 20px solid #615e9b; /*circle background*/
	border-radius: 50%;
	border-top: 20px solid #eaf0f6; /*spinning color*/
	width: 200px;
	height: 200px;
	animation: spinner 4s linear infinite;
  }
  
  @keyframes spinner {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }


#modalWrap, #modalWrap-live {
  /* 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;
}
.vertical-offset {
  /* Fixed position to provide the vertical offset */
  position: fixed;
  top: 40%;
  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: -12px; /* Half the icon's height */
  right: -12px; /* half the icon's width */
  z-index: 50;
}