@-webkit-keyframes fade-in{0%{opacity:0;}100%{opacity:1;}}
@-moz-keyframes fade-in{0%{opacity:0;}100%{opacity:1;}}
@-o-keyframes fade-in{0%{opacity:0;}100%{opacity:1;}}
@keyframes fade-in{0%{opacity:0;}100%{opacity:1;}}

*, html{
	margin:0;
	padding:0;
}

.btn.focus, .btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

body{
	-webkit-animation:fade-in 500ms linear; /*Safari4+*/
	-moz-animation:fade-in 500ms linear; /*Fx5+*/
	-o-animation:fade-in 500ms linear; /*Opera12+*/
	animation:fade-in 500ms linear; /*IE10+,Fx29+*/
	background-color: #f6f6f6;
}

#main-menu {
	margin-bottom:15px;
}

#lang-menu {
	float: right;
}

#page_load h3 a{
	font-size: 1rem;
	font-weight: 400;
	float: right;
}
	
#page-name h3 {
	margin-bottom:25px;
	color:#333;
}

#lang-menu a:hover{
	text-decoration:none;
	color:#eee !important;	
}

.form-control {
    padding: 0.36rem .75rem !important;	
}	

#page_ajax .card {
	margin: 20px 0px 10px 0px !important;
}

#page_ajax div.note-editor.note-frame.card {
	margin: 0px 0px 10px 0px !important;
}


a.btn-restore {
	text-decoration:none;
}

.block h5 {
	color:#000;
}
.block {
	padding: 25px 25px 0px 25px;
	line-height:20px;
	color:#333;
}

.navbar a,
.header-menu a,
._nav a{
	text-decoration:none;
	color: #fff;
}


.navbar a:hover,
.header-menu a:hover,
.nav a:hover{
	color: #eee;
}

.block2 {
	padding:25px 0px 25px 0px;
}

#page_load h3{
/*
	margin-bottom: 1.5rem;
*/	
}

.modal-content .form-group {
    margin-bottom: 8px;
}

.modal-content label {
    margin-bottom: 2px;
}

.modal-content .mb-3, .modal-content .my-3 {
    margin-bottom: 0px !important;
}

.form-text {
	line-height: 34px;
}

#lang-menu {
	color:#fff;	
}

.header-menu
{
	padding: 10px 20px 10px 20px;
	background-color: #673774 !important;
	/*
	background-color: #0D9B54 !important;
	*/
	color:#fff;
}

.navbar {
	background-color: #673774 !important;
}

.header-menu a:link,
.navbar a:link{
	/*
	background: transparent !important;
	*/
	text-decoration:none !important;
	color:#fff;
}


#sidebar-menu .list {
	
    /*
    padding: 0 1.25rem !important;
	*/
	
	padding: 0 0.50rem !important;
	
    font-size: 0.875rem !important;
	
	/*
	max-height: 90vh !important;
	margin-bottom: 0px;
	*/

	
}

#sidebar-menu hr {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
	width: 100% !important;
}

#pills-tab .nav-pills {
	
}

img.avatar {
	width: 150px;	
	height: auto;
	cursor: pointer !important;		
	opacity: 0.9;
}

img.avatar:hover {
	opacity: 1;
}

.m-block {
	margin:0px 7px 7px 7px;
}

.lang-panel {
	position:absolute;
	left: 0px;
	top: -30px;
}

.select-multiple {
	
}

/*
.bg-white {
	background-color: #fff !important;
	color:#000 !important;
	margin-bottom:5px;
}
*/

.bg-white {
	/*
    background-color: #777 !important;
	color: #eee !important;
    
	*/
	
	margin-bottom: 5px;
    background-color: #fff !important;
	color: #000 !important;
	
}

.bg-white:hover {
	background-color: #eee !important;
	color:#000 !important;
}


.header-menu {
	
}

a.courses {
	overflow:hidden;	
	text-decoration:none !important;
	color:#333;
}

a.courses:hover{
	overflow:hidden;	
	text-decoration:none !important;	
	color:#777;
	
}

a.courses .card:hover {
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.header-menu .btn-block + .btn-block {
    margin-top: 0px !important;
}

.header-menu .btn-block {
	/*margin: 5px;*/
}


@media screen and (max-width: 800px) {
	
	.btn-block {
		/*
		margin: 0px 5px 5px 5px !important;
		*/
	}

	.home-icon {
		display:none;
	}
	
	.header-title h3 {
		line-height: 20px;
		font-size: 16px;
		margin-top:5px;
	}
	
	.header-menu h3 {
		margin-bottom: 1rem;
		line-height: 24px;
		font-size: 22px;
	}
	
	/*
	.btn-block:first-child {
		margin-top: 0px !important;
	}
	*/
	
	#lang-menu,
	.lang-panel {
		display:none;
	}
	
	
	#leftmenu {
		display:none;
	}
	
	
	.hidemenu {
		display:block !important;
		position:absolute;
		right:10px;
		top:3px;
		font-size: 27px;
	}	
	
}

.hr-style {
	margin-top: 0.8rem;
	margin-bottom: 0.5rem;
}

.hr-new {
	margin-top: 1.0rem;
	margin-bottom: 1.1rem;
}

.hr-style:last-child {
	display:none;
}

.accordion .card {
	margin: 0px 0px 10px 0px !important;
}

.accordion .card-header {
    padding: 0px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.accordion a,
.accordion .card-header a{
	text-decoration:none !important;		
}

.card-title {
	/*
	float:left;
	*/
}

.card-title2 {
	float:left;
}


.edit-courses {
	text-decoration:none !important;		
}

.nav-item a:hover {
	color:#495057 !important;		
}

#mform .modal-content .card-body .nav {
	margin-bottom: 15px !important;
	margin-top: -10px; !important;
}

.info-block {
	color:#999;
}	
	
.info-block span{
	color: #000;
	margin-left: 5px;
}

.header-title .home-icon {
	font-size: 22px;
	margin-right: 15px;
}

.block-grid .my-auto {
	padding:10px;
}

.block-grid .my-auto2 {
	padding: 0px 5px 0px 5px;
}


.block-grid .fa-search,
.block-grid .fa-minus-circle,
.block-grid .fa-plus-circle {
	cursor: pointer;
	color:#ccc;
}

.block-grid .fa-search:hover,
.block-grid .fa-minus-circle:hover,
.block-grid .fa-plus-circle:hover {
	color:#333;
}

.no-padding {
	padding: 0px 0px 0px 0px !important;
}

.card-footer .btn-light {
    background-color: #fff;
    border-color: #ccc;
}	

.block-grid .btn-light {
    background-color: #fff;
    border-color: #ccc;
	width: 65px;
}

#filter-users .btn-light {
    background-color: #fff;
    border-color: #ccc;
}


.block-grid .show-hide {
	-webkit-animation:fade-in 500ms linear; /*Safari4+*/
	-moz-animation:fade-in 500ms linear; /*Fx5+*/
	-o-animation:fade-in 500ms linear; /*Opera12+*/
	animation:fade-in 500ms linear; /*IE10+,Fx29+*/
}



.custom-checkbox2 {
  min-height: 1rem;
  padding-left: 0;
  margin-right: 0;
  cursor: pointer;
  /*
  float: left;  
  */
}

.custom-checkbox3 {
	min-height: 1rem;
	padding-left: 0;
	margin-right: 0;
	cursor: pointer;	
	margin-top: 0px;
}


.top-border .custom-checkbox2 {
  float: left;  
}

.custom-checkbox3 .custom-control-indicator,
  .custom-checkbox2 .custom-control-indicator {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #ccc;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    /*
	margin: 0 16px;
	*/
	margin: 0px 10px 0px 5px;
    box-shadow: none; 
  }
  
	.custom-checkbox3 .custom-control-indicator:after,
    .custom-checkbox2 .custom-control-indicator:after {
      content: "";
      position: absolute;
      display: inline-block;
      width: 18px;
      height: 18px;
      background-color: #eee;
      border-radius: 21px;
	  /*
      box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
	  */
      left: -2px;
      top: -4px;
      -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
      transition: left .3s ease, background .3s ease, box-shadow .1s ease; 
    }
  
  .custom-checkbox3 .custom-control-input:checked ~ .custom-control-indicator,
  .custom-checkbox2 .custom-control-input:checked ~ .custom-control-indicator {
	/*  
    background-color: #84c7c1;
	*/
    background-image: none;
    box-shadow: none !important; 
  }
	.custom-checkbox3 .custom-control-input:checked ~ .custom-control-indicator:after,
    .custom-checkbox2 .custom-control-input:checked ~ .custom-control-indicator:after {
      background-color: #999;
      left: 15px; 
    }
  .custom-checkbox3 .custom-control-input:focus ~ .custom-control-indicator,
  .custom-checkbox2 .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none !important; 
  }
  
.tooltip-inner {
  background-color: #fcd308 ;
  color: #000000;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-bottom .arrow::before{
	border-bottom-color: #fcd308;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .arrow::before{
	border-top-color:#fcd308 ;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-left .arrow::before{
	border-left-color: #fcd308;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-right .arrow::before{
	border-right-color: #fcd308;
}

.m-block {
	overflow:hidden;	
	margin-bottom: 15px;
}

/*
.a-block {
	overflow:hidden;	
}
*/

/*
.row:last-child {
	margin-bottom: 20px;	
}  
*/

.lng-panel {
	position: absolute;
	right: 20px;
	top: 12px;
}

.lng-panel .btn-light {
    background-color: #fff;
    border-color: #ccc;
}


#page_ajax .card .fullscreen{
    margin: 0px 0px 10px 0px !important;
}

.card-body-new h5 {
	margin-bottom: 20px;
	text-align: left;
}

.h4-test {
	text-align:center;
}

.test-style {
	padding: 15px 0px 15px 0px;
}

#timer {
	display:none;
	font-size: 24px;
	font-weight: 400;
	color: #777;
	line-height: 28px;
}

#timer span{
	margin-left: 5px;
	margin-right: 5px;
}

.h100percent {
  height: calc(100vh - 180px);
}

#testcontent {
	overflow:hidden;
}

#testcontent .btn-lg{
	/*
	margin: 10px 20px 20px 20px;
	*/
}

.text_question {
	color:#888;	
	text-align: center;
	margin-bottom: 20px;
}

.count_question {
	color:#ddd;	
	position: absolute;
	right:10px;
	top:5px;
}

#testcontent h2{
	margin-bottom: 20px;
}

#testcontent .custom-radio-new {
	text-align: left;
	line-height: 33px;
	margin-bottom: 13px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
}

#testcontent .custom-checkbox-new {
	text-align: left;
	line-height: 33px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
}

#testcontent .custom-radio,
#testcontent .custom-checkbox {
	/*
	margin-left: 5px;
	*/
	display: flex;
	/*
	margin-bottom: 5px;
	*/
}

#testcontent .custom-radio label,
#testcontent .custom-checkbox label {
	font-size: 22px;
	float:left;
	cursor:pointer;
}

#testcontent .custom-control-label::after,
#testcontent .custom-control-label::before {
	top: 0.65rem;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.cource-status {
	color: #aaa;
	line-height: 20px;
}

.card-text {
	line-height: 20px;
	text-align:left;
}

.card-body hr{
	/*
	margin-top: 0.8rem;
	margin-bottom: 0.4rem;
	*/
}

.card-body-new {
    padding: 1.5rem 2.0rem 2.0rem 2.0rem;
}

.detail-info {
	padding:15px;

}

.detail-info2 {
	padding:0px 15px 15px 15px;

}

.fa-chevron-down {
	float: left;
	background-color: #eee;
	padding: 5px 6px 3px 5px;
	height:25px;
	width:25px;
	border: 1px solid rgba(0, 0, 0, 0.1);	
	margin-right: 3px;
}

.fa-chevron-right {
	float: left;
	background-color: #eee;
	padding: 5px 6px 3px 7px;
	height:25px;
	width:25px;
	border: 1px solid rgba(0, 0, 0, 0.1);	
	margin-right: 3px;
}

#mform .card-body .custom-checkbox2 {
	margin-top:15px;
}

.disable-rec,
a.disable-rec {
    color: #bbb !important;
    text-decoration: line-through !important;
}

.disable-rec,
a.disable-rec:hover {
    color: #bbb !important;
    text-decoration: line-through !important;
}

.courses-settings {
	position: absolute;
	right: 6px;
	top: 5px;
}

a.courses-settings {
	cursor: pointer !important;		
	opacity: 0.2;
}

a.courses-settings:hover {
	opacity: 1;
}


#testform .card-body h5{
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: bold;
}

.q-block {
	margin:15px;
}

.ui-sortable-helper a{
	border: 2px solid rgba(0,0,0,0.1) !important;
}

#page_load h3 .btn-light{
	border-color: #ccc !important;
	margin-left:2px;
	margin-right:2px;
}

.alertrequired {
	/*
	padding: 5px !important;
	margin: 5px !important;
	*/
	background-color: #eee !important;	
	border: 3px solid #FF0000 !important;
}

.detail-info h5 {
	margin-bottom: 1.6rem;
}

.btn-outline-secondary {
	border-color: #ced4da !important;
}

#btn-export-table {
	float:right;
	margin-top:18px;	
	margin-left:5px;
	margin-right:5px;
}

a.btn-seek-panel{
    
}

#seek-panel {
	display:none;
	margin-bottom:10px;
}


.fa-table {
	cursor:pointer;
	color:#ccc;
	overflow:hidden;
	font-size: 22px;
}


.fa-table:hover,
.fa-cog:hover {
	color:#555;
}

.btn-left {
	position:absolute;
	right: 30px;
	top: 10px;
}

.header-menu .btn {
	border:none;
	padding: 5px 5px 8px 5px;
}

#login-form .card {
	margin: 0px !important;
}

.form-group label {
	color:#555;
}

.labelblock {
	margin-top:5px; 
	margin-left: 17px;
}

.rowblock {
	margin-bottom:15px;
}

.rowblock:nth-child(2n) {
	
}

.modal-content .photo:hover {
	opacity: 1;
}

.modal-content img.photo {
	cursor: pointer;
	width: 200px;
	height: auto;
	overflow: hidden;
	opacity: 0.8;
	margin-top: 5px;
}

.bg_test {
	background-color: #ccc !important;
	color: #000 !important;
}

.fa-times-new {
	position:absolute;
	cursor:pointer;
	right:6px;
	top:5px;
	opacity: 0.3;
}

.fa-times-new:hover {
	opacity: 1;
}

/*
.new-rec {
	position:absolute;
	cursor:pointer;
	right:8px;
	top:0px;
	opacity: 0.8;
	z-index:999;
}

.new-rec:hover {
	opacity: 1;
}

*/

.col-md-12 .photo:hover {
	opacity: 1;
}

.col-md-12 img.photo {
	cursor: pointer;
	width: 200px;
	height: auto;
	overflow: hidden;
	opacity: 0.8;
	margin-top: 5px;
}

.btnblock:hover {
	opacity:1;
	border: 1px solid #aaa;
}
	
.btnblock {
	width: 150px;
	height: 140px;
	padding:10px;
	border: 1px solid #ccc;
	float: left;
	text-align:center;
	background-color: #fff;
	border-radius: 5px;
	line-height:20px;
	margin: 5px;
	opacity:0.8;
}

.btncontainer {
	margin-top: 20px;
	overflow:hidden;
}

.btncontainer a{
	color:#333;
}

.btnblock .big-icon {
	font-size: 3.5rem;
	margin-bottom:10px;
	margin-top:10px;
	color:#888;
}

.hidemenu {
	display:none;
	color:#fff;
	cursor:pointer;
}

.btn-light-new{
	border-color: #ccc !important;
	color: #212529;
	background-color: #f8f9fa;
}

.btn-light-new:hover{
	background-color: #f8f9fa;
}