/**
 * Both sites run on the same code base called EdutechSource.  Each page uses CSS classes
 * defined in either this file or fcle-style.css.
 *
 * Because the same code is used for both sites, these two css files must contain the exact
 * same classes, but the appearance of the classes will likely vary.  In some cases where one site
 * needs a special class, the stylesheet for both sites still needs to be supplemented, but the new
 * special class can be made to do nothing in the other site.
 *
 * Provide a brief comment when necessary to describe where a class is used and also situations
 * where the class is only present to match the corresponding stylesheet.
 */
 
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
img,body,html{border:0;} 
 
.contentcontainer strong, .contentcontainer b, .contentcontainer strong *, .contentcontainer b * {
	font-weight: bold !important;
}

.contentcontainer em, .contentcontainer i, .contentcontainer em *, .contentcontainer i * {
	font-style: italic !important;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited{
	color: #000099;
	text-decoration: none;
}

a:hover{
	color: #990000;
	text-decoration: underline;
}

/* ----------------- new classes follow ----------------- */

/**
 * The standard text for the site.  Rarely will need to be mentioned explicitly in the code.
 */
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
/*table.bodytext {
	border: 1px solid #cccccc;
}
table.bodytext td {
	border: 1px solid #cccccc;
}*/

table.datadisplay {
	border: 1px solid #000000;
}
table.datadisplay td {
	padding:3px;
}

table.layouttable {
	border:none;
	border-collapse:collapse;
}
table.layouttable td {
	padding:4px;
}
.graytext{
	color: #666666;
}

.graybluetext{
	color: #6666CC;
}

.bluetext {
	color: #000099;
	font-size: 11px;
}

.bigtext{
	font-size: 16px;	
}

.redtext{
	color: #FF0000;
	font-weight: bold;
}

/**
 * Generally used for the topmost header in the content area for any page
 */
.pageheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #0051A2;
}

/**
 * Some pages use a sub header underneath the page header
 */
.pagesubheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

/**
 * FastCLE also uses a blue header in places, in ImpactLearning it looks the same as a regular
 * pageheader.
 */
.bluepageheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #0051A2;
}

/**
 * These are used to create underlined headers, as is done on the provider pages for impact
 * learning.
 */
.lineheader {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	border-bottom: 1px solid black;
}

/**
 * This is a class for a table cell that is used to top off boxed sections on pages.
 */
.tableheader {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #dadada;
}

a.fbutton {
	display:block;
	text-decoration:none;
	font:8pt Arial;
	color:#333366;
	background:#BAD4FC;
	background-image: url(../../images/butback.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border:1px solid #7F9DB9;
	padding:2px 7px 3px;
}
a.fbutton:hover {
	font:8pt Arial;
	color:#333366;
	text-decoration:none;
	background-position: top left;
}
a.fbuttonsm {
	display:block;
	width: 20px;
	text-decoration:none;
	font:7pt Arial;
	color:#333333;
	background:#BAD4FC;
	background-image: url(../../images/butback.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border:1px solid #7F9DB9;
	padding:2px 6px 2px 6px;
}
a.fbuttonsm:hover {
	text-decoration:none;
	color:#333333;
	background-position: top left;
}

a:link.stretchtoggle, a:visited.stretchtoggle {
	display:inline;
	color:#003399;
	cursor:pointer;
}
a:hover.stretchtoggle {
	text-decoration:underline;
}

.stretchtogglecontainer {
	margin:0px 50px 0px 30px;
}
.stretcher {
	visibility: visible;
	margin:4px 20px 8px 40px;
}
.stretchercontent {
	padding: 6px 7px 6px 10px;
	width:90%;
	background:#e5ecf9;
	border:1px solid #3366cc;
	line-height: 1.4em;
}
.stretchcloser {
	font-size:7pt;
	float:right;
	padding:0px 2px 0px 2px;
	margin:-6px -6px 0px 0px;
	border-left:1px solid #3366cc;
	border-bottom:1px solid #3366cc;
	cursor:pointer;
	line-height: 1.3em;

}
.dbox {
	border:1px solid #3366FF;
}
.dboxtitle {
	color:#000066;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:4px 0px 6px 15px;
	font-weight:bold;
	background: url(../../images/dbox_arr_g.gif) 5px 3px no-repeat;
	background-color:#CCCCCC;
	cursor:pointer;
}
.dboxcontent {
	margin:0px 5px;
}
.dboxcontent table {
	margin:5px 0px;
	font-size:11px;
}

.ibox {
	border:1px solid #CCCC33;
}
.iboxtitle {
	color:#660000;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:4px 0px 6px 10px;
	font-weight:bold;
	/*background: url(../../images/dbox_arr_g.gif) 5px 3px no-repeat;*/
	background-color:#FFFF99;
	border-bottom:#FFFF00;
}
.iboxcontent {
	background-color:#FFFFCC;
	margin:0px 0px;
	padding:6px 10px;
	line-height:1.3em;
}
.iboxcontent table {
	margin:5px 0px;
	font-size:11px;
}
.iboxcontent p {
	margin:0px 0px 8px 0px;
}

#adblockright {
	float:left;
	width:160px;
	padding:80px 0px 10px 2px;
	background-color:transparent;
}

.basketcoldiv {

}
.basketcoldiv table {
	font-size:8pt;
	border: 1px solid #CCCCCC;
}
.basketcoldiv table td {
	padding:2px;
}

#primarycontentcont li {
	margin:2px 0px 3px 15px;
}
#primarycontentcont ul {
	margin:0px 0px 6px 3px;
}

/*********
* creating a class with li formatting for better front page appearance
**********/
.agendalistitem {
	margin: 5px 0px 2px 15px;
	list-style-type: disk;
}
.agendalist {
	margin: 3px;
}
.agendalistsubitem {
	margin: 2px 0px 2px 30px;
	list-style-type: circle;
}

.disabledcredit { color:#666; text-align:center; }
#disabled_info { display:none; }

/* Custom IPAD class for handling iFrames */
.iframe-holder {
	overflow: auto !important;
	-webkit-overflow-scrolling:touch !important;
	height:100%;
}
#tobjectives ul {
	list-style-type:disc;
	padding-left:20px;
}
/* automatically hide eval print button, turned on per provider in their branding */
#eval_print {
	display:none;
	margin-left:20px;
}
#submit_billing {
	margin-top:10px;
}

.location_holder {
	padding:10px;
}
.location_holder label {
	margin-left:10px;
}

/* don't hide re-capthca from account-create page*/
.g-recaptcha iframe {
	padding: 0;
	background: none
}

/* payment method popup css */
.addpayment_popup .savePayment {
	float: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

.addpayment_popup table{
	width: 100%;
}

.addpayment_popup iframe {
	height: 60px;
}

.paymenterror {
    color: #CC0000;
    font-weight: bold;
}
.paymenterror ul {
	margin-left: 15px;
}
#showPayMethod {
	background: rgb(239, 239, 239);
	color: #000;
	border: 1px solid rgb(118, 118, 118);
	font-weight: normal;
	padding: 2px;
	border-radius: 2px;
}
#showPayMethod:hover {
	color: #000;
	text-decoration: none;
}
/* info icon */
.iconCont-legacy {
	color: #0c5460 !important;
    background-color: #d1ecf1 !important;
    border-color: #bee5eb !important;
    border: 1px solid transparent !important;
    border-radius: .25rem !important;
    margin-top: 1rem !important;
	margin-bottom: 1rem !important;
    padding: 0.75rem 1.25rem !important;
}
.iconCont-legacy .icon {
    vertical-align: text-top;
}
.iconCont-legacy .icon svg {
	width: 15px;
    margin-right: 5px;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #ffeeba;
}