@CHARSET "UTF-8";

.popup body {
	height: 100%;
	width: 100%;
	max-width: 2000px;
	min-width: 0;
	background-color: #FAFAFA;
	margin: 0;
	padding: 0;
}

li.content::-webkit-scrollbar {
	width: 1.25rem;
}

li.content::-webkit-scrollbar-track {
	background: #414c59;
}

li.content::-webkit-scrollbar-thumb {
	background: #c0c0c0;
}

li.content {
	scrollbar-arrow-color: #c0c0c0;
	scrollbar-face-color: #c0c0c0;
	scrollbar-highlight-color: #414c59;
}


/*--links--*/
a:link,a:visited {
	color: #444;
	text-decoration: none;
}
a.btn-primary,a.btn-success,a.btn-warning,a.btn-danger {
	color:white;
}

a:hover {
	color: #222;
	text-decoration: underline;
}


/*--calendar--*/
table.calendarHeader,table.calendar {
	background: #6caee0;
	color: #2F4F4F;
	width: 100%;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

table.calendarHeader tr {
	background: #3b83a9;
	height: 25px;
}

table.calendarHeader td,td.calendar {
	color: #C5D6ED;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 12px;
}

td.calendar {
	border-left: 0 solid #CBD9F3;
	border-top: 0 solid #CBD9F3;
	text-align: center;
	height: 16px;
	width: 16px;
}

table.calendar td.todayCalendar {
	background-color: #a1b6c8;
}

table.calendar td.eventCalendar {
	background-color: #A3E0CC;
}

table.calendar td.viewCalendar {
	border: 3px solid #FF8C00;
}

table.matrix-question-table {
	background-color:#f3f3f3;
}

/*grid*/
.ef-grid-cell-editable-indicator{
	display:none
}
.ef-grid-cell-editable .ef-grid-cell-editable-indicator{
	display:inline;
	cursor:pointer;
}
.ef-grid-clear-filter {
	position:relative;
	line-height:20px;
	display: none;
}
.ef-grid-clear-filter span {
	position: absolute;
	padding: 1px 5px;
	right: 7px;
	top: 0;
	font-size: 12px;
}
.ef-grid-lite .ef-grid-info span.can_hide{
	display:none;
}
.ef-grid-lite tr.evenRowColor,
.ef-grid-lite tr.oddRowColor {
	background: inherit;
}

.blockHeader {
	width:49%;
	display:inline-block;
	color: #555;
	font-size: 1.1em;
}

/*scorm*/
.scormFrame {
	width: 100%;
	height: 100%;
	border-width: 0;
}

.scormCommitFrame {
	display: none;
	border: 1px solid red;
	width: 100%;
	height: 400px;
}

/*phpinfo*/
.phpinfodisplay {
	background-color: #FAFAFA;
	color: #000;
	font-size: 16px;
	padding: 10px;
}

.phpinfodisplay hr {
	margin-left: 0;
	width: 600px;
	background-color: #ccc;
	border: 0;
	height: 1px;
	color: #000;
}

.phpinfodisplay,.phpinfodisplay td,.phpinfodisplay th,.phpinfodisplay h1,.phpinfodisplay h2
	{
	font-family: sans-serif;
}

.phpinfodisplay pre {
	font-family: monospace;
	margin: 0;
}

.phpinfodisplay a:link {
	color: #009;
	text-decoration: none;
	background-color: #FAFAFA;
}

.phpinfodisplay .center th {
	text-align: center !important;
}

.phpinfodisplay td,.phpinfodisplay th {
	border: 1px solid #000;
	font-size: 75%;
	vertical-align: baseline;
}

.phpinfodisplay h1 {
	font-size: 150%;
}

.phpinfodisplay h2 {
	font-size: 125%;
}

.phpinfodisplay .e {
	background-color: #ccf;
	font-weight: 700;
	color: #000;
}

.phpinfodisplay .h {
	background-color: #99c;
	font-weight: 700;
	color: #000;
}

.phpinfodisplay .v {
	background-color: #ccc;
	color: #000;
}

.phpinfodisplay .vr {
	background-color: #ccc;
	text-align: right;
	color: #000;
}

.phpinfodisplay img {
	float: right;
	border: 0;
}


/*Override TB's own setting*/
.form-horizontal .control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 0px;
}

.no-uppercase {
	text-transform: none !important;
}

.no-underline {
	text-decoration: none !important;
}

.label {
	text-transform:uppercase;
	padding:.3em .6em .3em;
}
a.label {
	color:#fff;
}

.label-professor{
    background-color: #468847;
}
.label-branch{
    background-color: #0080FF;
}
.label-course{
	background-color: #f89406;
}
.label-certificate{
	background-color: #f89406;
}
.label-classroom{
	background-color: #58ae76;
}
.label-curriculum{
	background-color: #3844c6;
}
.label-category{
	background-color: #333333;
}
.label-completed{
	background-color: #468847;
}
.label-expired{
	background-color: #f89406;
}
.label-failed{
	background-color: #953b39;
}
.label-pending{
	background-color: #428bca;
}
.label-cancel{
	background-color: #ff0000;
}
.label-queued{
	background-color: #799a12;
}
.label-forbidden{
	background-color: #cc3300;
}
.label-inactive{
    background-color: #cc3300;
}
.label-lesson,
.label-elearning{
	background-color: #58a476;
}
.label-manual{
	background-color: #66CCCC;
}
.label-eclassroom{
	background-color: #666633;
}
.label-webinar{
	background-color: #FFCC66;
}
.label-event,
.label-ilt{
	background-color: #0099CC;
}
.label-ilt-past{
	background-color: #0099CC;
	opacity:0.5;
}
.label-ilt-unset{
	background-color: #c8a446;
}
.label-placeholder{
	background-color: #329aed;
}
.label-ilt--1{  /*2 dashes on purpose*/
	background-color: #468847;
}
.label-ilt-2{
	background-color: #0099CC;
}
.label-ilt-3{
	background-color: #FFCC66;
}
.label-hover-hidden {
	display:none;
}
.label-hover:hover .label-hover-hidden{
	display:inline-block;
}

.ef-form-error
{
	color:#de1231;
	text-align:left;
	font-size:12px;
	vertical-align:middle;
	margin-left:5px;
}

.ef-hover-highlight:hover {
background:#C7D7F3;
}

/* navbar moved 1 */

@media (max-width: 768px) {
    .form-group {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 768px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 992px;
    }
    /* navbar moved 2 */
}

/* navbar moved 3 */

/* navbar moved 4 */

.selectize-dropdown .optgroup:before
{
	content: normal !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.col-md-12,.col-md-6, .col-md-3, .col-md-4, .col-md-9, .col-md-8 {
	padding-left:5px;
	padding-right:5px;

}

.dropdown-menu > li > a:hover {
	background-color:#ddd;
}

#ef_loading_pane {
  width:150px;
  height:34px;
  left:50%;
  top:2px;
  margin-left:-75px;
  padding:1px;
  z-index:10;
  background-color:#fff6d9;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  display:none;
  opacity:0.9;
  position:fixed;
  text-align:center;
}
#ef_loading_pane img { vertical-align:middle; }
.ef-upload-image {cursor:pointer}
.ef-form-element { max-width:400px }
.ef-form-element-textarea { max-width:100%; }

@media (max-width: 587px) {
	.ef-form-element-textarea { padding-right:15px }
}

.ef-form-element-full-length { max-width:100%; }

textarea.form-control {
	min-height:100px;
}

.ef-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    
}

#ef-waiting-question-retry {
	position:relative;
	top:40%;
	opacity:1;
}
/*theme/layout*/
.ef-layout-area-preview {
	border:1px solid #cccccc;
	text-align:center;
	margin:6px;
	padding:3px;
	cursor:pointer;
}
.ef-layout-area-preview:hover {
	background-color:#fafafa;
}
.ef-layout-droppable {
    border:1px solid #ddd;
    border-radius: 4px;
    background-color:#fafafa;
    padding:5px;
    min-height:126px;
}
.ef-layout-block {
  border:1px solid #b7ddf2;
  background-color:#ebf4fb;
  height:100px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  opacity:0.9;
  cursor:move;
  margin:6px 3px 6px 3px;
  text-align:center;
  font-style:italic;
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  word-wrap: break-word;
  white-space : normal;
}

.ef-layout-block-preview {
	border:solid 1px #b7ddf2;
	background-color:#ebf4fb;
	text-align:center;
	margin-bottom:3px;		
}

.ef-image-handle {
	text-align:center;
	border-width:0px;
	cursor:pointer
}
.ef-image-handle:hover {
	background-color:#fafafa;
}
.hideBoth .layoutLeft, .hideLeft .layoutLeft {
	display:none;
}
.hideBoth .layoutRight, .hideRight .layoutRight {
	display:none;
}
#login_form .control-label, #contact_form .control-label {
	min-width:70px;
}


img.ajaxHandle {
cursor:pointer;
vertical-align:text-bottom;
}

table.centerFull td.center,table.messageTable td.message_text,table.glossary,.messagesTable,table.contentArea,table.contentArea table#unitContent,table.statisticsPanel,table.statisticsSelectList,table.statisticsTools,table.statisticsGeneralInfo,table.statisticsDataHeader,table.statisticsData,table.statisticsSubInfo,div.statisticsDiv table,table.statisticsGeneralInfo table,table.test_analysis,table.QuestionsListTable,.unsolvedQuestion,div.tabHeader table,div#personIdentity table,table.cpanelTable,div.block table.iconTable,table.copyContent {
width:100%;
}

.inactiveImage,.inactiveImage img {
opacity:0.5;
filter:alpha(opacity=50);
}

.failure, .failed {
	color:#a94442!important;
}
.success, .passed, .completed {
	color:#3c763d!important;
}
.inactive, .pending {
	color:#999!important;
}

.ef-content-tree {
	padding: 5px 0 12px 0;
	/*padding: 10px;*/
}

.ef-content-tree .pending {
	color:#428bca!important;
}
.ef-tree-supervisor {
	/*color:#3c763d!important;*/
	font-weight:bold;
}
.ef-content {
	  resize:both;
	  padding-left:5px;
	  padding-right:5px;
}
.ef-content-empty {
	color:#99aacc!important;
}
.ef-scorm-open{
	text-align:center;
}
.ef-content-nav-handle-previous {
	text-align:left;
}
.ef-content-nav-handle-next {
	text-align:right;
}
.ef-handle {
	cursor:pointer;
}

/*My courses list*/
#ef-courses-list {
    margin-top: -40px;
    margin-left: -35px;
}
#ef-courses-list ul.ef-courses-list {
	list-style-type:none;
	padding: 8px 0px 0px 15px;
}
#ef-courses-list ul.category,
#ef-courses-list ul.curriculum {
	padding: 8px 0px 0px 15px;
	margin-top:5px;
}
#ef-courses-list li {
	width:100%;
}
#ef-courses-list li.course {
	font-weight:bold;
}
#ef-courses-list li.lesson {
	font-weight:normal;
}
#ef-courses-list li.category>span {
	font-weight: bold;
	display:block;
	background-color:#555;
	border-radius:5px;
	padding: 10px;
	color: white;
	font-size:1.1em;
}
#ef-courses-list li.curriculum>span {
    font-weight: bold;
    display:block;
    background-color:#888;
    border-radius:5px;
    padding: 5px;
    color: white;
}
#ef-courses-list li.category>span>a,
#ef-courses-list li.curriculum>span>a {
    color: white;
}

/*My courses mix*/
#ef-courses-mix {
    margin-top: -40px;
    margin-left: -35px;
}
#ef-courses-mix ul.ef-courses-mix {
	list-style-type:none;
	padding: 8px 0px 0px 15px;
}
#ef-courses-mix ul.category,
#ef-courses-mix ul.curriculum {
	padding: 8px 0px 0px 15px;
	margin-top:5px;
}
#ef-courses-mix li {
	width:100%;
}
#ef-courses-mix li.course {
	font-weight:bold;
}
#ef-courses-mix li.lesson {
	font-weight:normal;
}
#ef-courses-mix li.category>span {
	font-weight: bold;
	display:block;
	background-color:#555;
	border-radius:5px;
	padding: 10px;
	color: white;
	font-size:1.1em;
}
#ef-courses-mix li.curriculum>span {
    font-weight: bold;
    display:block;
    background-color:#888;
    border-radius:5px;
    padding: 5px;
    color: white;
}
#ef-courses-mix li.category>span>a,
#ef-courses-mix li.curriculum>span>a {
    color: white;
}

.ef-collapsible-name {
	cursor:pointer;
}
.ef-collapsible-name a{
	text-decoration:none;'
}
.ef-hover:hover {
	background-color:lightgray;
}
.progress-bar {
	text-transform:uppercase;
}
.ef-filter-label{
	margin-right:10px;
}
.ef-remove-filter {
	cursor:pointer;
}

.ef-well {
	margin-top:5px;
	padding:5px;
	text-align:center;
	background-color: #eee;
}
/*.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}*/
/*
.container{
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	margin-left: auto;
	margin-right: auto;
}
*/

/* navbar moved 6 */

/*tests classes*/
.ef-question-empty_spaces,
.ef-question-multiple,
.ef-question-true_false,
.ef-question-raw_text_keywords,
.ef-question-raw_text {
	padding-left:4px;
	padding-right:4px;
	max-width:100%;
}
.ef-hotspot-image {
	max-width: 800px !important;
}
.ef-question-empty_spaces .form-control {
	margin-bottom:5px;
}
.ef-correct-answer {
	border-bottom:1px black dotted;
}
/*drag and drop questions*/
.tl-left-cell-puzzle {
  display:table-cell;
  float:right;
  margin-right:-1px;
  margin-top:10px;
  color:#333333;
  text-shadow:0 1px 1px rgba(255,255,255,0.75);
  background-color:#fcfcfc;
  background-image:linear-gradient(to bottom,#fcfcfc,#fcfcfc);
  background-repeat:repeat-x;
  border-color:#fcfcfc #fcfcfc #d6d6d6;
  border:1px solid #cccccc;
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
  border-right:none;
}
.tl-right-cell-puzzle {
  position:relative;
  display:table-cell;
  float:left;
  margin-left:-13px;
  margin-top:10px;
  color:#333333;
  text-shadow:0 1px 1px rgba(255,255,255,0.75);
  background-color:#f5f5f5;
  background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);
  background-repeat:repeat-x;
  border-color:#e6e6e6 #e6e6e6 #bfbfbf;
  border:1px solid #cccccc;
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
  border-right:none;
}
.question-success{
	color: #3c763d;
}
.question-failure {
	color: #a94442;
}
.tl-drag-and-drop-cell-wrapper { width:46%; }
.tl-drag-and-drop-cell {
  display:table;
  width:100%;
  margin-bottom:10px;
  font-size:13px;
  line-height:18px;
  vertical-align:middle;
  cursor:move;
  /*color:#333333;*/
  text-shadow:0 1px 1px rgba(255,255,255,0.75);
  background-color:#f5f5f5;
  background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);
  background-repeat:repeat-x;
  border-color:#e6e6e6 #e6e6e6 #bfbfbf;
  border:1px solid #cccccc;
  border-radius:5px;
}
.tl-drag-and-drop-hover {
  font-weight:bold;
  border-color:#8c8c8c;
}
.tl-drag-and-drop-correct-left, .tl-drag-and-drop-wrong-left, .tl-drag-and-drop-answered-left {
  border-top-width:2px;
  border-bottom-width:2px;
  border-left-width:2px;
  border-radius:5px 0px 0px 5px;
}
.tl-drag-and-drop-correct-right, .tl-drag-and-drop-wrong-right, .tl-drag-and-drop-answered-right {
  border-top-width:2px;
  border-bottom-width:2px;
  border-right-width:2px;
  border-radius:0px 5px 5px 0px;
}
.tl-drag-and-drop-correct-left, .tl-drag-and-drop-correct-right { color:#46a546 !important; }
.tl-drag-and-drop-wrong-left, .tl-drag-and-drop-wrong-right { color:#9d261d !important; }
.tl-left-cell-answer, .tl-right-cell-answer {
  display:table-cell;
  padding:10px 5px;
  vertical-align:middle;
}
.ef-message-unread {
	font-weight:bold!important;
}
.ef-block-panel .media-body{
	height:80px;
}
.ef-block-panel .ef-title {
	text-transform:uppercase;
	font-size:0.85em;
	/*white-space:nowrap;*/
}
.ef-block-panel .ef-footer {
	text-transform:uppercase;
	font-size:0.8em;
	/*padding-left:5px;*/
	/*white-space:nowrap;*/
}
.ef-grid-item-container {
	padding-top:2px;
}
.ef-grid-item-avatar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:120px;
	height:80px;
}
.ef-grid-item-avatar img {
	border-radius: 5px;
}
a.ef-img-holder {
	//width:170px;
	height:80px;
	display:block;
	padding:5px;
}
.ef-overrides-textarea {
	width:48%;
	height:300px!important;
	display:inline;
}

/*selectize tag override*/
.selectize-control.multi .selectize-input > div {
  background: #5cb85c!important;
  color: #fff!important;
}
.selectize-input {
	overflow:auto;
}
.selectize-dropdown { z-index: 1100!important; }	/*bootstrap's modal is 1040*/
a.text-danger,a.text-success,a.text-info,
a.text-danger:visited,a.text-success:visited,a.text-info:visited,
a.text-danger:link,a.text-success:link,a.text-info:link{
	color:inherit;
}

tr.text-danger td a{
	color:inherit;
}

.ef-success-message {
	position:absolute;
	bottom:30px;/*10%;*/
	right:30px;/*10%;*/
	max-width:50%;
	min-width:10%;
	z-index:100;
	box-shadow:2px 2px 3px 3px #b9b9b9
}
/*Override pace*/
.pace .pace-progress {
  height:0px;
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
  border: solid 5px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

dl {
	margin-bottom:5px;
}

dd {
	line-height:1.6;
}
.ef-field-note {
	font-style:italic;
}
.ef-deleted-message {
	font-style:italic;
}
.ef-question-analysis {
	width:100%;
}
.ef-question-analysis td {
	padding:5px 1px 5px 1px;
}
.ef-question-analysis .progress {
	margin-bottom:0px;
}


div.ef-discussion-paddings{
	padding: 15px 15px 0 15px;
}

div.ef-disussion-reply-prompt{
	border-top:1px solid #eaeaea;
	padding: 20px 0 0 30px;
}

div.media-list {
	/*padding: 15px 15px 0 15px;*/
	max-height: 500px;
	overflow: auto;
}

.ef-constrain-images img {
	max-width:100%;
}

.ef-constrain-images img.icon {
    max-width:initial;
}

.ef-footer {
	margin-top:55px;
}
.ef-discussion-topic:hover {
    background: #C7D7F3;
    cursor: pointer;
}
.ef-discussion-placeholder .media-body{
	width:100%;
}

.ef-discussion-container{
	padding: 15px;
}

.ef-grid-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width:500px;
	white-space: nowrap;
	display:inline-block;
}
.col-md-3 .form-horizontal .col-sm-2 {
	white-space:nowrap;/*used in index page's "login" form, when a language uses multi-word labels for username,password (eg French)*/
}

.ef-discussion-footer {
    margin: 10px 0 10px 0;
}
.ef-form-element .slider {
	width:100%!important;
}

/* avatar */

#ef-curriculum-chart {
    margin-left:auto;
    margin-right:auto;
    max-height:250px;
    max-width:250px;
}
.ef-dashboard-timeline .ef-timeline-title {
	display:inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
	max-width:100%;
	white-space:nowrap;
}
.ef-dashboard-timeline i {
	font-weight:bold;
}
.ef-text-truncate {
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:inline-block;
}
.ef-previous-message {
	border-left:2px solid #337ab7;
	padding:5px;
}
#ef-report-filters .label {
	margin-right:2px;
}
.ef-remove-filter:hover {
	background-color:#a94442;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.ef-test-navigation {
    line-height:18px;
    font-size:18px;
    float:right
}
.ef-test-navigation-handle {
    cursor:pointer;
}
.ef-test-navigation span {
    vertical-align:middle;
}
.ef-test-navigation span.glyphicon {
    font-size:24px;
}

.ef-question-multiple .glyphicon,
.ef-question-multiple .fa {
    font-size:24px;
    float:left;
    margin-right:5px;
    line-height:16px;
}
.ef-question-multiple label {
    font-size:1.2em;
    line-height:24px;
}
.ef-question-multiple input {
  position:absolute;
  left:-9999px;
}
.ef-questions-from.active {
	font-weight:bold;
}
.ef-question-panel {
    border: 0px;
    background: #f3f3f3;
}
.ef-question-multiple-option {
	margin-left:40px;
}
.ef-course-info-icon {
	color:#999999;
	font-size:16px!important;
	vertical-align:middle;
}
#ef-filter-div .form-group {
	margin-left:auto; /*hack for chrome rendering issue with selectize in modal*/
}

.ef-content-area,
.ef-content-edit-area .note-editable, .note-editor{
  margin:auto;
  font-family:'Helvetica';
  font-size:16px;
  line-height:1.5em;
  text-align:justify;
  color:#111111;
}
.ef-content-area p,
.ef-content-edit-area .note-editable p, .note-editor p,
.ef-content-area li,
.ef-content-edit-area .note-editable li, .note-editor li,
.ef-content-area h1,
.ef-content-edit-area .note-editable h1, .note-editor h1,
.ef-content-area h2,
.ef-content-edit-area .note-editable h2, .note-editor h2
.ef-content-area h3,
.ef-content-edit-area .note-editable h3, .note-editor h3,
.ef-content-area h4,
.ef-content-edit-area .note-editable h4, .note-editor h4,
.ef-content-area blockquote,
.ef-content-edit-area .note-editable blockquote, .note-editor blockquote,
.ef-content-area span, .note-editor span:not([class^="note"]),
.ef-content-edit-area .note-editable span {
  font-family:'Helvetica';
  font-size:16px;
  line-height:1.5em;
  text-align:justify;
}
.ef-content-area blockquote, .note-editor blockquote,
.ef-content-edit-area .note-editable blockquote { font-style:italic; }
.ef-content-area li, .note-editor li,
.ef-content-edit-area .note-editable li { padding-bottom:3px; }

.ef-content-area h1, .note-editor h1,
.ef-content-edit-area .note-editable h1 {
  font-size:30px;
  line-height:1.2em;
  text-align:left;
}
.ef-content-area h2, .note-editor h2,
.ef-content-edit-area .note-editable h2 {
	font-size:26px;
	line-height:1.2em;
	text-align:left;
}
.ef-content-area h3, .note-editor h3,
.ef-content-edit-area .note-editable h3 {
	font-size:22px;
	line-height:1.2em;
	text-align:left;
}
.ef-content-area h1,.note-editor h1,
.ef-content-edit-area .note-editable h1,
.ef-content-area h2, .note-editor h2,
.ef-content-edit-area .note-editable h2 { margin-bottom:20px; }
.ef-content-area h3, .note-editor h3,
.ef-content-edit-area .note-editable h3 { margin-bottom:10px; }
.ef-content-area a, .note-editor a,
.ef-content-edit-area .note-editable a {
  text-decoration:none;
  /*border-bottom:1px dotted #333333;*/
}
.ef-content-area b, .note-editor b,
.ef-content-edit-area .note-editable b,
.ef-content-area strong, .note-editor strong,
.ef-content-edit-area .note-editable strong,
.ef-content-area h1, .note-editor h1,
.ef-content-edit-area .note-editable h1,
.ef-content-area h2, .note-editor h2,
.ef-content-edit-area .note-editable h2,
.ef-content-area h3, .note-editor h3,
.ef-content-edit-area .note-editable h3,
.ef-content-area h4, .note-editor h4,
.ef-content-edit-area .note-editable h4,
.ef-content-area h5, .note-editor h5,
.ef-content-edit-area .note-editable h5,
.ef-content-area h6, .note-editor h6,
.ef-content-edit-area .note-editable h6{ font-weight:bold; }


.ef-nowrap-cell > .btn-group {
    padding:0;
}

/* navbar moved 7 */

/*
.ef-file-library{
	font-size:1.2em;
	line-height:1em;
}
*/
.ef-file-library li{
	padding:0.2em;
}
.ef-file-library img,
.ef-file-library a{
	vertical-align:middle;
}
.ef-file-library li:hover{
	background-color:#eeeeee;
}
/*
.ef-dashboard-container,
.ef-dashboard-container .col-md-12,
.ef-dashboard-container .col-md-6 {
	padding-left:0px;padding-right:0px;
}
.ef-separator-bottom {
	border-bottom:1px solid grey;
}
.ef-separator-top {
	border-top:1px solid grey;
}
.ef-dashboard-right-column {
	padding-left:6px!important;
}
*/
.ef-dashboard-block-title h5 {
	text-transform:uppercase;
	font-weight:bold;
}
.ef-separator-top {
	border-top:3px solid #ccc!important
}
.ef-dashboard-option a {
	text-decoration:none;
}
.ef-dashboard-option:hover {
	background-color: rgba(0, 143, 213, 0.25);
	-moz-border-radius: 5px;
	border-radius: 5px;
    cursor:pointer;
}
.ef-dashboard-option {
	padding-top:5px;
	padding-bottom:5px;
}
.ef-dashboard-options {
	margin-top: 10px;
	margin-bottom: 10px;
}
.ef-panel-handle {
	margin-left:3px;
	cursor:pointer;
}
.ef-horizontal-list dt{
	width:150px
}
.ef-horizontal-list dd{
	margin-left:170px
}

.ef-login-links>a {
    display:block;
    margin-top: 3px
}
.form-group:last-child {
    margin-bottom:0
}

.navbar-calendar-modal * {
    outline: none;
}
.navbar-calendar-modal {
    position: relative;
    min-width: 400px;
    border-radius: 5px;
    box-shadow: 0 8px 6px -6px black;
    text-align: left;
    display: none;
    padding: 15px;
    background-color: #fff;
}
.navbar-calendar-modal .title {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.navbar-calendar-modal .btn-container {
    border-top:1px solid #eaeaea;
    text-align:right;
    margin-top:25px;
    padding-top:10px;
}
.navbar-calendar-modal .modal-links {
    text-align:left;
}
.modal-links a{
    color: #6495ED;
}
#header-gamification-entrance {
	padding: 4px 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#header-gamification-entrance:hover, #header-gamification-entrance:focus {
	background-color:  #62c462;
	background-position: 0px 0px;
	outline: none;
}

#gamification-widget-modal .widget-screen1-row {
	padding: 10px 5px;
	border-bottom: 1px solid #eee;
}
#gamification-widget-modal .widget-screen1-row:hover{
	background-color: #f5f5f5;
}

#gamification-widget-modal .gamification-widget-icon, .gamification-ranking{
			display: inline-block;
			width: 20%;
			/*.icon-play, .icon-info-circle{
			//	margin-left: 15px;*/
}

#gamification-widget-modal .play-icon{
	margin-left: 15px;
}
#gamification-widget-modal .gamification-ranking-text{
	color: #777777;
}


#gamification-widget-modal .gamification-entity-message{
			display: inline-block;
			width: 60%;
			color: #777777;
			font-size: 14px;
}
.icon20{
	font-size: 20px;
}
.icon15{
	font-size: 15px;
}
.image40x40{
	max-height:40px;
	max-width:40px;
}
#userbadges-images img {
	width: 10%;
    margin: 0px 5px 5px 0px;
}
#get-level-conditions li,
#get-points-conditions li {
	padding-bottom:8px;
	font-weight: 600;
}

.ef-grayed-badge-image {
  opacity:0.6;
  filter:alpha(opacity=60);
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  -o-transition:0.5s;
  transition:0.5s;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
  filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.33 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.ef-grayed-badge-image:hover {
  opacity:1;
  filter:alpha(opacity=100);
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  -o-transition:0.5s;
  transition:0.5s;
  -webkit-filter:grayscale(0%);
  filter:grayscale(0%);
  filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}


/*calendar*/
.fc-left, .fc-right {
        width:33%;float:left;
      }
      .fc-right .fc-button-group {
        float: right;
      }
      .fc-widget-header th {
        font-weight: normal;
        line-height: 35px;
      }
      .modal-event-attr {
        border-bottom: 1px dotted #999;
        display: inline;
      }
      .calendar-modal * {
        outline: none;
      }
      .add-day-event:focus, .add-day-event:hover {
        text-decoration: underline;
      }
      .fc td, .fc th {
        border-style: none;
      }
      .calendar-modal {
        position: relative;
        min-width: 400px;
        border-radius: 5px;
        box-shadow: 0 8px 6px -6px black;
        text-align: left;
        display: none;
        padding: 15px;
        background-color: #fff;
      }
      .calendar-modal .title {
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px;
      }
      .calendar-modal .btn-container {
        border-top:1px solid #eaeaea;
        text-align:right;
        margin-top:25px;
        padding-top:10px;
      }
      .calendar-modal .modal-links {
        text-align:left;
      }
      .modal-links a{
        color: #6495ED;
      }
      #calendar {
        margin: 0 auto 50px auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));*/
        background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
      }
      #calendar * {
        outline: none;
      }
      .fc-right, .fc-left {
        margin-top: 7px;
      }
      .fc-center {
        padding-top: 5px;
      }
      .fc-widget-header {
        background-color: #3498db;
        color:#fff;
      }
      .fc-widget-header .fc-title {
        color: #fff;
      }
      .fc-toolbar {
        background-color: #fff;
        color: #000;
        padding: 10px;
        margin: 0;
      }
      .fc-unthemed .fc-today {
        background-color: #F0F8FF;
      }
      .fc-event-container a:focus, .fc-event-container a:hover {
        color: #eaeaea;
      }
      .fc-event {
        background: rgba(109,176,238,1);
        background: -moz-linear-gradient(left, rgba(109,176,238,1) 0%, rgba(66,144,233,1) 54%, rgba(63,142,233,1) 58%);
        /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(109,176,238,1)), color-stop(54%, rgba(66,144,233,1)), color-stop(58%, rgba(63,142,233,1)));*/
        background: -webkit-linear-gradient(left, rgba(109,176,238,1) 0%, rgba(66,144,233,1) 54%, rgba(63,142,233,1) 58%);
        background: -o-linear-gradient(left, rgba(109,176,238,1) 0%, rgba(66,144,233,1) 54%, rgba(63,142,233,1) 58%);
        background: -ms-linear-gradient(left, rgba(109,176,238,1) 0%, rgba(66,144,233,1) 54%, rgba(63,142,233,1) 58%);
        background: linear-gradient(to right, rgba(109,176,238,1) 0%, rgba(66,144,233,1) 54%, rgba(63,142,233,1) 58%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db0ee', endColorstr='#3f8ee9', GradientType=1 );
        color:#fff;
        padding: 2px;
        cursor:pointer;
      }
      .fc-unthemed td {
        border: 1px solid #D8DFE6;
      }
      .fc-day-header {
        border-top:0px !important;
      }
      .fc-past {
        background-color: #f0f0f0;
      }
      .fc-future {
        background-color: #fff;
      }
      .fc-row .fc-widget-header {
        height: 35px;
      }
      .fc-widget-header th {
        border: 1px solid #D8DFE6;
      }

/* Enables the auto-height of a selectize input field */
.selectize-control.multi .selectize-input.has-items {
	height: auto;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
	margin-left:0;
	margin-right:10px;
}
.checkbox-inline, .radio-inline{
	margin-left:0;
	margin-right:10px;
}
.ef-gradient-separator {
	margin:30px auto 15px auto;
	width:50%;
	height:1px;
	background: rgba(248,248,248,1);
	background: -moz-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(192,192,192,1) 50%, rgba(248,248,248,1) 100%);
	/*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,248,248,1)), color-stop(50%, rgba(192,192,192,1)), color-stop(100%, rgba(248,248,248,1)));*/
	background: -webkit-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(192,192,192,1) 50%, rgba(248,248,248,1) 100%);
	background: -o-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(192,192,192,1) 50%, rgba(248,248,248,1) 100%);
	background: -ms-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(192,192,192,1) 50%, rgba(248,248,248,1) 100%);
	background: linear-gradient(to right, rgba(248,248,248,1) 0%, rgba(192,192,192,1) 50%, rgba(248,248,248,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#f8f8f8\', endColorstr=\'#f8f8f8\', GradientType=1 );*/
}
.ef-payment-handles {
	padding:15px 15px 0px 15px;
}
.ef-payment-request-access {
	padding: 10px 15px 15px 15px;
}
.ef-payment-accept-conditions {
	padding: 10px 1px 1px 1px;
}
.ef-highlight {
    background-color:#fefbf2;
}
.ef-bookmark-handle {
	font-size:10px;
	margin-left:10px;
	display:none;
}
.ef-catalog-avatar {
	max-width:180px;
	max-height:60px;
}
.ef-navigation-pills {
    background-color:#eee;
    border:1px solid #ccc;
    border-radius: 4px;
}

/* tinymce custom button*/
i.mce-i-fa-folder-open-o:before {
	content: "\f115";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000;
	font-size: 16px;
	padding-right: 0.5em;
	position: absolute;
	top: 18%;
	left: 5px;
}

.mce-content-body{
	background: #fff!important;
}

.ef-scorm-embed .mce-preview-object {
	position: unset!important;
}

.ef-progress-modal {
	/*position:relative;*/
	position:static;
	height:100%;
	width:100%;
}
.ef-progress-modal img {
	/*position:absolute;
	left:0;
	right: 0;
	bottom: 0;
	margin:auto;*/
	position: absolute;top: 50%;left: 50%;margin: -60px 0px 0px -60px;
}

@media (min-width: 768px) {
	#bookmarks-list{
		width: 395px;
	}
}

.ef-perfect-scrollbar {
	/*padding-top:5px;*/
}

/* navbar moved 8 */

.ef-video-1-dimensions{
	width: 100% !important;
}

.ef-select-min-width .selectize-input input {
    width: 150px!important;
}

#themes-block-list li.new-item.list-group-item {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
    white-space: nowrap;
}

#themes-block-list li.new-item.list-group-item a {
    position: absolute;
    right: 15px;
}




#ef-logo-placeholder {
    min-height: 60px;
    vertical-align: middle;
}

#ef-logo-placeholder img, #ef-logo-placeholder canvas {
    max-width: 60%;
    margin: auto 0px;
    max-height: 60px;
    display: inline;
}

/* navbar moved 9 */

ul#user-right-dashboard {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: block;
    font-size: 0px;
}
ul#user-right-dashboard li {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    text-align: center;
    padding: 0px;
    overflow: hidden;
    vertical-align: middle;
}
ul#user-right-dashboard li a {
    display: block;
    padding: 15px 5px;
}
ul#user-right-dashboard li a img {
    display: block;
    margin: auto;
    width: 40px;
    height: 40px;
    background-position: center;
}

.row {
	margin: 0px;
}

.rotate-negative-15 {
	transform: rotate(-15deg);
}

#themes-preview-layout{
	text-transform: uppercase;
}

#avatar{
	display: inline;
	line-height: 61px !important;
}
#info-container{
	display: block;
	position: relative;
}
#extra-info{
	display: inline-block;
}

#ef-type{
	display: inline;
	font-size: 14px;
	margin-left: 10px;
}
#ef-formatted{
	font-weight: 700;
	font-size: 14px;
	display: inline;
	margin-left: 15px;
}
#info-email {
	font-size: 14px;
	display: block;
	margin-left: 15px;
	margin-top: 2px;
}
#info-level{
	display: inline;
	margin-left: 20px;
}
#info-points{
	display: inline;
	margin-left: 10px;
}
#info-gamification{
	margin-top: 4px;
	display: block;
	vertical-align: middle;
	position: relative;
}

a.fa{
	text-decoration: none;
}

.paddingSupport {
	padding: 10px !important;
}

.ef-header-handle {
	font-size:16px;
	cursor:pointer;
}

.ef-report-button-row {
	margin-bottom: 1.5rem !important;
	margin-top: 1.1rem !important;
}

.p-x-1 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.p-r-2 {
	padding-right: 2rem;
}

.p-b-1 {
	padding-bottom: 1rem !important;
}

.p-t-15px {
	padding-top: 15px !important;
}

.reports-secondary-menu-hovered:focus, .reports-secondary-menu-hovered:hover {
	border-radius: 50%;
	background-color: #e1e1e1;
	cursor: pointer;
}

.mp-a-0 {
	margin: 0 !important;
	padding: 0 !important;
}

.m-y-1-5 {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.no-border-radius {
	border-radius: 0;
}

.no-border-top {
	border-top: 0;
}

@media (min-width: 768px) {
	.no-border-right-sm-up {
		border-right: 0;
	}
}

@media (max-width: 767px) {
	.no-border-top-xs {
		border-top: 0;
	}
}

.dashboard-panel {
	padding-left: 5.5rem;
	padding-right: 4.5rem;
}

.dashboard-panel .number {
	color: #000;
	font-size: 3rem;
	height:3rem;
	max-height: 3rem;
	min-height: 3rem;
	margin-top: 1.1rem;
}

.font-size-1-1 {
	font-size: 1.1em !important;
}

.font-size-1-2 {
	font-size: 1.2em !important;
}

.xs-pager {
	text-align: left;
}

.modal-body>.form-group {/*Fixes the insert video modal in summernote*/
	margin-left:0;
	margin-right:0;
}

.ef-custom-block h1 {
	margin: 10px 0;
	padding: 0;
}

@media (max-width: 768px) {
	.ef-slider-value {
		margin: 10px 0 0 15px;
		display: inline-block;
		vertical-align: middle;
	}
	.ef-certificate-field {
		margin-top: 10px;
	}
	.slider.slider-horizontal .slider-track {
		width: 95% !important;
		margin-left: 10px !important;
	}
}

@media (max-width: 587px) {
	.slider.slider-horizontal .slider-track {
		width: 91% !important;
		margin-left: 10px !important;
	}
}

.CodeMirror {
	font-family: Helvetica !important;
}

