/* IET styles based on default.css and simplified

    C2D8DB = menu teal
    96b9c3 = colhead teal
    D8E5E8 = lighter teal
    E9F0F2 = lighest teal
    748f98 = body background teal
    77a3b0 = darker hover teal
    dae6ea = k12 light blue
    075185 = anchor teal
    CC7744 = anchor hover gold
    fff3b3 = light yellow hover
*/

body {
	text-align: center;
	background-color: #748f98;
}
body, th, td {
	font: normal 13px verdana, arial, 'Bitstream Vera Sans', helvetica, sans-serif;
}
#print_head {
	display:none;
}
#page {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	border: 1px solid #fff;
	padding: 15px;
	background-color: #fff;
}
#header {
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
#content    /* wraps #main and #sidebar */ {
	border: 1px solid #748f98;
}
#main {
	float:left;
	width:auto;
	background-color: #fff;
	text-align: left;
	font-size: 12px;
}
#main_full {
    position: relative;
	background-color: #fff;
	text-align: left;
	margin: 0;
	padding: 1em;
}
#home {
	background-color: #3977a3;
}
#sidebar {
	float:right;
	width:237px;
	background-color: #dae6ea;
	text-align: left;
}
#footer {
	background-color: #fff;
	clear:both;
	color: #748f98;
	font-size: 8pt;
	padding: 1em;
}
.white {
	background-color:#fff;
}
img {
	border: 0 none;
}
a {
	color: #075185;
	text-decoration: none;
	border-bottom: 1px dotted #075185;
}
a:hover {
	color: #CC7744;
	border-bottom: 1px solid #CC7744;
}
#breadcrumb {
	color: #000;
}
#breadcrumb a {
	color: #000;
	border-bottom: 1px dotted #000;
}
#breadcrumb a:hover {
	color: #CC7744;
	border-bottom: 1px solid #CC7744;
}
#menu {
    position: relative;
    z-index: 99;
	text-align:left;
	padding: 4px;
	margin: 6px 0px 6px 0px;
	border: 1px solid #748f98;
	background-color: #c2d8db;
}
#message, #page_error {
	padding: 1em;
	background-color: #fff;
	border: 1px solid #748f98;
	width: 300px;
	position: absolute;
	top: 7em;
	right: 2.5em;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
}
#message {
	color: blue
}
#page_error {
	color: red
}
#login {
	width: 400px;
}
#login input[type=text] {
	width: 150px;
}
#login input[type=password] {
	width: 150px;
}
fieldset {
	margin-top: 1em;
	padding: 1em;
	background-color: #eee;
	border:1px solid #748f98;
}
legend {
	padding: 0.2em 0.5em;
	background-color: #fff;
	border:1px solid #748f98;
	text-align:right;
}
.actionform, .field {
	display:inline;
}
label .field {
	float:left;
	width:25%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:700;
}
.view .field {
	background-color:#f3f6f8;
	border-left:1px solid #7695b5;
	border-top:1px solid #7695b5;
	padding:1px 10px 0 2px;
}
div#sliders {
    position: absolute;
    left: 490px;
    top: 60px;
}
div.slider {
    padding:1em;  
    color: #111;
    width: 400px;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 1px 1px 8px #888;
	-webkit-box-shadow: 1px 1px 8px #888; /* safari */
    margin-bottom: 8px;
}
.slider label {
    width: 150px; 
    display: inline-block; 
    text-align: right;
    margin-bottom: 8px;
}
#change_response, #verify_response {
    text-align:center;
    padding: 1em;
}
/* toggle scorm/oauth section */
.expand {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
    border-bottom: none;
}

#toggle_iframe {
    display: none;
    visibility: hidden;
}

.toggle_btn {
    display: block;
    padding: 0.66em;
    text-align: left;
    border-bottom: 1px solid #CCC;
    color: #444;
    font-weight: bold;
}

.toggle_btn:hover {
    background-color: #c2d8db;
    cursor: pointer;
}

.toggle_btn::before {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    content: "+";
    vertical-align: text-top;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-color: #77a3b0;
    border-radius: 50%;
    line-height: 16px;
    color: white;
}

#toggle_iframe:checked ~ .expand {
    height: 860px;
    border-bottom: solid 2px #ccc;
}

#toggle_iframe:checked ~ .toggle_btn::before {
    content: "-";
}
