body.main_blue_bg {
	background-image: url('../img/bg_main_blue.png');
}
#top_container_blue {
	background-image: url(../img/header_bg.png);
	height: 50px;
}

#footer_container_blue {
	background-image: url(../img/footer_bg.png);
	height: 170px;
}

body.pink_bg {
	background-image: url('../img/bg_pink.png');
}
#top_container_pink {
	background-image: url(../img/header_bg_pink.png);
	height: 50px;
}

#footer_container_pink {
	background-image: url(../img/footer_bg_pink.png);
	height: 170px;
}
/* .wellcome-header {
	background-image: url(../img/menu_header.png);
	height: 165px;
} */

.wellcome-header {
	background-image: url(../img/login_header20210401.png);
	background-size: contain;
	height: 160px;
}

.admin-wellcome{
	background-image: url(../img/e_learning_title20210401.png);
	height: 130px;
	margin-left: 100px;
	background-repeat: no-repeat;
	background-size: contain;
}
img.baskin_robbins {
	margin-left: 112px;
	margin-top: -50px;
	height: 80px;
	object-fit: contain;
}

.admin-wellcome-header {
	background-image: url(../img/admin_menu_header20210401.png);
	height: 60px;
	background-size: contain;
}

.form-login {
	width: 85%;
	margin: 0 auto;
}

.multiselect-container {
	max-height: 400px;
	overflow-y: auto;
}

.marT0 {
	margin-top: 0px;
}

.marT5 {
	margin-top: 5px;
}

.marT10 {
	margin-top: 10px;
}

.marT20 {
	margin-top: 20px;
}

.marT30 {
	margin-top: 30px;
}

.marT40 {
	margin-top: 40px;
}

.marT50 {
	margin-top: 50px;
}

.marB0 {
	margin-bottom: 0px;
}

.marB5 {
	margin-bottom: 5px;
}

.marB10 {
	margin-bottom: 10px;
}

.marB20 {
	margin-bottom: 20px;
}

.marB30 {
	margin-bottom: 30px;
}

.marB40 {
	margin-bottom: 40px;
}

.marL0 {
	margin-left: 0px;
}

.marL10 {
	margin-left: 10px;
}

.marL20 {
	margin-left: 20px;
}

.marL30 {
	margin-left: 30px;
}

.marL40 {
	margin-left: 40px;
}

.marL50 {
	margin-left: 50px;
}

.marR0 {
	margin-right: 0px;
}

.marR10 {
	margin-right: 10px;
}

.marR20 {
	margin-right: 20px;
}

.marR30 {
	margin-right: 30px;
}

.marR40 {
	margin-right: 40px;
}

.h200 {
	height: 200px
}

.h180 {
	height: 180px
}

.scrolly {
	overflow-y: auto
}

.padL0 {
	padding-left: 0px !important;
}

.padL2 {
	padding-left: 2px !important;
}

.padL10 {
	padding-left: 10px;
}

.padL20 {
	padding-left: 20px;
}

.padL36 {
	padding-left: 36px;
}

.padR0 {
	padding-right: 0px;
}

.padR2 {
	padding-right: 2px;
}

.padR10 {
	padding-right: 10px;
}

.padR20 {
	padding-right: 20px;
}

.padR36 {
	padding-right: 36px;
}

.w150 {
	width: 150px
}

.pageTitle {
	font-size: 1.8em;
	font-weight: bold
}

.error-message {
	color: #9E2424;
	font-size: 0.9em
}

.pointer {
	cursor: pointer
}

.fz12 {
	font-size: 12px
}

.perH100 {
	height: 80% !important
}

.pad5 {
	padding: 5px;
}

.bgr-primary {
	background-color: #337ab7;
	color: #FFFFFF
}

table thead {
	background-color: #fcf8e3
}

.overflowy-860 {
	overflow-y: auto;
	max-height: 860px;
}

.bordernone {
	border: none
}

.rectangularBorder {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	overflow-y: auto;
	overflow-x: auto;
	width: 250px;
	height: 230px;
}

.textAL {
	text-align: left !important;
}

.bsfooter {
	border-top: 1px solid #e5e5e5;
	color: #777;
	margin-top: 100px;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: center;
}

.titleRectangularBorder {
	background: none repeat scroll 0 0 #fff;
	margin-left: 20px;
	margin-top: -10px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
}

legend.title {
	border: none;
	width: inherit; /* Or auto */
	padding: 0 10px; /* To give a bit of padding on the left and right */
	margin-bottom: 5px !important;
}

fieldset.field-border {
	display: block;
	border: 1px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

select.none-boder {
	border: none !important;
}

.align-left {
	text-align: left !important;
}

.readonly {
	background-color: #eee;
	opacity: 1;
}

.answer {
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #9da0a4;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}

.answer-box {
	position: relative;
	margin: 15px 0;
	padding: 39px 19px 14px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.answer-left {
	padding-right: 15px !important;
	padding-left: 0 !important;
}

.answer-right {
	padding-right: 0 !important;
	padding-left: 15px !important;
}

.btn-breadcrumb .btn:not    (:last-child    ):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 100%;
	z-index: 3;
}

.btn-breadcrumb .btn:not    (:last-child    ):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -17px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
	padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:first-child {
	padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
	padding: 6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not    (:last-child    ):after {
	border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:not    (:last-child    ):before {
	border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default:hover:not    (:last-child    ):after {
	border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-default:hover:not    (:last-child    ):before {
	border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not    (:last-child    ):after {
	border-left: 10px solid #428bca;
}

.btn-breadcrumb .btn.btn-primary:not    (:last-child    ):before {
	border-left: 10px solid #357ebd;
}

.btn-breadcrumb .btn.btn-primary:hover:not    (:last-child    ):after {
	border-left: 10px solid #3276b1;
}

.btn-breadcrumb .btn.btn-primary:hover:not    (:last-child    ):before {
	border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not    (:last-child    ):after {
	border-left: 10px solid #5cb85c;
}

.btn-breadcrumb .btn.btn-success:not    (:last-child    ):before {
	border-left: 10px solid #4cae4c;
}

.btn-breadcrumb .btn.btn-success:hover:not    (:last-child    ):after {
	border-left: 10px solid #47a447;
}

.btn-breadcrumb .btn.btn-success:hover:not    (:last-child    ):before {
	border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not    (:last-child    ):after {
	border-left: 10px solid #d9534f;
}

.btn-breadcrumb .btn.btn-danger:not    (:last-child    ):before {
	border-left: 10px solid #d43f3a;
}

.btn-breadcrumb .btn.btn-danger:hover:not    (:last-child    ):after {
	border-left: 10px solid #d2322d;
}

.btn-breadcrumb .btn.btn-danger:hover:not    (:last-child    ):before {
	border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not    (:last-child    ):after {
	border-left: 10px solid #f0ad4e;
}

.btn-breadcrumb .btn.btn-warning:not    (:last-child    ):before {
	border-left: 10px solid #eea236;
}

.btn-breadcrumb .btn.btn-warning:hover:not    (:last-child    ):after {
	border-left: 10px solid #ed9c28;
}

.btn-breadcrumb .btn.btn-warning:hover:not    (:last-child    ):before {
	border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not    (:last-child    ):after {
	border-left: 10px solid #5bc0de;
}

.btn-breadcrumb .btn.btn-info:not    (:last-child    ):before {
	border-left: 10px solid #46b8da;
}

.btn-breadcrumb .btn.btn-info:hover:not    (:last-child    ):after {
	border-left: 10px solid #39b3d7;
}

.btn-breadcrumb .btn.btn-info:hover:not    (:last-child    ):before {
	border-left: 10px solid #269abc;
}

/** icon **/
.icon-search {
	background-image: url('../img/active4.png');
}

/** custom catalogi */
.catalogi {
	font-size: 18px !important;
	color: #428bca;
}

/** textarea */
.disabled_resize {
	resize: none;
}

label.required:after {
	content: "*";
	color: red;
}

.error-template {
	padding: 40px 15px;
	text-align: center;
}

.error-actions {
	margin-top: 15px;
	margin-bottom: 15px;
}

.error-actions .btn {
	margin-right: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center
}

.playing_video .quiz_content {
	width: 100%;
	text-align: center;
}

.learning_video {
	width: 100%;
	max-width: 1000px;
}

.content-selected {
	font-weight: bold;
}

.error-actions .btn {
	margin-right: 10px;
}

.mytree .lvl1 {
	background-color: #C3DEA9;
	padding-left: 5px;
	cursor: pointer;
}

.mytree .lvl2 {
	background-color: #D6E9C4;
	padding-left: 5px;
	cursor: pointer;
}

.mytree .lvl3 {
	padding-left: 5px;
}

.treefl {
	float: left;
}

.treefr {
	float: right;
	margin-right: 5px
}

.quiz_content {
	height: 460px;
	width: 822px;
	padding-left: 45px;
	padding-top:15px;
}

.quiz_background {
	position: absolute;
	width: 822px;
	height: 460px;
}

.quiz_sentence {
	width: 70%;
	text-align: center;
	margin: auto 15%;
	padding: 20px 0;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
}

.quiz_anwser,.comb_quiz_anwser {
	position: absolute;
}
.comb_quiz_anwser {
	min-width: 250px;
}
.quiz_guide div, .quiz_anwser img,.comb_quiz_anwser {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	cursor: pointer;
}

.quiz_anwser img:hover,.comb_quiz_anwser img.enable:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 8 */
	filter: alpha(opacity =       50); /* IE7 */
	text-decoration: none;
	/*box-shadow: 10px 10px 5px #888888;*/
}

.transition {
	transform: scale(1.07);
}

#group1 .transition {
	transform: none !important;
}

.add_transition{
	transform: scale(1.12);
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
}

.remove_transition{
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
}

.multi-choice .quiz_anwser img.selected {
	opacity: 0.3 !important;
}
.quiz_anwser img.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 8 */
	filter: alpha(opacity =       50); /* IE7 */
	opacity: 0.6;
	text-decoration: none;
	/*box-shadow: 10px 10px 5px #888888;*/
}

.quiz_guide {
	padding-top: 20px;
	margin-left: 45px;
	margin-right: 45px;
}

#result-content {
	display: none;
	text-align: center;
	position: absolute;
	width: 822px;
	height: 400px;
	margin-top: 65px;
	z-index: 1000;
}

#result-content img {
	margin: auto;
}

label.answer_code_order {
	font-size: 30px;
	color: #b87856;
	float: left;
	position: absolute;
	padding-top: 17px;
}

.disable_item {
	color: gray;
	cursor: not-allowed !important;
}

.smallest_item {
	cursor: pointer;
}

.csv-data-table {
	max-height: 600px;
	overflow-y: scroll;
}

th {
	text-align: center;
}

.col-answer {
	margin-right: 20px;
}

.col-answer65 {
	margin-right: 65px !important;
}

.col-answer input {
	width: 63px;
}

div.border {
	margin: -30px;
	width: 250px;
	height: 175px;
}
img.border {
	position: absolute;
	margin: -30px;
	width: 250px;
	height: 175px;
	padding: 0;
}

div.choice_red {
	position: absolute;
	background-image: url(../img/combination_choice_1.png);
}

div.choice_green {
	background-image: url(../img/combination_choice_2.png);
	position: absolute;
}

div.choice_blue {
	background-image: url(../img/combination_choice_3.png);
	position: absolute;
}
.comb_quiz_anwser img {
	padding: 0px;
	position: absolute;
}
.back_top a{
	margin-left: 7px;
}
.sb-btw-date {
	margin-top: 7px;
	text-align: center;
}
.float-right {
	float: right;
}

.admin_footer_menu {
	margin-top: 20px;
	text-align: left;
	padding-left: 15px;
}