/* Bootstrap Fixes */
.row:before, .row:after { content: normal !important; }
div.row, div.rowalt { margin: 1em 0; padding: .5em; background: #eee; border-radius: 5px; }


/* "You must complete the evaluation form before you can print your certificate." */
.printPlannerCertificate .small {display: block; padding-top: 5px;}

/* document links in preview */
#blankcontent .event a[href*="viewDocument"] { color: #fff; background-color: #428bca; border-color: #357ebd; display: inline-block; margin-bottom: 10px; font-weight: 400; vertical-align: middle; text-algin: center; cursor: pointer; padding: 6px 12px; line-heighit: 1.4; border-radius: 4px;}
#blankcontent .event a[href*="viewDocument"]:hover { background-color: #3276b1; border-color: #285e8e; }

/* HTML Elements */
body { font-family: 'Open Sans', sans-serif !important; color: #333333 !important; background: #DAD6CB !important; }
a { color: #000066; text-decoration: none; }
a:hover { color: #2c9dde; text-decoration: none; }

h1, h2, h3 { }
h1 { font-size: 26px; color: inherit;  } 
h2 { font-size: 1.4em; color: #333; }
h3 { font-size: 1.3em;  color: #333;}
h4 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Slab', serif; }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { font-size: 0.8em; }

/* Containers */
#blankcontent { padding: 1em; background: #fff !important; padding: .6em; }
.content-wrapper { max-width: 980px; margin: 0 auto; }
@media (min-width: 768px) {
	.content-wrapper { width: 768px; }
}
@media (min-width: 980px) {
	.content-wrapper { width: 980px; }
}


/* Header */
#header-client { background-color: #FFFFFF; }
#header-client img#logo-full { width: 100%; max-width: 435px; height: auto; }
#header-client img#logo-split { display:none; max-width: 185px; width: 100%; height: auto; }
#header-site {
	height: 85px;
	background-color: white;
	border-bottom: solid 2px #016440
}
#header-site .img2 { margin-top: -10px; margin-left: 10px; }
#header-site .navbar-brand {
	padding: 15px 0px;	
   height: auto;
}
@media ( max-width: 501px) {
	#header-site img { max-width:100%; padding-right:10px; margin-left: 10px; }
	#header-site .img2 {max-width:70%; margin-top: 0px;}
}



/* Navigation */
#navHomeLink {background: #01533F }
#navHomeLink:hover {background: #59834D }
.navbar-toggle {background: white; margin-top: 10px;}
.navbar { width:100%;  z-index: 1; position: relative;  margin: 0 auto; border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
#navigation .nav.navbar-right > li > a { padding: 7.5px 9px; font-size: 14px; }
#navigation.navbar-default .nav.navbar-right > li > a { font-size: 15px; color: white; text-transform: uppercase; }
#navigation.navbar-default { 
	background: #1375AF; /* Old browsers */
}
.navbar-header img { max-width: 375px; }
#navigation.navbar-default .container-fluid {
	background: #1375AF;
}
.navbar-right > li > a {padding-top: 30px !important; }
.navbar-right > li  {background: #225278; border-right: 1px solid #1375AF; 	}
@media (max-width: 768px) {
	.navbar-right > li > a {padding-top: 0px;}
	.navbar-header img {margin-top: 0px; }
	#header-site {height: 120px}
}
#navigation.navbar-default .navbar-brand, #navigation.navbar-default .navbar-nav > li > a { color: black;  }
#navigation.navbar-default .navbar-nav > li:hover,
#navigation.navbar-default .navbar-nav > li > a:focus, #navigation.navbar-default .navbar-brand:hover, #navigation.navbar-default .navbar-brand:focus,
#navigation.navbar-default .navbar-brand:hover, #navigation.navbar-default .navbar-brand:focus { 
	background: #2d618c;
}
#navigation.navbar-default .content-wrapper { }
#navigation.navbar-default .navbar-nav>li>.dropdown-menu { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
#navigation.navbar-default .dropdown-menu li > a:hover, #navigation.navbar-default .dropdown-menu .active > a, .dropdown-menu .active > a:hover { color: #990000; background: #ECECEC; }
@media (min-width: 768px) {
	#navigation.navbar-default .content-wrapper { padding-left: 85px; }
	#navigation .nav > li > a, #navigation .nav.navbar-right > li > a, #navigation .navbar-brand { padding: 7.5px 20px; }
}
@media (min-width: 980px) {
	#navigation.navbar-default .content-wrapper { padding-left: 85px; }
	#navigation .nav > li > a, #navigation .nav.navbar-right > li > a, #navigation .navbar-brand { padding: 7.5px 20px; }
}


/* Carousel */
#carousel-wrapper { display: none; background: #FFFFFF; margin: 0 -15px 0; padding: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
.carousel { margin-bottom: 0; }
.carousel .item { }
.carousel-inner > .item > img { position: absolute; top: 0; left: 0; min-width: 100%; }
.carousel-caption { z-index: 10; padding-top: 15px; padding-bottom: 15px; }
.carousel-caption p { font-size: inherit; line-height: inherit; }
.carousel-control { width: 8%; color: #9E0621; }
.carousel-control:hover, .carousel-control:focus { color: #9E0621; }
.carousel-control.left, .carousel-control.right { background-image: none;	 }
.carousel-indicators { bottom: 0px; margin-bottom: 0; }
.carousel-indicators li { border: 1px solid #45565B; }
.carousel-indicators .active { background-color: #45565B; }
@media (min-width: 768px) {
	#carousel-wrapper { display: block; }
	.carousel { height: 137px; }
	.carousel .item { height: 117px; }
	.carousel-inner > .item > img { height: 117px; }
}
@media (min-width: 980px) {
	#carousel-wrapper { display: block; }
	.carousel { height: 165px; }
	.carousel .item { height: 140px; }
	.carousel-inner > .item > img { height: 140px; }
}

/* Sign In Navigation */
#content .navbar-signin { padding-bottom: 15px; }
#content .navbar-signin ul.nav.nav-pills.nav-stacked { margin: 0; padding: 0; }
#content .navbar-signin .nav > li > a { 
	/*height: 35px;*/
	padding: 10px;
	background-color: #f2f2f2;
	color: #45565b;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #CCC;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#content .navbar-signin .nav > li > a:hover {
	background: #FFF;
	color: #007C66;
	border-left: 4px solid #007C66;
}


/* Content */
#content { 
	min-height: 200px;
	margin: 0 -15px;
	padding: 0;
	background: #FFF;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-left: 1px solid #CAC7C1;
	border-right: 1px solid #CAC7C1;
	/*border-bottom: 1px solid #CAC7C1;*/
}
#content ul, #content ol { margin: 10px 20px; padding: 0 15px; }
#main { padding-bottom: 15px; }
#main-inner { padding: 0 12px; }
#main h1 {   
	padding-top: 20px;
	font-size: 1.8em;
	padding-bottom: 2px;
	margin-bottom: 10px; 
}
#main h2 { 
	font-size: 1.2em;
	color: #000;
	letter-spacing: 0.1em;
	padding-bottom: 2px;
}
#side { background: #FFFFFF; display: none; }
@media (min-width: 768px) {

	#content.row #main, #content #side {
		display: table;
	}
	
	#content.row > div#main[class*="col-"], #content.row > div#side[class*="col-"] {
	    /*float: none;*/
	    vertical-align: top;
	}
}
#pagebannertop { display: none; }

/* Mission */
#mission {
	margin: 0 -15px 0;
	padding: 15px 0;
	border-radius: 0; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	clear: both;
	background-color: #01533F;
	color: #FFF;
}
#mission a { color:#FFF; text-decoration: underline; }
.mission-statement { 
	color: white;
}
.connect {
	letter-spacing: .2em;
}

/* Footer */
#footer { 
	margin: 0 -15px 0;
	padding: 0;
  	padding-top: 0.5em; 
	border-radius: 0; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	clear: both;
	color: inherit;
	background-color: inherit;
	font-size: inherit;
}
#footer a { }
#footer a:hover { }
#footer .row { background: inherit; }
#footer img { padding: 10px; width: 100px; height: auto; }
.copyright { text-align: center; }

#poweredby { margin: 15px; }

/* Activity Preview */
#viewActivity {}
#viewActivity .row {background: none;}
#activityInfo { margin-bottom: 1em; border-bottom: 1px solid #CAC7C1; padding-bottom: 1em; }
#activityBanner {text-align:right;}
#activityContainer h1 {padding-bottom: 0px;}
#activityDetails ul {list-style: none;}
#registerButton { margin: 10px 0 !important; clear: both; }
ul#activitySubNav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#activitySubNav:before, #activitySubNav:after {content: " "; display: table;}
#activitySubNav:after { clear: both; }
#activitySubNav>li { position: relative; display: block; }
#activitySubNav>li+li {
    margin-top: 2px;
    margin-left: 0;
}
#activitySubNav>li>a {    
	position: relative;
	display: block;
	/*height: 35px;*/
	min-height: 35px;
	padding: 10px;
	border: 1px solid #f2f2f2;
	background: #FFF;
	color: #007C66;
    border-left: 4px solid #007C66;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-decoration: none;
}
#activitySubNav>li>a:hover, #activitySubNav>li>a.active {
	background: #E1EFED;
	/*color: #353B47;*/
	border-left: 4px solid #007C66;
}
#activityDetails img {max-width: 100%;}

/* Activity Registration */
.activitySiginLeftCont .formedit label , .activitySiginRightCont .formedit label, .activitySigninForm form#signIn .formedit label { width:100%; text-align: left; }
.activitySSOSigninForm { text-align:center; padding-top: 6px;}
.activitySiginLeftCont legend , .activitySiginRightCont legend, .activitySSOSigninForm legend { font-size:1.1em; text-align:left; }
.activitySiginLeftCont .form-inline .form-control, .activitySiginRightCont .form-inline .form-control { width: 100%; }
.activitySiginLeftCont .centerwithpad { padding: 0px; }
@media (min-width: 768px) {
	.activitySiginLeftCont{ width:30%; float:left;}
	.activitySiginRightCont { width:69%; float:left; margin-left: 1%; }
	.form-inline textarea.form-control {
		width: 100%;
	}	
}

/* Enduring Material */
.viewEnduringtakeAway strong:first-child {
	display: block;
}
.enduring-documents h2 {
	display: inline-block;
    background: yellow;
}
.enduring-steps a[href*="enduring-documents"] + .enduring-step-hint {
	background: yellow;
}


/* Abstract navigation list */
#navcontainer  {margin-top:3px; background: transparent; border-bottom: 3px solid #ccc;}
#navcontainer:after { content: " "; display: block; clear: both; height: 0; }
ul#navlist {margin: 0; padding: 0; list-style-type: none; white-space: nowrap; border: none; background: transparent;}
ul#navlist li {display:inline; float: left; font-size: 11px; font-weight: normal; margin: 2px; padding: 5px 0 4px 0; background-color: #eef4f1;}
#navlist a, #navlist a:link { margin: 0; padding: 5px 9px 5px 9px; text-decoration: none; border-top: 2px solid #B0B0B0; border-right: 2px solid #B0B0B0; border-left: 2px solid #B0B0B0; }
#navcontainer .navtitle {font-weight: bold; font-size: 1em; margin: 0; padding: 5px; color: #333;}
.current{color: #FFFFFF; background-color: #8CC400;}
#navcontainer .incomplete {padding: 3px;}
#navcontainer .status {background-color: #F2F2F2; color: #004979; text-align: left; font-weight: normal; font-size: 0.8em; margin: 0; padding: 2px; clear: both; }
#navcontainer .status .incomplete {font-size: 1.1em; padding: 3px;}
#navcontainer .message {padding: 3px;}
#navlist a.stepRequired, span.stepRequired {color: #660000; background-color: #EED5D2;}
#navlist a.stepCompleted, span.stepCompleted {color: #F0F0F0; background-color: #007C66;}
#navlist a.stepOptional, span.stepOptional {color: #45565b; background-color: #f2f2f2; }
#navlist a.stepCurrent { font-weight: bold; }
#navlist a.stepOptional:hover, #navlist a.stepCurrent:hover,#navlist a.stepCompleted:hover, #navlist a.stepRequired:hover {text-decoration: underline;}

.askOnceForms {
    margin-bottom: 1em;
}

/* Forms */
form div, .formedit div { margin: .4em 0; }
.formedit label, .searchcriteria label { width: 25%; text-align: left; }
.formedit div.dataentryhint {left: 27%; width: 73%; position: relative; padding: 0 0 0 5px; font-weight: normal; padding: 0 5px 0 0; font-size: 90%;}
#EditAbstract label { width: auto; text-align: left; }
#SignIn div { margin: .5em 0; }
#SignIn label, #EditPassword label { width: 150px; text-align: right;  }
#FinalizeSubmission label { text-align: right; }
#FinalizeSubmission label[for="iConfirm"], #EditRSVP label { width: auto; text-align: left;}
input[type="checkbox"],input[type="radio"] { margin: 0 .3em; }
input[type=file] { display: inline-block; }
#figureTag .optionRequired { color: #9E0621; }
.row #main-inner div.viewCEUPlannerSelect {
   max-width: 100%;
   border-right: 1px solid #e3e3e3 !important;
}
.viewCEUPlannerSelect .ui.selection.search { width: 100%; }
.viewCEUPlannerSelect select+span.select2-container { width: 100% !important; }
.viewCEUPlannerSelect:before { content: "Claim Credit"; display: block; font-weight: bold; text-align: left;}
.viewCEUPlannerSelect select { margin: 10px 0; }
.iconfirmcredits label { width: auto; }
fieldset { margin-bottom: 1em; }
#progressBar {	
	overflow: hidden;
	height: 20px;
	padding: 0;
	margin-bottom: 20px;
	background-color: #CCC;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
#progressBar #progress {
	float: left;
	min-width: 2em;
	width: 0;
	margin: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #007C66;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
}
@media (min-width: 768px) {
	.form-inline textarea.form-control {
		width: 100%;
	}
	table.designation {
		table-layout: fixed;
	}
	table.designation td {
		padding-left: 5px;
	}
	#stateProvinceOther {
		width: 30%;
	}
	#EditAttendeeActivity #title, #EventSearch #plannerID { max-width: 74%; }
}

/* Abstract Review Customizations */
#reviewScoresContainer em {
   display:none;
}
#reviewScoresContainer h4 {
   margin-bottom: 0;
}

/* Tables */
#editOrderTable th { font-size: 110%; text-align: center; }
#AbstractCaseSummary .caseEntryPartialCompletion { border-color: #ebccd1; color: #a94442; }

#grid { table-layout: fixed; }
#grid th.horheader { text-align: center; vertical-align: middle; font-size: 12px; }
.head1, .head2, .head3, .head4, .head5, .head6, .head7, .head8, .head9, .head10, .head11, .head12 {  }

.form-question-data-grid { table-layout: fixed; }
.form-question-data-grid textarea.form-control { width: 100%; height: 100% }
.form-question-data-grid label { width: auto; }
.formedit .form-question-data-grid div.ai-date-control-options, 
.formedit .form-question-data-grid div.ai-date-control-option { margin: 0; }
table.form-question-data-grid th:first-child, table.form-question-data-grid table td:first-child { width: 30px !important;}

div.div_table[summary*="additional forms used for this submission"] {  }
div.div_table[summary*="additional forms used for this submission"] .div_tr { background: none; }
div.div_table[summary*="additional forms used for this submission"] .div_td { 
	border: 1px solid #ddd;
	font-size: 13px;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
div.div_table[summary*="additional forms used for this submission"]>.div_tr:hover>.div_td,
div.div_table[summary*="additional forms used for this submission"]>.div_tr:hover>.div_th  {
  background-color: #f5f5f5;
}
div.div_table[summary*="additional forms used for this submission"]>.div_tr:nth-child(odd)>.div_td, 
div.div_table[summary*="additional forms used for this submission"]>.div_tr:nth-child(odd)>.div_th {
  background-color: #f9f9f9;
}

.printPlannerCertificate { text-align: right; }
.printPlannerCertificate br { display: none; }


/* Images */
img.caseEntryImage { max-width: 100%; }

/* Classes */
.action {color: #273363;}
.alignright {text-align: right;}
.alignleft {text-align: left;}
.aligncenter {text-align: center;}
.aligncenterwithpad {text-align: center; padding: 10px;}
.answer {font-size: 90%; color: #666666; background-color: transparent; font-weight: normal; }
.answertext {color: #666666; background-color: transparent;  margin: 0 0 5px 0; padding: 0 0 0 10px; font-size: 0.9em;}
.backtotop {font-size: 90%; padding: 0 10px 0 0; text-align: right;}
.breadcrumbtrail {font-size: 80%; padding: 0 0 5px 0;}
.boldred {color: #9E0621; background-color: transparent; font-weight: bold;}
.centerwithpad {text-align: center; padding: 10px 0;}
.centerwithoutpad {text-align: center;}
.clear { clear: both; height: 0px;}
.circuitcontent{text-align: left; margin: 5px 0 0 5px;}
.colorprimary {color: #02559A;}
.colorsecondary {color: #02559A;}
.colortertiary {color: #81BC41;}
.columntitle {color: #666666; background-color: #EDF3F6; font-weight: bold;}
.conflict {font-size: 90%; background-color: #FFF000;}
.content {text-align: left; width: 100%;}
.contentcenter{text-align: center;}
.contentright{text-align: right;}
.contentnav {font-size: 90%; vertical-align: middle; color: #273363; font-weight: bold; text-align: center; white-space: nowrap; border-bottom: 1px dotted #273363;  padding: 2px 0 2px 0; margin: 0 0 8px 0; width: 95%;}
.crossout {text-decoration: line-through; color: #666666;}
.disclosureadd { /*width: 40px; height: 40px;*/ font-weight:bold;}
.disclosureanswer {vertical-align: middle; font-size: 1.2em; text-align: center; border: 1px black solid; padding: 2px;}
.disclosureremove {text-decoration: none; font-weight: bold; color: #9E0621; padding-bottom: 10px;}
.disclosureresponse {vertical-align: middle; text-align: left; border: 1px black solid; padding: 2px;}
.disclosuretable {border: 1px black solid;}
.editnote {font-size: 85%; color: #B6B6B6; background-color: transparent; font-weight: bold;  vertical-align: middle; text-decoration: none;}
.editpreview {font-size: 130%; color: #9E0621; font-weight: bold;}
.floatleft {float: left; margin: 0 0px 0 0px;}
.floatright {float: right; margin: 0 0px 0 0px;}
.floatnone {float:none}
.fontnormal {font-size:normal}
.fontsmall {font-size: small;}
.fontmedium {font-size: medium; }
.fontlarge {font-size: large;}
.fontxlarge {font-size: x-large;}
.formrow, .formskinnyrow {font-size: 95%; padding: 1px 0 1px 0; clear: both; vertical-align: middle; clear:both; }
.formnote {padding: 0 0 0 0; margin: 0 0 0 0; display: inline;}
.formtitle { color: #007C66; }
h4.formtitle { font-size: 20px; }
.green {color: #81BC41;}
.hidden {height: 0; width: 0; overflow: hidden; position: absolute;}
.highlightdetail {color: #990000;}
.incomplete {color: #9E0621; font-weight: bold;}
.indent {padding-left: 15px;}
.message { text-align: center; margin-top: 20px; }
.message a:not(.btn-success), .message a:hover:not(.btn-success), .messagealert a:not(.btn-success), .messagealert a:hover:not(.btn-success) { color: #121844; text-decoration: underline;}
.messagealert { text-align: center; }
.message ol, .messagealert ol { text-align: left; }
.messagealert.alert.alert-danger .errormsg.alert.alert-danger { padding: 0; border: 0; }
.navigationoptions { text-align: right;  }
.nowrapping { white-space: nowrap;}
.previewmultiline {left: 25%; width: 75%; position: relative; padding: 0 0 0 5px;}
.previewmessageline {left: 21%; width: 75%; position: relative; padding: 0 0 0 0px;}
.previewbar {color: #273363; border-bottom: 1px dotted; margin: 10px 0 10px 0; text-align: left;}
.question dt { margin: 1em 0 0 0; }
.question dd { margin: .4em 0; }
.questiontext {width: 100%; margin: 0 0 5px 0; padding: 0 0 0 10px; font-size: 0.9em; font-weight: normal; }
.red {color: #9E0621;}
.required {color: #9E0621; font-weight: bold; padding: 0 2px 0 0;}
.results {width: 100%;}
.pluslink {padding:0px 1px 0px 1px; margin:0px 2px 0px 2px ; background:#fff; font-size:.8em; text-decoration: none; border:1px solid #666666; color:#666666; text-align:center; vertical-align: middle;}
.resultscount { font-weight: bold; text-align: center; margin: 0 0 10px 0;}
.scrolltext {color: black; border: thin solid #666666; background-color: #CCCCCC; overflow-x: auto; overflow-y: auto; max-height: 200px; padding: 4px 4px 4px 4px; line-height: 15px; margin: 5px 0pt 5px 0pt;}
.searchcriteria {width: 100%;}
.sectionbar {color: #FFFFFF; background-color: #273363; font-weight: bold; text-align: center; margin: 0 0 10px 0;}
.sectiondesc {font-size: 90%;}
.sectiontitle {font-size: 1em; font-weight: bold;  font-variant: small-caps;}
.small {font-size: 85%; font-weight: normal;}
.smallbold {font-size: 85%; color: #666666;  background-color: transparent; font-weight: bold;  vertical-align: middle; text-decoration: none;}
.smallcapitols {font-variant: small-caps;}
.smallcaps {font-size:90%; height: 90%; color: #273363;  background-color: transparent; font-weight: bold;  font-variant: small-caps;  vertical-align: middle;}
.smallwarning {color: #9E0621; font-size: 85%; font-weight: normal;}
.sponsor{font-size: 150%; height: 150%; color: #9E0621;  background-color: transparent; font-weight: bold;  vertical-align: middle; padding: 0 0 10px 0;}
.title {font-size: 150%; height: 150%; color: #273363;   background-color: transparent; font-weight: bold;  vertical-align: middle; padding: 0 0 10px 0;}
.underline {text-decoration: underline;}

/* Buttons */
#printCertificate, #emailCertificate, .searchCEUEvents, .listCEUEvents, .enterCEU, .uploadCertificate { margin-bottom: 20px !important; }
td.actionCell>a  {padding-right: 12px;}
/*
td.actionCell>a:first-child  {padding-right: 15px;}
td.actionCell>a:first-child::after {content:    "   |";}
*/
a.submitPresentationLink img { display: none; }
a.submitPresentationLink:after { content: "Upload Document"; }

/*Form Test CSS */
.answersblock label {
	width: auto !important; 
	display: inline !important;
}
.testnavigation input.disabled {
	display: none;
}

.btn-success, .btn-primary, a.submitPresentationLink, .printPlannerCertificate a, #registerButton {
	
	display: inline-block;
	margin-bottom: 0;
	padding: 8px 18px;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	
	color: #444;
	background-color: #ccc;
	border: 1px solid  #ccc;
	background-image: linear-gradient(bottom, #E7E7E7 10%, #FAFAFA 79%);
	background-image: -o-linear-gradient(bottom, #E7E7E7 10%, #FAFAFA 79%);
	background-image: -moz-linear-gradient(bottom, #E7E7E7 10%, #FAFAFA 79%);
	background-image: -webkit-linear-gradient(bottom, #E7E7E7 10%, #FAFAFA 79%);
	background-image: -ms-linear-gradient(bottom, #E7E7E7 10%, #FAFAFA 79%);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, 
.open .dropdown-toggle.btn-success, a.submitPresentationLink:hover, .printPlannerCertificate a:hover,
#registerButton:hover {
	background-color: #54565B;
	color: #777777;
	border-color: #ccc;
}

.btn-success.button-large {
	padding: 16px 30px;
	font-size: 18px;
}

.btn-success.button-medium {
	padding: 13px 26px;
	font-size: 16px;
}

.btn-success.button-small {
	padding: 8px 18px;
	font-size: 14px;
}

.btn-success.button-mini, #newSubmission input#submit {
	padding: 4px 12px;
	font-size: 12px;
}

.btn-success.button-block {
	padding-right: 0;
	padding-left: 0;
	width: 100%;
}

.btn-success + .btn-succss {
	margin-left: 10px;
}

#newSubmission input#submit {
	margin-bottom: 5px;
}

#tooltip
{
	text-align: center;
	color: #fff;
	background: #111;
	position: absolute;
	z-index: 100;
	padding: 15px;
}
 
#tooltip:after /* triangle decoration */
{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #111;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

#tooltip.top:after
{
	border-top-color: transparent;
	border-bottom: 10px solid #111;
	top: -20px;
	bottom: auto;
}

#tooltip.left:after
{
	left: 10px;
	margin: 0;
}

#tooltip.right:after
{
	right: 10px;
	left: auto;
	margin: 0;
}

#tooltip td, th 
{
	padding: 2.5px;
}


@media print {
    #header, #menu, .navigationoptions, .breadcrumbtrail, #footer, #poweredby, .onpagenavigationoptions, .backtotop {display: none;}    
    #primarycontent {width: 95%; margin: 0; min-height: 500px;}
    a {text-decoration:none; color: #000000;}
    .scrolltext { color: black; border: none; background-color: #FFFFFF; overflow-x: visible; overflow-y: visible ; max-height: none; line-height: normal; font-size: 0.9em;}    
    select {font-size: 90%;}
    input {color: #000000; background-color: #FFFFFF; font-size: 90%}
    kbd {font-size: 105%;}
    optgroup {font-size: 95%;}
    select {font-size: 90%;}
    textarea {font-size: 90%;}
    dl, dt, dd {clear:both;}  
}


@media only screen and (max-width: 767px) {
	/*
	h1 { font-size: 26px; }
	h2 { font-size: 24px; }
	h3 { font-size: 22px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
	h6 { font-size: 16px; }
	#content { font-size: 95%; }
	*/
	
	#navlist { display: none; }
	.nav > li > a { font-size: inherit; }
	#footer .text-left, #footer .text-right { text-align: center; }

	label, .formedit label { display: block; width: 100%; text-align: left; }
	input.form-control, select.form-control, textarea.form-control { width: 100%; }
	
	.container-fluid { padding-left: 15px; }
	
	#abs-steps-dropdown-label { display: block !important; margin: 1em 0 0 0; }
	#abs-steps-dropdown { display: block !important; margin: 0 0 1em 0; font-size: 140%; }
	.navigationoptions { text-align: center; }
	.navigationoptions a { margin: 1em 0; }
	.navigationoptions a, input[type="text"], input[type="submit"] { display: block; width: 100%; }
}

@media (min-width: 768px) {
	
	.form-inline table td .form-control:not(select):not(span) {
		width: 100%;
		min-height: 150px;
	}
	
}

/* Activity Coordinator Updates */
#manageSpeakers .formedit label {width: auto;}
#searchAttendees input[type="text"] {min-height: 10px;}

#FinalizeSubmission #paymentDetail1101 {
	display: none;
}

/* Dashboard Layout */
ul.card-items a:hover, ul.card-items i.fa:hover
{
	color: #006598 !important;
}
div.card-grids {
	width: 95%;
}

#navigation-signin
{
   background-color: transparent;
   border-bottom: none;
   margin-bottom: 1em;
   padding-top: 0.5em;
}

#navigation-signin #ai-dashboard-nav-collapse-1 div.col-sm-4.important-card
{
   /*height: 350px !important;*/
   /*min-height: 350px !important;*/
}

#navigation-signin .dropdown-menu.columns-3
{
   /*height: 350px !important;*/
   /*min-height: 350px !important;*/
}

#navigation-signin #ai-dashboard-nav-collapse-1 > ul> li > a, 
#navigation-signin #ai-dashboard-nav-collapse-1 > ul.nav.navbar-nav.nav-right-link.aiDashboard-userlinks > li > a 
{ 
   /*color: #666 !important;*/
}
#navigation-signin #ai-dashboard-nav-collapse-1 > ul> li > a:hover, 
#navigation-signin #ai-dashboard-nav-collapse-1 > ul.nav.navbar-nav.nav-right-link.aiDashboard-userlinks > li > a:hover
{ 
   background-color: transparent !important;
   color: #007C66 !important;
   text-decoration: underline; 
}
#navigation-signin #ai-dashboard-nav-collapse-1 .navbar-nav > li:hover, 
#navigation-signin #ai-dashboard-nav-collapse-1 .navbar-nav > li:hover > a,
#navigation-signin #ai-dashboard-nav-collapse-1 .navbar-nav > li > a:hover
{ 
   background-color: transparent !important;
   color: #007C66 !important;
   text-decoration: underline; 
}
#navigation-signin #aidashboard-nav { 
   background-color: transparent !important;
   border: none !important;
   border-bottom: 1px solid #CAC7C1 !important;
   border-width: 1 !important;
}
#navigation-signin a#dropdownMenuLink:hover, li.aidashboard-signout a:hover 
{ 
   /*background: #77bb1d !important; */
}

#navigation-signin  #aidashboard-nav .dropdown-menu li > a:hover { 
   color: #007C66 !important;
   background-color: transparent !important;
   text-decoration: underline;
}

.aidashboard-wrapper .card-grid {
   background: #e7e7e7 !important;
}
.aidashboard-wrapper .card-header {
   background-color: #999; /*494949,0087b5*/
   border-bottom: 2px solid #CAC7C1 !important;
   color: #FFF !important;
}
.aidashboard-wrapper ul.card-items li a {
   color: #333 !important;
}

ul.card-items a:hover, ul.card-items i.fa:hover {
   color: #333 !important;

}
.aidashboard_dropdown-menu .row div {
   /*border: none !important;*/
}

/* User Gateway */
body #ai-user-gateway {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}
body .ai-user-gateway-option {
	color: #007155;
}
body .ai-user-gateway-option:hover {
	color: #333;
	background-color: #e6e6e6;
}
body .ai-user-gateway-option:hover .ai-user-gateway-help {
	color: #999;
}
body #ai-user-gateway input:active, body  #ai-user-gateway input:focus, body  #ai-user-gateway input:hover,
body input.form-control:active, body input.form-control:focus, body input.form-control:hover {
    border-color: #007155;
}
body div#ai-user-gateway label {
	text-align: left;
	width: 100%;
}
body #ai-user-gateway input[type="submit"] {
	background-color: #007155;
	border-color: #fff;
}
body #ai-user-gateway input[type="submit"]:hover {
	background: transparent;
	background-color: #1375AF;
	border-color: #fff;
}
#ai-site-verfication-alert {
	margin-bottom: 25px !important;
}
body .fa.fa-uvmlogo {
	background: url('http://files.aievolution.com/prd/uvt1501/docs/uvm_iconlogo_green.png') center no-repeat;
	background-size: contain;
	width: 45px;
	height: 35px;
	margin-left: -10px;
}