/*Place your CSS code here*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Lato');

html, body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.ef-outcome {
	font-size: 16px;
}

.ef-outcome .radio label, .ef-outcome .checkbox label {
	padding-left: 20px;  
}

/*---------- Assessment Demo ----------*/

.question-text:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
}

.question-text p {
  	margin-bottom: 0;
}

.bloom-level {
  	float: right;
  	padding: 4px;
  	border-radius: 3px;
  	background-color: #4681ff;
  	color: white;
  	margin: 0 3px;
}

.thumb-up {
  	/*display: inline-block;
  	position: relative; */
  	float: right;
  	width: 20px;	
  	content: url('/avatar/id/386'); 
}
.thumb-down {
  	/*display: inline-block;
  	position: relative; */
  	float: right;
  	width: 20px;
	content: url('/avatar/id/387'); 
}

/*---------- Navigation Bar ----------*/
div.breadcrumb-x a { 
	color: #333; 
}

#ef-navbar .container ul.nav.navbar-nav > li > a, #ef-navbar .container ul.nav.navbar-nav > li > a:visited { color: #234182; }
#ef-navbar .container ul.nav.navbar-nav > li > a:hover { color: #707070; }
#ef-navbar .container ul.nav.navbar-nav li.open a.dropdown-toggle { color: #eee; }
#ef-navbar form.navbar-form .selectize-input, #ef-navbar form.navbar-form input[type='text'], #ef-navbar form.navbar-form span.search-handle {
    border-color: #eee;
    background-color: #fff;
}

input#ef-search-bar.form-control.ef-search-field {
	border: 1px solid #eee !important; 
}

#ef-navbar form.navbar-form input, #ef-navbar form.navbar-form span.search-handle.input-group-addon {
    background-color: #fff;
}

.searchDivRight {
    background-color: #fff !important;
}

/* ---------- Login form ---------- */

#ef-login-index {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 15px 0 0 0;
}

#login_form::before{
	content: url('/avatar/id/375');
	padding-left: 20px;
}

#ef-login-index div.ef-block-content form div.row.ef-row {
	padding: 10px 0 0 0;  
}

.two-column-login .col-md-6 {
	width: 100%;
}

.abcRioButtonLightBlue {
	width: 100% !important;
	margin-bottom: 10px;
}

/*---------- Responsive vimeo player ----------*/

.videowrapper {
	max-width: 640px;
	margin-bottom: 20px;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Quiz question header */
.panel-primary > .panel-heading {
    background-color: #234182;
    border-color: #234182;
}

.ef-content-area h1 {
  	font-family: Lato, Arial, Helvetical, sans-serif;
    font-size: 24px;
    padding: 10px;
    background: #DAD8D6;
    margin: 0 0 20px 0;
    letter-spacing: 0.05em;
    text-align: center;
    /* border: 1px solid #CF0A2C; */
    border-radius: 3px;
}

.ef-content-area h2 {
  	font-family: Lato, Arial, Helvetical, sans-serif;
    font-size: 22px;
	font-weight: normal;
}

.ef-content-area h3 {
  	font-family: Lato, Arial, Helvetical, sans-serif;
    font-size: 18px;
	font-weight: normal;
}

.ef-content-area h4 {
  	font-family: Lato, Arial, Helvetical, sans-serif;
    font-size: 16px;
	font-weight: normal;
}

.ef-content-area, .ef-content-area p, .ef-content-area li {
	font-family: 'Source Sans Pro', Arial, Helvetical, sans-serif;
    font-size: 16px;
    text-align: left;
}

.ef-content-area a:link, .ef-content-area a:visited {
    color: #234182;
}

*.btn.btn-primary, *.btn.btn-primary:not(.active), *.btn.btn-primary:hover, *.btn.btn-primary:hover:not(.active), *.btn.btn-primary:focus, *.btn.btn-primary:focus:not(.active) {
	color: #ffffff; 
}

.ef-content-area a:hover {
    text-decoration: underline;
}

.ef-content-area a:not(.btn), .ef-content-edit-area .note-editable a:not(.btn) {
    /* text-decoration: none; */
    border: 0;
}

div.breadcrumb-x ol.breadcrumb li a {
	font-size: 14px;
}

.panel-title {
	font-family: Lato, Arial, Helvetical, sans-serif;
	text-transform: uppercase;
}

.panel-body {
	font-family: 'Source Sans Pro', Arial, Helvetical, sans-serif;
	color: #111111;
}

h4.text-muted, .panel-body p, .panel-body th {
	font-family: 'Source Sans Pro', Arial, Helvetical, sans-serif;
    font-size: 16px;
	color: #111111; 
    line-height: 1.2em;
    font-weight: normal;
}

.panel-footer {
    font-size: 16px;
	line-height: 1.4em;
}

.panel-success {
    border-color: #008000;  
}

.panel-success > .panel-heading {
    color: #fff;
    background-color: #008000;
    border-color: #008000;
}

.panel-danger {
    border-color: #f00;
}

.panel-danger > .panel-heading {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.badge.ef-question-indicator-current {
    background-color: #666 !important;
    border: 1px solid #666 !important;
	color: white;
}

.ef-question-indicator .ef-question-indicator-wrong {
    background-color: #f00 !important;
    border: 1px solid #f00 !important;
}

.ef-question-indicator .ef-question-indicator-correct {
    background-color: #008000 !important;
    border: 1px solid #008000 !important;
}

.ef-question-indicator .ef-question-indicator-incomplete {
    border: 1px solid #ccc !important;
}

.radio label, .checkbox label {
	padding-left: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	padding-top: 0;
}

.ef-question-empty_spaces, .ef-question-multiple, .ef-question-true_false, .ef-question-raw_text_keywords, .ef-question-raw_text {
	padding-left: 0;
}

.ef-question-multiple label {
	line-height: 20px;
	font-size: 16px;
}

.btn.btn-success.ef-completed-button.ef-content-handle, .btn-success, .btn-success:hover {
    background-color: #234182;
    border-color: #234182;
}

.ef-question-indicator .ef-question-indicator-done {
    background-color: #ccc !important;
    border: 2px solid #ccc !important;
    color: #fff !important;
}

.ef-dashboard-header .ef-main-action-button .btn.btn-success {
    background-color: #234182;
}

.ef-unit-tree .active-content {
    background: #CED9E7;
}

.ef-content-area li {
	padding-bottom: 0;
}

.ef-content-area th {
	background-color: #ccc; 
}

.ef-content-area tr:nth-child(odd) {
	background-color: #eee; 
}

.ef-content-area table {
	border-radius: 3px;
}

/*---------- Sound Bite ----------*/
.soundbite {
  text-align: right;
  display: block;
}

.soundbite p {
  clear: both;
}

.talk-bubble {
	margin: 15px 20px 20px 0;
    display: inline-block;
  	position: relative;
    float: right;
	/* width: 280px; */
	max-width: 400px;
	height: auto;
	background-color: white;
}

.talk-bubble.border {
	border: 5px solid #234182;
}

.talk-bubble.round {
  	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

/*outer line*/
.tri-right.border.right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: -32px;
	top: 33px;
	bottom: auto;
	border: 14px solid;
	border-color: #234182 transparent transparent #234182;
}

.tri-right.right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: -20px;
	top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: white transparent transparent white;
}

/* talk bubble contents */
.talk-bubble .talktext{
	float: left;
    padding: 1em 1em 0.5em 1em;
	text-align: left;
	line-height: 1.5em;
}
.talk-bubble .talktext p {
	/* remove webkit p margins */
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	padding-bottom: 10px;
}

/* mugshot and title */
.soundbite .title {
	display: inline-block;
    position: relative;
    float: right;
	font-size: 0.85em;
    line-height: 1.1em;
    font-weight: bold; 
    width: 110px;
    text-align: left;
}

.soundbite img {
  vertical-align: top;
  margin-bottom: 5px;
}

audio {
    /* min-width: 240px; */
 	max-width: 215px;
    height: 32px;
    background-color: #000;
}

/* ---------- Industry Facts ---------- */
.fact {
  /* text-align: left; */
  display: block;
  margin: 20px 0 0 0;
}

.fact.float-right {
	float: right;
}

.fact .talk-bubble {
	padding: 10px 10px 2px 10px;
    display: inline-block;
  	position: relative;
    float: left;
	width: 100%;
	max-width: 500px;
	height: auto;
	background-color: white;
}

.fact .talk-bubble.round {
  	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.fact .talk-bubble.border {
	border: 5px dotted #234182;
}

.fact .title {
	/* font-size: 20px; */
	font-weight: bold;
	font-family: Lato, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.fact img {
    vertical-align: top;
	margin: -30px 7px 5px -20px;
}

.fact .talk-bubble p {
	/* remove webkit p margins */
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	padding-bottom: 10px;
}

.fact p.clear {
	clear: both;
	margin: 0;
}

/*---------- Accordion ---------- */
.accordion {
    float: left;
    width: 100%;
	margin-bottom: 25px;
}

/* Acordeon styles */
.accordion .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    overflow: hidden;
}
.accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordion label {
    position: relative;
    display: block;
	padding: 10px 30px 10px 35px;
	margin: 3px 0 2px 0;
    background: #666;
 	color: #fff;
    font-weight: normal;
    /* line-height: 3; */
    cursor: pointer;
  	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.accordion label::before {
    content: "\201C"; /*Unicode for Left Double Quote*/
	font-family: Georgia, serif;
	font-size: 36px;
	color: #eee;
	font-weight: bold;
	position: absolute;
	left: 14px;
	top: 14px;
}
.accordion .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #eee;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
.accordion .tab-content p {
    margin: 1em;
    color: #000;
}

/* Tab checked */
.accordion input:checked ~ .tab-content {
    max-height: 100%;
}
/* Icon */
.accordion label::after {
 	content: "";
	position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    /* line-height: 3; */
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.accordion input[type=checkbox] + label::after {
    content: "+";
	font-weight: bold;
	padding-top: 10px;
}
.accordion input[type=radio] + label::after {
    content: "\25BC";
}
.accordion input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
}
.accordion input[type=radio]:checked + label::after {
    transform: rotateX(180deg);
}

/* Blockquote */
.tab-content blockquote {
	display: block;
	/* padding: 15px 20px 15px 45px; */
	padding: 0 0 0 20px;
	margin: 12px 20px 0 10px;
	position: relative;
	font-family: 'Source Sans Pro', Arial, Helvetical, sans-serif;
    font-size: 16px;
	font-style: normal;
	text-align: left;
}

.tab-content blockquote::before {
    content: "\201C"; /*Unicode for Left Double Quote*/
	font-family: Georgia, serif;
	font-size: 36px;
	color: #234182;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 4px;
}
.tab-content blockquote::after {
	/*Reset to make sure*/
	content: "";
}

/*---------- Dashboard ----------*/
.ef-card-entries .ef-card .ef-card-wrap {
	border: 1px solid #f0f0f0;
}


/*---------- Course Home Page ----------*/
.img-responsive {
	border: 1px solid #d1d1d1;
}

/*#content-title-row {
    display: none;
}*/

/* DO NOT ADD/EDIT AFTER THIS LINE */
div.ef-block, div.dashboard-panel div.panel-body{background-color:#FFFFFF;}
*.btn.btn-primary, *.btn.btn-primary:not(.active), *.btn.btn-primary:hover, *.btn.btn-primary:hover:not(.active), *.btn.btn-primary:focus, *.btn.btn-primary:focus:not(.active){background-color:#234182;border-color:#234182;}
html,body{background-color:#e6e7e8;}
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{background-color:#FFFFFF;border-color:#FFFFFF;}
html.new-ui-html:root{--c-brand-primary:#ffffff;--c-brand-primary-darken-5:#fafafa;--c-brand-primary-darken-7:#f8f8f8;--c-brand-primary-darken-10:#f5f5f5;--c-brand-primary-darken-15:#f0f0f0;--c-brand-primary-darken-17:#eeeeee;--c-brand-primary-darken-20:#ebebeb;--c-brand-primary-darken-25:#e6e6e6;--c-brand-primary-lighten-7:#ffffff;--c-brand-primary-lighten-40:#ffffff;}
