<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en);
/* @import url(//fonts.googleapis.com/css?family=Atomic%20Age); */
@import url(//fonts.googleapis.com/css?family=Aclonica);

kbd {
	background-color: #fafafa;
    color: #7a7a7a;
    border: 1px solid #c3c3c3;
}

.note-loading {
	margin: 10px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.note-loading &gt; div {
	background-color: #8ebd4d;
	height: 100%;
	width: 6px;
	display: inline-block;
	
	-webkit-animation: note-laoding-delay 1.2s infinite ease-in-out;
	animation: note-laoding-delay 1.2s infinite ease-in-out;
}

.note-loading .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.note-loading .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.note-loading .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.note-loading .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes note-laoding-delay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes note-laoding-delay {
	0%, 40%, 100% { 
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}  20% { 
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

.p-n { padding: 0px !important; }

.p-xxs {
    padding: 5px !important
}

.p-xs {
    padding: 10px !important
}

.p-sm {
    padding: 15px !important
}

.p-m {
    padding: 20px !important
}

.p-md {
    padding: 25px !important
}

.p-lg {
    padding: 30px !important
}

.p-xl {
    padding: 40px !important
}

.p-xxl {
    padding: 50px !important;
}

.p-l-none {
    padding-left: 0 !important;
}

.p-l-xs {
    padding-left: 5px !important;
}

.p-l-sm {
    padding-left: 10px !important;
}

.p-l {
    padding-left: 15px !important;
}

.p-l-md {
    padding-left: 20px !important;
}

.p-l-lg {
    padding-left: 30px !important;
}

.p-l-xl {
    padding-left: 40px !important;
}

.p-l-n-xxs {
    padding-left: -1px !important;
}

.p-l-n-xs {
    padding-left: -5px !important;
}

.p-l-n-sm {
    padding-left: -10px !important;
}

.p-l-n {
    padding-left: -15px !important;
}

.p-l-n-md {
    padding-left: -20px !important;
}

.p-l-n-lg {
    padding-left: -30px !important;
}

.p-l-n-xl {
    padding-left: -40px !important;
}

.p-t-none {
    padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

.p-t-n-xxs {
    padding-top: -1px !important;
}

.p-t-n-xs {
    padding-top: -5px !important;
}

.p-t-n-sm {
    padding-top: -10px !important;
}

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

.p-t-n-md {
    padding-top: -20px !important;
}

.p-t-n-lg {
    padding-top: -30px !important;
}

.p-t-n-xl {
    padding-top: -40px !important;
}

.p-r-none {
    padding-right: 0 !important;
}

.p-r-xxs {
    padding-right: 1px !important;
}

.p-r-xs {
    padding-right: 5px !important;
}

.p-r-sm {
    padding-right: 10px !important;
}

.p-r {
    padding-right: 15px !important;
}

.p-r-md {
    padding-right: 20px !important;
}

.p-r-lg {
    padding-right: 30px !important;
}

.p-r-xl {
    padding-right: 40px !important;
}

.p-r-n-xxs {
    padding-right: -1px !important;
}

.p-r-n-xs {
    padding-right: -5px !important;
}

.p-r-n-sm {
    padding-right: -10px !important;
}

.p-r-n {
    padding-right: -15px !important;
}

.p-r-n-md {
    padding-right: -20px !important;
}

.p-r-n-lg {
    padding-right: -30px !important;
}

.p-r-n-xl {
    padding-right: -40px !important;
}

.p-b-none {
    padding-bottom: 0 !important;
}

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

.p-b-xs {
    padding-bottom: 5px !important;
}

.p-b-sm {
    padding-bottom: 10px !important;
}

.p-b {
    padding-bottom: 15px !important;
}

.p-b-md {
    padding-bottom: 20px !important;
}

.p-b-lg {
    padding-bottom: 30px !important;
}

.p-b-xl {
    padding-bottom: 40px !important;
}

.p-b-n-xxs {
    padding-bottom: -1px !important;
}

.p-b-n-xs {
    padding-bottom: -5px !important;
}

.p-b-n-sm {
    padding-bottom: -10px !important;
}

.p-b-n {
    padding-bottom: -15px !important;
}

.p-b-n-md {
    padding-bottom: -20px !important;
}

.p-b-n-lg {
    padding-bottom: -30px !important;
}

.p-b-n-xl {
    padding-bottom: -40px !important;
}

.m-xxs {
    margin: 2px 4px !important;
}

.m-xs {
    margin: 5px !important;
}

.m-sm {
    margin: 10px !important;
}

.m {
    margin: 15px !important;
}

.m-md {
    margin: 20px !important;
}

.m-lg {
    margin: 30px !important;
}

.m-xl {
    margin: 50px !important;
}

.m-xxl {
    margin: 60px !important;
}

.m-n {
    margin: 0 !important
}

.m-l-none {
    margin-left: 0 !important;
}

.m-l-xs {
    margin-left: 5px !important;
}

.m-l-sm {
    margin-left: 10px !important;
}

.m-l {
    margin-left: 15px !important;
}

.m-l-md {
    margin-left: 20px !important;
}

.m-l-lg {
    margin-left: 30px !important;
}

.m-l-xl {
    margin-left: 40px !important;
}

.m-l-n-xxs {
    margin-left: -1px !important;
}

.m-l-n-xs {
    margin-left: -5px !important;
}

.m-l-n-sm {
    margin-left: -10px !important;
}

.m-l-n {
    margin-left: -15px !important;
}

.m-l-n-md {
    margin-left: -20px !important;
}

.m-l-n-lg {
    margin-left: -30px !important;
}

.m-l-n-xl {
    margin-left: -40px !important;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-t-xxs {
    margin-top: 1px !important;
}

.m-t-xs {
    margin-top: 5px !important;
}

.m-t-sm {
    margin-top: 10px !important;
}
.m-t-12 { margin-top: 12px !important }
.m-t {
    margin-top: 15px !important;
}

.m-t-md {
    margin-top: 20px !important;
}

.m-t-lg {
    margin-top: 30px !important;
}

.m-t-xl {
    margin-top: 40px !important;
}

.m-t-xxl {
    margin-top: 50px !important;
}

.m-t-xxxl {
    margin-top: 60px !important;
}

.m-t-n-xxs {
    margin-top: -1px !important;
}

.m-t-n-xs {
    margin-top: -5px !important;
}

.m-t-n-sm {
    margin-top: -10px !important;
}

.m-t-n {
    margin-top: -15px !important;
}

.m-t-n-md {
    margin-top: -20px !important;
}

.m-t-n-lg {
    margin-top: -30px !important;
}

.m-t-n-xl {
    margin-top: -40px !important;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-r-xxs {
    margin-right: 1px !important;
}

.m-r-xs {
    margin-right: 5px !important;
}

.m-r-sm {
    margin-right: 10px !important;
}

.m-r {
    margin-right: 15px !important;
}

.m-r-md {
    margin-right: 20px !important;
}

.m-r-lg {
    margin-right: 30px !important;
}

.m-r-xl {
    margin-right: 40px !important;
}

.m-r-n-xxs {
    margin-right: -1px !important;
}

.m-r-n-xs {
    margin-right: -5px !important;
}

.m-r-n-sm {
    margin-right: -10px !important;
}

.m-r-n {
    margin-right: -15px !important;
}

.m-r-n-md {
    margin-right: -20px !important;
}

.m-r-n-lg {
    margin-right: -30px !important;
}

.m-r-n-xl {
    margin-right: -40px !important;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-b-xxs {
    margin-bottom: 1px !important;
}

.m-b-xs {
    margin-bottom: 5px !important;
}

.m-b-sm {
    margin-bottom: 10px !important;
}

.m-b {
    margin-bottom: 15px !important;
}

.m-b-md {
    margin-bottom: 20px !important;
}

.m-b-lg {
    margin-bottom: 30px !important;
}

.m-b-xl {
    margin-bottom: 40px !important;
}
.m-b-xxl {
    margin-bottom: 50px !important;
}

.m-b-n-xxs {
    margin-bottom: -1px !important;
}

.m-b-n-xs {
    margin-bottom: -5px !important;
}

.m-b-n-sm {
    margin-bottom: -10px !important;
}

.m-b-n {
    margin-bottom: -15px !important;
}

.m-b-n-md {
    margin-bottom: -20px !important;
}

.m-b-n-lg {
    margin-bottom: -30px !important;
}

.m-b-n-xl {
    margin-bottom: -40px !important;
}

.space-10 {
    margin: 10px 0
}

.space-15 {
    margin: 15px 0
}

.space-20 {
    margin: 20px 0
}

.space-25 {
    margin: 25px 0
}

.space-30 {
    margin: 30px 0
}

.l-none { left: 0 }
.l-xs { left: 5px }
.l-sm { left: 10px }
.l { left: 15px }
.l-md { left: 20px }
.l-lg { left: 30px }
.l-xl { left: 40px }

.t-none { top: 0 }
.t-xs { top: 5px }
.t-sm { top: 10px }
.t { top: 15px }
.t-md { top: 20px }
.t-lg { top: 30px }
.t-xl { top: 40px }

.r-none { right: 0 }
.r-xs { right: 5px }
.r-sm { right: 10px }
.r { right: 15px }
.r-md { right: 20px }
.r-lg { right: 30px }
.r-xl { right: 40px }

.b-none { bottom: 0 }
.b-xs { bottom: 5px }
.b-sm { bottom: 10px }
.b { bottom: 15px }
.b-md { bottom: 20px }
.b-lg { bottom: 30px }
.b-xl { bottom: 40px }

.sweet-alert button {
    background-color: #34495e;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer
}

.sweet-alert button:focus {
    outline: none;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05)
}

.sweet-alert button:hover {
    background-color: #a1d9f2
}

.sweet-alert button:active {
    background-color: #81ccee
}

.sweet-alert button.cancel {
    background-color: #D0D0D0
}

.sweet-alert button.cancel:hover {
    background-color: #c8c8c8
}

.sweet-alert button.cancel:active {
    background-color: #b6b6b6
}

.sweet-alert p {
    font-size: 14px;
    font-weight: 400
}

.sweet-alert h2 {
    font-size: 26px
}

.sweet-alert {
    padding: 25px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2)
}

.table &gt; thead &gt; tr &gt; th {
    border-bottom: 1px solid #ddd
}

.cg-notify-message.homer-notify {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    border: none;
    margin-top: 30px;
    color: inherit
}

.homer-notify.alert-warning {
    border-left: 6px solid #ffca28
}

.homer-notify.alert-success {
    border-left: 6px solid #8ebd4d
}

.homer-notify.alert-danger {
    border-left: 6px solid #c0392b
}

.homer-notify.alert-info {
    border-left: 6px solid #3498db
}

.h-modal-icon {
    font-size: 66px
}

.inmodal .color-line {
    border-radius: 4px 4px 0 0
}

.modal-content {
    border-radius: 5px;
    border: none;
/*     box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2) */
}

.modal-backdrop.in {
    opacity: 0.7
}

.modal-backdrop {
    position: fixed;
    bottom: 0
}

.modal-dialog {
    margin-top: 80px
}

.modal-top-image {
	position: absolute;
    left: 40%;
    top: -55px;
}

.modal-title {
    font-size: 28px;
    font-weight: 300
}

.modal-header {
    padding: 15px 30px;
    background: #f7f9fa
}

.fmodal .modal-content, .cmodal .modal-content { border-radius: 0px; }
.fmodal .modal-header { padding: 10px 15px; color: #fff; }
.fmodal .modal-header a { color: #fff; }
.fmodal .modal-header a.btn-default { color: #838383; }
.fmodal .modal-header small { display: none; }
.fmodal .modal-header .pull-right a { margin-left: 15px; }
.fmodal .modal-header .pull-right a:first-child { margin-left: 0px; }
.fmodal .modal-header .modal-title { font-size: 24px; }
.fmodal .modal-header .modal-title:after, .cmodal .modal-header .modal-title:after { content: ""; clear: both; display: table; }
.page-small .fmodal .modal-body { padding: 15px; }

.fmodal-primary .modal-header { background: #34495e; }
.fmodal-primary2 .modal-header { background: #9b59b6; }
.fmodal-info .modal-header { background: #3498db; }
.fmodal-success .modal-header { background: #8ebd4d; }
.fmodal-warning .modal-header { background: #ffca28; }
.fmodal-warning2 .modal-header { background: #e67e22; }
.fmodal-danger .modal-header { background: #e74c3c; }
.fmodal-danger2 .modal-header { background: #c0392b; }
.fmodal-gray .modal-header { background: #efefef; color: #5f5f5f; }

.fmodal-gray .modal-header .modal-title { color: #e67e22; }

.cmodal .modal-header { padding: 15px 20px; color: #757575; background: #fff; box-shadow: 0px 3px 3px #BDBDBD; }
.cmodal .modal-header .modal-title { font-size: 24px; font-weight: 600; }
.cmodal .modal-header .pull-right { position: relative; top: -3px; }
.cmodal .modal-header .pull-right a { margin-left: 5px; }
.cmodal .modal-header .pull-right a:first-child { margin-left: 0px; }
.cmodal .modal-header .btn-exit { width: 32px; height: 32px; padding: 0px 0px; border-radius: 50%; font-size: 20px; color: #fff; text-align: center; line-height: 1.428571429; background-color: #3498db; border-color: #fff; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); display: inline-block; margin-bottom: 0px; font-weight: 400; white-space: nowrap; vertical-align: middle; touch-action: manipulation; cursor: pointer; user-select: none; background-image: none; border-width: 1px; border-style: solid; border-image: initial; position: absolute; top: -15px; right: -15px; }
.cmodal .modal-header .btn-exit:hover { background-color: #4ea5e0 !important; border-color: #fff; }
.cmodal .modal-header .btn-exit:active { background-color: #4ea5e0 !important; border-color: #fff; box-shadow: rgba(0, 0, 0, 0.125) 0px 3px 5px inset; outline: 0px; }
.cmodal .modal-body { padding: 20px 25px; }

body.modal-open {
    padding-right: 0 !important;
}

.modal-body {
    padding: 20px 30px
}

.modal-header small {
    color: #D0F619;
    font-size: 95%;
}

.modal-footer {
    background: #f7f9fa;
}

.hmodal-info .color-line {
    background: #3498db;
}

.hmodal-warning .color-line {
    background: #ffca28;
}

.hmodal-success .color-line {
    background: #8ebd4d;
}

.hmodal-danger .color-line {
    background: #c0392b;
}

.hmodal-info h4.modal-title {
    color: #3498db
}

.hmodal-warning h4.modal-title {
    color: #ffca28
}

.hmodal-success h4.modal-title {
    color: #8ebd4d
}

.hmodal-danger h4.modal-title {
    color: #c0392b
}

.progress {
    border-radius: 2px;
    margin-bottom: 10px
}

.progress-bar {
    background-color: #edf0f5;
    text-align: right;
    padding-right: 10px;
    color: #6a6c6f
}

.progress-small, .progress-small .progress-bar {
    height: 10px
}

.progress-big, .progress-big .progress-bar {
	height: 40px;
	margin-bottom: 0px;
    border-radius: 10px;
}

.progress-bar-success {
    border-right: 4px solid #58b62c
}

.progress-bar-info {
    border-right: 4px solid #258cd1
}

.progress-bar-warning {
    border-right: 4px solid #eba600
}

.progress-bar-danger {
    border-right: 4px solid #e43725
}

.full .progress-bar-white {
	background-color: #fff;
	color: #5f5f5f;
}

.full .progress-bar-success {
    background-color: #8ebd4d;
    border-right: 4px solid #58b62c
}

.full .progress-bar-info {
    background-color: #3498db;
    border-right: 4px solid #258cd1
}

.full .progress-bar-warning {
    background-color: #ffca28;
    border-right: 4px solid #eba600
}

.full .progress-bar-danger {
    background-color: #e74c3c;
    border-right: 4px solid #e43725
}

.full .progress-bar {
    color: #ffffff
}

body.blank {
    background-color: #edf0f5
}

.login-container {
    width: 420px;
    margin: auto;
    padding-top: 6%
}

.register-container {
    width: 720px;
    margin: auto;
    padding-top: 6%
}

.lock-container {
    width: 420px;
    margin: auto;
    padding-top: 6%
}

.error-container {
    width: 620px;
    margin: auto;
    padding-top: 6%
}

.big-icon {
    font-size: 120px
}

.large-icon {
    font-size: 60px
}

.normal-icon {
    font-size: 30px
}

.small-icon {
    font-size: 20px
}

.tiny-icon {
    font-size: 15px
}

.error-container h1 {
    font-size: 44px
}

.vertical-container {
    width: 98%;
    margin: 0 auto
}

.vertical-container::after {
    content: '';
    display: table;
    clear: both
}

.v-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em
}

.v-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #e3e8f0
}

.vertical-timeline-content .btn {
    float: right
}

.vertical-timeline-block {
    position: relative;
    margin: 2em 0
}

.vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both
}

.vertical-timeline-block:first-child {
    margin-top: 0
}

.vertical-timeline-block:last-child {
    margin-bottom: 0
}

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #e4e5e7;
    text-align: center;
    background: #fff
}

.vertical-timeline-icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -9px
}

.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    border: 1px solid #e4e5e7
}

.vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both
}

.vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px
}

.vertical-timeline-content p {
    margin: 1em 0 0 0;
    line-height: 1.6
}

.vertical-timeline-content .vertical-date {
    font-weight: 500;
    text-align: right;
    font-size: 13px
}

.vertical-date small {
    color: #8ebd4d;
    font-weight: 400
}

.vertical-timeline-content:after, .vertical-timeline-content:before {
    right: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.vertical-timeline-content:after {
    border-color: transparent;
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px
}

.vertical-timeline-content:before {
    border-color: transparent;
    border-right-color: #e4e5e7;
    border-width: 11px;
    margin-top: -11px
}

@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px
    }

    .vertical-timeline-content p {
        font-size: 13px
    }
}

.contact-panel h3 {
    margin-bottom: 2px
}

.contact-panel h3 a {
    color: inherit
}

.contact-panel p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0
}

.contact-panel img {
    width: 76px;
    height: 76px
}

.contact-footer {
    padding: 0 15px
}

.contact-stat span {
    font-size: 10px;
    font-weight: 500;
    display: block;
    color: #9d9fa2;
    text-transform: uppercase
}

.contact-stat {
    padding: 8px 0px;
    text-align: center
}

.contact-panel:hover .panel-body {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    z-index: 1
}

.fc-state-default {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    color: inherit;
    text-shadow: none
}

.fc-state-default {
    border: 1px solid
}

.fc-button {
    color: inherit;
    border: 1px solid #e4e5e7;
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 0.6em;
    position: relative;
    white-space: nowrap
}

.fc-state-active {
    background-color: #34495e;
    border-color: #34495e;
    color: #ffffff
}

.fc-header-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit
}

.fc-content .fc-widget-header, .fc-content .fc-widget-content {
    border-color: #e4e5e7;
    font-weight: normal
}

.fc-border-separate tbody {
    background-color: #F8F8F8
}

.fc-state-highlight {
    background: none repeat scroll 0 0 #edf0f5
}

.external-event {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px
}

.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
    border-radius: 2px
}

.fc-event, .fc-agenda .fc-event-time, .fc-event a {
    padding: 4px 6px;
    background-color: #34495e;
    border-color: #34495e
}

.fc-event-time, .fc-event-title {
    color: #717171;
    padding: 0 1px
}

.ui-calendar .fc-event-time, .ui-calendar .fc-event-title {
    color: #fff
}

.fc-view-container .fc-widget-header {
    background: #f4f5f9
}

.fc-view-container .fc-widget-content {
    background: #fff
}

.fc-widget-header .fc-day-header {
    padding: 12px 0
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center
}

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
    padding: 6px
}

.fc-day-grid-event {
    margin: 2px 6px 0
}

.note-editor {
    border: 1px solid #e4e5e7
}

.note-editor .note-toolbar {
    border-bottom: 1px solid #e4e5e7
}

.note-editor .btn-default {
    border-color: #e4e5e7
}

.ngH eaderCell {
    border-right: none;
    border-bottom: 1px solid #e4e5e7
}

.ngCell {
    border-right: none
}

.ngTopPanel {
    background: #fff
}

.ngRow.even {
    background: #f9f9f9
}

.ngRow.selected {
    background: #e0e5ee
}

.ngRow {
    border-bottom: 1px solid #e4e5e7
}

.ngCell {
    background-color: transparent
}

.ngHeaderCell {
    border-right: none
}

.gridStyle {
    border: 1px solid #e4e5e7;
    height: 400px
}

.show-grid [class^="col-"] {
    background-color: #edf0f5 !important;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px
}

.show-grid {
    margin: 15px 0
}

.dropdown-menu.hdropdown {
    padding: 0;
    z-index: 1060
}

.dropdown-menu.hdropdown .title {
    padding: 12px 12px;
    text-align: center;
    border-bottom: 1px solid #e4e5e7
}

.dropdown-menu.hdropdown li {
    padding: 6px 12px;
    text-align: left;
    background: #f7f8fa;
    border-bottom: 1px solid #e4e5e7
}
.dropdown-menu.hdropdown li.current { position: relative; background: #ccc; }
.dropdown-menu.hdropdown li.current:before { display: table; content: "â–¶"; top: 9px; position: absolute; color: #333; }

.dropdown-menu.hdropdown li.on &gt; a { color: #8ebd4d; }
.dropdown-menu.hdropdown li .icons&gt;i:first-child { display: inline-block; }
.dropdown-menu.hdropdown li .icons&gt;i:last-child { display: none; }
.dropdown-menu.hdropdown li.on .icons&gt;i:first-child { display: none; }
.dropdown-menu.hdropdown li.on .icons&gt;i:last-child { display: inline-block; }


.dropdown-menu.hdropdown.notification li {
    padding: 12px 12px
}

.dropdown-menu.hdropdown.notification li .label {
    margin-right: 10px
}

.dropdown-menu.hdropdown li &gt; a:hover {
    background: inherit
}

.dropdown-menu.hdropdown li:hover {
    background: #edf0f5
}

.dropdown-menu.hdropdown li.summary {
    padding: 6px 12px;
    text-align: center;
    background: #fff
}

.navbar-nav &gt; li &gt; a:hover, .navbar-nav &gt; li &gt; a:focus, .navbar-nav .open &gt; a, .navbar-nav .open &gt; a:hover, .navbar-nav .open &gt; a:focus {
    color: inherit;
    background: #83c93d;
    border-bottom: 1px solid #e4e5e7
}

.chat-avatar {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 10px
}

.chat-user-name {
    padding: 10px
}

.chat-user {
    padding: 8px 10px;
    border-bottom: 1px solid #e7eaec
}

.chat-user a {
    color: inherit
}

.chat-view {
    z-index: 1070
}

.chat-users, .chat-statistic {
    margin-left: -30px
}

@media (max-width: 992px) {
    .chat-users, .chat-statistic {
        margin-left: 0px
    }
}

.chat-view .ibox-content {
    padding: 0
}

.chat-message {
    padding: 10px 20px
}

.message-avatar {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    margin-top: 1px
}

.chat-discussion .chat-message .message-avatar {
    float: left;
    margin-right: 10px
}

.chat-discussion .message {
    background-color: #f7f8fa;
    text-align: left;
    display: block;
    padding: 10px 20px;
    position: relative;
    border-radius: 4px
}

.chat-discussion .chat-message .message-date {
    float: right
}

.chat-discussion .chat-message .message {
    text-align: left;
    margin-left: 55px
}

.message-date {
    font-size: 10px;
    color: #888888
}

.message-content {
    display: block
}

.chat-users {
    overflow-y: auto;
    height: 400px
}

.header-line.extreme-color {
    width: 20%
}

.header-line {
    height: 6px;
    width: 10%;
    float: left;
    margin: 0;
    position: relative
}

.header-line div {
    position: absolute;
    top: 70px;
    left: 15px;
    font-weight: 600;
    color: #fff
}

.header-line div span {
    font-weight: 400;
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6)
}

.color-demo .header-line {
    height: 118px
}

.color-demo .header-line:after {
    display: block;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    height: 10px;
    width: 100%
}

.btn {
    border-radius: 2px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.btn-radius { border-radius: 100px; }

.float-e-margins .btn {
    margin-bottom: 5px
}

.btn-primary {
    background-color: #34495e;
    border-color: #34495e;
    color: #FFFFFF
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #3f5872;
    border-color: #3f5872;
    color: #FFFFFF
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #293a4a;
    border-color: #293a4a
}

.btn-transparent {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active, .btn-transparent.active, .open .dropdown-toggle.btn-transparent {
    background-color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(255, 255, 255, 1);
    color: #96c95c;
}

.btn-transparent:active, .btn-transparent.active, .open .dropdown-toggle.btn-transparent {
    background-image: none
}

.btn-transparent.disabled, .btn-transparent.disabled:hover, .btn-transparent.disabled:focus, .btn-transparent.disabled:active, .btn-transparent.disabled.active, .btn-transparent[disabled], .btn-transparent[disabled]:hover, .btn-transparent[disabled]:focus, .btn-transparent[disabled]:active, .btn-transparent.active[disabled], fieldset[disabled] .btn-transparent, fieldset[disabled] .btn-transparent:hover, fieldset[disabled] .btn-transparent:focus, fieldset[disabled] .btn-transparent:active, fieldset[disabled] .btn-transparent.active {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.05);
    color: #e3e3e3;
}

.btn-primary2 {
    background-color: #9b59b6;
    border-color: #9b59b6;
    color: #FFFFFF
}

.btn-primary2:hover, .btn-primary2:focus, .btn-primary2:active, .btn-primary2.active, .open .dropdown-toggle.btn-primary2 {
    background-color: #a86ebf !important;
    border-color: #a86ebf;
    color: #FFFFFF
}

.btn-primary2:active, .btn-primary2.active, .open .dropdown-toggle.btn-primary2 {
    background-image: none
}

.btn-primary2.disabled, .btn-primary2.disabled:hover, .btn-primary2.disabled:focus, .btn-primary2.disabled:active, .btn-primary2.disabled.active, .btn-primary2[disabled], .btn-primary2[disabled]:hover, .btn-primary2[disabled]:focus, .btn-primary2[disabled]:active, .btn-primary2.active[disabled], fieldset[disabled] .btn-primary2, fieldset[disabled] .btn-primary2:hover, fieldset[disabled] .btn-primary2:focus, fieldset[disabled] .btn-primary2:active, fieldset[disabled] .btn-primary2.active {
    background-color: #8c49a7;
    border-color: #8c49a7
}

.btn-success {
    background-color: #8ebd4d;
    border-color: #8ebd4d;
    color: #FFFFFF
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #8ecd4d !important;
    border-color: #8ecd4d;
    color: #FFFFFF
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
/*
    background-color: #56b22b;
    border-color: #56b22b
*/
	background-color: #6ef132;
    border-color: #6ef132;
}

.btn-success2 {
    background-color: #126D3B;
    border-color: #126D3B;
    color: #FFFFFF
}

.btn-success2:hover, .btn-success2:focus, .btn-success2:active, .btn-success2.active, .open .dropdown-toggle.btn-success2 {
    background-color: #126D3B !important;
    border-color: #126D3B;
    color: #FFFFFF
}

.btn-success2:active, .btn-success2.active, .open .dropdown-toggle.btn-success2 {
    background-image: none
}

.btn-success2.disabled, .btn-success2.disabled:hover, .btn-success2.disabled:focus, .btn-success2.disabled:active, .btn-success2.disabled.active, .btn-success2[disabled], .btn-success2[disabled]:hover, .btn-success2[disabled]:focus, .btn-success2[disabled]:active, .btn-success2.active[disabled], fieldset[disabled] .btn-success2, fieldset[disabled] .btn-success2:hover, fieldset[disabled] .btn-success2:focus, fieldset[disabled] .btn-success2:active, fieldset[disabled] .btn-success2.active {
    background-color: #56b22b;
    border-color: #56b22b
}

.btn-info {
    background-color: #3498db;
    border-color: #3498db;
    color: #FFFFFF
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #4ea5e0 !important;
    border-color: #4ea5e0;
    color: #FFFFFF
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #2489cc;
    border-color: #2489cc
}

.btn-info2 {
    background-color: #3498db;
    border-color: #3498db;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 0;
}

.btn-info2:hover, .btn-info2:focus, .btn-info2:active, .btn-info2.active, .open .dropdown-toggle.btn-info2 {
    background-color: #4ea5e0 !important;
    border-color: #4ea5e0;
    color: #FFFFFF;
}

.btn-info2:active, .btn-info2.active, .open .dropdown-toggle.btn-info2 {
    background-image: none
}

.btn-info2.disabled, .btn-info2.disabled:hover, .btn-info2.disabled:focus, .btn-info2.disabled:active, .btn-info2.disabled.active, .btn-info2[disabled], .btn-info2[disabled]:hover, .btn-info2[disabled]:focus, .btn-info2[disabled]:active, .btn-info2.active[disabled], fieldset[disabled] .btn-info2, fieldset[disabled] .btn-info2:hover, fieldset[disabled] .btn-info2:focus, fieldset[disabled] .btn-info2:active, fieldset[disabled] .btn-info2.active {
    background-color: #2489cc;
    border-color: #2489cc
}

.btn-facebook {
    background-color: #3a5795;
    border-color: #314a7f;
    color: #FFFFFF
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
    background-color: #4ea5e0 !important;
    border-color: #4ea5e0;
    color: #FFFFFF
}

.btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled, .btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled:active, .btn-facebook.disabled.active, .btn-facebook[disabled], .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled]:active, .btn-facebook.active[disabled], fieldset[disabled] .btn-facebook, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook:active, fieldset[disabled] .btn-facebook.active {
    background-color: #2489cc;
    border-color: #2489cc
}

.btn-default {
    background-color: #fff;
    border-color: #e4e5e7;
    color: #838383;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #fff !important;
    border-color: #e4e5e7;
    color: #838383;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #e4ebee;
    border-color: #e4ebee
}

.btn-cc-radio:hover, .btn-cc-radio:focus, .btn-cc-radio:active, .btn-cc-radio.active, .open .dropdown-toggle.btn-cc-radio {
    background-color: #8ebd4d !important;
    border-color: #8ebd4d;
    color: #FFFFFF
}

.btn-cc-radio.outline { border-radius: 0px; box-shadow: none; border-color: #757575; }
.btn-cc-radio.outline:hover, .btn-cc-radio.outline:focus, .btn-cc-radio.outline:active, .btn-cc-radio.outline.active, .open .dropdown-toggle.btn-cc-radio.outline {
	background-color: #757575 !important;
    border-color: #757575;
    color: #FFFFFF;
}
.btn-cc-radio.warning2.outline:hover, .btn-cc-radio.warning2.outline:focus, .btn-cc-radio.warning2.outline:active, .btn-cc-radio.warning2.outline.active, .open .dropdown-toggle.btn-cc-radio.warning2.outline {
	background-color: #e67e22 !important;
}
.btn-cc-radio.success.outline:hover, .btn-cc-radio.success.outline:focus, .btn-cc-radio.success.outline:active, .btn-cc-radio.success.outline.active, .open .dropdown-toggle.btn-cc-radio.success.outline {
	background-color: #8ebd4d !important;
}
.btn-cc-radio.info.outline:hover, .btn-cc-radio.info.outline:focus, .btn-cc-radio.info.outline:active, .btn-cc-radio.info.outline.active, .open .dropdown-toggle.btn-cc-radio.info.outline {
	background-color: #3498db !important;
}

.btn-warning {
    background-color: #ffca28;
    border-color: #ffca28;
    color: #FFFFFF
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #ffbf25 !important;
    border-color: #ffbf25;
    color: #FFFFFF
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #e6a300;
    border-color: #e6a300
}

.btn-warning2 {
    background-color: #e67e22;
    border-color: #e67e22;
    color: #FFFFFF
}

.btn-warning2:hover, .btn-warning2:focus, .btn-warning2:active, .btn-warning2.active, .open .dropdown-toggle.btn-warning2 {
    background-color: #e98e3d !important;
    border-color: #e98e3d;
    color: #FFFFFF
}

.btn-warning2:active, .btn-warning2.active, .open .dropdown-toggle.btn-warning2 {
    background-image: none
}

.btn-warning2.disabled, .btn-warning2.disabled:hover, .btn-warning2.disabled:focus, .btn-warning2.disabled:active, .btn-warning2.disabled.active, .btn-warning2[disabled], .btn-warning2[disabled]:hover, .btn-warning2[disabled]:focus, .btn-warning2[disabled]:active, .btn-warning2.active[disabled], fieldset[disabled] .btn-warning2, fieldset[disabled] .btn-warning2:hover, fieldset[disabled] .btn-warning2:focus, fieldset[disabled] .btn-warning2:active, fieldset[disabled] .btn-warning2.active {
    background-color: #d28f38;
    border-color: #d28f38
}

.btn-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #FFFFFF
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #ea6557 !important;
    border-color: #ea6557;
    color: #FFFFFF
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #e43321;
    border-color: #e43321
}

.btn-danger2 {
    background-color: #c0392b;
    border-color: #c0392b;
    color: #FFFFFF
}

.btn-danger2:hover, .btn-danger2:focus, .btn-danger2:active, .btn-danger2.active, .open .dropdown-toggle.btn-danger2 {
    background-color: #d24637 !important;
    border-color: #d24637;
    color: #FFFFFF
}

.btn-danger2:active, .btn-danger2.active, .open .dropdown-toggle.btn-danger2 {
    background-image: none
}

.btn-danger2.disabled, .btn-danger2.disabled:hover, .btn-danger2.disabled:focus, .btn-danger2.disabled:active, .btn-danger2.disabled.active, .btn-danger2[disabled], .btn-danger2[disabled]:hover, .btn-danger2[disabled]:focus, .btn-danger2[disabled]:active, .btn-danger2.active[disabled], fieldset[disabled] .btn-danger2, fieldset[disabled] .btn-danger2:hover, fieldset[disabled] .btn-danger2:focus, fieldset[disabled] .btn-danger2:active, fieldset[disabled] .btn-danger2.active {
    background-color: #a73225;
    border-color: #a73225
}

.btn-link {
    color: inherit
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
    color: #6a6c6f
}

.btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
    background-image: none
}

.btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
    color: #9d9fa2
}

.btn-outline { color: inherit; background-color: transparent; transition: all .5s }
.btn-outline2 { color: #fff !important; background-color: transparent; transition: all .5s; }

.btn-primary.btn-outline { color: #34495e !important; }
.btn-primary2.btn-outline { color: #9b59b6 !important; }
.btn-success.btn-outline { color: #8ebd4d !important; }
.btn-info.btn-outline { color: #3498db !important; }
.btn-facebook.btn-outline { color: #314a7f !important; }
.btn-warning.btn-outline { color: #ffca28 !important; }
.btn-warning2.btn-outline { color: #e67e22 !important; }
.btn-danger.btn-outline { color: #e74c3c !important; }
.btn-danger2.btn-outline { color: #c0392b !important; }
.btn-primary.btn-outline, .btn-success.btn-outline, .btn-info.btn-outline, .btn-facebook.btn-outline, .btn-warning.btn-outline, .btn-warning2.btn-outline, .btn-danger.btn-outline, .btn-danger2.btn-outline {
    background-color: #fff;
}
.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-facebook.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-warning2.btn-outline:hover, .btn-danger.btn-outline:hover, .btn-danger2.btn-outline:hover {
    color: #fff !important;
}

.btn-primary.outline { color: #7f5ac8; background-color: #fff; border-color: #7f5ac8 !important; }
.btn-primary.outline:hover, .btn-primary.outline.hover { background-color: #E7E0F5; }
.btn-primary.outline:active, .btn-primary.outline.active { background-color: #9A7ED3; }
.btn-primary.outline:disabled, .btn-primary.outline.disabled { background-color: #bbb; border-color: #666; color: #666; }

.btn-back-trans { background-color: transparent !important; }

.btn-primary.btn-outline2, .btn-primary2.btn-outline2, .btn-success.btn-outline2, .btn-info.btn-outline2, .btn-facebook.btn-outline2, .btn-warning.btn-outline2, .btn-warning2.btn-outline2, .btn-danger.btn-outline2, .btn-danger2.btn-outline2
	{ border-color: #fff; color: #fff; }
.btn-outline2:hover { background: #fff; transition: all .5s; }
.btn-primary.btn-outline2:hover { color: #34495e; }
.btn-primary2.btn-outline2:hover { color: #9b59b6; }
.btn-success.btn-outline2:hover { color: #8ebd4d; }
.btn-info.btn-outline2:hover { color: #3498db; }
.btn-facebook.btn-outline2:hover { color: #314a7f; }
.btn-warning.btn-outline2:hover { color: #ffca28; }
.btn-warning2.btn-outline2:hover { color: #e67e22; }
.btn-danger.btn-outline2:hover { color: #e74c3c; }
.btn-danger2.btn-outline2:hover { color: #c0392b; }

.btn-outline2[disabled], .btn-outline2[disabled]:hover, .btn-outline2[disabled]:focus, .btn-outline2[disabled]:active, .btn-outline2.disabled, .btn-outline2.disabled:hover, .btn-outline2.disabled:focus, .btn-outline2.disabled:active { background: rgba(0, 0, 0, 0.1); border-color: #ccc; color: #ccc; }

.btn-xs {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 1px 7px
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429
}

.btn-circle.btn-xs {
    width: 20px;
    height: 20px;
    padding: 4px 4px;
    border-radius: 25px;
    font-size: 10px;
    line-height: 1
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 13px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33
}

.btn-progress { position: relative; border-radius: inherit; }
.btn-progress .btn-label { position: relative; z-index: 3; }
.btn-progress .btn-label img { height: 14px; position: relative; top: -1px; margin-right: 3px; }
.btn-progress .btn-progress-bar { position: absolute; width: 0%; height: 100%; left: 0; top: 0; border-radius: inherit; background: rgba(0, 0, 0, 0.2); transition: 0.1s linear all !important; }

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-bold {
    font-weight: 600
}

.font-extra-bold {
    font-weight: 700
}

.font-uppercase {
    text-transform: uppercase
}

.font-trans {
    opacity: 0.5 !important
}

.font-108 { font-size: 108px !important }
.font-96 { font-size: 96px !important }
.font-72 { font-size: 72px !important }
.font-64 { font-size: 64px !important }
.font-55 { font-size: 55px !important }
.font-50 { font-size: 50px !important }
.font-48 { font-size: 48px !important }
.font-40 { font-size: 40px !important }
.font-38 { font-size: 38px !important }
.font-36 { font-size: 36px !important }
.font-32 { font-size: 32px !important }
.font-28 { font-size: 28px !important }
.font-26 { font-size: 26px !important }
.font-24 { font-size: 24px !important }
.font-22 { font-size: 22px !important }
.font-20 { font-size: 20px !important }
.font-19 { font-size: 19px !important }
.font-18 { font-size: 18px !important }
.font-16 { font-size: 16px !important }
.font-15 { font-size: 15px !important }
.font-14 { font-size: 14px !important }
.font-13 { font-size: 13px !important }
.font-12 { font-size: 12px !important }
.font-11 { font-size: 11px !important }
.font-10 { font-size: 10px !important }
.font-0 { font-size: 0px !important }
.font-70p { font-size: 70% !important }
.font-80p { font-size: 80% !important }
.font-90p { font-size: 90% !important }
.font-110p { font-size: 110% !important }
.font-120p { font-size: 120% !important }
.font-130p { font-size: 130% !important }
.font-140p { font-size: 140% !important }
.font-150p { font-size: 150% !important }
.font-160p { font-size: 160% !important }
.font-170p { font-size: 170% !important }

.text-big {
    font-size: 60px
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 300;
    color: #9c9c9c;
}

.icheckbox_square-green, .iradio_square-green {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 23px;
    height: 22px;
    background: url(img/green.png) no-repeat;
    border: none;
    cursor: pointer
}

.icheckbox_square-green {
    background-position: 0 0
}

.icheckbox_square-green.hover {
    background-position: -24px 0
}

.icheckbox_square-green.checked {
    background-position: -48px 0
}

.icheckbox_square-green.disabled {
    background-position: -72px 0;
    cursor: default
}

.icheckbox_square-green.checked.disabled {
    background-position: -96px 0
}

.iradio_square-green {
    background-position: -120px 0
}

.iradio_square-green.hover {
    background-position: -144px 0
}

.iradio_square-green.checked {
    background-position: -168px 0
}

.iradio_square-green.disabled {
    background-position: -192px 0;
    cursor: default
}

.iradio_square-green.checked.disabled {
    background-position: -216px 0
}

@media (-o-min-device-pixel-ratio: 5/4),(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {
    .icheckbox_square-green, .iradio_square-green {
        background-image: url(img/green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
/*     overflow-x: hidden !important */
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f7f8fa;
    font-size: 13px;
    color: #5f5f5f;
    margin: 0;
    padding: 0;
    /*height: 100%*/
}
body.disabled { overflow: hidden; }

.main-body {
	max-width: 1220px;
    min-width: 955px;
/*     overflow: hidden; */
    margin: 0 auto;
    position: relative;
}
.page-small .main-body {
	max-width: 768px;
	min-width: 320px;
}
.page-small .set-small, .page-small .learn-small, .page-small .main-small {
	display: none !important;
}
.page-small .board-small-show {
	width: 100% !important;
}

.set-small-show, .set-small-show-table, .learn-small-show, .set-small-show-init {
	display: none !important;
}
.page-small .set-small-show, .page-small .learn-small-show {
	display: block !important;
}
.page-small .set-small-show-init { display: initial !important; }
.page-small .set-small-show-table {
	display: table-cell !important;
}
.card-bottom .learn-small-show {
	display: none !important;
}

.set-title {
	margin-top: 0px;
	margin-left: 56px;
}
.set-title span {
	color: white; font-size: 12px; position: relative; top: -2px; font-weight: 200;
}
.page-small .set-title {
	font-size: 20px;
	padding-top: 5px;
    margin-top: 0px;
    margin-left: 0px !important;
}
.page-small .set-title span {
	font-size: 11px;
/* 	color: #5f5f5f; */
}
/*
.page-small .set-title span &gt; a {
	color: #5f5f5f !important;
}
*/

#header {
    background-color: #7aba3a;
    display: block;
    height: 62px;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #e4e5e7
}

#header-learn {
    display: block;
/*     width: 570px; */
	width: 100%;
    height: 40px;
    margin: 0px auto;
    position: relative;
    font-size: 14px;
	color: #d8d8d8;
}

#header-learn:before, #header-learn:after { display: table; content: ""; }

/*
#header-class {
    display: block;
    height: 40px;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    font-size: 14px;
    color: #fff;
    background: #7aba3a;
}
IE10
*/
#header-class {
    height: 40px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 14px;
    color: #fff;
    z-index: 3;
/*     background: #7aba3a; */
}

#menu {
    width: 180px;
    bottom: 0;
    float: left;
    left: 0;
    position: absolute;
    top: 62px;
    transition: all 0.4s ease 0s
}

#menu-main {
    width: 220px;
    bottom: 0;
    float: left;
    left: 0;
    position: absolute;
/*     min-height: 1000px; */
    top: 0px;
    transition: all 0.4s ease 0s;
    background-color: #ffffff;
	border-left: 1px solid #e1e2e3;
	border-right: 1px solid #e1e2e3;
	border-bottom: 1px solid #e1e2e3;
}

#option {
    margin: 0 0px 0 0;
    width: 0px;
    border-left: 1px solid #e4e5e7;
    padding: 20px 0 0 15px;
    bottom: 0;
    float: right;
    right: 0;
    position: absolute;
    top: 0px;
    transition: all 0.2s ease 0s;
    background-color: #fff;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.3);
/*     opacity: 0; */
    overflow: auto;
    z-index: 20;
    visibility: hidden;
}

#option_body {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 19;
}

/* #navigation {
    height: 100%;
} */

#wrapper {
    margin: 0 0 0 220px;
    padding: 0; 
    transition: all 0.4s ease 0s;
    position: relative;
/*     min-height: 100% */
	min-height: 705px;
	min-width: 1000px;
}
#wrapper_body { max-width: 1180px; margin: 0px auto; background-color: #f7f8fa; }

#wrapper-learn {
    transition: all 0.4s ease 0s;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

#wrapper-zoom {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    background: #000;
    z-index: 10;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}

#wrapper-zoom.active {
	bottom: 0%;
}

#wrapper-class, #wrapper-test {
    transition: all 0.4s ease 0s;
    position: absolute;
    /*background: #edf0f5;*/
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
/* 	min-height: 95%; */
	overflow-y: auto;
}

#wrapper-create {
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
/* 	overflow-y: auto; */
}

#wrapper-blank {
    margin: 0 0 0 0px;
    padding: 0;
/*     background: #edf0f5; */
    transition: all 0.4s ease 0s;
    position: relative;
    /*min-height: 1280px;*/
}
#embeded {
	transition: all 0.4s ease 0s;
    position: absolute;
/* 	background: #000; */
    top: 40px;
    right: 0;
/*     bottom: 0; */
    left: 0;
/*
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
*/
}

.content {
    padding: 25px;
    min-width: 320px;
}

#wrapper-class .content {
    padding: 0px;
    min-width: 600px;
    max-width: 900px;
    margin: 25px auto;
}
.content-main {
	padding: 15px 25px;
}

@media (max-width: 768px) {
    .page-small .content, .page-small #wrapper-class .content, .page-small .content-main {
        padding: 15px 5px;
        min-width: 320px
    }
}

.vertical-center {
	display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.content-boxed {
    max-width: 1100px;
    margin: auto;
    padding-top: 60px
}

/*
.content-learn {
	max-width: 600px;
    min-width: 450px;
}
IE10
*/
.content-learn {
	display: table-cell;
	vertical-align: middle;
	width: 600px;
}
.page-small .content-learn {
	padding: 0px 10px;
}

#page-header {
    padding: 20px 40px
}

.color-line {
    background: #f7f9fa;
    height: 6px;
    background-image: -webkit-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #8ebd4d 45%, #8ebd4d 55%, #ffca28 55%, #ffca28 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: -moz-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #8ebd4d 45%, #8ebd4d 55%, #ffca28 55%, #ffca28 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: -ms-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #8ebd4d 45%, #8ebd4d 55%, #ffca28 55%, #ffca28 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: linear-gradient(to right, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #8ebd4d 45%, #8ebd4d 55%, #ffca28 55%, #ffca28 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat
}

.color-line-main {
    /*background: #8ebd4d;*/
    /*height: 4px;*/
    height: 6px;
}

.fixed-navbar #header {
    width: 100%;
    position: fixed;
    z-index: 1000
}

.fixed-navbar #wrapper {
    top: 62px
}

.fixed-sidebar #menu {
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 197px;
    margin-right: -17px
}

.list .list-item-container {
    float: left
}

.list-item-container div:first-child {
    border-top: none
}

.list .list-item .list-item-content p {
    margin-bottom: 3px;
    margin-top: 0
}

.list .list-item-date {
    color: #AAAAAA;
    font-size: 10px;
    text-align: center
}

.list .list-item {
    float: left;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e4e5e7
}

.list .list-item-container-small {
    min-width: 80px;
    text-align: center
}

.list .list-item .list-item-content .list-item-right {
    height: 100%;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0
}

.list .list-item .list-item-content h1, .list .list-item .list-item-content h2, .list .list-item .list-item-content h3, .list .list-item .list-item-content h4, .list .list-item .list-item-content h5, .list .list-item .list-item-content h6, .list .list-item .list-item-content .list-item-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin: 0
}

.hpanel &gt; .panel-heading {
    color: inherit;
    font-weight: 600;
    padding: 10px 4px;
    transition: all .3s;
    border: 1px solid transparent
}

.hpanel .hbuilt.panel-heading {
    border-bottom: none;
    border-radius: 2px 2px 0px 0px;
}

.hpanel &gt; .panel-footer {
    color: inherit;
    border: 1px solid #e5e6e8;
    border-top: none;
    font-size: 90%;
    background: #f7f9fa
}

.hpanel.panel-collapse &gt; .panel-heading, .hpanel .hbuilt {
    background: #fff;
    border: 1px solid #e5e6e8;
    padding: 10px 10px;
    border-radius: 2px
}

.hpanel .panel-body {
    background: #fff;
    border: 1px solid #e5e6e8;
    border-radius: 2px;
    padding: 20px;
    position: relative
}

.page-small .panel-set {
	box-shadow: none;
}
.page-small .panel-set .panel-body {
	border: none;
	padding: 0px;
	background: transparent;
}

.content-learn .hpanel .panel-body {
    padding: 10px;
}

.panel-collapse .panel-body {
    border: none
}

.hpanel {
    background-color: none;
    border: none;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px
}

.content-learn .hpanel {
    margin-bottom: 0px;
}

.panel-tools {
    display: inline-block;
    margin-top: 0;
    padding: 0;
    position: relative
}

.hpanel .alert {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #e4e5e7;
    border-bottom: none
}

.panel-tools a {
    margin-left: 5px;
    color: #9d9fa2;
    cursor: pointer
}

.hpanel.hgreen .panel-body {
    border-top: 2px solid #8ebd4d
}

.hpanel.hblue .panel-body {
    border-top: 2px solid #3498db
}

.hpanel.hyellow .panel-body {
    border-top: 2px solid #ffca28
}

.hpanel.hviolet .panel-body {
    border-top: 2px solid #9b59b6
}

.hpanel.horange .panel-body {
    border-top: 2px solid #e67e22
}

.hpanel.hred .panel-body {
    border-top: 2px solid #e74c3c
}

.hpanel.hreddeep .panel-body {
    border-top: 2px solid #c0392b
}

.hpanel.hnavyblue .panel-body {
    border-top: 2px solid #34495e
}

.hpanel.hnone .panel-body {
    border-top: 1px solid #e4e5e7;
}

.hpanel.hbgclassgreen .panel-body {
    background: #126D3B;
    color: #fff;
    border: none
}

.hpanel.hbggreen .panel-body {
    background: #8ebd4d;
    color: #fff;
    border: none
}

.hpanel.hbggreen2 .panel-body {
    background: #96c95c;
    color: #fff;
    border: none
}

.hpanel.hbgblue .panel-body {
    background: #3498db;
    color: #fff;
    border: none
}

.hpanel.hbgyellow .panel-body {
    background: #ffca28;
    color: #fff;
    border: none
}

.hpanel.hbgviolet .panel-body {
    background: #9b59b6;
    color: #fff;
    border: none
}

.hpanel.hbgorange .panel-body {
    background: #e67e22;
    color: #fff;
    border: none
}

.hpanel.hbgred .panel-body {
    background: #e74c3c;
    color: #fff;
    border: none
}

.hpanel.hbgreddeep .panel-body {
    background: #c0392b;
    color: #fff;
    border: none
}

.hpanel.hbgnavyblue .panel-body {
    background: #34495e;
    color: #fff;
    border: none
}

.panel-group .panel-heading {
    background-color: #f7f9fa
}

.small-header .hpanel {
    margin-bottom: 0
}

.small-header {
    padding: 0 !important
}

.small-header .panel-body {
    padding: 15px 25px;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0
}

.panel-body h5, .panel-body h4 {
    font-weight: 600
}

.small-header .panel-body h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0 0
}

.small-header .panel-body small {
    color: #838589
}

.hbreadcrumb {
    padding: 2px 0px;
    margin-top: 6px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    border-radius: #fff;
    font-size: 11px
}

.hbreadcrumb &gt; li {
    display: inline-block
}

.hbreadcrumb &gt; li + li:before {
    padding: 0 5px;
    color: #34495e
}

.hbreadcrumb &gt; .active {
    color: #9d9fa2
}

.wrapper {
    padding: 10px 20px;
}

.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
    border: 1px solid #e5e6e8;
    border-bottom-color: transparent
}

.nav-tabs {
    border-bottom: 1px solid #e5e6e8
}

.tab-pane .panel-body {
    border-top: none
}

.tabs-left .tab-pane .panel-body, .tabs-right .tab-pane .panel-body {
    border-top: 1px solid #e4e5e7
}

.nav-tabs &gt; li a:hover {
    background: transparent;
    border-color: transparent
}

.tabs-below &gt; .nav-tabs, .tabs-right &gt; .nav-tabs, .tabs-left &gt; .nav-tabs {
    border-bottom: 0
}

.tabs-left .panel-body {
    position: static
}

.tabs-left &gt; .nav-tabs, .tabs-right &gt; .nav-tabs {
    width: 20%
}

.tabs-left .panel-body {
    width: 80%;
    margin-left: 20%
}

.tabs-right .panel-body {
    width: 80%;
    margin-right: 20%
}

.tab-content &gt; .tab-pane, .pill-content &gt; .pill-pane {
    display: none
}

.tab-content &gt; .active, .pill-content &gt; .active {
    display: block
}

.tab-content &gt; #list-all.active {
    margin: 20px 0px 0px 0px;
    padding: 7px 15px;
    background: #E1F5FE;
}

.tabs-below &gt; .nav-tabs {
    border-top: 1px solid #e4e5e7
}

.tabs-below &gt; .nav-tabs &gt; li {
    margin-top: -1px;
    margin-bottom: 0
}

.tabs-below &gt; .nav-tabs &gt; li &gt; a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.tabs-below &gt; .nav-tabs &gt; li &gt; a:hover, .tabs-below &gt; .nav-tabs &gt; li &gt; a:focus {
    border-top-color: #e4e5e7;
    border-bottom-color: transparent
}

.tabs-left &gt; .nav-tabs &gt; li, .tabs-right &gt; .nav-tabs &gt; li {
    float: none
}

.tabs-left &gt; .nav-tabs &gt; li &gt; a, .tabs-right &gt; .nav-tabs &gt; li &gt; a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left &gt; .nav-tabs {
    float: left;
    margin-right: 19px
}

.tabs-left &gt; .nav-tabs &gt; li &gt; a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.tabs-left &gt; .nav-tabs .active &gt; a, .tabs-left &gt; .nav-tabs .active &gt; a:hover, .tabs-left &gt; .nav-tabs .active &gt; a:focus {
    border-color: #e4e5e7 transparent #e4e5e7 #e4e5e7;
    border-right-color: #ffffff
}

.tabs-right &gt; .nav-tabs {
    float: right;
    margin-left: 19px
}

.tabs-right &gt; .nav-tabs &gt; li &gt; a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.tabs-right &gt; .nav-tabs &gt; li &gt; a:hover, .tabs-right &gt; .nav-tabs &gt; li &gt; a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd
}

.tabs-right &gt; .nav-tabs .active &gt; a, .tabs-right &gt; .nav-tabs .active &gt; a:hover, .tabs-right &gt; .nav-tabs .active &gt; a:focus {
    border-color: #e4e5e7 #e4e5e7 #e4e5e7 transparent;
    border-left-color: #ffffff;
    z-index: 1
}

.table &gt; thead &gt; tr &gt; th {
    border-bottom: none
}

.tooltip-inner {
    background-color: #34495e
}

.tooltip.top .tooltip-arrow {
    border-top-color: #34495e
}

.tooltip.right .tooltip-arrow {
    border-right-color: #34495e
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #34495e
}

.tooltip.left .tooltip-arrow {
    border-left-color: #34495e
}

.opacity-0 {
    opacity: 0
}

.opacity-1 {
    opacity: 1
}

.google-map {
    height: 300px
}

.hr-line-dashed {
    background-color: transparent;
    border-top: 1px dotted #edf0f5;
    color: transparent;
    height: 1px;
    margin: 20px 0
}

.animated-panel {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.h-bg-navy-blue {
    background: #34495e
}

.h-bg-violet {
    background: #9b59b6
}

.h-bg-blue {
    background: #3498db
}

.h-bg-green {
    background: #8ebd4d
}

.h-bg-yellow {
    background: #ffca28
}

.h-bg-orange {
    background: #e67e22
}

.h-bg-red {
    background: #e74c3c
}

.h-bg-red-deep {
    background: #c0392b
}

.text-primary { color: #34495e !important; }
.text-primary-2 { color: #9b59b6 !important; }
.text-info { color: #3498db !important; }
.text-success { color: #8ebd4d !important; }
.text-success2 { color: #029969 !important; }
.text-warning { color: #ffca28 !important; }
.text-warning2 { color: #e67e22 !important; }
.text-danger { color: #e74c3c !important; }
.text-white { color: #fff !important; }
.text-yellow { color: #ffff00 !important; }
.text-gray { color: #bbb !important; }
.text-light { color: #a8a8a8 !important; }

.label-primary { background-color: #34495e !important; }
.label-info { background-color: #3498db !important; }
.label-success { background-color: #8ebd4d !important; }
.label-warning { background-color: #ffca28 !important; }
.label-danger { background-color: #e74c3c !important; }

.border-bottom {
    border-bottom: 1px solid #e4e5e7
}

.border-right {
    border-right: 1px solid #e4e5e7
}

.border-left {
    border-left: 1px solid #e4e5e7
}
.border { border: 1px solid #dbdbdb; }
.border-info { border: 1px solid #3498db; }

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.bg-white {
    background-color: #fff
}

.bg-light-soft {
    background-color: #edf0f5
}

.bg-light {
    background-color: #f7f9fa
}

#logo {
    float: left;
    width: 180px;
    background-color: #34495e;
    padding: 18px 10px 18px 18px;
    height: 56px;
    text-align: center
}

#logo span {
    font-weight: 600;
    color: #fff;
    font-size: 14px
}

#logo.light-version {
    background-color: #83c93d;
    border-bottom: 1px solid #e4e5e7;
    text-align: left
}

#logo.light-version span {
    font-weight: 600;
    color: #ffffff;
    font-size: 14px
}

.profile-picture {
    padding: 10px 10px 25px 16px;
    position: relative;
}

.profile-logout {
	position: absolute;
	left: 15px;
	top: 15px;
}

.profile-menu {
    position: absolute;
    left: 144px;
    top: 15px;
}

.profile-main-img {
    position: relative;
    margin-bottom: 5px;
}

.profile-main-icon .profile-edit {
	position: absolute;
	display: none;
	left: 60%;
	top: 65%;
	font-size: 26px;
}
.profile-main-icon:hover .profile-edit {
	display: inline-block;
}

.profile-main-icon .profile-home {
	position: absolute;
	display: none;
	left: 23%;
	top: 65%;
	font-size: 26px;
}
.profile-main-icon:hover .profile-home {
	display: inline-block;
}

.profile-picture-edit-icon {
    position: absolute;
    right: 2px;
    bottom: 12px;
    font-size: 28px;
}

.btn-profile-edit {
	display: inline-block;
}
.profile-crop-wrapper {
	width: 100%;
	height: 100%;
	max-width: 540px;
	max-height: 350px;
}

.stats-box div {
    display: inline-block;
    vertical-align: middle
}

.stats-label {
    line-height: 1.2;
    color : #fff;
}

.stats-label a {
    line-height: 1.2;
    color : #fff;
}

.stats-label small {
    font-size: 80%;
    line-height: 0.6
}

.stats-box-value {
    background: #fff
}

.stats-box-detail {
    background: #34495e;
    color: #fff;
    position: relative
}

.label-menu-corner .label {
    font-size: 10px;
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 25px;
    top: 12px
}

#side-menu {
    background: #fff;
    color: #6a6c6f;
}

#side-menu li a {
    color: inherit;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 20px 15px 15px;
}

#side-menu li {
    font-size:14px;
    line-height: 12px;
    border-left: 3px solid transparent;
}
/* #side-menu li:hover, #side-menu li.active {
	border-left: 3px solid #8ebd4d;
} */

#side-menu li:last-child {
	border-bottom: 0px;
}

#side-menu li.active a, #side-menu li:hover a {
    color: inherit;
}

#side-menu li .nav-second-level li a, #side-menu2 li .nav-second-level li a, #side-menu2 li .nav-second-level a {
    padding: 8px 10px 8px 20px;
    color: #5f5f5f;
    text-transform: none;
    font-weight: normal;
    position: relative;
    display: block;
    font-size: 14px;
}

#side-menu li .nav-second-level li.active a, #side-menu2 li .nav-second-level li.active a {
    color: #34495e
}
#side-menu2 li .nav-second-level a:hover { color: #8ebd4d; /* background: rgba(0, 0, 0, 0.06); */ }
#side-menu2 li .nav-second-level a.active { background: #D4FF93; margin: 0px 10px; padding: 3px 0px 3px 10px; cursor: default; pointer-events: none; }
#side-menu li .nav-second-level li a:hover:before, #side-menu2 li .nav-second-level li a:hover:before, #side-menu2 li .nav-second-level a:hover:before {
/* 	content: "â–¶"; */
	content: "";
    position: absolute;
    left: 2px;
}
#side-menu2 li .nav-second-level.class-config a:hover:before {
	content: "";
}

#side-menu.nav &gt; li &gt; a:hover, #side-menu.nav &gt; li &gt; a:focus, #side-menu li.active, #side-menu li.focus {
    background: #fff;
    color: #8ebd4d;
}

.text-ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.arrow {
    float: right
}

.fa.arrow:before {
    content: "\f104"
}

.active &gt; a &gt; .fa.arrow:before {
    content: "\f107"
}

#top-navigation {
    height: 56px;
    position: relative;
    float: left
}

.navbar-static-top {
    margin: 0 0 0 180px
}

.navbar.navbar-static-top a, .nav.navbar-nav li a {
    color: #ffffff
}

.header-link {
    padding: 18px 26px 17px 26px;
    font-size: 14px;
    float: left;
    border-right: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    margin-right: 15px;
    background: #f7f9fa;
    cursor: pointer
}

.navbar-left &gt; span {
    padding-top: 18px;
    color: #fff;
    float: left;
    font-weight: 100;
    font-size: 14px;
}

.navbar-right {
    margin-right: 0px;
}

.navbar-right &gt; span {
    padding-top: 15px;
    color: #fff;
    float: left;
    font-weight: 100;
}

.navbar-right &gt; a {
    margin: 10px 10px;
}

.header-link:hover {
    background: #f1f4f6
}

.navbar-nav &gt; li, .navbar-nav &gt; li &gt; a {
    height: 56px
}

.navbar-nav &gt; li &gt; a {
    padding: 15px 25px;
    font-size: 25px
}

/* .navbar-nav &gt; li:last-child &gt; a {
    padding-right: 35px
} */

.navbar.navbar-static-top .hide-menu {
    color: #9d9fa2
}

.panel-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.box {
    padding: 40px
}

.box-rb-border {
    border-right: 1px solid #e4e5e7;
    border-bottom: 1px solid #e4e5e7
}

.box-b-border {
    border-bottom: 1px solid #e4e5e7
}

.box-r-border {
    border-right: 1px solid #e4e5e7
}

.h-100 {
    min-height: 100px
}

.h-150 {
    min-height: 150px
}

.h-200 {
    min-height: 200px
}

.h-300 {
    min-height: 300px
}

.h-400 {
    min-height: 400px
}

.h-500 {
    min-height: 500px
}

.h-600 {
    min-height: 600px
}

body.hide-sidebar #menu {
    margin-left: -180px
}

body.hide-sidebar #wrapper {
    margin-left: 0
}

body.show-option #option {
    margin-right: 0px;
/*     opacity: 1; */
    width: 280px;
    visibility: visible;
}

body.show-option #option_body {
	display: block;
}

body.page-small #menu, body.page-small #menu-main {
    margin-left: -220px;
    top: -67px;
}

body.page-small #option {
    margin-right: 0px;
    opacity: 0;
}

body.page-small #option_body {
	display: none;
}

body.page-small #wrapper {
    margin-left: 0
}

body.page-small.show-sidebar #menu {
    margin-left: 0
}

body.page-small.show-sidebar #wrapper {
    margin-left: 200px
}

body.page-small.show-option #option {
    margin-right: 0;
    opacity: 1;
}

body.page-small.show-option #option_body {
	display: block;
}

a {
    cursor: pointer;
    color: #5f5f5f;
}

a.success {
    color: #8bc34a;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #5f5f5f;
    text-decoration: none
}

.no-padding {
    padding: 0 !important
}

.no-borders {
    border: none !important
}

.no-margins {
    margin: 0 !important
}

.no-background {
    background: transparent !important
}

.navbar-form-custom {
    float: left;
    height: 52px;
    padding: 0;
    width: 200px
}

.navbar-form-custom .form-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 13px;
    height: 52px;
    margin: 0;
    z-index: 1060;
    padding: 0
}

.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
    box-shadow: none
}

.vertical-mid {
    display: table
}
.vertical-mid.fill-parent { width: 100%; height: 100%; }

.vertical-mid &gt; * {
    display: table-cell;
    vertical-align: middle
}

.label-success {
     background-color: #8ebd4d; 
    /*background-color: rgba(98, 203, 49, 0.6);*/
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #34495e;
    border-color: #34495e;
    color: #FFFFFF !important
}

.list-group-item-heading {
    margin-top: 10px
}

.list-group-item-text {
    margin: 0 0 10px;
    color: inherit;
    line-height: inherit
}

.list-group-item {
    background-color: inherit;
    border: 1px solid #e4e5e7;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative
}

.no-padding .list-group-item {
    border-left: none;
    border-right: none;
    border-bottom: none
}

.no-padding .list-group-item:first-child {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none
}

.no-padding .list-group {
    margin-bottom: 0
}

.well {
    background: #f7f9fa;
    box-shadow: none
}

.stats h4, h5, h6 {
    margin: 5px 0
}

.stats-title h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600
}

.w-xs {
    min-width: 100px
}

.w-sm {
    min-width: 120px
}

.w-m {
    min-width: 140px
}

.w-lg {
    min-width: 160px
}

.w-xl {
    min-width: 180px
}

.w-xxl {
    min-width: 200px
}

.w-xxxl {
    min-width: 300px
}

.flot-chart {
    display: block;
    height: 300px;
    position: relative
}

.flot-chart-content {
    width: 100%;
    height: 100%
}

.stats .flot-chart {
    height: 60px
}

.feed-activity-list .feed-element {
    border-bottom: 1px solid #E7EAEC
}

.feed-element:first-child {
    margin-top: 0
}

.feed-element {
    padding-bottom: 15px
}

.feed-element, .feed-element .media {
    margin-top: 15px
}

.feed-element, .media-body {
    overflow: hidden
}

.feed-element &gt; .pull-left {
    margin-right: 10px
}

.feed-element img.img-circle, .dropdown-messages-box img.img-circle {
    width: 38px;
    height: 38px
}

.feed-element .well {
    border: 1px solid #E7EAEC;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 16px
}

.feed-element .actions {
    margin-top: 10px
}

.feed-element .photos {
    margin: 10px 0
}

.feed-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px
}

.feed-element img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 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\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.small-logo {
    display: none;
    text-align: center;
    padding-top: 18px;
    font-size: 14px;
    font-weight: 800
}

.img-small {
    width: 62px;
    height: 62px
}

@media (max-width: 768px) {
    .navbar-form-custom, .navbar-right, #logo {
        display: none
    }

    .navbar-static-top {
        margin: 0
    }

    .small-logo {
        display: block;
        float: left
    }

    .header-line div {
        display: none
    }

    .color-demo .header-line {
        height: 48px
    }

    #hbreadcrumb {
        float: none !important;
        margin-bottom: 10px;
        margin-top: 0
    }
}

.canvass {
    -moz-transition: width 0.01s, height 0.01s;
    -webkit-transition: width 0.01s, height 0.01s;
    -o-transition: width 0.01s, height 0.01s;
    transition: width 0.01s, height 0.01s
}

.project-list table tr td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 10px 10px;
    vertical-align: middle
}

.icons-box {
    padding: 20px
}

.icons-box h3 {
    margin-top: 10px;
    margin-bottom: 10px
}

.icons-box .infont {
    text-align: center;
    margin-bottom: 25px
}

.icons-box .infont i {
    font-size: 35px;
    display: block;
    color: #676a6c
}

.icons-box .infont span {
    color: #a6a8a9
}

.icons-box .infont span {
    margin: 1px;
    display: block
}

.card-box {
    padding: 20px;
    margin-bottom: 0px;
}

.card-box h3 {
    margin-top: 10px;
    margin-bottom: 10px
}

.card-box .infont {
    text-align: center;
    height: 400px;
}

.card-box .infont .panel-body {
    height: 100%;
}

.card-box .infont .td {
    height: 40%;
    display: -webkit-flex;
    display: flex; /* í”Œë&nbsp;‰ìŠ¤ë°•ìŠ¤ë¡œ ì§€ì&nbsp;• */
    -webkit-align-items: center;
    align-items: center; /* ì„¸ë¡œ ì¤‘ì•™ì&nbsp;•ë&nbsp;¬ */
    -webkit-justify-content: center;
    justify-content: center; /* ê°€ë¡œ ì¤‘ì•™ì&nbsp;•ë&nbsp;¬ */
}

.card-box .infont .td-bottom {
    height: 20%;
    display: -webkit-flex;
    display: flex; /* í”Œë&nbsp;‰ìŠ¤ë°•ìŠ¤ë¡œ ì§€ì&nbsp;• */
    -webkit-align-items: center;
    align-items: center; /* ì„¸ë¡œ ì¤‘ì•™ì&nbsp;•ë&nbsp;¬ */
    -webkit-justify-content: center;
    justify-content: center; /* ê°€ë¡œ ì¤‘ì•™ì&nbsp;•ë&nbsp;¬ */
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.card-box .infont .td .icon-left {
    position: absolute;
    top: 8px;
    left: 0px;
}

.card-box .infont .td .icon-left a {
    float: left;
    margin-left: 10px;
}

.card-box .infont .td .icon-right {
    position: absolute;
    top: 8px;
    right: 0px;
}

.card-box .infont .td .icon-right a {
    float: right;
    margin-right: 10px;
}

.card-box .infont .cover {
    width: 100%;
    height: 60%;
    border: 1px solid #89B;
    background: #BCE;
    position: absolute;
    left: 0px;
    top: 40%;
    cursor: move;
    z-index: 100;
    display: table;
}

.card-box .infont .cover .td {
    display: table-cell; 
    vertical-align: middle;
}

.card-box .infont .icon-status {
    position: absolute;
    left: 0px;
    top: 13%;
    width: 100%;
    text-align: center;
}

.card-box .infont .icon-status i {
    font-size: 80px;
    color: lawngreen;
    opacity: 0.5;
}

.card-box .infont i {
    font-size: 24px;
    display: block;
    color: #676a6c
}

.card-box .infont span {
    color: #a6a8a9
}

.card-box .infont span {
    margin: 1px;
    display: block
}

.kbd-shortcut {
    position: absolute;
    left: 50%;
    margin: 0 -60px;
}

.kbd-shortcut-info {
    position: absolute;
    left: 20%;
    top: -12000%;
    width: 60%;
    color: #fff;
    z-index: 100;
    display: none;
    border: 1px solid #89B;
    border-radius: 5px;
}

.pager {
    margin: 5px 0;
}

.fullpanel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1070;
    overflow-x: scroll;
    transition: all 2s
}

.transition {
    transition: all 0.5s
}

.normalheader .hpanel {
    margin-bottom: 0
}

.normalheader {
    min-width: 320px;
    padding: 30px 30px 0px 30px;
    text-align: center;
    background-color: #fff;
}

@media (max-width: 768px) {
    .normalheader {
        padding: 15px 15px 0px 15px
    }
}

.normalheader h2 {
    margin-top: 0px
}

.input-xs {
    height: 20px;
    padding: 2px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
    font-weight: 500
}

.clip-header i {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.clip-header {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
    background: #f7f9fa;
    padding: 4px 5px;
    border-left: 1px solid #e4e5e7;
    border-bottom: 1px solid #e4e5e7
}

.dropdown-bg {
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.dropdown-menu {
    font-size: 13px;
    border-radius: 3px
}

.dropdown-example {
    display: inline-block;
    margin: 0px 10px 10px 10px
}

.dropdown-example.class-main {
    position: absolute;
}

.dropdown-menu&gt;li&gt;a.disabled {
	color: #ddd;
}

.dropdown-example .dropdown-menu {
    position: static;
    display: block
}

.pagination-example .pagination {
    margin: 0 0 10px 0
}

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
    background-color: #3498db;
    border-color: #258cd1;
    color: #fff;
    cursor: default;
    z-index: 2
}

.hbreadcrumb a.active {
    color: #9d9fa2
}

.form-control {
    border-color: #e4e5e7 !important
}
.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.input-group-addon {
    background: #f7f8fa;
    border-color: #e4e5e7 !important
}

.splash {
    position: absolute;
    z-index: 2000;
    background: white;
    color: gray;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.splash-title {
    text-align: center;
    max-width: 500px;
    margin: 15% auto;
    padding: 20px
}

.splash-title h1 {
    font-size: 26px
}

.checkbox label::after {
	border-radius: 3px;
}

.checkbox-primary input[type="checkbox"] + label::before, .checkbox-primary input[type="checkbox"]:checked + label::before {
    border-color: #34495e
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
	background-color: #34495e;
}

.checkbox-danger input[type="checkbox"] + label::before, .checkbox-danger input[type="checkbox"]:checked + label::before {
    border-color: #e74c3c
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
	background-color: #e74c3c;
}

.checkbox-info input[type="checkbox"] + label::before, .checkbox-info input[type="checkbox"]:checked + label::before {
    border-color: #3498db
}

.checkbox-info input[type="checkbox"]:checked + label::after {
	background-color: #3498db;
}

.checkbox-warning input[type="checkbox"] + label::before, .checkbox-warning input[type="checkbox"]:checked + label::before {
    border-color: #ffca28
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
	background-color: #ffca28;
}

.checkbox-success input[type="checkbox"] + label::before, .checkbox-success input[type="checkbox"]:checked + label::before {
    border-color: #8ebd4d
}

.checkbox-success input[type="checkbox"]:checked + label::after {
	background-color: #8ebd4d;
}

.radio label::before {
	border-width: 2px;
}

.radio-primary input[type="radio"] + label::before, .radio-primary input[type="radio"]:checked + label::before {
    border-color: #34495e
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #34495e
}

.radio-danger input[type="radio"] + label::before, .radio-danger input[type="radio"]:checked + label::before {
    border-color: #e74c3c
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #e74c3c
}

.radio-info input[type="radio"] + label::before, .radio-info input[type="radio"]:checked + label::before {
    border-color: #3498db
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #3498db
}

.radio-warning input[type="radio"] + label::before, .radio-warning input[type="radio"]:checked + label::before {
    border-color: #ffca28
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ffca28
}

.radio-success input[type="radio"] + label::before, .radio-success input[type="radio"]:checked + label::before {
    border-color: #8ebd4d
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #8ebd4d
}

.radio-success.radio-map {
	float: left;
	margin-top: 0px;
	margin-right: 100px;
	padding-left: 0px;
}
.radio-success.radio-map input[type="radio"] + label::before {
    border-color: transparent;
    background: transparent;
	width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    margin-left: 0px;
    margin-top: 0px;
    outline: none;
    border-radius: 0px;
}

.radio-success.radio-map input[type="radio"] + label::after {
	background: transparent;
    border-color: transparent;
    content: "âœ”ï¸Ž";
    width: 0px;
    height: 0px;
    left: 48%;
    top: 28%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 50px;
    text-align: center;
    color: #8ebd4d;
}

.checkbox input:hover, .radio input:hover {
    cursor: pointer
}

.ui-sortable .panel-body {
    cursor: move
}

.ui-sortable-placeholder {
    border: 1px dashed #cecece !important;
    visibility: visible !important;
    background: #f7f9fa
}

.ibox.ui-sortable-placeholder {
    margin: 0px 0px 23px !important
}

.badge.badge-success {
    background-color: #8ebd4d
}

.badge.badge-info {
    background-color: #3498db
}

.badge.badge-danger {
    background-color: #e74c3c
}

.badge.badge-warning {
    background-color: #ffca28
}

.badge.badge-primary {
    background-color: #34495e
}

.projects .project-label {
    font-weight: 600
}

.projects .hpanel .panel-body {
    border-bottom: none
}

.projects .hpanel:last-child .panel-body {
    border-bottom: 1px solid #e4e5e7
}

.projects .hpanel:last-child .panel-body {
    border-bottom: 1px solid #e4e5e7
}

.projects .hpanel h4 a {
    color: #6a6c6f
}

.projects .project-people img {
    width: 28px;
    height: 28px;
    margin-left: 2px;
    margin-bottom: 4px
}

.projects .project-info {
    text-align: right
}

@media (max-width: 768px) {
    .projects .project-info {
        text-align: left
    }
}

.social-board .social-profile img {
    height: 42px;
    width: 42px;
    border-radius: 50%
}

.social-board .social-profile h5 {
    margin-top: 5px;
    margin-bottom: 0px
}

.social-board .social-form {
    margin: 10px 0
}

.social-board .social-form input {
    font-size: 12px;
    padding: 2px 12px;
    height: 28px
}

.social-talk .social-profile img {
    height: 32px;
    width: 32px;
    border-radius: 50%
}

.social-talk .text-muted {
    color: #aaacae
}

.social-talk {
    margin-bottom: 10px
}

.social-talk .social-content {
    margin-top: 2px
}

.angular-ui-tree-handle {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #e4e5e7;
    color: inherit;
    padding: 10px;
    font-weight: normal
}

.angular-ui-tree-handle:hover {
    font-weight: bold;
    cursor: pointer
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 1px dashed #e4e5e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important
}

.tree-node {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #e4e5e7;
    color: inherit;
    padding: 10px;
    border-radius: 3px
}

.tree-node .btn {
    min-width: 22px;
    margin-right: 4px
}

.tree-node-content {
    margin: 5px 5px 5px 0
}

.tree-handle {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #e4e5e7;
    color: inherit;
    padding: 10px
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 1px dashed #e4e5e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tour-backdrop {
    opacity: 0.5
}

.blog-box p {
    font-size: 12px
}

.blog-box h4 {
    font-weight: bold;
    margin-top: 0
}

.blog-box .panel-heading {
    background: #fff;
    border-top: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 10px 20px;
    position: relative;
    font-weight: 500
}

.blog-box .panel-footer {
    color: #909295
}

.blog-box .panel-heading .media-body {
    line-height: 16px
}

.blog-box .panel-heading .media img {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.blog-box .panel-heading .media-body h5 {
    margin-top: 0
}

.blog-box .panel-image {
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    position: relative
}

.blog-box .panel-image .title {
    position: absolute;
    bottom: 10px;
    padding: 0 20px;
    color: #fff
}

.blog-box .panel-image .title h4 {
    margin-bottom: 0px
}

.blog-box .panel-image .title a {
    color: #fff !important
}

.blog-article-box .panel-heading {
    background: #fff;
    border-top: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 80px 10px;
    position: relative;
    font-weight: 500;
    text-align: center
}

.blog-article-box .panel-heading h4 {
    font-size: 32px;
    font-weight: 700;
    color: #515355
}

.blog-article-box .panel-body {
    padding: 50px 70px
}

.blog-article-box .panel-body p {
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 20px;
    line-height: 32px;
    color: #515355
}

@media (max-width: 768px) {
    .blog-article-box .panel-body {
        padding: 10px 20px
    }

    .blog-article-box .panel-body p {
        font-family: "Times New Roman", Georgia, Serif;
        font-size: 16px;
        line-height: 28px
    }

    .blog-article-box .panel-heading {
        padding: 20px 20px
    }
}

.forum-box .panel-body {
    border-bottom: none
}

.forum-box .panel-body:last-child {
    border-bottom: 1px solid #e4e5e7
}

.forum-box .forum-heading h4 {
    margin-bottom: 3px;
    font-weight: 600;
    margin-top: 5px;
    display: inline
}

.forum-box .forum-heading .label {
    margin-right: 5px
}

.forum-box .forum-heading .desc {
    color: #909295;
    font-size: 12px
}

.forum-box .panel-heading {
    border: 1px solid #e4e5e7;
    border-bottom: none;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 20px
}

.forum-box .forum-info {
    text-align: right;
    line-height: 20px
}

.forum-box .forum-info .number {
    display: block;
    font-weight: 600;
    font-size: 22px;
    margin-top: 5px
}

.forum-box .forum-info span {
    font-size: 12px
}

.forum-box .panel-body .media-image {
    text-align: center;
    margin-right: 10px;
    min-width: 100px
}

.forum-box .panel-body .media img {
    margin-top: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-bottom: 10px
}

.forum-box .author-info {
    font-size: 12px
}

.forum-box .forum-comments {
    border: 1px solid #e4e5e7;
    border-left: none;
    border-right: none;
    background: #f7f9fa;
    margin-top: 20px;
    padding: 10px 15px
}

.forum-box .forum-comments .media img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-top: 0;
    margin-bottom: 10px
}

.forum-box .forum-comments form {
    margin-top: 10px
}

@media (max-width: 768px) {
    .forum-box .forum-info {
        text-align: left
    }
}

ul.mailbox-list {
    list-style: none;
    padding: 0
}

ul.mailbox-list li a {
    padding: 10px 15px;
    display: block
}

ul.mailbox-list li a i {
    margin-right: 6px;
    display: inline-block
}

ul.mailbox-list li.active a {
    background: #f7f9fa;
    border: 1px solid #e4e5e7;
    font-weight: 600;
    border-radius: 1px
}

ul.mailbox-list li:hover a {
    font-weight: 600
}

.table-mailbox .radio, .table-mailbox .checkbox {
    margin: 0
}

.table-mailbox .radio label, .table-mailbox .checkbox label {
    cursor: default
}

.table-mailbox tr.unread td a {
    font-weight: 600
}

.table-mailbox tr td span.label {
    margin-left: 10px
}

.table-mailbox tr:first-child td {
    border-top: none
}

.table-mailbox tr td:first-child {
    width: 33px;
    padding-right: 0
}

.mailbox-pagination {
    text-align: right
}

@media (max-width: 768px) {
    .mailbox-pagination {
        text-align: left
    }
}

.landing-page .navbar-form-custom, .landing-page .navbar-right, .landing-page #logo {
    display: block
}

.landing-page .navbar-default {
    background: #fff
}

.landing-page .navbar .navbar-brand {
    font-size: 12px;
    height: auto;
    margin-top: 8px;
    padding: 9px 15px;
    font-weight: 700;
    border-radius: 5px;
    color: #fff;
    display: block;
    background-color: #8ebd4d;
    margin-left: 0
}

.landing-page .navbar-default .navbar-toggle:hover, .landing-page .navbar-default .navbar-toggle:focus {
    background: #8ebd4d
}

.landing-page .navbar-default .navbar-toggle:hover .icon-bar, .landing-page .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff !important
}

.landing-page .navbar-default .navbar-nav &gt; .active &gt; a, .landing-page .navbar-default .navbar-nav &gt; .active &gt; a:hover, .landing-page .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    background-color: transparent;
    color: #8ebd4d;
    border: none
}

.landing-page .navbar-default li a:hover {
    border-bottom: none
}

.landing-page .brand-desc {
    color: #455463;
    margin: 17px 10px 0 90px;
    width: 180px
}

.landing-page .navbar-nav &gt; li &gt; a {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 15px;
    color: #455463
}

.landing-page .navbar-nav &gt; li, .landing-page .navbar-nav &gt; li &gt; a {
    height: 55px
}

.landing-page header {
    background: url('../images/landing/header.jpg') 50% 0 no-repeat;
    height: 480px;
    padding-top: 50px;
    margin-bottom: 30px
}

.landing-page section {
    padding: 50px 0 50px 0;
    border-bottom: 1px solid #e4e5e7
}

.landing-page section h2 {
    margin-top: 0
}

.landing-page section p {
    margin-top: 0px
}

.landing-page header .container {
    position: relative
}

.landing-page .heading {
    margin-top: 60px;
    color: #edf0f5
}

.landing-page .heading h1 {
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 5px;
    letter-spacing: -0.5px
}

.landing-page h4 {
    font-weight: 600
}

.landing-page p {
    color: #a7afb8
}

.landing-page .heading span {
    font-size: 13px;
    font-weight: 600
}

.landing-page .heading p.small {
    margin-top: 10px;
    color: #a7afb8;
    max-width: 260px
}

.landing-page .heading-image {
    position: absolute;
    right: 60px;
    top: 120px;
}

.landing-page .heading-image .heading-panel {
    float: right;
}

.landing-page .heading-image .small {
    text-align: right;
}

.landing-page .heading-image p {
    color: #a7afb8;
    margin-bottom: 5px;
}

.landing-page .heading-image img {
    -webkit-box-shadow: 0 0 8px 0 #333;
    -moz-box-shadow: 0 0 8px 0 #333;
    box-shadow: 0 0 8px 0 #333;
    margin-left: 12px;
    margin-top: 12px;
    width: 180px;
    border-radius: 1px
}

.landing-page .navy-link {
    background: #455463;
    color: #fff
}

.landing-page .icon-big {
    font-size: 70px
}

.landing-page .team-member img {
    height: 72px
}

.landing-page .social-icon a {
    background: #8ebd4d;
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 4px
}

.landing-page .list-inline &gt; li {
    padding: 0
}

.landing-page .social-icon a:hover {
    background: #5abb2d
}

.landing-page .pricing-plan {
    margin: 20px 10px 0 10px;
    border-radius: 4px;
    padding-bottom: 20px;
    background: #fff;
    border: 1px solid #e4e5e7
}

.landing-page .pricing-plan li {
    padding: 10px 16px;
    text-align: center;
    color: #aeaeae
}

.landing-page .pricing-plan .pricing-price span {
    font-weight: 700;
    font-size: 30px;
    color: #8ebd4d
}

.landing-page .pricing-title .label {
    font-size: 12px
}

.landing-page li.pricing-desc {
    font-size: 13px;
    border-top: none;
    padding: 20px 16px 0px 16px
}

.landing-page li.pricing-title {
    color: #455463;
    padding: 25px 10px 0px 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600
}

.landing-page .client {
    color: #a7afb8;
    background: #f7f9fa;
    padding: 30px 10px;
    margin: 0px 0 20px 0;
    text-transform: uppercase;
    font-weight: 600
}

@media (max-width: 1200px) {
    .landing-page .heading-image {
        display: none
    }

    .landing-page .heading {
        text-align: center
    }

    .landing-page .heading p.small {
        margin: 10px auto
    }

    .landing-page .brand-desc {
        display: none
    }

    .landing-page .navbar .navbar-brand {
        margin-left: 10px
    }
}

/*
.match-box {
    position: relative;
    border-radius: 4px;
	height: 120px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
IE10
*/
.match-box {
    position: relative;
    border-radius: 4px;
	height: 120px;
    padding: 5px 10px;
/*     display: table; */
    width: 100%;
    cursor: pointer;
    z-index: 20;
    user-select: none;
}

.left-card .panel-body {
    background: transparent;
}

.right-card .panel-body {
    background: transparent;
}

.match-box.active .panel-body {
    background: #3498db;
}

.card-blind {
    display: none;
    position: absolute;
    z-index: 19;
/*     background: rgba(0, 0, 0, 0.3); */
    left: 4px;
    right: 4px;
    top: 0px;
    bottom: 10px;
}
.card-blind.active { display: block; z-index: 21; }

.card-pager .infont {
    text-align: center;
}

.card-pager .infont p {
    font-size: 16px;
    color: #676a6c;
    margin: 0px;
    padding-top: 6px;
}

.card-pager .infont i {
    font-size: 35px;
    display: block;
    color: #676a6c;
    cursor: pointer;
}

.card-pager .infont.disabled i {
    color: #d3d3d3;
    cursor: not-allowed;
}

.set-icon {
    padding: 0px 0px 9px;
    border: 1px solid transparent;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px 6px 0px 0px;
    display: inline-block;
}
.set-icon.small-xxs {
	padding: 1px;
	border-radius: 3px;
}
.set-icon.wrong {
	border-color: #e74c3c !important;
}

.set-icon.bookmark {
    float: left;
    color: #babbbb;
    font-size: 32px;
    padding: 0px 20px 0px 0px;
}

.set-icon.bookmark.active {
    color: #e74c3c;
}

.set-icon:after {
	display: block;
	width: 40px;
    height: 31px;
    background: #fff;
    border-radius: 6px 6px 0px 0px;
}
.set-icon.term {
/*     background-color: #5f84ef !important; */
    background-color: #8BC34A !important;
}
.set-icon.term:after {
    content: ""; background-image: url(/images/icon_term03.png);
}
.set-icon.word {
/*     background-color: #35af70 !important; */
    background-color: #8BC34A !important;
}
.set-icon.word:after {
    content: ""; background-image: url(/images/icon_word03.png);
}
.set-icon.map {
/*     background-color: #ee5353 !important; */
    background-color: #8BC34A !important;
}
.set-icon.map:after {
    content: ""; background-image: url(/images/icon_map01.png);
}
.set-icon.fill {
/*     background-color: #edb40b !important; */
    background-color: #8BC34A !important;
}
.set-icon.fill:after {
/*     content: ""; background-image: url(/images/icon_fill03.png); */
	content: ""; background-image: url(/images/icon_quest03.png);
}
.set-icon.sentence {
/*     background-color: #35af70 !important; */
    background-color: #8BC34A !important;
}
.set-icon.sentence:after {
    content: ""; background-image: url(/images/icon_sentence03.png);
}
.set-icon.gray { background-color: #5f5f5f !important; }

.set-icon.small { padding-bottom: 7px; }
.set-icon.small:after {
	width: 32px;
    height: 25px;
    background-size: 32px 25px;
}
.set-icon.small-xs { padding-bottom: 5px; }
.set-icon.small-xs:after {
	width: 24px;
    height: 19px;
    background-size: 24px 19px;
}
.set-icon.small-xxs { padding-bottom: 4px; }
.set-icon.small-xxs:after {
	width: 18px;
    height: 14px;
    background-size: 18px 14px;
}

.set-list .row:nth-child(n) {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e5e7
}
.set-list .row:last-child {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0px solid #e4e5e7
}
.set-list .row:nth-child(2n-1) { 
    background: #f9f9f9;
}
.set-list .row:nth-child(2n) { 
    background: #ffffff; 
}
.set-list .row:hover {
    background: #f5f5f5;
    cursor: pointer;
}

.set-list .row .info-layer { display: block; }
.set-list .row .edit-layer { display: none; }
.set-list .row:hover .info-layer { display: none; }
.set-list .row:hover .edit-layer { display: block; }

.set-icon-btn &gt; i {
    font-size: 28px;
    color: #fff;
}
/* .page-small .set-icon-btn.btn-close &gt; i { color: #5f5f5f; } */
.set-icon-btn &gt; span {
    position: relative;
    bottom: 6px;
    padding-left: 5px;
    color: #fff;
}
.set-icon-btn.active &gt; i {
    color: #e74c3c;
}
.set-icon-btn.active &gt; span {
    color: #e74c3c;
}

.btn-set-bookmark {
	display: none;
}
.btn-set-bookmark.active {
	display: inline-block !important;
}
.btn-mores {
	display: none !important;
}
.btn-mores.show {
	display: inline-block !important;
}
.set-icon-btn2 &gt; i {
    font-size: 22px;
    color: #fff;
}
.set-icon-btn2 &gt; span, .set-icon-btn2 &gt; a {
    position: relative;
    padding-left: 5px;
    color: #fff;
    font-weight: lighter;
    font-size: 13px;
}
.set-icon-btn2.active &gt; i {
    color: #e74c3c;
}
.set-icon-btn2.active &gt; span {
    color: #e74c3c;
}

.set-icon-btn3 &gt; span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: lighter;
}
.set-icon-btn3.active &gt; span {
    color: #fff;
}

.set-icon-btn.btn-group {
    position: relative;
    bottom: 8px;
    padding-left: 12px;
}

.card-round {
    position: absolute;
    top: 0;
}

/*
.slider-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    transition: all 0.4s ease 0s;
}
IE10
*/
.slider-body {
	display: table;
	height: 100%;
	margin: 0px auto;
	text-align: center;
    transition: all 0.4s ease 0s;
}

.quiz-board .slider-body {
	right: 290px;
}

.quiz-board-body {
	position: fixed;
	top: 0;
	right: -100%;
	bottom: 0;
	background: #fff;
	width: 290px;
	padding: 10px;
    box-shadow: 0px 0px 10px;
    transition: all 0.4s ease 0s;
}

.quiz-board .quiz-board-body {
	right: 0;
	overflow-y: auto;
}

.quiz-board-student {
	display: flex;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	margin: 15px 0;
	width: 55%;
	height: 55px;
	color: white;
    font-size: 24px;
}

.quiz-board-list {
	padding: 0 15px;
}

.quiz-board-list .member_list {
	display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.quiz-board-list .member_list .drop { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; padding-right: 10px; display: none; }
.quiz-board-list .member_list .drop.active { display: block; }

.card-slider {
    width: 100%;
    /*margin: 0 20px 0 20px;*/
    display: inline-block;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px solid #fff;
}

.card-outline {
    width: 100%;
    /*height: 500px;*/
    /*margin: 0 20px 0 20px;*/
/*     border: 1px solid #e4e5e7; */
    background-color: #fafafa;
    display: inline-block;
    position: relative;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
/* .card-outline.active {
    box-shadow: inset 0px 0px 100px rgba(139,195,74,0.7);
} */

.card-outline .icon-left, .CardItemSide .icon-left  {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 24px;
    width: inherit;
    z-index: 3;
}

.grid-detail-card .card-outline .icon-left, .grid-detail-card .CardItemSide .icon-left { font-size: 48px; left: 15px !important; top: 5px !important; }

.CardItemSide .grid {
	display: none;
}
.active .CardItemSide .grid {
	display: block;
}

.no-btn .card-outline .icon-left, .no-btn .CardItemSide .icon-left, .no-btn .card-outline .icon-right, .no-btn .CardItemSide .icon-right, .no-btn .CardItemSide .icon-left-bottom, .no-btn .CardItemSide .icon-left-bottom, .no-btn .CardItemSide .icon-right-bottom, .no-btn .CardItemSide .icon-right-bottom { display: none; }

.card-outline .icon-left &gt; a, .CardItemSide .icon-left &gt; a {
    color: #6a6c6f;
}

.grid-body .CardItemSide.CardItemSide--secondSide .icon-left &gt; a, .grid-detail-body .CardItemSide.CardItemSide--secondSide .icon-left &gt; a {
    color: #fff;
}

.card-outline .icon-left &gt; a.active, .CardItemSide .icon-left &gt; a.active, .card-outline .icon-left &gt; a:active, .CardItemSide .icon-left &gt; a:active {
	color: #8ebd4d;
	box-shadow: none;
}

.card-outline .icon-middle, .CardItemSide .icon-middle {
    position: absolute;
    top: 10px;
    left: 48.0%;
    font-size: 24px;
    width: inherit;
    z-index: 3;
}

.card-outline .icon-right, .CardItemSide .icon-right {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    width: inherit;
    z-index: 3;
}

.grid-detail-card .card-outline .icon-right, .grid-detail-card .CardItemSide .icon-right { font-size: 40px; right: 15px !important; top: 5px !important; }

.CardItemSide .icon-right-bottom {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 20px;
}

.grid-detail-card .CardItemSide .icon-right-bottom { font-size: 40px; right: 15px !important; bottom: 5px !important; }

.CardItemSide .icon-left-bottom {
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: 20px;
}

.grid-detail-card .CardItemSide .icon-left-bottom { font-size: 40px; left: 15px !important; bottom: 5px !important; }

.card-outline .icon-right &gt; a, .CardItemSide .icon-right  &gt; a {
    color: #676a6c;
}

.grid-body .CardItemSide.CardItemSide--secondSide .icon-right  &gt; a, .grid-body .CardItemSide.CardItemSide--secondSide .icon-right-bottom  &gt; a, .grid-body .CardItemSide.CardItemSide--secondSide .icon-left-bottom  &gt; a, .grid-detail-body .CardItemSide.CardItemSide--secondSide .icon-right  &gt; a, .grid-detail-body .CardItemSide.CardItemSide--secondSide .icon-right-bottom  &gt; a, .grid-detail-body .CardItemSide.CardItemSide--secondSide .icon-left-bottom  &gt; a {
    color: #fff;
}

.card-outline .icon-right &gt; a &gt; span, .CardItemSide .icon-right  &gt; a  &gt; span {
    color: rgba(0,0,0,0.2);
}

.card-outline.active .icon-right &gt; a &gt; span, .CardItemSide.active .icon-right  &gt; a  &gt; span {
    color: #3498db;
}

.card-outline.deactive .icon-right &gt; a &gt; span, .CardItemSide.deactive .icon-right  &gt; a  &gt; span {
    color: #e74c3c;
}

.card-outline .card-correct-info {
	position: absolute;
	right: -5px;
    top: -0px;
    font-size: 30px;
	opacity: 0.7;
	transform: scale(0);
	width: 60px;
}

.page-small .card-outline .card-correct-info { right: 42px; }

.card-outline.correct .card-correct-info {
	color: #3498db;
	transform: scale(1);
/*
	animation: bounce_show linear 0.45s;
	animation-iteration-count: 1;
	-webkit-animation: bounce_show linear 0.45s;
	-webkit-animation-iteration-count: 1;
	-moz-animation: bounce_show linear 0.45s;
	-moz-animation-iteration-count: 1;
	-o-animation: bounce_show linear 0.45s;
	-o-animation-iteration-count: 1;
	-ms-animation: bounce_show linear 0.45s;
	-ms-animation-iteration-count: 1;
*/
}
.card-outline.wrong .card-correct-info {
	color: #e74c3c;
	transform: scale(1);
/*
	animation: bounce_show linear 0.45s;
	animation-iteration-count: 1;
	-webkit-animation: bounce_show linear 0.45s;
	-webkit-animation-iteration-count: 1;
	-moz-animation: bounce_show linear 0.45s;
	-moz-animation-iteration-count: 1;
	-o-animation: bounce_show linear 0.45s;
	-o-animation-iteration-count: 1;
	-ms-animation: bounce_show linear 0.45s;
	-ms-animation-iteration-count: 1;
*/
}

.card-outline.active .card-correct-info, .card-outline.deactive .card-correct-info { transform: scale(1); }
.card-outline.active .card-correct-info { color: #fff; background: #3498db; padding: 5px 10px; border-radius: 5px; opacity: 1; }
.card-outline.deactive .card-correct-info { color: #fff; background: #e74c3c; padding: 5px 10px; border-radius: 5px; opacity: 1; }

.card-outline .card-correct-info2 { display: none; position: absolute; top: -140px; right: -115px; width: 260px; height: 260px; border-radius: 260px; z-index: 1; color: #fff; }
.card-outline.active .card-correct-info2 { display: block; background: rgba(52, 152, 219, 0.85); }
.card-outline.deactive .card-correct-info2 { display: block; background: rgba(231, 76, 60, 0.85); }
.card-outline .card-correct-info2 .text { position: absolute; left: 12px; bottom: 100px; font-weight: 100; font-size: 11px; }
.card-outline .card-correct-info2 .icon-body { position: absolute; left: 65px; bottom: 25px; font-size: 60px; }
.card-outline .card-correct-info2 .icon-body .background { position: absolute; width: 55px; height: 55px; border: 2px solid; top: 7px; left: -2px; border-radius: 50%; }

/* for MSê³„ì—´ ë¸Œë¼ìš°ì&nbsp;€ */
@keyframes bounce_show {
/*
	0% { transform:  scale(0.30); }
	25% { transform:  scale(1.10); }
	50% { transform:  scale(0.90); }
*/
	0% { transform: scale(2.00); transform-origin: 100% 0%; }
	50% { transform: scale(3.10); transform-origin: 100% 0%; }
	75% { transform: scale(0.90); transform-origin: 100% 0%; }
	100% { transform: scale(1.00); transform-origin: 100% 0%; }
}
 
/* for Chrome, Safari */
@-webkit-keyframes bounce_show {
/*
	0% { transform:  scale(0.30); }
	25% { transform:  scale(1.10); }
	50% { transform:  scale(0.90); }
*/
	0% { transform:  scale(2.00); transform-origin: 100% 0%; }
	50% { transform:  scale(3.10); transform-origin: 100% 0%; }
	75% { transform:  scale(0.90); transform-origin: 100% 0%; }
	100% { transform:  scale(1.00); transform-origin: 100% 0%; }
}

.card-outline .card-content {
    height: 200px;
    position: relative;
}
.page-small .card-outline .card-content { height: 235px; }

.card-outline .card-content .img-span {
	width: 200px;
}
.card-outline .card-content .img-span img {
	max-height: 130px;
    max-width: 200px;
}
.page-small .card-outline .card-content .img-span {
	width: 100px;
}
.page-small .card-outline .card-content .img-span img {
	max-width: 100px;
}

.card-outline .card-content:first-child {
	border-bottom: 1px solid #fbe1e1;
}

.study-mode.sentence .card-outline .card-content:first-child { height: 150px; border-bottom: none; }
.study-mode.sentence .card-outline .card-content:nth-child(2) { height: 250px; }

/*
.card-outline .card-content .card-top {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    font-size: 38px;
    color: #333;
	padding: 30px 30px 0 30px;
}
IE10
*/
.card-outline .card-content .card-top {
	display: table;
	width: 100%;
    height: 100%;
    font-size: 38px;
    color: #333;
	padding: 30px 30px 0 30px;
	position: relative;
	z-index: 2;
}
.page-small .card-outline .card-content .card-top {
	padding: 30px 15px 0 15px;
}
.card-outline .card-content .card-top.ani, .card-outline .card-content .card-bottom.ani {
	position: absolute; left: 0; top: 0;
	transition: all 0.7s cubic-bezier(0.68, -0.55, 0.38, 0.99);
	transition-delay: 0.1s;
}
.card-outline .card-content .card-top.ani.start { transform: scale(0.4); top: -50%; left: 0%; opacity: 0; }
.card-outline .card-content .card-bottom.ani.start { transform: scale(0.4); top: -100%; left: 0%; opacity: 0; }

/*
.card-outline .card-content .card-top.img {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
IE10
*/
.card-outline .card-content .card-top.img {
	text-align: left;
}

/*
.card-outline .card-content .card-top.example.left {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
IE10
*/
.card-outline .card-content .card-top.example.left {
	text-align: left;
}

/*
.card-outline .card-content .card-top .text-normal {
	display: initial;
}
IE10
*/
.card-outline .card-content .card-top &gt; * {
	display: table-cell;
	vertical-align: middle;
}
.card-outline .card-content .text-normal .normal-body { display: inline; }
.card-outline .card-content .text-normal .sentence-body { display: none; }
.card-outline .card-content .active .text-normal .normal-body { display: none; }
.card-outline .card-content .active .text-normal .sentence-body { display: inline; }


.card-outline .card-content .card-top.example .text-normal {
	display: none;
}
.card-outline .card-content .card-top .text-example {
	display: none;
}
.card-outline .card-content .card-top .text-img {
	position: absolute;
    top: 40px;
    right: 5px;
    bottom: 10px;
    left: 5px;
    text-align: center;
}
.card-outline .card-content .card-bottom .text-img {
	display: none;
}
.card-outline .card-content .card-top .text-img img {
	max-width: 100%;
    max-height: 100%;
    opacity: 0;
    margin-right: 0px;
}
.card-outline .card-content .card-top.example .text-example {
	display: initial;
}
/*
IE10
*/
/*
.card-outline .card-content .card-top.example .text-example {
	display: table-cell;
	vertical-align: middle;
}
*/

.card-outline .card-content .text-example span {
	color: transparent;
    border-bottom: 1px solid #333;
}

.card-outline.active .card-content .text-example span {
	border-bottom-color: #3498db;
}
.card-outline.deactive .card-content .text-example span {
	border-bottom-color: #e74c3c;
}

/*
.card-outline .card-content .card-bottom {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    font-size: 38px;
    color: #333;
	padding: 30px;
}
IE10
*/
.card-outline .card-content .card-bottom {
    display: table;
	width: 100%;
    height: 100%;
    font-size: 38px;
    color: #333;
	padding: 30px;
}
.page-small .card-outline .card-content .card-bottom {
	padding: 30px 15px;
}

.card-content .sentence-word { cursor: pointer; }
.card-content .sentence-word .items:first-child { display: none; }
.card-content .sentence-word .items:last-child { display: inline; }
.card-content .sentence-word.active .items:first-child, .card-content .sentence-word.clicked .items:first-child, .card-content .sentence-word.force .items:first-child { display: inline; }
.card-content .sentence-word.active .items:last-child, .card-content .sentence-word.clicked .items:last-child, .card-content .sentence-word.force .items:last-child { display: none; }

.card-content .sentence-word.active .items:first-child { color: #999; }
.card-content .sentence-word.clicked .items:first-child, .card-content .sentence-word.force .items:first-child { color: inherit; }

/*
.card-outline .card-content .card-bottom.img {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
IE10
*/
.card-outline .card-content .card-bottom.img {
	text-align: left;
}

/*
.card-outline .card-content .card-bottom .text-normal {
	display: initial;
}
IE10
*/
.card-outline .card-content .card-bottom &gt; div {
	display: table-cell;
	vertical-align: middle;
}
.card-outline .card-content .card-bottom.example .text-normal {
	display: none;
}
.card-outline .card-content .card-bottom .text-example {
	display: none;
}
.card-outline .card-content .card-bottom.example .text-example {
	display: initial;
}
/*
IE10
*/
/*
.card-outline .card-content .card-bottom.example .text-example {
	display: table-cell;
	vertical-align: middle;
}
*/

.card-outline .card-content .card-top img, .card-outline .card-content .card-bottom img {
	margin-right: 10px;
}

.card-outline.active .card-content .card-top, .card-outline.active .card-content .card-bottom {
	color: #3498db;
}

.card-outline.deactive .card-content .card-top, .card-outline.deactive .card-content .card-bottom {
	color: #e74c3c;
}

.card-outline .card-status {
    height: 100px;
    position: relative;
    color: #fff;
    font-size: 18px;
}

.card-outline .card-status &gt; div {
    padding-top: 15px;
}

.card-outline .card-cover {
    background-color: #8bc34a;
    box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 200px;
    left: 0;
/*     bottom: 0; */
    width: 100%;
    height: 50%;
    cursor: pointer;
    text-align: center;
}
.page-small .card-outline .card-cover { top: 235px; }

.card-outline .card-cover .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
    background-color: #6ea735;
}

.card-outline .card-cover .icon-bar+.icon-bar {
    margin-top: 3px;
}

.card-outline .card-quest {
    position: absolute;
    top: 200px;
    left: 0;
    bottom: 0;
    width: 100%;
}
.page-small .card-outline .card-quest { top: 235px; }

/*
.card-outline .card-quest .card-quest-item {
	position: relative;
	height: 50px;
	width: 100%;
	border-top: 1px solid #eee;
	display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    font-size: 18px;
    background: #fff;
    padding: 0 20px 0 50px;
    overflow: hidden;
	cursor: pointer;
}
IE10
*/
.card-outline .card-quest .card-quest-item {
	position: relative;
	height: 50px;
	width: 100%;
	border-top: 1px solid #eee;
	font-size: 18px;
    background: #fff;
    padding: 0 20px 0 50px;
    overflow: hidden;
	cursor: pointer;
	display: table;
	text-align: left;
}
.card-outline .card-quest .card-quest-item.clicked { color: #fff; pointer-events: none; }

.card-outline .card-quest .card-quest-item.card-quest-o {
	background: #3498db;
	color: #fff;
}

.card-outline .card-quest .card-quest-item.card-quest-x {
/* 	background: #ffca28; */
	color: #e74c3c;
}

/*
.card-outline .card-quest .card-quest-item .quest-num {
	position: absolute;
    left: 14px;
    top: 3px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
IE10
*/
.card-outline .card-quest .card-quest-item .quest-num {
	position: absolute;
    left: 14px;
    top: 3px;
    bottom: 0;
    display: table;
    height: 100%;
}

.card-outline .card-quest .card-quest-item .answer, .card-outline .card-quest .card-quest-item .answer {
	display: none;
}

.card-outline .card-quest .card-quest-item .num, .card-outline .card-quest .card-quest-item .num {
	display: block;
}

/* .card-outline .card-quest .card-quest-item.card-quest-o .answer, .card-outline .card-quest .card-quest-item.card-quest-x .answer {
	display: block;
} */

/* .card-outline .card-quest .card-quest-item.card-quest-o .num, .card-outline .card-quest .card-quest-item.card-quest-x .num {
	display: none;
} */

/*
.learn-nav-back, .learn-nav-option, .learn-nav-help, .learn-nav-pause, .learn-nav-close, .learn-nav-default {
    height: 100%;
    padding: 0 15px 0 15px;
    font-size: 18px;
	color: #d8d8d8;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}
IE10
*/
.learn-nav-back, .learn-nav-option, .learn-nav-help, .learn-nav-pause, .learn-nav-close, .learn-nav-default {
    height: 100%;
    padding: 0 15px 0 15px;
    font-size: 18px;
/*     color: #818181; */
	color: #d8d8d8;
	display: table;
}
.el-vertical {
 	display: table-cell;
 	vertical-align: middle;
}
.learn-nav-default.active {
	color: #8ebd4d;
}
.learn-nav-default i:first-child {
	display: inline-block;
}
.learn-nav-default i:last-child {
	display: none;
}
.learn-nav-default.active i:first-child {
	display: none;
}
.learn-nav-default.active i:last-child {
	display: inline-block;
}

.learn-nav-back-body { float: left; height: 100%; position: relative; }
.learn-nav-back-body .learn-nav-back-menu { color: #fff; background: #8ebd4d; padding: 10px 0px 4px 0px; border-radius: 0px; border: 1px solid #fff; min-width: 90px; text-align: center; top: 0px; left: 44px; }
.learn-nav-back-body .learn-nav-back-menu a { color: #fff; font-size: 20px; padding: 10px 8px 4px 8px; }
.learn-nav-back-body .learn-nav-back-menu a:hover { background: rgba(0, 0, 0, 0.3); }

.learn-nav-back {
    float: left;
}

#header-class .learn-nav-back, #header-class .learn-nav-close {
	color: #fff;
}

.learn-right-option {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}
.learn-right-option-small {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    display: none;
}
.page-small .learn-right-option-small {
	display: block;
}

.learn-nav-back:hover, .learn-nav-back:active, .learn-nav-option:hover, .learn-nav-option:active, .learn-nav-help:hover, .learn-nav-help:active, .learn-nav-pause:hover, .learn-nav-pause:active, .learn-nav-close:hover, .learn-nav-close:active, .learn-nav-default:hover, .learn-nav-default:active {
    color: #d8d8d8;
    background-color: rgba(1, 1, 1, 0.2);
}

.learn-nav-back:focus, .learn-nav-option:focus, .learn-nav-help:focus, .learn-nav-pause:focus, .learn-nav-close:focus {
    color: #fff;
}

.answer-o {
    font-size: xx-large;
    color: cadetblue;
    margin: 0 10px;
}

.answer-x {
    font-size: xx-large;
    color: chocolate;
    margin: 0 10px;
}

/* .CardSet, .CardList {

} */

/* .CardSet {
} */

.quiz-answer-body {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 220px;
}
.quiz-answer-body2 {
	display: table;
    width: 100%;
    text-align: center;
    height: 100%;
}
.quiz-answer-content {
	display: table-cell;
	vertical-align: middle;
}

.CardSet .CardList {
    height: 450px;
    position: relative;
    overflow: visible;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.CardSet .CardList .CardList-container {
    position: absolute;
    height: 450px;
    overflow: visible;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.CardList-container.CardGrid {
    box-shadow: 1px 1px 0 #cac3b8,5px 5px 16px #d4cec5;
    background: #fff;
    background-position: center center;
    background-size: contain;
}

.CardItem {
    clear: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto !important;
    border-radius: 6px;
    background: transparent;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    zoom: 1;
    cursor: pointer;
}

.CardList-container .CardItem {
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	overflow: hidden;
	cursor: default;
}

.CardItem.showing.current, .CardItem.previous, .CardItem.next, .CardGrid.showing.current, .CardGrid.previous, .CardGrid.next {
    display: block !important;
    transition: transform 500ms ease,opacity 400ms linear !important;
    -webkit-transition: -webkit-transform 500ms ease,opacity 400ms linear !important;
    -moz-transition: -moz-transform 500ms ease,opacity 400ms linear !important;
    -ms-transition: all 0.5s ease !important;
}

.CardItem .CardItemSide {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: visible;
    border-radius: 6px;
    background: #fff;
/*     box-shadow: 0px 0px 0 #cac3b8,5px 5px 16px #d4cec5; */
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 4px solid transparent;
    background-position: center center;
    line-height: 1.45;
    z-index: 4;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform-style: flat;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    transition: all 320ms ease-in-out !important;
    -webkit-transition: all 320ms ease-in-out !important;
    -moz-transition: all 400ms ease-in-out !important;
    -ms-transition: all 400ms ease-in-out !important;
}

.grid-detail-card .CardItem .CardItemSide { border-radius: 20px; }

.CardItem.active .CardItemSide {
	border: 4px solid #ffff00;
}

.grid-detail-card .CardItem.active .CardItemSide { border: none; }

.grid-body .CardItem .CardItemSide.CardItemSide--secondSide, .grid-detail-body .CardItem .CardItemSide.CardItemSide--secondSide {
	color: #fff;
	background: #8ebd4d;
}

.CardItem .CardItemSide .exam-data {
	color: transparent;
	border-bottom: 1px solid #6a6c6f;
}

.CardGrid .CardItem {
    /*box-shadow: none;*/
    width: 23.75%;
    top: 10%;
}

.CardGrid .CardItem:nth-child(8n) { 
    left: 75.3%;
    top: 55%;
    bottom: 10%;
}
.CardGrid .CardItem:nth-child(8n-1) { 
    left: 50.5%;
    top: 55%;
    bottom: 10%;
}
.CardGrid .CardItem:nth-child(8n-2) { 
    left: 25.75%;
    top: 55%;
    bottom: 10%;
}
.CardGrid .CardItem:nth-child(8n-3) { 
    left: 1%;
    top: 55%;
    bottom: 10%;
}
.CardGrid .CardItem:nth-child(8n-4) { 
    left: 75.3%;
    bottom: 55%;
}
.CardGrid .CardItem:nth-child(8n-5) { 
    left: 50.5%;
    bottom: 55%;
}
.CardGrid .CardItem:nth-child(8n-6) { 
    left: 25.75%;
    bottom: 55%;
}
.CardGrid .CardItem:nth-child(8n-7) { 
    left: 1%;
    bottom: 55%;
}

.CardItem .CardItemSide .CardItemInner {
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.CardItem .CardItemSide .CardItemInner .td {
	width: 100%;
    max-height: 100%;
    text-align: center;
    word-wrap: break-word;
    padding: 0 34px;
    position: relative;
    overflow: visible !important;
    display: table-cell;
    vertical-align: middle;
}

.CardGrid .CardItem .CardItemSide .CardItemInner .td {
    font-size: 16px;
    padding: 0 10px;
}

.CardItem .CardItemSide.CardItemSide--firstSide {
	z-index: 5;
}
.CardItem .CardItemSide.CardItemSide--secondSide {
	transform: rotateX(-180deg) translateY(5%) scale(1.1);
    -webkit-transform: rotateX(-180deg) translateY(5%) scale(1.1);
    -moz-transform: rotateX(-180deg) translateY(5%) scale(1.1);
    -ms-transform: rotateX(-180deg) translateY(5%) scale(1.1);
    transition: all 320ms ease-in-out !important;
    -webkit-transition: all 320ms ease-in-out !important;
    -moz-transition: all 400ms ease-in-out !important;
    -ms-transition: all 320ms ease-in-out !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
/*     z-index: 5; */
}

.CardItem.showing-flip .CardItemSide {
	transform: rotateX(180deg) translateY(-5%) scale(1.1) !important;
    -webkit-transform: rotateX(180deg) translateY(-5%) scale(1.1) !important;
    -moz-transform: rotateX(180deg) translateY(-5%) scale(1.1) !important;
    -ms-transform: rotateX(180deg) translateY(-5%) scale(1.1) !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.CardItem.showing-flip .CardItemSide--secondSide {
	transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.CardItem.current {
    z-index: 6;
}

.CardItem.previous {
    display: block !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
/*     transform: translateX(-74%) rotateY(-35deg) scale(0.8) translateZ(0) !important; */
    -webkit-transform: translateX(-74%) rotateY(-35deg) scale(0.8) translateZ(0) !important;
    -moz-transform: translateX(-74%) rotateY(-35deg) scale(0.8) translateZ(0) !important;
    -ms-transform: translateX(-74%) rotateY(-35deg) scale(0.8) translateZ(0px) !important;
    pointer-events: none;
}

.CardItem.next {
/* 	transform: translateX(74%) rotateY(35deg) translateZ(0) scale(0.8) !important; */
    -webkit-transform: translateX(74%) rotateY(35deg) translateZ(0) scale(0.8) !important;
    -moz-transform: translateX(74%) rotateY(35deg) translateZ(0) scale(0.8) !important;
    -ms-transform: translateX(74%) rotateY(35deg) translateZ(0px) scale(0.8) !important;
    display: block !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    pointer-events: none;
}

.CardItem.previous:before, .CardItem.next:before {
	display:block; position:absolute; height:100%; width:100%; content:' '; z-index: 1; background: rgba(0, 0, 0, 0.1);
}

.CardGrid.current {
    z-index: 6;
}

.CardGrid.previous {
    display: block !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateX(-74%) rotateY(-35deg) scale(0.8) translateZ(0) !important;
    -webkit-transform: translateX(-74%) rotateY(-35deg) scale(0.8) translateZ(0) !important;
    -moz-transform: translateX(-74%) rotateY(-35deg) scale(0.8) translateZ(0) !important;
    -ms-transform: translateX(-74%) rotateY(-35deg) scale(0.8) translateZ(0) !important;
    pointer-events: none;
}

.CardGrid.next {
	transform: translateX(74%) rotateY(35deg) translateZ(0) scale(0.8) !important;
    -webkit-transform: translateX(74%) rotateY(35deg) translateZ(0) scale(0.8) !important;
    -moz-transform: translateX(74%) rotateY(35deg) translateZ(0) scale(0.8) !important;
    -ms-transform: translateX(74%) rotateY(35deg) translateZ(0) scale(0.8) !important;
    display: block !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    pointer-events: none;
}

.selPaper &gt; img {
    border: 2px solid #999999;
}

.selPaper.active &gt; img {
    border: 2px solid #ff9999;
}

.input-list .input-row {
    position: relative;
    display: table;
    height: 40px;
    width: 100%;
}

.input-list .input-row .drag-icon {
    cursor: ns-resize;
}
.input-list .input-row .drag-icon.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.input-list .input-row .drag-icon .icon &gt; i {
    padding-top: 10px;
    font-size: 20px;
}

.input-list .input-row .drag-icon .num {
    display: block;
    margin-top: 10px;
}

.input-list .input-row .drag-icon .icon {
    display: none;
}

.input-list .input-row .drag-icon.move .num {
    display: none;
}

.input-list .input-row .drag-icon.move .icon {
    display: block;
}

.input-list .input-row .input-area {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.input-list .input-row .right-button {
    width: 60px;
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
    padding-top: 4px;
}

.input-list .input-row .top-button {
    display: none;
    text-align: center;
}
.input-list .input-row .top-button.active {
	display: block;
}

.input-area .focus.duplicate:after { display: table; content: "ì¤‘ë³µì¹´ë“œ"; position: absolute; right: 25px; top: 9px; font-size: 10px; color: #e74c3c; }
.input-area .form-control:focus {
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.input-area .has-error .form-control {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.input-area .has-error .form-control:focus {
    border-color: #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.input-backs.img &gt; input {
    height: 50px;
    padding-right: 55px;
    background-position-x: 100%;
    background-repeat: no-repeat;
}

.input-backs.img .input-group-btn &gt; a {
    height: 50px;
}

.input-search-body {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    display: none;
}

.image-loading {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}

.input-search {
    position: relative;
/*     left: 10%; */
/*     right: 10%; */
/*     top: 50px; */
/*     bottom: 50px; */
/*     max-height: 525px; */
	width: 820px;
	min-height: 570px;
	margin: 8% auto;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.input-search .image-list {
	margin-top: 20px;
	height: 450px;
	overflow-y: auto;
/*
	position: absolute;
    top: 60px;
    bottom: 60px;
    right: 0px;
    left: 0px;
*/
}

.input-search .image-list .image-item {
	float: left;
	width: 150px;
	height: 100px;
	text-align: center;
	cursor: pointer;
}

.input-search .image-list .image-item &gt; img {
	border: 3px solid transparent;
	margin-bottom: 5px;
	max-width: 130px;
}

.input-search .image-list .image-item.active &gt; img {
	border: 5px solid #3498db;
}

.input-search .image-list .image-item &gt; div a {
	display: none;
}

.input-search .image-list .image-item.active &gt; div &gt; a {
/* 	display: block; */
}

.input-search .image-list .image-item.me &gt; img {
	border: 5px solid #8ebd4d;
}
.input-search .image-list .image-item.me &gt; div &gt; a {
	display: inline-block;
}

.input-search .example-list {
	margin-top: 20px;
	height: 450px;
	overflow-y: auto;
}

.input-search .example-list .example-item {
	float: left;
	width: 100%;
	padding-bottom: 12px;
	cursor: pointer;
}

.input-search .example-list .example-item .btn-next { display: none; }

.input-search .example-list .example-item:hover .btn-next { display: inline; }

.input-search .example-list .example-item.active &gt; span {
	font-weight: bold;
	text-decoration: underline;
}

.card-list .section-filter, .card-list .section-master {
	background: #fff;
    min-height: 40px;
    margin: 15px 0 0 0;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    padding: 7px 0px;
    position: relative;
}
.card-list .section-filter { padding-top: 7px; }
.card-list .section-filter:hover, .card-list .section-master:hover { background-color: #efefef; }
.card-list .section-master .toggle-expand { display: inline-block;width: 20px;cursor: pointer; }

.card-list .section-detail {
	font-size: 15px;
}

/*
.card-list .card-detail {
    border-bottom:1px solid #eeeeee;
    width: 94%;
    height: 100%;
}
IE10
*/
.card-list .card-detail {
    border-bottom:1px solid #eeeeee;
    width: 100%;
    height: 100%;
    display: table;
}

.card-list .card-detail:first-child {
    border-bottom: 0;
}

.table-studynote&gt;tbody&gt;tr:last-child&gt;td {
    border-bottom: 1px solid #ddd;
}

.table-studynote&gt;tbody&gt;tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-studynote&gt;tbody&gt;tr:hover {
    background-color: #e9e9e9;
    cursor: pointer;
}

.table-studynote&gt;tbody .selected {
    background-color: #d9d9d9;
}

.class-row:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}
.class-row .icon { margin: 9px 20px 0px; float: left; }
.class-row .date { width: 80px; margin-top: 20px; float: right; }

/*
.learn-btn-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.learn-btn-next {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
IE10
*/
.learn-btn-next, .learn-btn-prev {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    position: relative;
    z-index: 10;
}

.no-btn .learn-btn-next, .no-btn .learn-btn-prev { display: none; }

.learn-btn-back {
	position: absolute;
    top: 10px;
    right: 20px;
}

.learn-btn-prev&gt;a, .learn-btn-next&gt;a {
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
/*     padding: 5px 15px; */
}

.learn-btn-prev&gt;a:hover, .learn-btn-next&gt;a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.guide-bg {
	background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.guide-box {
	width: 310px;
    min-width: 300px;
    min-height: 160px;
    padding-bottom: 20px;
    background-color: #fff;
    border: 1px solid #9a9a9a;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}

.print-option {
    border: 1px solid #d6d2cb;
    border-radius: 2px;
    float: left;
    font: 12px/15px "lucida grande","lucida sans unicode",arial,sans-serif;
    margin-left: 4mm;
    margin-top: 4mm;
    margin-right: 10px;
    width: 270px;
}

.print-content {
    float: left;
}

.print-content .pager {
    position: relative;
    width: 8.8in;
    height: 11.24in;
    text-align: initial;
    background: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.1),1px 1px 4px rgba(0,0,0,0.12);
    padding: 30px 40px 20px 10px;
    margin: 4mm;
    page-break-after: always;
}

.crash-body {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.crash-body .crash-item {
	position: absolute;
	max-width: 260px;
	text-align: center;
	padding: 10px 12px;
	background: #fafafa;
	border: 3px solid #999999;
    border-radius: 22px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.crash-body .crash-item &gt; img {
	height: 80px;
}

.crash-body .crash-item.hint {
	border: 3px solid #3498db;
	color: #3498db;
}

.crash-body .crash-item.show {
	border: 3px solid #999999;
	color: inherit;
}

.crash-body .crash-item.active {
	color: #fff;
	background: #8bc34a;
	border: 3px solid #8bc34a;
}

.crash-body .crash-answer, .crash-body .crash-hint {
	position: absolute;
    min-width: 220px;
    bottom: 110%;
    left: 6px;
    text-align: left;
    display: none;
}
.crash-body .crash-item.hint .crash-hint {
	display: block;
}
.crash-body .crash-item.show .crash-hint {
	display: none;
}
.crash-body .crash-item.show .crash-answer {
	display: block;
}

.crash-body .show-score {
	position: absolute;
	font-size: 50px;
    font-weight: 600;
    top: 42%;
    left: 0;
    right: 0;
    text-align: center;
}

.crash-lv-bg {
	width: 100%;
	height: 172px;
	font-size: 120px;
	font-weight: lighter;
	color: rgba(0, 184, 212, 0.15);
	text-align: right;
	padding-right: 25px;
}

.crash-lv-bg.lv1 {
	background-image: -webkit-linear-gradient(#e5e5e5, #f7f7f7 100%);
    background-image: -moz-linear-gradient(#e5e5e5, #f7f7f7 100%);
    background-image: -ms-linear-gradient(#e5e5e5, #f7f7f7 100%);
    background-image: linear-gradient(#e5e5e5, #f7f7f7 100%);
}

.crash-lv-bg.lv2 {
	background-image: -webkit-linear-gradient(#e8e8e8, #fcfcfc 100%);
    background-image: -moz-linear-gradient(#e8e8e8, #fcfcfc 100%);
    background-image: -ms-linear-gradient(#e8e8e8, #fcfcfc 100%);
    background-image: linear-gradient(#e8e8e8, #fcfcfc 100%);
}

.crash-lv-bg.lv3 {
	background-image: -webkit-linear-gradient(#e0e0e0, #eeeeee 100%);
    background-image: -moz-linear-gradient(#e0e0e0, #eeeeee 100%);
    background-image: -ms-linear-gradient(#e0e0e0, #eeeeee 100%);
    background-image: linear-gradient(#e0e0e0, #eeeeee 100%);
}

/*
.create-new-map {
	display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
IE10
*/
.create-new-map {
	display: table;
	text-align: center;
}

.map-body {
	max-width: 900px;
	min-width: 600px;
	position: relative;
	display: inline-block;
	margin: 35px 0px;
	outline: 1px solid #ccc;
	background: #fff;
}

.crop-wrapper {
	background-color: transparent;
	margin-top: 20px;
    text-align: center;
    overflow: auto;
}

.crop-wrapper.map-study {
	margin-top: 0px;
	width: 100%;
	height: 100%;
	padding-top: 20px;
/* 	overflow: auto; */
}

.map-body .draw-body {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(1, 1, 1, 0.0);
	cursor: crosshair;
} 

.map-viewer .map-body .draw-body, .map-study .map-body .draw-body {
	cursor: default;
}

.map-item-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
/* 	transition: all 1s; */
}

/* for MSê³„ì—´ ë¸Œë¼ìš°ì&nbsp;€ */
@keyframes blink_box {
/*
	0% {outline: 3px solid #8bc34a;}
	50% {outline: 3px solid transparent;}
*/
	0% {box-shadow: 1px 0px 15px #8bc34a, 0px 1px 15px #8bc34a, -1px 0px 15px #8bc34a, 0px -1px 15px #8bc34a;}
	50% {box-shadow: 1px 0px 15px transparent, 0px 1px 15px transparent, -1px 0px 15px transparent, 0px -1px 15px transparent;}
}
 
/* for Chrome, Safari */
@-webkit-keyframes blink_box {
/*
	0% {outline: 3px solid #8bc34a;}
	50% {outline: 3px solid transparent;}
*/
	0% {box-shadow: 1px 0px 15px #8bc34a, 0px 1px 15px #8bc34a, -1px 0px 15px #8bc34a, 0px -1px 15px #8bc34a;}
	50% {box-shadow: 1px 0px 15px transparent, 0px 1px 15px transparent, -1px 0px 15px transparent, 0px -1px 15px transparent;}
}

.map-item-box.focus {
	animation-name: blink_box;
	animation-duration: 1s;
	animation-timing-function: step-end;
	animation-iteration-count: 2;
/* 	border: 2px solid #8bc34a; */
	box-shadow: 1px 0px 15px #8bc34a, 0px 1px 15px #8bc34a, -1px 0px 15px #8bc34a, 0px -1px 15px #8bc34a;
/* 	outline: 2px solid #8bc34a; */
	border-radius: 5px;
}

.map-item-text {
	width: 100%;
	height: 100%;
	padding: 7px;
	text-align: left;
	display: none;
	overflow-y: none;
    overflow-wrap: break-word;
    font-size: 17px;
}

.solid .map-item-text, .bubble .map-item-text {
	display: block;
}

.map-item-textarea, .map-item-textarea-hint {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	border: none;
	display: none;
	font-size: 17px;
	padding: 7px;
}
.map-item-textarea:focus {
	outline: none;
}
.solid.text-edit .map-item-textarea, .bubble.text-edit .map-item-textarea {
	display: block;
}
.solid.edit .map-item-textarea-hint, .bubble.edit .map-item-textarea-hint {
	display: block;
	cursor: move;
}
.solid.text-edit .map-item-textarea-hint, .bubble.text-edit .map-item-textarea-hint {
	display: none;
}

.map-item-content {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
	border-radius: 5px;
}

.map-viewer .map-item-content {
	cursor: default;
}

.map-study .map-item-content .map-item-text {
	display: none;
}

.map-study .map-item-content .map-item-text.class-test {
	display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    font-size: 18px;
}

.map-study .map-item-check, .map-study .map-item-check2 {
	visibility: hidden;
	font-size: 30px;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
	cursor: pointer;
}

.map-study .map-item-btn-o, .map-study .map-item-btn-x {
	display: none;
	position: absolute;
	right: 1px;
	left: 0px;
    bottom: -26px;
    background: #fff;
    border: 1px solid;
    padding: 2px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    min-width: 50px;
}

.map-study .know .map-item-check, .map-study .unknow .map-item-check2 {
	position: absolute;
    left: 0;
    top: 0;
    visibility: visible;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-animation-name: bounceInOut;
    animation-name: bounceInOut;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.map-study .first-click .map-item-check, .map-study .first-click .map-item-check2 {
	visibility: hidden;
}
.map-study .know .map-item-check {
	color: #00b8d4;
}
.map-study .unknow .map-item-check2 {
	color: #e74c3c;
}

.map-study .here.know .map-item-btn-x {
	display: inline-block;
/* 	color: #e74c3c; */
}
.map-study .here.unknow .map-item-btn-o {
	display: inline-block;
/* 	color: #00b8d4; */
}

.map-study .map-item-cover {
	display: block;
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
/* 	background: white; */
	cursor: pointer;
	background-color:#e3e3e3;
	background-image: linear-gradient(0deg, #e3e3e3, #f6f6f6 70%);
	border-radius: 3px;
}

.map-study .filter .map-item-cover {
	display: none;
}

.map-study .click .map-item-cover {
	webkit-transform: perspective( 600px ) rotateY( 90deg );
    -moz-transform: perspective( 600px ) rotateY( 90deg );
    -o-transform: perspective( 600px ) rotateY( 90deg );
	transform: perspective( 600px ) rotateY( 90deg );
/* 	opacity: 0; */
/*     visibility: hidden; */
    transition: all 0.3s ease 0.1s;
}

.map-item-content .buttons {
	position: absolute;
	right: 0;
	top: -32px;
	display: none;
	background-color: #ccc;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
}
.edit .map-item-content .buttons {
	display: block;
}
.edit .map-item-content .buttons .bubble-button{
	display: none;
}
.bubble.edit .map-item-content .buttons .bubble-button{
	display: block;
}
.map-item-dashed, .map-item-center, .map-item-face, .map-item-line, .map-item-point, .map-item-tail, .map-item-tail-line {
	display: none;
}

.map-item-tail-line.active {
	display: block;
	position: absolute;
	height: 0px;
    border-width: 2px 0px 0px 0px;
    border-style: solid;
    border-color: #99aadd;
    left: 0px;
    top: 0px;
    width: 50px;
}

.white .map-item-tail-line.active {
	border-color: white;
}
.ivory .map-item-tail-line.active {
	border-color: ivory;
}
.grey .map-item-tail-line.active {
	border-color: grey;
}
.black .map-item-tail-line.active {
	border-color: black;
}
.red .map-item-tail-line.active {
	border-color: red;
}
.blue .map-item-tail-line.active {
	border-color: blue;
}
.yellow .map-item-tail-line.active {
	border-color: yellow;
}
.orange .map-item-tail-line.active {
	border-color: orange;
}
.green .map-item-tail-line.active {
	border-color: green;
}

/*
.edit .map-item-content {
	display: none;
}
*/
.solid .map-item-content {
	border-width: 0px;
}
.bubble .map-item-content {
	border-width: 0px;
}
.bubble .map-item-content:after {
	display: table;
    clear: both;
}
.bubble .map-item-content:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.bubble .map-item-content.top:after {
	left: 50%;
    bottom: 100%;
    border-width: 6px;
    margin-left: -6px;
}
.bubble .map-item-content.right:after {
	left: 100%;
    top: 50%;
    border-width: 6px;
    margin-top: -6px;
}
.bubble .map-item-content.bottom:after {
	left: 50%;
    top: 100%;
    border-width: 6px;
    margin-left: -6px;
}
.bubble .map-item-content.left:after {
	right: 100%;
    top: 50%;
    border-width: 6px;
    margin-top: -6px;
}
.white .map-item-content, .white textarea {
	border-color: #fff;
	background: #fff;
	color: black;
}
.white .map-item-content.top:after {
	border-bottom-color: #fff;
}
.white .map-item-content.right:after {
	border-left-color: #fff;
}
.white .map-item-content.bottom:after {
	border-top-color: #fff;
}
.white .map-item-content.left:after {
	border-right-color: #fff;
}
.ivory .map-item-content, .ivory textarea {
	border-color: #ffffd0;
	background: #ffffd0;
	color: black;
}
.ivory .map-item-content.top:after {
	border-bottom-color: #ffffd0;
}
.ivory .map-item-content.right:after {
	border-left-color: #ffffd0;
}
.ivory .map-item-content.bottom:after {
	border-top-color: #ffffd0;
}
.ivory .map-item-content.left:after {
	border-right-color: #ffffd0;
}
.grey .map-item-content, .grey textarea {
	border-color: grey;
	background: grey;
	color: white;
}
.grey .map-item-content.top:after {
	border-bottom-color: grey;
}
.grey .map-item-content.right:after {
	border-left-color: grey;
}
.grey .map-item-content.bottom:after {
	border-top-color: grey;
}
.grey .map-item-content.left:after {
	border-right-color: grey;
}
.black .map-item-content, .black textarea {
	border-color: black;
	background: black;
	color: white;
}
.black .map-item-content.top:after {
	border-bottom-color: black;
}
.black .map-item-content.right:after {
	border-left-color: black;
}
.black .map-item-content.bottom:after {
	border-top-color: black;
}
.black .map-item-content.left:after {
	border-right-color: black;
}
.red .map-item-content, .red textarea {
	border-color: red;
	background: red;
	color: white;
}
.red .map-item-content.top:after {
	border-bottom-color: red;
}
.red .map-item-content.right:after {
	border-left-color: red;
}
.red .map-item-content.bottom:after {
	border-top-color: red;
}
.red .map-item-content.left:after {
	border-right-color: red;
}
.blue .map-item-content, .blue textarea {
	border-color: blue;
	background: blue;
	color: white;
}
.blue .map-item-content.top:after {
	border-bottom-color: blue;
}
.blue .map-item-content.right:after {
	border-left-color: blue;
}
.blue .map-item-content.bottom:after {
	border-top-color: blue;
}
.blue .map-item-content.left:after {
	border-right-color: blue;
}
.yellow .map-item-content, .yellow textarea {
	border-color: yellow;
	background: yellow;
	color: black;
}
.yellow .map-item-content.top:after {
	border-bottom-color: yellow;
}
.yellow .map-item-content.right:after {
	border-left-color: yellow;
}
.yellow .map-item-content.bottom:after {
	border-top-color: yellow;
}
.yellow .map-item-content.left:after {
	border-right-color: yellow;
}
.orange .map-item-content, .orange textarea {
	border-color: orange;
	background: orange;
	color: black;
}
.orange .map-item-content.top:after {
	border-bottom-color: orange;
}
.orange .map-item-content.right:after {
	border-left-color: orange;
}
.orange .map-item-content.bottom:after {
	border-top-color: orange;
}
.orange .map-item-content.left:after {
	border-right-color: orange;
}
.green .map-item-content, .green textarea {
	border-color: green;
	background: green;
	color: black;
}
.green .map-item-content.top:after {
	border-bottom-color: green;
}
.green .map-item-content.right:after {
	border-left-color: green;
}
.green .map-item-content.bottom:after {
	border-top-color: green;
}
.green .map-item-content.left:after {
	border-right-color: green;
}
.filter .map-item-content {
	border-color: #ccc;
	background: #ccc;
	color: black;
	cursor: default;
}
.filter .map-item-content.top:after {
	border-bottom-color: #ccc;
}
.filter .map-item-content.right:after {
	border-left-color: #ccc;
}
.filter .map-item-content.bottom:after {
	border-top-color: #ccc;
}
.filter .map-item-content.left:after {
	border-right-color: #ccc;
}
.map-viewer .outline .map-item-content, .map-edit-layer .outline .map-item-content {
	border-width: 2px;
	border-style: solid;
	background: transparent;
	border-radius: 5px;
}
.map-study .outline .map-item-content {
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
}
.map-study .outline.click .map-item-content, .map-study .outline.filter .map-item-content {
	background: transparent;
}

.know .map-item-content {
	border: 2px solid #00b8d4;
}

.solid.click .map-item-content .map-item-text, .bubble.click .map-item-content .map-item-text, .solid.filter .map-item-content .map-item-text, .bubble.filter .map-item-content .map-item-text {
	display: block;
}

.unknow .map-item-content {
	border: 2px solid #e74c3c;
}

.filter .map-item-content {
	border: 2px solid #ccc;
}

.edit .map-item-dashed {
  position: absolute;
  display: block;
  filter: alpha(opacity=50);
  border: 0 dashed #eee;
  opacity: .5;
  
}
.edit .map-item-dashed.dashed-h {
  top: 33.33333333%;
  left: 0;
  width: 100%;
  height: 33.33333333%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.edit .map-item-dashed.dashed-v {
  top: 0;
  left: 33.33333333%;
  width: 33.33333333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}
.edit .map-item-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  filter: alpha(opacity=75);
  opacity: .75;
}
.edit .map-item-center:before,
.edit .map-item-center:after {
  position: absolute;
  display: block;
  content: " ";
  background-color: #eee;
}
.edit .map-item-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}
.edit .map-item-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}
.edit .map-item-face,
.edit .map-item-line,
.edit .map-item-point,
.edit .map-item-tail {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=60);
  opacity: .6;
}
.edit .map-item-face {
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px dashed #69f;
  cursor: move;
}
.edit .map-item-line {
/*   background-color: #69f; */background-color: transparent;
  
}
.edit .map-item-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}
.edit .map-item-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}
.edit .map-item-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}
.edit .map-item-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}
.edit .map-item-point {
  width: 5px;
  height: 5px;
  background-color: #69f;
  filter: alpha(opacity=75);
  opacity: .75;
}
.edit .map-item-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}
.edit .map-item-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}
.edit .map-item-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}
.edit .map-item-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}
.edit .map-item-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}
.edit .map-item-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}
.edit .map-item-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}
.edit .map-item-point.point-se {
  right: -3px;
  bottom: -3px;
  cursor: se-resize;
}
.edit .map-item-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: " ";
  background-color: #69f;
  filter: alpha(opacity=0);
  opacity: 0;
}

.edit .map-item-tail {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: red;
	position: relative;
	top: -20px;
	left: 2px;
	cursor: move;
}
.edit .map-item-tail:after {
	content: '';
	position: absolute;
	left: -6px;
	top: 6px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: red;
}

.map-choice-body {
	margin-top: 5px;
	width: 100%;
	min-height: 98px;
	border-top: 1px solid #000;
/*
	display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
*/
	display: table;
	text-align: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.map-choice-body .map-choice-item {
	position: relative;
/* 	border: 1px solid #c3c3c3; */
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.map-choice-body .map-choice-item:nth-child(n) {
	margin-left: 20px;
}
.map-choice-body .map-choice-item:first-child {
	margin-left: 0px;
}

.map-choice-body .map-choice-item .img-preview {
	width: 200px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #c3c3c3;
}

.map-choice-body .map-choice-item .answer-result {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.map-choice-body .map-choice-item .answer-result &gt; i {
	display: none;
}

.map-choice-body .map-choice-item.checked .answer-result &gt; i {
	display: block;
}

.map-choice-body .map-choice-item.checked .answer-result.correct {
	color: #00b8d4;
}

.map-choice-body .map-choice-item.checked .answer-result.wrong {
	color: #e74c3c;
}

.map-choice-body .map-choice-item .text-preview {
	width: 200px;
	border: 1px solid silver;
	overflow: hidden;
/*
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
*/
	display: table;
    color: #fff;
}

.isloading-wrapper.isloading-right {
  margin-left: 10px;
}
.isloading-overlay {
  position: relative;
  text-align: center;
}
.isloading-overlay .isloading-wrapper {
  background: #FFFFFF;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  top: 10%;
  z-index: 9000;
}

.embeded-body {
/* 	max-width: 740px; */
	margin: 0 auto;
}

.embeded-header {
	min-height: 80px;
	background: #3DA547;
	display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    padding: 0px 15px;
    position: relative;
}

.embeded-header .header-content {
	width: 100%;
}

.embeded-header .header-content .header-title {
/* 	width: calc(100% - 100px); */
	width: 100%;
	float: left;
}
.embeded-header .header-content .header-icon {
	width: 100%;
	padding-right: 5px;
	text-align: right;
	clear: both;
}

.embeded-header .header-content small {
	color: rgba(255, 255, 255, 0.8);
}

.embeded-content {
	background: #fff;
	color: #6a6c6f;
	border: 1px solid #ddd;
	border-top-width: 0px;
	margin: 0px 10px;
}

.header-content .embeded-menu {
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	font-size: 13px;
}

@media screen and (max-width:425px) {
	.header-content .embeded-menu img {
		display: none !important;
	}
}

@media screen and (max-width:550px) {
	.embeded .embeded-content .section-master-row {
		width: 100% !important;
	}
}


.embeded-footer {
    min-height: 30px;
	background: #8ebd4d;
	padding: 10px 10px 7px 10px;
	border: 0px solid #ddd;
	border-top-width: 0px;
	color: #fff;
}
.embeded-content .row {
/* 	height: 40px; */
    border-bottom: 1px solid #ddd;
    text-align: left;
    margin-top: 5px;
}

.quiztime-answer {
	float: left;
	width: 29%;
	height: 100%;
	margin: 0 5px;
	border-radius: 6px;
	color: #fff;
	font-size: 36px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.quiztime-answer.quiz-answer-o {
	background: #52c5db;
}
.quiztime-answer.quiz-answer-x {
	background: #f36c60;
}
.quiztime-answer.btn-next-student {
	background: #f36c60;
	font-size: 26px;
	padding-top: 8px;
}

/* for MSê³„ì—´ ë¸Œë¼ìš°ì&nbsp;€ */
@keyframes quiz_timer_blink {
	0% {color: rgba(255, 0, 0, 0.9);}
	50% {color: transparent;}
}
 
/* for Chrome, Safari */
@-webkit-keyframes quiz_timer_blink {
	0% {color: rgba(255, 0, 0, 0.9);}
	50% {color: transparent;}
}

.quiz-timer {
	display: inline-block;
	padding-top: 50px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 40px;
}

.quiz-timer.focus {
	animation-name: quiz_timer_blink;
	animation-duration: 1s;
	animation-timing-function: step-end;
	animation-iteration-count: 2;
	color: rgba(255, 0, 0, 0.9);
}

.round-info {
	position: fixed;
	width: 100%;
    height: 100%;
    top: 0;
    background-color: #424242;
    z-index: 50;
    display: none;
    font-size: 35px;
    color: #fff;
}
.round-info.active {
	display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.newset-row {
	cursor: pointer;
	display: inline-block;
	max-width: 200px;
	width: 33%;
	padding: 0px 6px;
	text-align: left;
	height: 100%;
	vertical-align: top;
	position: relative;
}
.newset-row:hover {
	background: #e3e3e3;
}
.newset-row img {
	max-width: 200px;
	width: 100%;
}
.newset-row .title {
	margin: 10px 0px;
	font-size: 18px;
    font-weight: bold;
}
.newset-row .title.word {
	color: #35af70;
}
.newset-row .title.term {
	color: #5f84ef;
}
.newset-row .title.map {
	color: #ee5353;
}
.newset-row .title.fib {
	color: #edb40b;
}

.custom-center-body {
	position: fixed;
	width: auto;
	height: auto;
	z-index: 1039;
	bottom: 15px;
	right: 15px;
}

#customCenterModal .modal-dialog, #remoteModal .modal-dialog, #newMsgModal .modal-dialog {
    position: fixed;
    bottom: 80px;
    right: 20px;
}

.admin_search_list .row:hover {
    background: #f5f5f5;
    cursor: pointer;
}    

.makeset-input-body .makeset-input-row {
	border: 1px solid #e4e5e7;
	border-bottom: 0px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.makeset-input-body .btn-example-search {
	display: none;
	position: absolute;
	right: -25px;
	bottom: 5px;
}
.makeset-input-body.focus .makeset-input-row {
	border-color: #66afe9 !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.makeset-input-body .makeset-input-row.example &gt; textarea, .makeset-input-body .makeset-input-row.example .txt-example {
	display: none !important;
    visibility: hidden !important;
}
.makeset-input-body.example .makeset-input-row.example &gt; textarea {
	display: block !important;
    visibility: visible !important;
}
.makeset-input-body.example-info .makeset-input-row.example .txt-example {
	display: block !important;
    visibility: visible !important;
    text-align: left;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    min-height: 33px;
}
.makeset-input-body.example-info.no .makeset-input-row.example .txt-example {
	display: none !important;
    visibility: hidden !important;
}
.makeset-input-body .makeset-input-row.example .btn-example {
	color: #ccc;
	display: none !important;
    visibility: hidden !important;
    text-align: left;
    padding-left: 10px !important;
}
.makeset-input-body.focus .makeset-input-row.example .btn-example, .makeset-input-body.show .makeset-input-row.example .btn-example {
	display: block !important;
    visibility: visible !important;
    cursor: pointer;
    padding: 7px 0;
}
.makeset-input-body.example .makeset-input-row.example .btn-example, .makeset-input-body.example-info .makeset-input-row.example .btn-example {
	display: none !important;
    visibility: hidden !important;
}
.makeset-input-body.example .btn-example-search, .makeset-input-body.focus .btn-example-search, .makeset-input-body.show .btn-example-search {
	display: block;
}
.makeset-input-body .makeset-input-row:first-child {
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.makeset-input-body .makeset-input-row:last-child {
	border-bottom: 1px solid #e4e5e7;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.makeset-input-body.no .makeset-input-row {
	border: 0;
}
.makeset-input-body.no .makeset-input-row &gt; textarea {
	border: 1px solid #ccc;
}

.input-area .has-error .makeset-input-body .makeset-input-row {
	border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
    
.makeset-input-body .makeset-input-row &gt; textarea {
	border: 0;
	resize: none;
}
.makeset-input-body .makeset-input-row &gt; textarea:focus {
	border-color: transparent !important;
	box-shadow: none;
}
.makeset-input-body.no .makeset-input-row &gt; textarea:focus {
	border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.btn-input-image .btn-input-image-close {
	position: absolute;
	display: none;
	width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    right: -12px;
    top: -12px;
    color: #8ebd4d;
    background: #fff;
}
.btn-input-image:hover .btn-input-image-close {
	display: inline-block;
}

@media (min-width: 768px) {
  .modal-md {
    width: 450px;
  }
}

.signup-or-separator {
    background: none;
    height: 34px;
    position: relative;
    text-align: center;
}

.signup-or-separator--text {
    background-color: #fff;
    display: inline-block;
    padding: 8px;
}

.signup-or-separator hr {
    margin: -16px auto 10px auto;
    width: 90%;
}
/* .fm-footer {
	border-top: 3px solid #67a24c;
    background-color: #fff;
} */
.fm-footer .footer-body {
	width: 100%;
    padding: 25px 80px 15px 10px;
	margin: 0 auto;
    position: relative;
/*     border-top: 3px solid #8ebd4d; */
    background-color: #fff;
}
.page-small .fm-footer .footer-body {
/*	color: #fff;
	border: none;
	background: #5f5f5f;
	padding: 10px 5px 15px 5px;*/

    width: 100%;
    padding: 10px 10px 15px 10px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}
.fm-footer .footer-body-home {
    max-width: 1200px;
    width: 100%;
    padding: 25px 80px 15px 10px;
    margin: 0 auto;
    position: relative;
}
.fm-footer .footer-main-text {
	color: #9f9f9f;
	font-size: 12px;
}
.fm-footer .footer-main-text a { color: #9f9f9f; }

/*.page-small .fm-footer .footer-main-text, .page-small .fm-footer .footer-main-text a { color: #fff; text-align: center }
.page-small .fm-footer .footer-main-text a { padding: 0px 6px;}*/
.fm-footer .footer-sub-text {
	color: #9e9e9e;
	font-size: 11px;
}
.fm-footer .footer-sub-text &gt; a {
	color: #9e9e9e;
}

.short-cut-info.active {
	display: block;
	top: inherit;
	bottom: 125%;
	right: 0px;
	max-width: 100%;
}

.btn-auto-play {
	position: absolute;
	top: 0px;
    left: 15px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 5px 10px;
    cursor: pointer;
}

.btn-auto-play.active {
	color: #8ebd4d;
}

.info-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
    cursor: pointer;
    z-index: 20;
    background: rgba(1, 1, 1, 0.001);
}

.info-content {
	padding: 10px;
    background: #8ebd4d;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    display: inline-block;
    margin: 40px 0;
}

.exam_text {
	color: #999999;
}

.card-bottom .exam_text span {
	color: #e74c3c;
}

.card-top .exam_text span {
	color: transparent;
	border-bottom: 1px solid #999;
}

.class-main-buttons {
	position: absolute;
	right: 22px;
	bottom: 8px;
}

.class-main-buttons .set-tab {
	padding: 8px 30px;
	color: #fff;
	border-radius: 4px 4px 0px 0px;
	background: rgba(255, 255, 255, 0.25);
}

.page-small .class-main-buttons .set-tab {
	padding: 5px 15px;
}

.class-main-buttons .set-tab.active {
	color: #8ebd4d;
	background: #fff;
}

.big-placeholder::-webkit-input-placeholder { /* WebKit browsers */
    position: relative;
    padding-top: 30px;
    font-size: 30px;
    text-align:center;
}
.big-placeholder:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    position: relative;
    padding-top: 30px;
    font-size: 30;
    text-align:center;
}
.big-placeholder::-moz-placeholder { /* Mozilla Firefox 19+ */
    position: relative;
    padding-top: 30px;
    font-size: 30px;
    text-align:center;
}
.big-placeholder:-ms-input-placeholder { /* Internet Explorer 10+ */
    position: relative;
    padding-top: 30px;
    font-size: 30px;
    text-align:center;
}

.blinking{
    -webkit-animation: blink 2s infinite;
    -moz-animation: blink 2s infinite;    
    animation: blink 2s infinite;
}

@-webkit-keyframes blink{
    0%{ opacity:0;}
    100%{opacity:1;}
}

@-moz-keyframes blink{
    0%{ opacity:0;}
    100%{opacity:1;}
}

@keyframes blink{
    0%{ opacity:0;}
    100%{opacity:1;}
}
.blink {
  animation: blink-animation2 1s steps(10, start) infinite;
  -webkit-animation: blink-animation2 1s steps(10, start) infinite;
}
@keyframes blink-animation {
	75% { opacity: 1; }
	100% { opacity: 0.2; }
}
@-webkit-keyframes blink-animation {
	75% { opacity: 1; }
	100% { opacity: 0.2; }
}
@keyframes blink-animation2 {
	25% { opacity: 0.2; }
	100% { opacity: 1; }
}
@-webkit-keyframes blink-animation2 {
	25% { opacity: 0.2; }
	100% { opacity: 1; }
}


#class_board .board_edit_content span {
    display:block;
}
#class_board .board_edit_content textarea {
    display:none;
}
#class_board .board_btn .btn-view {
    display:inline-block;
}
#class_board .board_btn .btn-edit {
    display:none;
}
#class_board .edit .board_edit_content span {
    display:none;
}
#class_board .edit .board_edit_content textarea {
    display:block;
}
#class_board .edit .board_btn .btn-view {
    display:none;
}
#class_board .edit .board_btn .btn-edit {
    display:inline-block;
}


/*==================================================
 * Effect 7
 * ===============================================*/
.effect7
{
    position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
    content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.effect7:after
{
    right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 8
 * ===============================================*/
.effect8
{
    position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
/* .effect8:after
{

    right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);

}   */

.card-outline .btn_know {
	display: block;
	margin-top: -4px;
}
.card-outline .btn_know .btn_kown_o, .card-outline .btn_know .btn_kown_x {
	display: inline-block;
    font-size: 14px;
    padding: 3px;
}
.page-small .card-outline .btn_know .btn_kown_o, .page-small .card-outline .btn_know .btn_kown_x { padding: 5px 10px; }
.card-outline .btn_know .btn_kown_o {
  color: #3498db;
}
.card-outline .btn_know .btn_kown_x {
  color: #e74c3c;
}
.card-outline.active .btn_know .btn_kown_o {
  color: #fff;
  background: #3498db;
  border-radius: 4px 0 0 4px;
}
.card-outline.correct .btn_know .btn_kown_o, .card-outline.wrong .btn_know .btn_kown_o {
  color: #3498db;
  background: none;
  border-radius: 0px;
}
.card-outline.deactive .btn_know .btn_kown_x {
  color: #fff;
  background: #e74c3c;
  border-radius: 0 4px 4px 0;
}
.card-outline.correct .btn_know .btn_kown_x, .card-outline.wrong .btn_know .btn_kown_x {
  color: #e74c3c;
  background: none;
  border-radius: 0px;
}

@-webkit-keyframes bounceInOut {
  0%, 8%, 16%, 24%, 32%, 40%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  8% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  16% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  24% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  32% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  
  80% {
	opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  
  100% {
  	opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
}

@keyframes bounceInOut {
  0%, 8%, 16%, 24%, 32%, 40%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  8% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  16% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  24% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  32% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  
  80% {
	opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  
  100% {
  	opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
}

.neon-text, .neon-button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal normal bold 24px/normal "Aclonica", Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: 1px 1px 0 #3498db , -1px -1px 0 #3498db , 1px -1px 0 #3498db , -1px 1px 0 #3498db , 4px 4px 8px rgba(52,152,219,0.5) , -4px 4px 8px rgba(52,152,219,0.5) , 4px -4px 8px rgba(52,152,219,0.5) , -4px -4px 8px rgba(52,152,219,0.5) ;
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.neon-button {
	padding: 6px 10px 2px 10px;
/*     border: 1px solid #3498db; */
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
}
.neon-button:hover {
	background: #3498db;
  text-shadow: 1px 1px 0 #3498db , -1px -1px 0 #3498db , 1px -1px 0 #3498db , -1px 1px 0 #3498db ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
/*
.neon-text, .neon-button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal normal bold 24px/normal "Aclonica", Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: 1px 1px 0 #8ebd4d , -1px -1px 0 #8ebd4d , 1px -1px 0 #8ebd4d , -1px 1px 0 #8ebd4d , 4px 4px 8px rgba(98,203,49,0.5) , -4px 4px 8px rgba(98,203,49,0.5) , 4px -4px 8px rgba(98,203,49,0.5) , -4px -4px 8px rgba(98,203,49,0.5) ;
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.neon-button {
	padding: 6px 10px 2px 10px;
    border: 1px solid #8ebd4d;
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
}
.neon-button:hover {
	background: #8ebd4d;
  text-shadow: 1px 1px 0 #8ebd4d , -1px -1px 0 #8ebd4d , 1px -1px 0 #8ebd4d , -1px 1px 0 #8ebd4d ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
*/

.game-result-row {
	height: 35px;
    background: #8ebd4d;
    border-radius: 30px;
    display: block;
    margin: 10px 0 12px 5px;
    color: #fff;
    font-size: 18px;
    position: relative;
}
.game-result-row.me {
	background: #ffca28;
}
.game-result-col {
	height: 100%;
	width: 100%;
	display: table;
}
.game-result-col.name {
	margin-left: -20px;
    margin-right: 10px;
}
.game-result-img {
	position: absolute;
    border: 3px solid #fff;
    left: -5px;
    top: -7px;
}

.learn-result-list {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
}
.learn-result-list .rows {
	color: #333;
	opacity: 0.65;
}
.learn-result-list.alpha .rows {
	color: inherit;
}
.learn-result-list .rows &gt; td {
	padding-bottom: 8px;
	text-align: center;
}
.learn-result-list.alpha .rows &gt; td {
	padding-bottom: 12px;
}
.learn-result-list .rows.me {
	opacity: 1;
}
.learn-result-list .prog {
	position: relative;
	height: 20px;
	border: 1px solid #666;
	text-align: left;
}
.learn-result-list .rows.me .prog {
	height: 30px;
}
.learn-result-list .prog-bar {
	display: inline-block;
    height: 100%;
    background: #666;
    opacity: 0.7;
    top: 0px;
    position: absolute;
}
.learn-result-list .rows.me .prog-bar {
	opacity: 1;
}
.learn-result-list.info .prog {
	border: 1px solid #3498db;
}
.learn-result-list.info.alpha .prog {
	border-color: rgba(52, 152, 219, 0.4);
}
.learn-result-list.info .prog-bar {
	background: #3498db;
}
.learn-result-list.success .prog {
	border: 1px solid #8ebd4d;
}
.learn-result-list.success.alpha .prog {
	border-color: rgba(98, 203, 49, 0.4);
}
.learn-result-list.success .prog-bar {
	background: #8ebd4d;
}
.learn-result-list.warning .prog {
	border: 1px solid #ffca28;
}
.learn-result-list.warning.alpha .prog {
	border-color: rgba(255, 182, 6, 0.4);
}
.learn-result-list.warning .prog-bar {
	background: #ffca28;
}
.learn-result-list.danger .prog {
	border: 1px solid #e74c3c;
}
.learn-result-list.danger.alpha .prog {
	border-color: rgba(231, 76, 60, 0.4);
}
.learn-result-list.danger .prog-bar {
	background: #e74c3c;
}
.rows.info .prog {
	border: 1px solid #3498db;
}
.alpha .rows.info .prog {
	border-color: rgba(52, 152, 219, 0.4);
}
.rows.info .prog-bar {
	background: #3498db;
}
.rows.success .prog {
	border: 1px solid #8ebd4d;
}
.alpha .rows.success .prog {
	border-color: rgba(98, 203, 49, 0.4);
}
.rows.success .prog-bar {
	background: #8ebd4d;
}
.rows.warning .prog {
	border: 1px solid #ffca28;
}
.alpha .rows.warning .prog {
	border-color: rgba(255, 182, 6, 0.4);
}
.rows.warning .prog-bar {
	background: #ffca28;
}
.rows.danger .prog {
	border: 1px solid #e74c3c;
}
.alpha .rows.danger .prog {
	border-color: rgba(231, 76, 60, 0.4);
}
.rows.danger .prog-bar {
	background: #e74c3c;
}
.class-set-over:hover {
    cursor: pointer;
    font-weight: 800;
    text-decoration: underline;
    color: #8ebd4d;
    background: rgba(0, 0, 0, 0.05) !important;
}
.class-set-over:hover .btn-set-item { text-decoration: underline; }

.class-set-over .btn-set-item .set-name { font-size: 16px; }
.class-set-over.disabled .btn-set-item .set-name { opacity: 0.5; }
.class-set-over.disabled .btn-set-item .set-name i { display: none; }
.class-set-over.disabled:hover, .class-main .class-set-over.disabled {
    font-weight: inherit;
    text-decoration: inherit;
    color: inherit;
    background: inherit !important;
}
.class-set-over.disabled:hover .btn-set-item { text-decoration: inherit; }
/* .popover-content {
	background-color: coral;
	color: #000000;
	padding: 25px;
} */

.class-main .class-set-over .class-set-before, .class-main .class-set-over .class-set-after { font-weight: normal !important; }
.class-main .class-set-over .class-set-before { display: none; opacity: 0.8; }
.class-main .class-set-over.disabled .class-set-before { display: table-cell; }
.class-main .class-set-over.disabled .class-set-after { display: none; }

.radio input[type="radio"]:focus + label::before {
	outline: none !important;
}
.checkbox input[type="checkbox"]:focus + label::before {
	outline: none !important;
}

/* Big menu */
.hdropdown.bigmenu {
  padding: 30px 30px 0px 30px;
}
.bigmenu a i {
  font-size: 46px;
}
.bigmenu a {
  display: block;
  text-align: center;
  margin: 0 10px 30px 0;
  min-width: 100px;
}
.bigmenu h5 {
  font-size: 13px;
  margin-top: 10px;
  color:#9d9fa2;
}

.section_list_body { overflow: hidden; transition: height 300ms; padding: 0 20px 0 36px; background: #fff; }
.section_list_body.first { transition: height 1000ms; }

#right-sidebar {
	background-color: #fff;
	border-left: 1px solid #e4e5e7;
	overflow: hidden;
	position: fixed;
	top: 0px;
	width: 210px !important;
	z-index: 1009;
	bottom: 0;
	right: 0;
	display: none;
	overflow: auto;
}
#right-sidebar.sidebar-open {
	display: block;
}

#sectionEndModal .modal-dialog {
	width: 650px;
}
.page-small #sectionEndModal .modal-dialog {
	padding: 0px 10px;
}
#sectionEndModal .modal-dialog .round-list {
	height: 220px;
	overflow-y: auto;
}
#sectionEndModal .modal-dialog .round-button {
	height: 230px;
	margin-top: 15px;
	border-left: 1px solid #ccc;
	position: relative;
}
#sectionEndModal2 .modal-dialog {
	width: 470px;
}

#premiummodal .modal-dialog {
    width: 400px; overflow-y: initial !important
}
.page-small #premiummodal .modal-dialog {
    width: 300px;
    margin: 30px auto;
}
.page-small #sectionEndModal .modal-dialog {
	width: 300px;
	margin: 30px auto;
}
#sectionEndModal .modal-dialog .modal-body {
	padding: 30px;
}
.page-small #sectionEndModal .modal-dialog .modal-body {
	padding: 15px 40px;
}
.page-small #sectionEndModal .modal-dialog .round-list {
	height: 120px;
}
.page-small #sectionEndModal .modal-dialog .round-button {
	height: 170px;
	border-left: 0px solid #ccc;
	position: relative;
}
.page-small #sectionEndModal2 .modal-dialog {
	width: 310px;
	margin: 30px auto;
}
/* .page-small .match-box img {
	display: none;
} */
.page-small .game-result-img {
	display: none;
}
.page-small .btn-study-area {
	font-size: 12px;
}

.form-group.section-setting {
	display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-group.section-setting .input-group {
	display: inline-table;
    vertical-align: middle;
}
.form-group.section-setting .input-group .form-control, .form-group.section-setting .input-group .input-group-addon, .form-group.section-setting .input-group .input-group-btn {
	width: auto;
}

.crash-wrapper {
	width: 100%;
}

.page-small .page-set.hpanel {
	margin-bottom: 10px;
}
.page-small .page-set.hpanel .panel-body {
	padding-bottom: 0px;
}
.page-small .page-set.section_list_body {
	margin: 0px 5px;
	padding: 0px 10px;
}

.section-detail-row {
	height: 45px;
	position: relative;
	border-top: 1px solid #eeeeee;
}
.section-detail-row-icon {
	position: absolute;
	left: 0;
	top: 0;
	padding: 12px 5px 11px;
}
.section-detail-row-content {
	position: absolute;
	left: 24px;
	right: 40px;
	height: 100%;
}
.page-small .section-detail-row-content {
	right: 0px;
}
.section-detail-row-img {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 10px 11px;
}
.page-small .section-detail-row-img {
	display: none;
}

.grid-detail-body {
	position: absolute;
	top: 40px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(1, 1, 1, 0.7);
	z-index: 10;
	display: none;
	cursor: pointer;
	overflow: hidden;
}
.grid-detail-card {
	display: inline-block;
	min-width: 825px;
	width: calc(100% - 50px);
	min-height: 486px;
	height: calc(100% - 50px);
	margin: 10px;
	position: absolute;
	top: 15px;
	left: 15px;
	opacity: 1;
	transform-origin: 50% 50%;
	transition: all .5s;
}
.grid-detail-body.active {
	display: block;
}
.grid-detail-body.x3 .grid-detail-card {
	width: 1046px;
	height: 592px;
	top: calc(50% - 286px);
	left: calc(50% - 523px);
}
.grid-detail-card.init {
	left: 0px;
    top: 0px;
    transform: scale(0.5);
    transform-origin: 0% 0%;
    opacity: 0;
}

.header-menu-body {
	height: 49px;
	background-color: #8ebd4d;
	max-width: 1200px;
	min-width: 768px;
	margin: 0 auto;
	text-align: center;
	margin-top: -49px;
    visibility: hidden;
    transition: all 0.5s;
}
.page-small .header-menu-body {
	margin-top: 0px;
	visibility: visible;
	max-width: 768px;
    min-width: 320px;
}
.page-small #menu-main.show {
	margin-left: 0px;
	z-index: 10;
}
.header-menu {
	padding: 12px 17px;
    font-size: 18px;
    float: left;
    color: #fff;
    cursor: pointer;
}
.header-menu:hover {
	background: rgba(0, 0, 0, 0.3);
}
.page-small .class-main-buttons {
	right: 5px;
	bottom: 5px;
}
.class-main-class-list {
	display: inline-block;
	width: 30%;
}
.page-small .class-main-class-list {
	width: 70px;
}
.user-guide {
    width:600px;padding:10px;
}
.page-small .user-guide {
    width:100%;
}
.video-guide {
    width:100%;height:100%;
}
.page-small .video-guide {
    width:100%;height: initial;
}

.cc-banner { 
	display: none;
	position: absolute;
	width: 180px;
    background: #fff;
    top: 20px;
    left: 1040px;
    min-height: 500px;
    padding: 10px;
    z-index: 3;
}
.cc-banner .banner-body {
	display: table;
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
}
.cc-banner .banner-content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.view_set .cc-banner { right: 15px; top: 0px; left: inherit; }
.memorize .cc-banner, .recall .cc-banner, .spell .cc-banner { top: 40px; background: transparent; }
.banner-show .cc-banner { display: block; }
.banner-show .cc-banner-view-set { width: calc(100% - 195px); min-height: 600px; }
.main.banner-show #wrapper, .set_list.banner-show #wrapper, .search.banner-show #wrapper, .class.banner-show #wrapper { margin-right: 180px; }

.class.banner-show .content { padding-right: 10px; }

@media screen and (max-width:970px) {
	.main .cc-banner, .set_list .cc-banner, .search .cc-banner, .class .cc-banner { display: none !important; }
	.main #wrapper, .set_list #wrapper, .search #wrapper, .class #wrapper { margin-right: 0px !important; }
	.slider-body { padding: 0px !important; }
	.class.banner-show .content { padding-right: 25px; }
}
@media screen and (max-width:920px) {
	.view_set .cc-banner, .memorize .cc-banner, .recall .cc-banner, .spell .cc-banner { display: none !important; }
	.view_set .cc-banner-view-set { width: 100% !important; }
	.memorize #wrapper-learn, .recall #wrapper-learn, .spell #wrapper-learn { right: 0px !important; }
	
}
@media screen and (max-width:731px) {
	#wrapper-learn .cc-adsense, .study-end-layer .cc-adsense { display: none !important; }
}
.cc-banner-em {
	position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    display: none;
}
.cc-banner-em.show {
	display: block;
}
.banner-show #wrapper { min-width: 820px; }
/* .banner-show #wrapper #wrapper_body { width: calc(100% - 180px); margin: 0; } */



.cap-error {
	color: #e74c3c;
	font-size: 12px;
	display: none;
}
.cap-error.active {
	display: block;
}

.class-mng-checkbox:before {
	top: 4px !important;
}
.class-mng-checkbox:after {
	top: 4px !important;
}

.anchor-body:hover .anchor-underline, .anchor-underline:hover { text-decoration: underline; }
.anchor-body:hover .anchor-primary, .anchor-primary:hover { color: #34495e !important; }
.anchor-body:hover .anchor-primary-2, .anchor-primary-2:hover { color: #9b59b6 !important; }
.anchor-body:hover .anchor-info, .anchor-info:hover { color: #3498db !important; }
.anchor-body:hover .anchor-success, .anchor-success:hover { color: #8ebd4d !important; }
.anchor-body:hover .anchor-success2, .anchor-success2:hover { color: #029969 !important; }
.anchor-body:hover .anchor-warning, .anchor-warning:hover { color: #ffca28 !important; }
.anchor-body:hover .anchor-warning2, .anchor-warning2:hover { color: #e67e22 !important; }
.anchor-body:hover .anchor-danger, .anchor-danger:hover { color: #e74c3c !important; }
.anchor-body:hover .anchor-white, .anchor-white:hover { color: #fff !important; }
.anchor-body:hover .anchor-yellow, .anchor-yellow:hover { color: #ffff00 !important; }
.anchor-body:hover .anchor-gray, .anchor-gray:hover { color: #bbb !important; }
.text-underline { text-decoration: underline; }

.page-small .rank-small {
	font-size: 10px !important;
}
.page-small .btn.rank-small {
	padding: 6px 5px;
}

.balloon:after {content:''; position:absolute; width:0; height:0; border-style:solid;}
.balloon.test_1:after,
.balloon.test_2:after {border-width:15px 10px; left:70%; margin-left:-10px;}
.balloon.test_3:after,
.balloon.test_4:after {border-width:10px 15px; top:50%; margin-top:-10px;}
.balloon.test_1:after {border-color:#3498db transparent transparent transparent; bottom:-25px;}
.balloon.test_2:after {border-color:transparent transparent #3498db transparent; top:-29px;}
.balloon.test_3:after {border-color:transparent #3498db transparent transparent; left:-25px;}
.balloon.test_4:after {border-color:transparent transparent transparent #3498db; right:-25px;}

.class-main-test {
	float: right;
/* 	margin-top: -35px; */
}
@media only screen and (max-width: 810px) {
	.class-main-test {
		margin-top: 0px;
	}
}

.quiz-info-layer, .quiz-study-layer { position: relative; }
.quiz-mode .content-learn { width: initial; min-width: 600px; text-align: left; }
.quiz-mode.X2 .content-learn { min-width: 840px; }
.quiz-mode.X2 .quiz-info-layer { display: none; }
.quiz-mode.X3 .content-learn { min-width: 1080px; }
.quiz-mode.X3 .quiz-info-layer { display: none; }
.quiz-mode .CardList { height: 402px; }
.quiz-mode.X2 .CardList { height: 562px; }
.quiz-mode.X3 .CardList { height: 722px; }
.quiz-mode .next-quiz-info { margin: 20px 0 40px 20px; text-align: left; font-size: 20px; font-weight: bold; }
.quiz-mode .next-quix-img { width: 90px; height: 90px; }
.quiz-mode.X2 .next-quix-img { width: 126px; height: 126px; }
.quiz-mode.X3 .next-quix-img { width: 162px; height: 162px; }
.quiz-mode .quiz-study-layer .member_name { font-size: 70px; font-weight: bold; margin-top: 40px; }
.quiz-mode.X2 .quiz-study-layer .member_name { font-size: 98px; }
.quiz-mode.X2 .card-outline .card-content { height: 280px; }
.quiz-mode.X2 .card-outline .card-cover { top: 280px; }
.quiz-mode.X3 .quiz-study-layer .member_name { font-size: 126px; }
.quiz-mode.X3 .card-outline .card-content { height: 360px; }
.quiz-mode.X3 .card-outline .card-cover { top: 360px; }
.quiz-zoom-student { position: absolute; right: 360px; top: 5px; }
.quiz-zoom-student .quiztime-answer { float: inherit; display: inline-block; width: 35px; font-size: 18px; position: relative; top: 2px; }

.study-mode .CardList { height: 400px; }
.page-small .study-mode .CardList { height: 472px; }
.study-mode.X2 .content-learn { min-width: 840px; }
.study-mode.X3 .content-learn { min-width: 1080px; }
.study-mode.X2 .CardList { height: 562px; }
.study-mode.X3 .CardList { height: 722px; }
.study-mode.X2 .card-outline .card-content { height: 280px; }
.study-mode.X2 .card-outline .card-cover { top: 280px; }
.study-mode.X3 .card-outline .card-content { height: 360px; }
.study-mode.X3 .card-outline .card-cover { top: 360px; }
.study-mode.X2 .card-outline .card-content .img-span img { max-height: 210px; max-width: 280px; }
.study-mode.X3 .card-outline .card-content .img-span img { max-height: 270px; max-width: 360px; }
.study-mode.X2 .card-outline .card-quest { top: 280px; }
.study-mode.X3 .card-outline .card-quest { top: 360px; }
.study-mode.X2 .card-outline .card-quest .card-quest-item { font-size: 25px; }
.study-mode.X3 .card-outline .card-quest .card-quest-item { font-size: 32px; }

.study-mode.X2.sentence .card-outline .card-content:first-child { height: 210px; }
.study-mode.X2.sentence .card-outline .card-content:nth-child(2), .study-mode.X2.sentence .card-outline .card-cover { height: 350px; }
.study-mode.X3.sentence .card-outline .card-content:first-child { height: 270px; }
.study-mode.X3.sentence .card-outline .card-content:nth-child(2), .study-mode.X3.sentence .card-outline .card-cover { height: 450px; }

.select-profile { display: inline-block; cursor: pointer; }
.select-profile:hover { background: #ddd; }
.select-profile.active { background: #8ebd4d; }

.page-break	{ display: none; }		
.page {
    width: 210mm;
/*     min-height: 277mm; */
/* 	height: 150mm; */
    padding: 10mm;
    margin: 0.5cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.anchor_blank_audio { color: #6a6c6f; }
.anchor_blank_audio:hover { color: #3498db; }

.input-area .has-error .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #a94442 !important;
}
.input-area .has-error .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a94442 !important;
}
.input-area .has-error .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a94442 !important;
}
.input-area .has-error .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #a94442 !important;
}

.title-content { padding-top: 0px; padding-bottom: 0px; }
.page-small .title-content { padding: 0px; }

.main-nav { text-align: center; font-weight: 600; font-size: 14px; /*padding-left: 125px;*/ }
.main-nav &gt; li { display: inline-block; border-bottom: 3px solid transparent; margin: 0px 5px; }
.main-nav &gt; li:first-child { margin-left: 0px; }
.main-nav &gt; li:last-child { margin-right: 0px; }
.main-nav &gt; li &gt; a:hover, .main-nav &gt; li &gt; a:focus { background-color: transparent; }
.main-nav.mypage &gt; li &gt; a { color: #aaa; font-size: 16px; }
.main-nav &gt; li.active, .main-nav &gt; li:hover { border-bottom: 3px solid #3498db; }
.main-nav &gt; li.active &gt; a, .main-nav &gt; li &gt; a:hover { color: #3498db; }

.main-nav.add-set-nav { text-align: left; }
.main-nav.add-set-nav &gt; li &gt; a { color: #bbb; }
.main-nav.add-set-nav &gt; li.active, .main-nav.add-set-nav &gt; li:hover { border-bottom: 3px solid #3498db; }
.main-nav.add-set-nav &gt; li.active &gt; a, .main-nav.add-set-nav &gt; li &gt; a:hover { color: #3498db; }

.page-small .main-nav.mypage &gt; li &gt; a { padding:10px 5px; }
/*.page-small .main-nav.mypage &gt; li { display: inline-block; border-bottom: 3px solid transparent; margin: 0px 0px; }*/
.page-small .main-nav.mypage { text-align:left; padding-left: 0px; font-size: 12px; }

.set-nav { font-size: 12px; }
.set-nav &gt; li { float: left; background: #fff; }
.set-nav &gt; li &gt; a { min-width: 100px; text-align: center; padding: 7px 10px; color: #BDBDBD; }
.set-nav &gt; li &gt; a:hover, .set-nav &gt; li &gt; a:focus { background-color: transparent; color: #039BE5; }
.set-nav &gt; li.active { background: #039BE5; }
.set-nav &gt; li.active &gt; a { color: #fff; }
.set-nav &gt; li a [data-toggle="dropdown"] { display: none; position: absolute; top: 7px; left: 0; right: 8px; bottom: 0; text-align: right; }
.set-nav &gt; li.active a [data-toggle="dropdown"] { display: inline-block; }

.hpanel.ccpanel .hbuilt.panel-heading { padding: 20px 30px; padding-bottom: 0px; font-size: 18px; border-bottom: none; }
.hpanel.ccpanel .hbuilt.panel-heading:after { content: ""; clear: both; display: table; }
.hpanel.ccpanel .panel-body { border: 1px solid #e5e6e8; border-top: none; }

.page-small .hpanel.ccpanel .hbuilt.panel-heading { padding: 25px; padding-bottom: 0px; font-size: 15px; }

.hpanel.ccpanel .panel-body.study { border-top: none; padding-left: 40px; padding-right: 40px;}
.page-small .hpanel.ccpanel .panel-body.study { border-top: none; padding-left: 25px; padding-right: 25px;}

.main-class-card-body { text-align: left;  padding: 0 30px;}
@media only screen and (max-width: 700px) {
	.main-class-card-body { text-align: center; }
}
.main-class-card { display: inline-table; text-align: left; width: 260px; height: 185px; border: 1px solid #f2f2f2; border-radius: 0px; padding: 25px; position: relative; color: #fff; margin-right: 15px; margin-bottom: 25px; cursor: pointer; }
.main-class-card.teacher { height: 149px; }
.page-small .main-class-card { height: 195px; }
.page-small .main-class-card.teacher { height: 149px; }
.main-class-card .card-top.title { width: 218px; }
@media only screen and (min-width: 1188px) {
	.main-class-card:nth-child(3n) { margin-right: 0px; }
}
@media only screen and (max-width: 635px) {
	.main-class-card { margin-right: 0px; }
}
@media only screen and (max-width: 360px) {
	.main-class-card { width: 248px; }
	.main-class-card .card-top.title { width: 196px; }
}
.main-class-card .card-top { position: relative; z-index: 2; }
.main-class-card .title { font-size: 18px; font-weight: 600; }
.main-class-card .greeting { margin-top: 5px; max-height: 70px; overflow: hidden; word-break: break-all; }
.main-class-card .img-body { position: absolute; left: 0; right: 0; top: 0; border-radius: 0px 0px 0px 0px; background: #000; overflow: hidden; height: 147px; }
.main-class-card.teacher .img-body { border-radius: 0px; }
.main-class-card .img-body img { width: 477px; opacity: 0.7; position: relative; left: -100px; }
.main-class-card:hover .img-body img { opacity: 1; }
.main-class-card .card-user { position: absolute; bottom: 0px; color: #5f5f5f; }
.main-class-card .card-user .td-img { width: 50px; }
.main-class-card .card-user img { border: 2px solid #fff; width: 45px; height: 45px; }
.main-class-card .card-test { position: absolute; right: 4px; top: 6px; }
.main-class-card .card-greeting { position: absolute; left: 25px; right: 25px; bottom: 50px; font-weight: 100; }
.main-class-card.teacher .card-greeting { bottom: 10px; }
.main-class-card .card-link { position: absolute; right: 10px; top: 50px; font-size: 30px; }
.page-small .main-class-card .card-user .td-img { width: 65px; }
.page-small .main-class-card .card-user img { width: 52px; height: 52px; }

.hpanel &gt; .panel-heading.class-main-panel { border-top: none; position: relative; color: #fff; min-height: 280px; }
.class-main-panel .top-button { color: #fff; padding: 3px 12px 3px 5px; }
.class-main-panel a.top-button:hover{ background: rgba(0, 0, 0, 0.3); }
.class-main-panel .top-button.camera i { font-size: 21px; }
.class-main-panel .top-button.camera span { color: #fff; display: none; }
.class-main-panel .top-button.camera:hover { background: #000; border: 1px solid #fff }
.class-main-panel .top-button.camera:hover span { display: inline-block; }
.class-main-panel div { position: relative; }
.class-main-panel .class-title { position: absolute; top: 110px; right: 0px; left: 0px; }
.class-main-panel .class-title.prog { top: 30px; }
.page-small .class-main-panel .class-title.prog { top: 90px; }
.class-main-panel .class-name { font-size: 36px; font-weight: 700; text-align: center; padding: 0px 10px; }
.class-main-panel .class-name a:hover { background: rgba(0, 0, 0, 0.3); }
.class-main-panel .class-name a span { position: relative; top: -16px; left: -2px; font-size: 20px; }
.page-small .class-main-panel .class-name { font-size: 22px; padding: 5px 10px; }
.page-small .class-main-panel .class-name a span { top: -10px; }
.class-main-panel .class-code { font-size: 18px; margin-top: 8px; font-weight: normal; }
.page-small .class-main-panel .class-code { font-size: 16px; margin-top: 0px; }
.class-main-panel .class-code .class-code-body { padding: 8px 5px; }
.class-main-panel .class-code .class-code-body span { font-size: 24px; }
.class-main-panel .class-code .class-code-body a:hover { background: rgba(0, 0, 0, 0.3); }
.page-small .class-main-panel .class-code .class-code-body span { font-size: 19px; }
.class-main-panel .class-info { margin: 230px 50px 40px 50px; background-color: rgba(0, 0, 0, 0.25); font-weight: initial; }
.class-info .class-table { display: table; width: 100%; }
.class-info .class-table-cell { display: table-cell; vertical-align: middle; padding: 10px; }
.class-table-cell.left { width: 220px; text-align: left; border-right: 1px solid rgba(255, 255, 255, 0.25); position: relative; }
.class-table-cell.left:before { right: 0px; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;}
.class-table-cell.left:before { border-color: transparent; border-right-color: rgba(255, 255, 255, 0.25); border-width: 8px; margin-top: -8px; }
.page-small .class-table-cell.left { display: none; }
.class-table-cell.right { text-align: center; position: relative; padding: 10px 50px; font-size: 16px; }
.class-table-cell.right:before { left: 12px; top: -8px; font-size: 60px; font-family: Arial; content: open-quote; position: absolute; pointer-events: none; }
.class-table-cell.right:after { right: 12px; bottom: -40px; font-size: 60px; font-family: Arial; content: close-quote; position: absolute; pointer-events: none; }
@media only screen and (max-width: 600px) {
	.class-table-cell.right {padding: 10px 10px; font-size: 12px; }
	.class-table-cell.right:before { display: none; }
	.class-table-cell.right:after { display: none; }
}
.class-info .class-table-cell img { border-radius: 50%; width: 40px; height: 40px;}

.class-notice { position: absolute !important; left: 0; right: 0; top: 299px; background-color: rgba(0, 0, 0, 0.25); padding: 10px; font-size: 20px; font-weight: normal; cursor: pointer; z-index: 1; }
.class-notice .class-notice-summary { width: calc(100% - 100px); }
.class-notice .class-notice-detail { width: calc(100% - 100px); display: none; }
.class-notice .btn-notice-detail { display: none; }
.class-notice:hover { background-color: #ffffff; border: 1px solid #cccccc;}
.class-notice:hover .class-notice-summary { display: none; }
.class-notice:hover .class-notice-detail { display: block; color: #333333; }
.class-notice:hover .btn-notice-summary { display: none; }
.class-notice:hover .btn-notice-detail { display: inline-block; }

.btn-study .over { width: 100px; height: 100px; background: rgba(0, 0, 0, 0.7); position: absolute; top: 0px; left: 0px; color: #fff; display: none; text-align: center; }
.btn-study:hover .over { display: table; }
.btn-match .over, .btn-crash .over { width: 80px; height: 80px; background: rgba(0, 0, 0, 0.5); margin-bottom: 21px; position: absolute; top: 0px; left: calc(50% - 40px); color: #fff; display: none; padding-top: 30px; }
.btn-match:hover .over, .btn-crash:hover .over { display: block; }

.main-title .profile-body { position: absolute; left: 22px; top: -51px; }
.page-small .main-title .profile-body { top: -68px; }
/*.page-small .main-nav { text-align:left; padding-left: 0px; font-size: 12px; }*/

.board-title { font-size: 16px; }
.board-content { font-size: 14px; word-break: break-all; }
.board-content a { text-decoration: underline; }
.board-content a:hover { background-color: rgba(0, 0, 0, 0.1); text-decoration: underline; }
.page-small .board-title { font-size: 14px; }
.page-small .board-content { font-size: 12px; }

.customer-res-body a { text-decoration: underline; }
.customer-res-body a:hover { background-color: rgba(0, 0, 0, 0.1); text-decoration: underline; }

.report-row { margin-left: 25px; margin-right: 70px; }
.page-small .report-row { margin-right: 0px; }
/* .page-small .report-checkbox { padding-left: 0px; } */
.report-checkbox .btn { margin-left: 10px; }
.page-small .report-checkbox .btn { margin-left: 0px; }

.banner-horizon-body { min-width: 500px; overflow-y: hidden; overflow-x: auto; text-align: center; }
.page-small .banner-horizon-body { display: none; }

.banner-horizon-body .banner-items { 
	display: inline-block; 
	width: 728px;
/* 	width: 893px; */
}
.banner-horizon-body .banner-left { display: inline-block; width: 728px; }
.banner-horizon-body .banner-right { display: none; width: 160px; }

.hpanel &gt; .panel-heading.mypage-heading { background: url('/images/main/main_title_bg03.png'); border-top: none; height: 118px; position: relative; }
.mypage-heading .mypage-title { font-size: 24px; font-weight: 500; position: absolute; left: 80px; bottom: 15px; color: #fff; }
.mypage-img { width: 65px; height: 65px; background-color: white; }
.mypage-type { display: inline-block; background: #8ebd4d; color: #fff; width: 35px; height: 35px; border-radius: 50%; padding-top: 10px; text-align: center; font-size: 10px; font-weight: 100; position: absolute; bottom: -2px; right: -2px; }
.page-small .hpanel &gt; .panel-heading.mypage-heading { height: 80px; padding-top: 100px; }
.page-small .mypage-heading .mypage-title { left: 85px; bottom: 28px; font-size: 18px; }
.page-small .mypage-img { width: 55px; height: 55px; }
.page-small .mypage-type { right: -10px; bottom: -4px; }

.timeline-body .recent-content { border-bottom: 1px solid #eee; margin-left: 75px; padding: 7px 0px 3px; }
.timeline-body .class-row:last-child .recent-content { border-bottom: none; }
.page-small .timeline-body .set-icon { margin-left: 10px !important; margin-right: 10px !important; }
.page-small .timeline-body .recent-content { margin-left: 60px; }

.ui-autocomplete { max-height: 300px; overflow-y: auto; overflow-x: hidden; }

.popover.bottom.h-bg-blue&gt;.arrow:after {
	border-bottom-color: #3498db;
}
.popover.top.h-bg-blue&gt;.arrow:after {
	border-top-color: #3498db;
}

/*.btn-cat-c { min-width: 150px; display: inline-block; color: #5f5f5f; padding: 5px; border-radius: 3px; margin-top: 5px;font-weight: 600; }
.page-small .btn-cat-c { font-size:11px; min-width: 10px; display: inline-block; color: #5f5f5f; padding: 5px; border-radius: 3px; margin-top: 5px; font-weight: 600;}
.btn-cat-c:hover, .btn-cat-c.focus { color: #8ebd4d; font-weight: 600;}*/
.btn-cat-c { min-width: 150px; display: inline-block; color: #666; padding: 5px; border-radius: 3px; margin-top: 5px;font-weight: 200; }
.page-small .btn-cat-c { font-size:11px; min-width: 10px; display: inline-block; color: #666; padding: 5px; border-radius: 3px; margin-top: 5px; font-weight: 600;}
.btn-cat-c:hover, .btn-cat-c.focus { color: #8ebd4d; font-weight: 600;}
/*.btn-cat-c:hover, .btn-cat-c.focus { background: #8ebd4d; color: #fff; }*/

.set-library-list ul {overflow:hidden;font-size:0;list-style:none;padding:0;margin:0;width: 100%;}
.set-library-list ul .set-li {float:left;width:calc(50% - 22px);min-height:40px; margin:0 16px 0px 5px;box-sizing:border-box;padding:0;}
.set-library-list ul .set-li:nth-child(odd) {clear: both;}
@media only screen and (max-width: 600px) {
    .set-library-list ul .set-li {width:100%;}
    .set-library-list ul .set-li {clear: both;}
}
.set-library-list ul .set-li a {min-height:40px;display:block;color:#5f5f5f;font-size:12px;position:relative;margin:0;padding:10px 0 10px 60px;box-sizing:border-box;}
.set-library-list ul .set-li a:hover {background:#f5f5f5;text-decoration:underline;}
.set-library-list ul .set-li a strong {font-size:13px;color:#5f5f5f;display:block;line-height:15px;}
.set-library-list ul .set-li a .set-icon {width:32px;height:32px;font-size:14px;border-radius: 4px;position:absolute;left:16px;top:10px;padding: 0px;}
.set-library-list ul .set-li a .set-icon img {width:38px;height:38px;}
.page-small .set-library-list ul .set-li a {min-height:50px;display:block;color:#5f5f5f;font-size:11px;position:relative;margin:0;padding:5px 0 5px 50px;box-sizing:border-box;}
.page-small .set-library-list ul .set-li a .set-icon {width:34px;height:34px;position:absolute;left:10px;top:10px;}
.page-small .set-library-list ul .set-li a strong {font-size:12px;color:#5f5f5f;display:block;line-height:15px;}

.set-library-list ul {overflow:hidden;font-size:0;list-style:none;padding:0;margin:0;width: 100%;}
.set-library-list ul .book-li {float:left;width:calc(17% - 10px);min-height:40px; margin:0 0px 0px 5px;box-sizing:border-box;padding:0;}
@media only screen and (max-width: 600px) {
    .set-library-list ul .book-li {width:100%;}
    /*.set-library-list ul .book-li {clear: both;}*/
}
.set-library-list ul .book-li a {min-height:40px;display:block;color:#5f5f5f;font-size:12px;position:relative;margin:0;padding:10px 0 10px 0px;box-sizing:border-box; text-align: center;}
.set-library-list ul .book-li a:hover {background:#f5f5f5;text-decoration:underline;}
.set-library-list ul .book-li a strong {font-size:13px;color:#5f5f5f;display:block;line-height:15px;}
.page-small .set-library-list ul .book-li a {min-height:50px;display:block;color:#5f5f5f;font-size:11px;position:relative;margin:0;padding:5px 0 5px 50px;box-sizing:border-box;}
.page-small .set-library-list ul .book-li a .set-icon {width:34px;height:34px;position:absolute;left:10px;top:10px;}
.page-small .set-library-list ul .book-li a strong {font-size:12px;color:#5f5f5f;display:block;line-height:15px;}

.left-home { font-weight: 600; font-size:12px; font-weight: 100;}
.left-home:hover, .left-homec.focus { color: #00b050; text-decoration: underline; font-weight: 300;}

.row.check { transition: all 0.2s; cursor: pointer; }
.row.check .checked-info { float: right; display: none; margin-top: 12px; }
.row.check:hover { background: #e7e9ea; }
.row.check.active { background: #56bafd; color: #fff; }
.row.check.disabled { background: #f9f9f9; color: #d9d9d9; cursor: default; }
.row.check.disabled .checked-info { display: block; }

.class-progress-body { max-width: 630px; width: 100%; height: 70px; margin: 90px auto 0; position: relative; padding: 0px 10px; display: none; }
.class-title.prog .class-progress-body { display: block; }
.class-progress-body .bg-line { height: 2px; background: #fff; position: absolute; top: calc(50% - 1px); right: 11px; left: 11px; }
.class-progress-body .item-body .item { width: 22.22222%; float: left; text-align: right; }
.class-progress-body .item-body .item:first-child { width: 11.11111%; }
.class-progress-body .item-body .item .status { width: 70px; height: 70px; border-radius: 50%; border: 5px solid #fff; background: #00b04f; color: #fff; display: inline-block; position: relative; transition: all 0.15s; }
.class-progress-body .item-body .item .status.click:hover { transform: scale(1.2); cursor: pointer; }
.class-progress-body .item-body .item .status.click .normal { display: block; }
.class-progress-body .item-body .item .status.click .over { display: none; }
.class-progress-body .item-body .item .status.click:hover .normal { display: none; }
.class-progress-body .item-body .item .status.click:hover .over { display: block; }
.class-progress-body .item-body .item .status.end { background: #fff; color: #00b04f; }
.class-progress-body .item-body .item .status.current { border-color: yellow; }
.class-progress-body .item-body .item .status .v-body { display: table; width: 100%; height: 100%; }
.class-progress-body .item-body .item .status .v-item { display: table-cell; vertical-align: middle; text-align: center; font-weight: normal; font-size: 12px; }
.class-progress-body .item-body .item .status .marking { position: absolute; top: -5px; left: 5px; font-size: 50px; color: rgba(0, 0, 0, 0.2); }

.init-event-box { width: 130px; height: 70px; position: relative; margin: 10px; float: left; }
.init-event-box .item { width: 100%; height: 100%; border: 1px solid #ccc; border-radius: 5px; }
.init-event-box .completed { position: absolute; top: -8px; left: 0; right: 0; text-align: center; font-size: 50px; opacity: 0.6; }
.init-event-box-right { float: right; }
.page-small .init-event-box-right { float: left; }

.balloon2 {
	display: inline-block;
    position: relative;
    background: #fff;
    min-height: 70px;
    min-width: 120px;
    margin: 0 auto;
    border-radius: 10px;
    border: 0px solid #8ebd4d;
}
.balloon2:before {
	content: "";
    position: absolute;
    z-index: 10;
    right: -30px;
    top: 50px;
    width: 30px;
    height: 30px;
    border: 0px solid #8ebd4d;
    background: #fff;
    -webkit-border-top-right-radius: 60px 50px;
    -moz-border-radius-topright: 60px 50px;
    border-top-right-radius: 60px 50px;
    display: block;
}
.balloon2:after {
	content: "";
    position: absolute;
    z-index: 10;
    right: -30px;
    top: 67px;
    width: 30px;
    height: 15px;
    border: 0px solid #8ebd4d;
    background: #424242;
    -webkit-border-top-right-radius: 30px 15px;
    -moz-border-radius-topright: 30px 15px;
    border-top-right-radius: 30px 15px;
    display: block;
}
.balloon2 &gt; :first-child:before {
	content: "";
    position: absolute;
    right: -30px;
    top: 80px;
    height: 0px;
    width: 0px;
    background: #8ebd4d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.balloon2 &gt; :first-child:after {
	content: "";
    position: absolute;
    right: -3px;
    top: 67px;
    width: 3px;
    height: 0px;
    background: #8ebd4d;
    z-index: 11;
}
.guide-panel { position: relative; float: left; width: 275px; min-height: 160px; margin-right: 10px; padding: 20px 10px 15px; border: 1px solid #c9ddf7; outline: none; }
.guide-panel.p-blue { border-color: #e5e5e5; background: #fff; }
.guide-panel .btn { outline: none; }
.guide-panel.ea2 { width: calc(50% - 5px); }
.guide-panel.ea3 { width: calc(33.33333% - 6.666667px); }
.guide-panel.ea4 { width: calc(25% - 7.5px); }
.guide-panel:last-child { margin-right: 0px; }
.guide-panel .title { font-size: 15px; font-weight: 600; margin-bottom: 5px; }
.guide-panel .detail { margin-bottom: 20px; }
.guide-panel .btns { position: absolute; bottom: 15px; left: 15px; }
.guide-panel.p-blue .btns { right: 0px; bottom: 0px; left: 0px; background: #3498db; text-align: center; }
.guide-panel .end { font-size: 21px; font-weight: 700; position: absolute; top: -10px; right: 0px; padding: 10px; cursor: pointer; }
.guide-panel.p-blue .end { background: #3498db; color: #fff; border-radius: 50%; font-size: 14px; padding: 5px 10px; right: -8px; }

.row-set-tools { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select:none; position: relative; }
.row-set-tools .col-set-tools { position: absolute; right: 0px; top: 0px; bottom: 0px; display: none; padding: 0px 10px; }
.row-set-tools .col-set-tools a.btn { font-size: 14px; }
.row-set-tools.hover .col-set-tools, .row-set-tools:hover .col-set-tools { display: block; background: #f5f5f5; }
.row-set-tools.noact .col-set-tools { display: none; }
.row-set-tools .col-set-tools .tb { display: table; height: 100%; }
.row-set-tools .col-set-tools .tb .tb-cell { display: table-cell; vertical-align: middle; }

.col-set-tools .dropdown-menu &gt; li { padding: 0px }
.col-set-tools .dropdown-menu &gt; li &gt; a { padding: 6px 12px !important; font-size: 14px; }
.col-set-tools .dropdown-menu &gt; li &gt; a.title { padding: 3px 12px !important; text-align: left; font-size: 80%; font-weight: 600; color: #aaa; }
.col-set-tools .dropdown-menu &gt; li &gt; a:hover.title { color: #aaa; background-color: inherit; cursor: default; }

.main-left-menu { list-style-type: none; margin: 0px; padding: 0px; }
.main-left-menu &gt; li &gt; a.noaction { cursor: default; font-size: 12px; font-weight: normal; padding-bottom: 3px; padding-top: 30px; color: #a2a2a1; }
.main-left-menu &gt; li &gt; a.noaction:hover { background: transparent; color: #a2a2a1; cursor: default; }
.main-left-menu &gt; li &gt; a { position: relative; display: block; padding: 8px 15px; color: #5f5f5f; font-weight: normal; border-left: 3px solid transparent; font-size: 14px; }
.main-left-menu &gt; li &gt; a &gt; .icon:before { content: "â–¼"; }
.main-left-menu &gt; li &gt; a:hover { /* background: rgba(0, 0, 0, 0.06); */ color: #8ebd4d; }
.main-left-menu &gt; li.active &gt; a { background: #D4FF93; margin: 0px 10px; padding: 4px 0px 4px 5px; }
.main-left-menu &gt; li.active.class-toggle &gt; a { background: transparent; color: #5f5f5f; pointer-events: auto; cursor: pointer; }
.main-left-menu &gt; li.active.class-toggle &gt; a:hover { color: #8ebd4d; }
.main-left-menu &gt; li.active &gt; a &gt; .icon:before { content: "â–²"; }
.main-left-menu &gt; li.active .toggle-class &gt; a, .main-left-menu &gt; li:hover .toggle-class &gt; a { color: #8ebd4d; }

.material-icons { font-size: inherit; position: relative; top: 2px; transform: scale(1.20); }
.material-icons.md-16 { font-size: 16px; top: 3px; }
.material-icons.md-18 { font-size: 18px; top: 3px; }
.material-icons.md-24 { font-size: 24px; top: 6px; }
.material-icons.md-36 { font-size: 36px; top: 10px; }
.material-icons.md-48 { font-size: 48px; top: 18px; }

.cc-iframe-dialog-body { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 101; display: none; text-align: center; overflow-y: auto; }
.cc-iframe-dialog-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; opacity: 0.5; background: #aaaaaa; display: none; }
.cc-iframe-dialog-body.active, .cc-iframe-dialog-overlay.active { display: block; }
.cc-iframe-dialog { margin: 100px auto 30px; border-radius: 5px; border: 5px solid #e74c3c; background: #fcfdfd; padding: .2em; outline: 0; display: inline-block; }
.cc-iframe-dialog-content {position: relative; border: 0; padding: 0; background: none; overflow: auto; width: auto; min-height: 480px; max-height: none; height: auto; }
.cc-iframe-dialog-content-iframe { margin: 0; padding: 0; }


.test-show-title { display: inline-block; width: 85px; text-align: center; background: #e3e3e3; border-radius: 85px; padding: 3px; font-weight: 600; }

.score-card-title { color: #bbb !important; font-size: 12px; padding: 2px 8px; }
.score-card-sub-title { background: #ddd !important; font-weight: 600; font-size: 15px; padding: 5px 8px; }
.score-card-words { font-size: 11px; padding: 0px 8px; }

.score-card-table { display:table; width:100%; height:100%; border-width: 2px 2px 0px 0px; position: relative; }
.score-card-table .rows { display:table-row; }
.score-card-table .cell { display:table-cell; border-width: 0px 0px 1px 1px; vertical-align: middle; position: relative; padding: 5px 8px; text-align: right; }
.score-card-table .rows .cell:first-child { border-left-width: 2px; }
.score-card-table .rows:last-child .cell { border-bottom-width: 2px; }
.score-card-table .cell.rowspanned { position: absolute; top: 0; bottom: 0; width: 214px; height: auto; overflow: hidden; }
.score-card-table .cell.empty { border: none; width: 214px; }
.score-card-table .rows:last-child .cell.empty { border-style: solid; border-color: #ccc; border-width: 0px 0px 2px 0px; }
.score-card-table .cell small { font-size: 75%; }
.score-card-table .cell.header { background: #ddd !important; text-align: center; font-weight: 600; }
.score-card-table, .score-card-table .cell { border-style: solid; border-color: #ccc; }

.score-card-rank { float: left; border: 1px solid; border-radius: 5px; padding: 1px 5px; font-size: 75%; }

.btn-circle.lg { width: 40px; height: 40px; padding: 0px 0px; border-radius: 50%; font-size: 25px; }
.printSets { padding: 5px 0px 15px; position: relative; border: 1px solid #ccc; border-radius: 0px; margin-bottom: 3px; transition: all 0.15s linear; }
.printSets.over { cursor: pointer; }
.printSets:before, .printSet:after { display: table; content: ""; }
.printSets.over:hover { background: rgba(0, 0, 0, 0.08); }
.printSets.clicked { background: #3498db !important; color: #fff; }

.cc-btn, a.cc-btn { 
	display: inline-block;
	color: #000;
    padding: 6px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none; 
    position: relative;
    text-decoration: none !important;
}
.cc-btn.lg { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; }
.cc-btn.sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; }
.cc-btn.xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; }
.cc-btn:hover { color: #000; }
.cc-btn:before { content: ""; display: block; position: absolute; top:0; right: 0; bottom: 0; left: 0; transform: skew(-16deg); border-radius: 5px; z-index: 1; border: 1px solid transparent; }
.cc-btn.lg:before { border-radius: 6px; }
.cc-btn.sm:before { border-radius: 4px; }
.cc-btn.xs:before { border-radius: 3px; }

.cc-btn &gt; span { position: relative; z-index: 2; }

.cc-btn.default:before { background: #e4e5e7; }
.cc-btn.primary:before { background: #34495e; }
.cc-btn.info:before { background: #3498db; }
.cc-btn.success:before { background: #8ebd4d; }
.cc-btn.warning:before { background: #ffca28; }
.cc-btn.danger:before { background: #e74c3c; }

.cc-btn.default:hover:before, .cc-btn.default:focus:before, .cc-btn.default:active:before { background: #d4d5d7; }
.cc-btn.primary:hover:before, .cc-btn.primary:focus:before, .cc-btn.primary:active:before { background: #3f5872; }
.cc-btn.info:hover:before, .cc-btn.info:focus:before, .cc-btn.info:active:before { background: #4ea5e0; }
.cc-btn.success:hover:before, .cc-btn.success:focus:before, .cc-btn.success:active:before { background: #8ecd4d; }
.cc-btn.warning:hover:before, .cc-btn.warning:focus:before, .cc-btn.warning:active:before { background: #ffbf25; }
.cc-btn.danger:hover:before, .cc-btn.danger:focus:before, .cc-btn.danger:active:before { background: #ea6557; }

.cc-btn.outline, .cc-btn.outline:before { transition: all .5s; }
.cc-btn.outline:before { transition: all .5s; background: #fff; }
.cc-btn.outline.primary { color: #34495e; }
.cc-btn.outline.info { color: #3498db; }
.cc-btn.outline.success { color: #8ebd4d; }
.cc-btn.outline.warning { color: #ffca28; }
.cc-btn.outline.danger { color: #e74c3c; }
.cc-btn.outline:hover { color: #000; }
.cc-btn.outline.default:before { border-color: #e4e5e7; }
.cc-btn.outline.primary:before { border-color: #34495e; }
.cc-btn.outline.info:before { border-color: #3498db; }
.cc-btn.outline.success:before { border-color: #8ebd4d; }
.cc-btn.outline.warning:before { border-color: #ffca28; }
.cc-btn.outline.danger:before { border-color: #e74c3c; }

.col-xs-3.plus5 { width: 30%; }
.col-xs-8.plus5 { width: 70%; }

/* scroll design */
.cc-scroll-y { overflow-x: hidden; overflow-y: auto; }
.cc-scroll-y::-webkit-scrollbar-track { border-radius: 5px; background-color: rgba(255, 255, 255, 0.17); }
.cc-scroll-y::-webkit-scrollbar { width: 5px; background-color: rgba(255, 255, 255, 0.17); }
.cc-scroll-y::-webkit-scrollbar-thumb { border-radius: 5px; background-color: rgba(0, 236, 255, 0.7); }
.cc-scroll-y::-webkit-scrollbar-thumb:hover { border-radius: 5px; background-color: rgba(0, 236, 255, 1); }

.cc-scroll-y.success::-webkit-scrollbar { background-color: #F0EEF3; }
.cc-scroll-y.success::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #78D024; }
.cc-scroll-y.success::-webkit-scrollbar-thumb:hover { border-radius: 5px; background-color: #6cbb24; }
.cc-scroll-y.primary::-webkit-scrollbar { background-color: #F0EEF3; }
.cc-scroll-y.primary::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #7F59C7; }
.cc-scroll-y.primary::-webkit-scrollbar-thumb:hover { border-radius: 5px; background-color: #5F4398; }

.cc-table { display: table; }
.cc-table&gt;* { display: table-cell; vertical-align: top; }
.cc-table&gt;.middle, .cc-table.middle&gt;* { vertical-align: middle; } .cc-table&gt;.bottom, .cc-table.bottom&gt;* { vertical-align: bottom; }
.col-13p { width: 13.333333%; } .col-16p { width: 16.666666%; } .col-20p { width: 20%; } .col-25p { width: 25%; }

.fill-parent { width: 100%; height: 100%; }
.fill-parent-w { width: 100%; }
.fill-parent-h { height: 100%; }

.w-a { width: auto; } .w-24 { width: 24px; } .w-30 { width: 30px; } .w-40 { width: 40px; } .w-45 { width: 45px; } .w-50 { width: 50px; } .w-55 { width: 55px; } .w-60 { width: 60px; } .w-65 { width: 65px; } .w-70 { width: 70px; } .w-80 { width: 80px; } .w-90 { width: 90px; } .w-100 { width: 100px } .w-110 { width: 110px } .w-120 { width: 120px } .w-140 { width: 140px } .w-150 { width: 150px } .w-170 { width: 170px } .w-180 { width: 180px } .w-200 { width: 200px } .w-250 { width: 250px } .w-290 { width: 290px; } .w-300 { width: 300px } .w-320 { width: 320px } .w-350 { width: 350px } .w-370 { width: 370px } .w-400 { width: 400px } .w-430 { width: 430px } .w-450 { width: 450px } .w-500 { width: 500px } .w-600 { width: 600px } .w-700 { width: 700px } .w-750 { width: 750px } .w-790 { width: 790px } .w-800 { width: 800px } .w-900 { width: 900px } .w-1000 { width: 1000px } .w-1080 { width: 1080px } .w-1200 { width: 1200px } .w-1280 { width: 1280px }
.h-a { height: auto; } .h-30 { height: 30px } .h-40 { height: 40px } .h-48 { height: 48px; } .h-50 { height: 50px } .h-60 { height: 60px } .h-70 { height: 70px } .h-65 { height: 65px } .h-80 { height: 80px } .h-100 { height: 100px } .h-150 { height: 150px } .h-166 { height: 166px } .h-180 { height: 180px } .h-200 { height: 200px } .h-250 { height: 250px } .h-300 { height: 300px } .h-350 { height: 350px } .h-400 { height: 400px } .h-450 { height: 450px } .h-500 { height: 500px } .h-600 { height: 600px } .h-700 { height: 700px } .h-800 { height: 800px } .h-900 { height: 900px } .h-1000 { height: 1000px } .h-1080 { height: 1080px } .h-1200 { height: 1200px } .h-1280 { height: 1280px }
.w-5p { width: 5% } .w-10p { width: 10% } .w-11p { width: 11% } .w-12p { width: 12% } .w-14p { width: 14.28% } .w-15p { width: 15% } .w-20p { width: 20% } .w-25p { width: 25% } .w-30p { width: 30% } .w-33p { width: 33.33333%; } .w-35p { width: 35% } .w-40p { width: 40% } .w-44p { width: 44% } .w-45p { width: 45% } .w-50p { width: 50% } .w-55p { width: 55% } .w-60p { width: 60% } .w-65p { width: 65% } .w-70p { width: 70% } .w-74p { width: 74% } .w-75p { width: 75% } .w-80p { width: 80% } .w-85p { width: 85% } .w-90p { width: 90% } .w-95p { width: 95% } .w-100p { width: 100% }
.mw-50 { min-width: 50px; } .mw-80 { min-width: 80px; } .mw-100 { min-width: 100px; } .mw-120 { min-width: 120px; }  .mw-180 { min-width: 180px; } .mw-200 { min-width: 200px; } .mw-220 { min-width: 220px; } .mw-260 { min-width: 260px; } .mw-320 { min-width: 320px; } .mw-1080 { min-width: 1080px; }


.row2 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .row2 &gt; * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  
  .col { flex: 1 0 0%; }
  .row2-cols-auto &gt; * { flex: 0 0 auto; width: auto; }
  .row2-cols-1 &gt; * { flex: 0 0 auto; width: 100%; }
  .row2-cols-2 &gt; * { flex: 0 0 auto; width: 50%; }
  .row2-cols-3 &gt; * { flex: 0 0 auto; width: 33.3333333333%; }
  .row2-cols-4 &gt; * { flex: 0 0 auto; width: 25%; }
  .row2-cols-5 &gt; * { flex: 0 0 auto; width: 20%; }
  .row2-cols-6 &gt; * { flex: 0 0 auto; width: 16.6666666667%; }
  .row2-cols-7 &gt; * { flex: 0 0 auto; width: 14.2857142857%; }
  .row2-cols-8 &gt; * { flex: 0 0 auto; width: 12.5%; }
  .row2-cols-9 &gt; * { flex: 0 0 auto; width: 11.1111111111%; }
  .row2-cols-10 &gt; * { flex: 0 0 auto; width: 10%; }
  .row2-cols-11 &gt; * { flex: 0 0 auto; width: 9.0909090909%; }
  .row2-cols-12 &gt; * { flex: 0 0 auto; width: 8.3333333333%; }
  .col-auto { flex: 0 0 auto; width: auto; }
  .col-1 { flex: 0 0 auto; width: 8.33333333%; }
  .col-2 { flex: 0 0 auto; width: 16.66666667%; }
  .col-3 { flex: 0 0 auto; width: 25%; }
  .col-4 { flex: 0 0 auto; width: 33.33333333%; }
  .col-5 { flex: 0 0 auto; width: 41.66666667%; }
  .col-6 { flex: 0 0 auto; width: 50%; }
  .col-7 { flex: 0 0 auto; width: 58.33333333%; }
  .col-8 { flex: 0 0 auto; width: 66.66666667%; }
  .col-9 { flex: 0 0 auto; width: 75%; }
  .col-10 { flex: 0 0 auto; width: 83.33333333%; }
  .col-11 { flex: 0 0 auto; width: 91.66666667%; }
  .col-12 { flex: 0 0 auto; width: 100%; }
  .offset-1 { margin-left: 8.33333333%; }
  .offset-2 { margin-left: 16.66666667%; }
  .offset-3 { margin-left: 25%; }
  .offset-4 { margin-left: 33.33333333%; }
  .offset-5 { margin-left: 41.66666667%; }
  .offset-6 { margin-left: 50%; }
  .offset-7 { margin-left: 58.33333333%; }
  .offset-8 { margin-left: 66.66666667%; }
  .offset-9 { margin-left: 75%; }
  .offset-10 { margin-left: 83.33333333%; }
  .offset-11 { margin-left: 91.66666667%; }
  .g-0, .gx-0 { --bs-gutter-x: 0; }
  .g-0, .gy-0 { --bs-gutter-y: 0; }
  .g-1, .gx-1 { --bs-gutter-x: 0.25rem; }
  .g-1, .gy-1 { --bs-gutter-y: 0.25rem; }
  .g-2, .gx-2 { --bs-gutter-x: 0.5rem; }
  .g-2, .gy-2 { --bs-gutter-y: 0.5rem; }
  .g-3, .gx-3 { --bs-gutter-x: 1rem; }
  .g-3, .gy-3 { --bs-gutter-y: 1rem; }
  .g-4, .gx-4 { --bs-gutter-x: 1.5rem; }
  .g-4, .gy-4 { --bs-gutter-y: 1.5rem; }
  .g-5, .gx-5 { --bs-gutter-x: 3rem; }
  .g-5, .gy-5 { --bs-gutter-y: 3rem; }
  
  @media (min-width: 576px) {
    .col-sm { flex: 1 0 0%; }
    .row2-cols-sm-auto &gt; * {flex: 0 0 auto; width: auto; }
    .row2-cols-sm-1 &gt; * { flex: 0 0 auto; width: 100%; }
    .row2-cols-sm-2 &gt; * { flex: 0 0 auto; width: 50%; }
    .row2-cols-sm-3 &gt; * { flex: 0 0 auto; width: 33.3333333333%; }
    .row2-cols-sm-4 &gt; * { flex: 0 0 auto; width: 25%; }
    .row2-cols-sm-5 &gt; * { flex: 0 0 auto; width: 20%; }
    .row2-cols-sm-6 &gt; * { flex: 0 0 auto; width: 16.6666666667%; }
    .row2-cols-sm-7 &gt; * { flex: 0 0 auto; width: 14.2857142857%; }
    .row2-cols-sm-8 &gt; * { flex: 0 0 auto; width: 12.5%; }
    .row2-cols-sm-9 &gt; * { flex: 0 0 auto; width: 11.1111111111%; }
    .row2-cols-sm-10 &gt; * { flex: 0 0 auto; width: 10%; }
    .row2-cols-sm-11 &gt; * { flex: 0 0 auto; width: 9.0909090909%; }
    .row2-cols-sm-12 &gt; * { flex: 0 0 auto; width: 8.3333333333%; }
    .col-sm-auto { flex: 0 0 auto; width: auto; }
    .col-sm-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-sm-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-sm-3 { flex: 0 0 auto; width: 25%; }
    .col-sm-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-sm-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-sm-6 { flex: 0 0 auto; width: 50%; }
    .col-sm-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-sm-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-sm-9 { flex: 0 0 auto; width: 75%; }
    .col-sm-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-sm-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-sm-12 { flex: 0 0 auto; width: 100%; }
    .offset-sm-0 { margin-left: 0; }
    .offset-sm-1 { margin-left: 8.33333333%; }
    .offset-sm-2 { margin-left: 16.66666667%; }
    .offset-sm-3 { margin-left: 25%; }
    .offset-sm-4 { margin-left: 33.33333333%; }
    .offset-sm-5 { margin-left: 41.66666667%; }
    .offset-sm-6 { margin-left: 50%; }
    .offset-sm-7 { margin-left: 58.33333333%; }
    .offset-sm-8 { margin-left: 66.66666667%; }
    .offset-sm-9 { margin-left: 75%; }
    .offset-sm-10 { margin-left: 83.33333333%; }
    .offset-sm-11 { margin-left: 91.66666667%; }
    .g-sm-0, .gx-sm-0 { --bs-gutter-x: 0; }
    .g-sm-0, .gy-sm-0 { --bs-gutter-y: 0; }
    .g-sm-1, .gx-sm-1 { --bs-gutter-x: 0.25rem; }
    .g-sm-1, .gy-sm-1 { --bs-gutter-y: 0.25rem; }
    .g-sm-2, .gx-sm-2 { --bs-gutter-x: 0.5rem; }
    .g-sm-2, .gy-sm-2 { --bs-gutter-y: 0.5rem; }
    .g-sm-3, .gx-sm-3 { --bs-gutter-x: 1rem; }
    .g-sm-3, .gy-sm-3 { --bs-gutter-y: 1rem; }
    .g-sm-4, .gx-sm-4 { --bs-gutter-x: 1.5rem; }
    .g-sm-4, .gy-sm-4 { --bs-gutter-y: 1.5rem; }
    .g-sm-5, .gx-sm-5 { --bs-gutter-x: 3rem; }
    .g-sm-5, .gy-sm-5 { --bs-gutter-y: 3rem; }
  }
  @media (min-width: 768px) {
    .col-md { flex: 1 0 0%; }
    .row2-cols-md-auto &gt; * { flex: 0 0 auto; width: auto; }
    .row2-cols-md-1 &gt; * { flex: 0 0 auto; width: 100%; }
    .row2-cols-md-2 &gt; * { flex: 0 0 auto; width: 50%; }
    .row2-cols-md-3 &gt; * { flex: 0 0 auto; width: 33.3333333333%; }
    .row2-cols-md-4 &gt; * { flex: 0 0 auto; width: 25%; }
    .row2-cols-md-5 &gt; * { flex: 0 0 auto; width: 20%; }
    .row2-cols-md-6 &gt; * { flex: 0 0 auto; width: 16.6666666667%; }
    .row2-cols-md-7 &gt; * { flex: 0 0 auto; width: 14.2857142857%; }
    .row2-cols-md-8 &gt; * { flex: 0 0 auto; width: 12.5%; }
    .row2-cols-md-9 &gt; * { flex: 0 0 auto; width: 11.1111111111%; }
    .row2-cols-md-10 &gt; * { flex: 0 0 auto; width: 10%; }
    .row2-cols-md-11 &gt; * { flex: 0 0 auto; width: 9.0909090909%; }
    .row2-cols-md-12 &gt; * { flex: 0 0 auto; width: 8.3333333333%; }
    .col-md-auto { flex: 0 0 auto; width: auto; }
    .col-md-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-md-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-md-3 { flex: 0 0 auto; width: 25%; }
    .col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-md-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-md-6 { flex: 0 0 auto; width: 50%; }
    .col-md-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-md-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-md-9 { flex: 0 0 auto; width: 75%; }
    .col-md-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-md-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-md-12 { flex: 0 0 auto; width: 100%; }
    .offset-md-0 { margin-left: 0; }
    .offset-md-1 { margin-left: 8.33333333%; }
    .offset-md-2 { margin-left: 16.66666667%; }
    .offset-md-3 { margin-left: 25%; }
    .offset-md-4 { margin-left: 33.33333333%; }
    .offset-md-5 { margin-left: 41.66666667%; }
    .offset-md-6 { margin-left: 50%; }
    .offset-md-7 { margin-left: 58.33333333%; }
    .offset-md-8 { margin-left: 66.66666667%; }
    .offset-md-9 { margin-left: 75%; }
    .offset-md-10 { margin-left: 83.33333333%; }
    .offset-md-11 { margin-left: 91.66666667%; }
    .g-md-0, .gx-md-0 { --bs-gutter-x: 0; }
    .g-md-0, .gy-md-0 { --bs-gutter-y: 0; }
    .g-md-1, .gx-md-1 { --bs-gutter-x: 0.25rem; }
    .g-md-1, .gy-md-1 { --bs-gutter-y: 0.25rem; }
    .g-md-2, .gx-md-2 { --bs-gutter-x: 0.5rem; }
    .g-md-2, .gy-md-2 { --bs-gutter-y: 0.5rem; }
    .g-md-3, .gx-md-3 { --bs-gutter-x: 1rem; }
    .g-md-3, .gy-md-3 { --bs-gutter-y: 1rem; }
    .g-md-4, .gx-md-4 { --bs-gutter-x: 1.5rem; }
    .g-md-4, .gy-md-4 { --bs-gutter-y: 1.5rem; }
    .g-md-5, .gx-md-5 { --bs-gutter-x: 3rem; }
    .g-md-5, .gy-md-5 { --bs-gutter-y: 3rem; }
  }
  @media (min-width: 992px) {
    .col-lg { flex: 1 0 0%; }
    .row2-cols-lg-auto &gt; * { flex: 0 0 auto; width: auto; }
    .row2-cols-lg-1 &gt; * { flex: 0 0 auto; width: 100%; }
    .row2-cols-lg-2 &gt; * { flex: 0 0 auto; width: 50%; }
    .row2-cols-lg-3 &gt; * { flex: 0 0 auto; width: 33.3333333333%; }
    .row2-cols-lg-4 &gt; * { flex: 0 0 auto; width: 25%; }
    .row2-cols-lg-5 &gt; * { flex: 0 0 auto; width: 20%; }
    .row2-cols-lg-6 &gt; * { flex: 0 0 auto; width: 16.6666666667%; }
    .row2-cols-lg-7 &gt; * { flex: 0 0 auto; width: 14.2857142857%; }
    .row2-cols-lg-8 &gt; * { flex: 0 0 auto; width: 12.5%; }
    .row2-cols-lg-9 &gt; * { flex: 0 0 auto; width: 11.1111111111%; }
    .row2-cols-lg-10 &gt; * { flex: 0 0 auto; width: 10%; }
    .row2-cols-lg-11 &gt; * { flex: 0 0 auto; width: 9.0909090909%; }
    .row2-cols-lg-12 &gt; * { flex: 0 0 auto; width: 8.3333333333%; }
    .col-lg-auto { flex: 0 0 auto; width: auto; }
    .col-lg-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-lg-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-lg-3 { flex: 0 0 auto; width: 25%; }
    .col-lg-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-lg-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-lg-6 { flex: 0 0 auto; width: 50%; }
    .col-lg-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-lg-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-lg-9 { flex: 0 0 auto; width: 75%; }
    .col-lg-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-lg-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-lg-12 { flex: 0 0 auto; width: 100%; }
    .offset-lg-0 { margin-left: 0; }
    .offset-lg-1 { margin-left: 8.33333333%; }
    .offset-lg-2 { margin-left: 16.66666667%; }
    .offset-lg-3 { margin-left: 25%; }
    .offset-lg-4 { margin-left: 33.33333333%; }
    .offset-lg-5 { margin-left: 41.66666667%; }
    .offset-lg-6 { margin-left: 50%; }
    .offset-lg-7 { margin-left: 58.33333333%; }
    .offset-lg-8 { margin-left: 66.66666667%; }
    .offset-lg-9 { margin-left: 75%; }
    .offset-lg-10 { margin-left: 83.33333333%; }
    .offset-lg-11 { margin-left: 91.66666667%; }
    .g-lg-0, .gx-lg-0 { --bs-gutter-x: 0; }
    .g-lg-0, .gy-lg-0 { --bs-gutter-y: 0; }
    .g-lg-1, .gx-lg-1 { --bs-gutter-x: 0.25rem; }
    .g-lg-1, .gy-lg-1 { --bs-gutter-y: 0.25rem; }
    .g-lg-2, .gx-lg-2 { --bs-gutter-x: 0.5rem; }
    .g-lg-2, .gy-lg-2 { --bs-gutter-y: 0.5rem; }
    .g-lg-3, .gx-lg-3 { --bs-gutter-x: 1rem; }
    .g-lg-3, .gy-lg-3 { --bs-gutter-y: 1rem; }
    .g-lg-4, .gx-lg-4 { --bs-gutter-x: 1.5rem; }
    .g-lg-4, .gy-lg-4 { --bs-gutter-y: 1.5rem; }
    .g-lg-5, .gx-lg-5 { --bs-gutter-x: 3rem; }
    .g-lg-5, .gy-lg-5 { --bs-gutter-y: 3rem; }
  }
  @media (min-width: 1200px) {
    .col-xl { flex: 1 0 0%; }
    .row2-cols-xl-auto &gt; * { flex: 0 0 auto; width: auto; }
    .row2-cols-xl-1 &gt; * { flex: 0 0 auto; width: 100%; }
    .row2-cols-xl-2 &gt; * { flex: 0 0 auto; width: 50%; }
    .row2-cols-xl-3 &gt; * { flex: 0 0 auto; width: 33.3333333333%; }
    .row2-cols-xl-4 &gt; * { flex: 0 0 auto; width: 25%; }
    .row2-cols-xl-5 &gt; * { flex: 0 0 auto; width: 20%; }
    .row2-cols-xl-6 &gt; * { flex: 0 0 auto; width: 16.6666666667%; }
    .row2-cols-xl-7 &gt; * { flex: 0 0 auto; width: 14.2857142857%; }
    .row2-cols-xl-8 &gt; * { flex: 0 0 auto; width: 12.5%; }
    .row2-cols-xl-9 &gt; * { flex: 0 0 auto; width: 11.1111111111%; }
    .row2-cols-xl-10 &gt; * { flex: 0 0 auto; width: 10%; }
    .row2-cols-xl-11 &gt; * { flex: 0 0 auto; width: 9.0909090909%; }
    .row2-cols-xl-12 &gt; * { flex: 0 0 auto; width: 8.3333333333%; }
    .col-xl-auto { flex: 0 0 auto; width: auto; }
    .col-xl-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-xl-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-xl-3 { flex: 0 0 auto; width: 25%; }
    .col-xl-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-xl-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-xl-6 { flex: 0 0 auto; width: 50%; }
    .col-xl-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-xl-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-xl-9 { flex: 0 0 auto; width: 75%; }
    .col-xl-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-xl-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-xl-12 { flex: 0 0 auto; width: 100%; }
    .offset-xl-0 { margin-left: 0; }
    .offset-xl-1 { margin-left: 8.33333333%; }
    .offset-xl-2 { margin-left: 16.66666667%; }
    .offset-xl-3 { margin-left: 25%; }
    .offset-xl-4 { margin-left: 33.33333333%; }
    .offset-xl-5 { margin-left: 41.66666667%; }
    .offset-xl-6 { margin-left: 50%; }
    .offset-xl-7 { margin-left: 58.33333333%; }
    .offset-xl-8 { margin-left: 66.66666667%; }
    .offset-xl-9 { margin-left: 75%; }
    .offset-xl-10 { margin-left: 83.33333333%; }
    .offset-xl-11 { margin-left: 91.66666667%; }
    .g-xl-0, .gx-xl-0 { --bs-gutter-x: 0; }
    .g-xl-0, .gy-xl-0 { --bs-gutter-y: 0; }
    .g-xl-1, .gx-xl-1 { --bs-gutter-x: 0.25rem; }
    .g-xl-1, .gy-xl-1 { --bs-gutter-y: 0.25rem; }
    .g-xl-2, .gx-xl-2 { --bs-gutter-x: 0.5rem; }
    .g-xl-2, .gy-xl-2 { --bs-gutter-y: 0.5rem; }
    .g-xl-3, .gx-xl-3 { --bs-gutter-x: 1rem; }
    .g-xl-3, .gy-xl-3 { --bs-gutter-y: 1rem; }
    .g-xl-4, .gx-xl-4 { --bs-gutter-x: 1.5rem; }
    .g-xl-4, .gy-xl-4 { --bs-gutter-y: 1.5rem; }
    .g-xl-5, .gx-xl-5 { --bs-gutter-x: 3rem; }
    .g-xl-5, .gy-xl-5 { --bs-gutter-y: 3rem;}
  }
  @media (min-width: 1400px) {
    .col-xxl { flex: 1 0 0%; }
    .row2-cols-xxl-auto &gt; * { flex: 0 0 auto; width: auto; }
    .row2-cols-xxl-1 &gt; * { flex: 0 0 auto; width: 100%; }
    .row2-cols-xxl-2 &gt; * { flex: 0 0 auto; width: 50%; }
    .row2-cols-xxl-3 &gt; * { flex: 0 0 auto; width: 33.3333333333%; }
    .row2-cols-xxl-4 &gt; * { flex: 0 0 auto; width: 25%; }
    .row2-cols-xxl-5 &gt; * { flex: 0 0 auto; width: 20%; }
    .row2-cols-xxl-6 &gt; * { flex: 0 0 auto; width: 16.6666666667%; }
    .row2-cols-xxl-7 &gt; * { flex: 0 0 auto; width: 14.2857142857%; }
    .row2-cols-xxl-8 &gt; * { flex: 0 0 auto; width: 12.5%; }
    .row2-cols-xxl-9 &gt; * { flex: 0 0 auto; width: 11.1111111111%; }
    .row2-cols-xxl-10 &gt; * { flex: 0 0 auto; width: 10%; }
    .row2-cols-xxl-11 &gt; * { flex: 0 0 auto; width: 9.0909090909%; }
    .row2-cols-xxl-12 &gt; * { flex: 0 0 auto; width: 8.3333333333%; }
    .col-xxl-auto { flex: 0 0 auto; width: auto; }
    .col-xxl-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-xxl-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-xxl-3 { flex: 0 0 auto; width: 25%; }
    .col-xxl-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-xxl-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-xxl-6 { flex: 0 0 auto; width: 50%; }
    .col-xxl-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-xxl-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-xxl-9 { flex: 0 0 auto; width: 75%; }
    .col-xxl-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-xxl-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-xxl-12 { flex: 0 0 auto; width: 100%; }
    .offset-xxl-0 { margin-left: 0; }
    .offset-xxl-1 { margin-left: 8.33333333%; }
    .offset-xxl-2 { margin-left: 16.66666667%; }
    .offset-xxl-3 { margin-left: 25%; }
    .offset-xxl-4 { margin-left: 33.33333333%; }
    .offset-xxl-5 { margin-left: 41.66666667%; }
    .offset-xxl-6 { margin-left: 50%; }
    .offset-xxl-7 { margin-left: 58.33333333%; }
    .offset-xxl-8 { margin-left: 66.66666667%; }
    .offset-xxl-9 { margin-left: 75%; }
    .offset-xxl-10 { margin-left: 83.33333333%; }
    .offset-xxl-11 { margin-left: 91.66666667%; }
    .g-xxl-0, .gx-xxl-0 { --bs-gutter-x: 0; }
    .g-xxl-0, .gy-xxl-0 { --bs-gutter-y: 0; }
    .g-xxl-1, .gx-xxl-1 { --bs-gutter-x: 0.25rem; }
    .g-xxl-1, .gy-xxl-1 { --bs-gutter-y: 0.25rem; }
    .g-xxl-2, .gx-xxl-2 { --bs-gutter-x: 0.5rem; }
    .g-xxl-2, .gy-xxl-2 { --bs-gutter-y: 0.5rem; }
    .g-xxl-3, .gx-xxl-3 { --bs-gutter-x: 1rem; }
    .g-xxl-3, .gy-xxl-3 { --bs-gutter-y: 1rem; }
    .g-xxl-4, .gx-xxl-4 { --bs-gutter-x: 1.5rem; }
    .g-xxl-4, .gy-xxl-4 { --bs-gutter-y: 1.5rem; }
    .g-xxl-5, .gx-xxl-5 { --bs-gutter-x: 3rem; }
    .g-xxl-5, .gy-xxl-5 { --bs-gutter-y: 3rem; }
  }</pre></body></html>