body{
    background: #e9ebee;
}
.wrapper{
    background: transparent !important;
}
.well.light{
    background: #fff;
}

.select2{
    width: 100% !important;
}
.select2-selection__choice{
    color: #000 !important;
}
.title{
    text-align: center;
    font-family: Time New Roman;
    padding: 5px;
    margin-top: 5px;
    font-weight: bold;
}
h2.title{
    color: #009;
    font-size: 30px;
}
h3.title{
    color: maroon;
    font-size: 20px;
}
h4.title{
    color: green;
    font-size: 15px;
}
@media(max-width: 768px){
    h2.title{
        font-size: 20px;
    }
    h3.title{
        font-size: 15px;
    }
    h4.title{
        font-size: 13px;
    }
    .search-title{
        font-size: 15px;
    }
}

td{
    vertical-align: middle;
}
a{
    text-decoration: none !important;
}

.alert{
    padding: 5px;
}

.c-red{
    color: red !important;
}
.c-blue{
    color: blue !important;
}
.c-yellow{
    color: yellow !important;
}
.c-marron{
    color: maroon !important;
}
.c-orange{
    color: orange !important;
}
.c-green{
    color: green !important;
}
.c-success{
    color: #00cc66 !important;
}
.c-009{
    color: #009 !important;
}
.pagination{
    margin: 0px;
}

.btn-circle{
    width: 30px;
    height: 30px;
    display: inline-flex;
    background-color: #fff;
    color: #B9BCC0;
    border: 1px solid #B9BCC0;
    border-radius: 50%;
    transition: border 200ms,box-shadow 200ms,color 200ms;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}
.btn-circle.btn-circle-active{
    width: 40px;
    height: 40px;
    font-size: 15px;
    background-color: green !important;
    color: #fff;
}
.btn-circle.btn-circle-lg{
    width: 50px;
    height: 50px;
    font-size: 18px;
}
.btn-circle.btn-circle-danger:hover, .btn-circle.danger{
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 3px red;
    background-color: red;
    color: #fff;
}
.btn-circle.btn-circle-info:hover, .btn-circle.info{
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 3px #02ceff;
    background-color: #02ceff;
    color: #fff;
}
.btn-circle.btn-circle-primary:hover, .btn-circle.primary{
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 3px #337ab7;
    background-color: #337ab7;
    color: #fff;
}
.btn-circle.btn-circle-success:hover, .btn-circle.success{
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 3px #5cb85c;
    background-color: #5cb85c;
    color: #fff;
}
.btn-circle.btn-circle-warning:hover, .btn-circle.warning{
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 3px #f0ad4e;
    background-color: #f0ad4e;
    color: #fff;
}
.btn-circle.danger{
    -webkit-box-shadow: 0 0 0 1px red;
}
.btn-circle.info{
    -webkit-box-shadow: 0 0 0 1px #02ceff;
}
.btn-circle.primary{
    -webkit-box-shadow: 0 0 0 1px #337ab7;
}
.btn-circle.success{
    -webkit-box-shadow: 0 0 0 1px #5cb85c;
}
.btn-circle.warning{
    -webkit-box-shadow: 0 0 0 1px #f0ad4e;
}

/*
    ribbon
*/
.mt-element-ribbon {
    position: relative;
    margin-bottom: 30px;
}
.mt-element-ribbon .ribbon-content {
    margin: 0;
    padding: 25px;
    clear: both;
}
.mt-element-ribbon .ribbon-content.no-padding {
    padding-top: 0;
}
.mt-element-ribbon .ribbon {
    padding: 0.5em 1em;
    z-index: 5;
    float: left;
    margin: 10px 0 0 -2px;
    clear: left;
    position: relative;
    background-color: #bac3d0;
    color: #384353;
}
.mt-element-ribbon .ribbon.ribbon-fullwidth{
    width: 100%;
}
.mt-element-ribbon .ribbon.ribbon-right {
    float: right;
    clear: right;
    margin: 10px -2px 0 0;
}
.mt-element-ribbon .ribbon.ribbon-vertical-left {
    clear: none;
    margin: -2px 0 0 10px;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 41px;
    text-align: center;
}
.mt-element-ribbon .ribbon.ribbon-vertical-right {
    clear: none;
    float: right;
    margin: -2px 10px 0 0;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 41px;
    text-align: center;
}
.mt-element-ribbon .ribbon.ribbon-shadow {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}
.mt-element-ribbon .ribbon.ribbon-shadow.ribbon-right,
.mt-element-ribbon .ribbon.ribbon-shadow.ribbon-vertical-right {
    box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.4);
}
.mt-element-ribbon .ribbon.ribbon-round {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.mt-element-ribbon .ribbon.ribbon-round.ribbon-right {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-right,
.mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-left {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 5px !important;
}
.mt-element-ribbon .ribbon.ribbon-border:after {
    border: 1px solid;
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}
.mt-element-ribbon .ribbon.ribbon-border-vert:after {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid;
    border-right: 1px solid;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
}
.mt-element-ribbon .ribbon.ribbon-border-hor:after {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: none;
    border-right: none;
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    right: 0;
}
.mt-element-ribbon .ribbon.ribbon-border-dash:after {
    border: 1px solid;
    border-style: dashed;
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}
.mt-element-ribbon .ribbon.ribbon-border-dash-vert:after {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid;
    border-right: 1px solid;
    border-left-style: dashed;
    border-right-style: dashed;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
}
.mt-element-ribbon .ribbon.ribbon-border-dash-hor:after {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: none;
    border-right: none;
    border-top-style: dashed;
    border-bottom-style: dashed;
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    right: 0;
}
.mt-element-ribbon .ribbon.ribbon-clip {
    left: -10px;
    margin-left: 0;
}
.mt-element-ribbon .ribbon.ribbon-clip.ribbon-right {
    left: auto;
    right: -10px;
    margin-right: 0;
}
.mt-element-ribbon .ribbon > .ribbon-sub {
    z-index: -1;
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/images/bg-widget-title.png);
    background-position-x: right;
    background-position-y: top;
    background-repeat: repeat-y;
}
.mt-element-ribbon .ribbon.ribbon-right > .ribbon-sub {
    background-image: url(/images/bg-widget-title-site-left.png);
    background-position-x: left;
}
.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before,
.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent !important;
    bottom: -10px;
}
.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
    border-width: 0 10px 10px 0;
    border-right-color: #222 !important;
    left: 0;
}
.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before,
.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}
.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before {
    border-right-color: transparent !important;
}
.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after {
    border-width: 0 0 10px 10px;
    border-left-color: #222 !important;
    right: 0;
}
.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-bookmark:after {
    border-left: 21px solid;
    border-right: 20px solid;
    border-bottom: 1em solid transparent !important;
    bottom: -1em;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
.mt-element-ribbon .ribbon:after {
    border-color: #62748f;
}
.mt-element-ribbon .ribbon > .ribbon-sub {
    background-color: #bac3d0;
    color: #384353;
}
.mt-element-ribbon .ribbon > .ribbon-sub:after {
    border-color: #62748f;
    border-left-color: #bac3d0;
    border-right-color: #bac3d0;
}
.mt-element-ribbon .ribbon.ribbon-color-default {
    background-color: #bac3d0;
    color: #384353;
}
.mt-element-ribbon .ribbon.ribbon-color-default:after {
    border-color: #9ca8bb;
}
.mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub {
    background-color: #bac3d0;
    color: #384353;
}
.mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub:after {
    border-color: #62748f;
    border-left-color: #bac3d0;
    border-right-color: #bac3d0;
}
.mt-element-ribbon .ribbon.ribbon-color-primary {
    background-color: #03a9f4;
    color: #fff;
}
.mt-element-ribbon .ribbon.ribbon-color-primary:after {
    border-color: #0286c2;
}
.mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub {
    background-color: #03a9f4;
    color: black;
}
.mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub:after {
    border-color: #0286c2;
    border-left-color: #03a9f4;
    border-right-color: #03a9f4;
}
.mt-element-ribbon .ribbon.ribbon-color-info {
    background-color: #659be0;
    color: #fff;
}
.mt-element-ribbon .ribbon.ribbon-color-info:after {
    border-color: #3a80d7;
}
.mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub {
    background-color: #659be0;
    color: #0c203a;
}
.mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub:after {
    border-color: #1d4f8e;
    border-left-color: #659be0;
    border-right-color: #659be0;
}
.mt-element-ribbon .ribbon.ribbon-color-success {
    background-color: #36c6d3;
    color: #fff;
}
.mt-element-ribbon .ribbon.ribbon-color-success:after {
    border-color: #27a4b0;
}
.mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub {
    background-color: #36c6d3;
    color: #020808;
}
.mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub:after {
    border-color: #14565c;
    border-left-color: #36c6d3;
    border-right-color: #36c6d3;
}
.mt-element-ribbon .ribbon.ribbon-color-danger {
    background-color: #ed6b75;
    color: #fff;
}
.mt-element-ribbon .ribbon.ribbon-color-danger:after {
    border-color: #e73d4a;
}
.mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub {
    background-color: #ed6b75;
    color: #4f0a0f;
}
.mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub:after {
    border-color: #a91520;
    border-left-color: #ed6b75;
    border-right-color: #ed6b75;
}
.mt-element-ribbon .ribbon.ribbon-color-warning {
    background-color: #F1C40F;
    color: #010100;
}
.mt-element-ribbon .ribbon.ribbon-color-warning:after {
    border-color: #c29d0b;
}
.mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub {
    background-color: #F1C40F;
    color: #010100;
}
.mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub:after {
    border-color: #614f06;
    border-left-color: #F1C40F;
    border-right-color: #F1C40F;
}
#courses-menu{
    position: fixed;
    right: 0;
    top: 50px;
    background: #fff;
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 100%);
    border-left: 1px solid #205FA0;
    border-bottom: 1px solid #205FA0;
    border-top: 1px solid #205FA0;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.15);
    z-index: 10000;
    opacity: 1;
}
#courses-menu, #courses-menu ul, #courses-menu li:last-child, #courses-menu li:last-child a {
    border-bottom-left-radius: 10px;
}
#courses-menu, #courses-menu ul, #courses-menu li:first-child, #courses-menu li:first-child a {
    border-top-left-radius: 10px;
}
#courses-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#courses-menu li {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#courses-menu ul li:hover {
    background: #ffffcc;
}
#courses-menu a {
    display: block;
    padding: 0 7px;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
}
#courses-menu .fa {
    font-size: 22px;
    vertical-align: middle;
    width: 26px;
}
#courses-menu .text-menu {
    margin-left: 5px;
    margin-right: 10px;
    display: none;
}
#courses-menu:hover .text-menu {
    display: inline-block;
}

p{
    margin-bottom: 0px;
}

.level-icon{
    display: inline-block;
    min-width: 17px;
    border-radius: 30px;
    cursor: pointer;
}
.level-icon.green{
    background: #5cb85c;
}
.level-icon.blue{
    background: #5bc0de;
}
.level-icon.orange{
    background: #f0ad4e;
}
.level-icon.red{
    background: #d9534f;
}

.act-content{
    padding: 5px;
    cursor: text;
}
.act-content:hover{
    border: 1px dotted;
}
.inline-edit{
    border: 1px dotted;
    padding: 5px;
    margin-bottom: 10px;
    cursor: text;
    border-radius: 5px;
}

.mce-tinymce-inline {
    /*z-index:999999999 !important;*/
}
body .mce-window {
    /*    z-index: 999999999 !important;*/
}


.ver-inline-menu {
    padding: 0;
    margin: 0;
    list-style: none; }
.ver-inline-menu li {
    position: relative;
    margin-bottom: 1px; }
.ver-inline-menu li i {
    width: 37px;
    height: 37px;
    display: inline-block;
    color: #b9cbd5;
    font-size: 15px;
    padding: 12px 10px 10px 8px;
    /*margin: 0 8px 0 0;*/
    text-align: center;
    background: #e0eaf0 !important; }
.ver-inline-menu li a {
    font-size: 14px;
    font-weight: 300;
    color: #557386;
    display: block;
    background: #f0f6fa;
    border-left: solid 2px #c4d5df; }
.ver-inline-menu li:hover a {
    background: #e0eaf0;
    text-decoration: none; }
.ver-inline-menu li:hover i {
    color: #fff;
    /*background: #c4d5df !important;*/ 
}
.ver-inline-menu li.active a {
    border-left: solid 2px #0c91e5; }
.ver-inline-menu li.active i {
    background: #0c91e5 !important; }
.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
    color: #fff;
    background: #169ef4;
    text-decoration: none; }
.ver-inline-menu li.active a,
.ver-inline-menu li:hover a {
    font-size: 14px; }
.ver-inline-menu li.active:after {
    content: '';
    display: inline-block;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #169ef4;
    position: absolute;
    top: 12px;
    right: -5px; }

.ver-inline-menu {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }

@media (max-width: 767px) {
    .ver-inline-menu > li.active:after {
        display: none; } }



.profile-sidebar {
    float: left;
    width: 100%;
}
.profile-usermenu {
    padding-bottom: 20px; }

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7; }

.profile-usermenu ul li:last-child {
    border-bottom: none; }

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400; }

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 16px; }

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1; }

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px; }

.profile-usermenu ul li.error a {
    color: red;
    font-weight: bold;
    background-color: #ffcccc;
    border-left: 2px solid #ff6666;
    margin-left: -2px; }
.profile-usermenu ul li.success a {
    color: green;
    font-weight: bold;
    background-color: #ccffcc;
    border-left: 2px solid #00cc99;
    margin-left: -2px; }


.breadcrumb-custom {
    /*centering*/
    display: inline-block;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    border-radius: 5px !important;
    /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
    counter-reset: flag;
    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumb-custom a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: white;
    /*need more margin on the left of links to accomodate the numbers*/
    padding: 0 18px 0 30px;
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb-custom a:first-child {
    padding-left: 10px;
    border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.breadcrumb-custom a:first-child:before {
    left: 14px;
}
.breadcrumb-custom a:last-child {
    border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
    padding-right: 20px;
}

/*hover/active styles*/
.breadcrumb-custom a.bActive, .breadcrumb-custom a:hover{
    background: #333;
    background: linear-gradient(#333, #000);
}
.breadcrumb-custom a.bActive:after, .breadcrumb-custom a:hover:after {
    background: #333;
    background: linear-gradient(135deg, #333, #000);
}
.breadcrumb-custom a.bActive{
    font-weight: bold;
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb-custom a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px; /*half of square's length*/
    /*same dimension as the line-height of .breadcrumb a */
    width: 36px;
    height: 36px;
    /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
    length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
    if diagonal required = 1; length = 1/1.414 = 0.707*/
    transform: scale(0.707) rotate(45deg);
    /*we need to prevent the arrows from getting buried under the next link*/
    z-index: 1;
    /*background same as links but the gradient will be rotated to compensate with the transform applied*/
    background: #666;
    background: linear-gradient(135deg, #666, #333);
    /*stylish arrow design using box shadow*/
    box-shadow:
        2px -2px 0 2px rgba(0, 0, 0, 0.4),
        3px -3px 0 2px rgba(255, 255, 255, 0.1);
    /*
            5px - for rounded arrows and
            50px - to prevent hover glitches on the border created using shadows*/
    border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb-custom a:last-child:after {
    content: none;
}
/*we will use the :before element to show numbers*/
.breadcrumb-custom a:before {
    content: counter(flag);
    counter-increment: flag;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 30px;
    background: #444;
    background: linear-gradient(#444, #222);
    font-weight: bold;
}
.breadcrumb-custom a:first-child:before {
    left: 77px;
}


.flat a, .flat a:after {
    background: white;
    color: black;
    transition: all 0.5s;
}
.flat a:before {
    background: white;
    box-shadow: 0 0 0 1px #ccc;
    text-align: center;
}
.flat a:hover, .flat a.bActive,
.flat a:hover:after, .flat a.bActive:after{
    background: #9EEB62;
}

.flat a.error:after{
    background: #ff9999;
}
.flat a.error{
    background-color: #ff9999;
}
.flat a.error:hover:after, .flat a.error:hover{
    background: #9EEB62;
}

.flat a.pass:after{
    background: #ccffff;
}
.flat a.pass{
    background-color: #ccffff;
    font-weight: bold;
}
.flat a.pass:hover:after, .flat a.pass:hover{
    background: #9EEB62;
}

.navigation {
    margin: 0px 0px;
    background: #ccffff;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
}

.navigation li {
    border-top: 5px solid #ccffff;
    float: left;
    cursor: pointer;
    list-style-type: none;
    padding: 10px 15px 10px 15px;
    margin-left: 0px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.navigation a li{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: red;
}

.navigation li:hover {
    background: #99ccff;
    border-top: 5px solid;
}

.navigation .active {
    background-color: #99ccff;
    border-top: 5px outset;
}


.navigationChild {
    margin: 0px 0px;
    background: #ffccff;
    overflow: hidden;
    float: left;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
}

.navigationChild li {
    border-left: 5px solid pink;
    float: left;
    cursor: pointer;
    list-style-type: none;
    padding: 10px 15px 10px 15px;
    margin-left: 0px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.navigationChild a li{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #009;
}

.navigationChild li:hover {
    background: pink;
    border-left: 5px solid #000;
}

.navigationChild .active {
    background-color: pink;
}

.wrapper{
    overflow-y: initial !important;
    overflow-x: initial !important;
}

.bg-white{
    background: #fff;
}


.mt-element-step .row {
    margin: 0; }

.mt-element-step .step-default .mt-step-col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }

.mt-element-step .step-default .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto;
    padding: 3px 14px;
    margin-bottom: 20px; }

.mt-element-step .step-default .mt-step-title {
    font-size: 30px;
    font-weight: 100; }

.mt-element-step .step-default .active {
    background-color: #32c5d2 !important; }
.mt-element-step .step-default .active .mt-step-number {
    color: #32c5d2 !important; }
.mt-element-step .step-default .active .mt-step-title,
.mt-element-step .step-default .active .mt-step-content {
    color: #fff !important; }

.mt-element-step .step-default .done {
    background-color: #26C281 !important; }
.mt-element-step .step-default .done .mt-step-number {
    color: #26C281 !important; }
.mt-element-step .step-default .done .mt-step-title,
.mt-element-step .step-default .done .mt-step-content {
    color: #fff !important; }

.mt-element-step .step-default .error {
    background-color: #E7505A !important; }
.mt-element-step .step-default .error .mt-step-number {
    color: #E7505A !important; }
.mt-element-step .step-default .error .mt-step-title,
.mt-element-step .step-default .error .mt-step-content {
    color: #fff !important; }

.mt-element-step .step-thin .mt-step-col {
    padding-top: 10px;
    padding-bottom: 10px; }

.mt-element-step .step-thin .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    float: left;
    margin: auto;
    padding: 3px 14px; }

.mt-element-step .step-thin .mt-step-title {
    font-size: 24px;
    font-weight: 100;
    padding-left: 60px;
    margin-top: -4px; }

.mt-element-step .step-thin .mt-step-content {
    padding-left: 60px;
    margin-top: -5px; }

.mt-element-step .step-thin .active {
    background-color: #32c5d2 !important; }
.mt-element-step .step-thin .active .mt-step-number {
    color: #32c5d2 !important; }
.mt-element-step .step-thin .active .mt-step-title,
.mt-element-step .step-thin .active .mt-step-content {
    color: #fff !important; }

.mt-element-step .step-thin .done {
    background-color: #26C281 !important; }
.mt-element-step .step-thin .done .mt-step-number {
    color: #26C281 !important; }
.mt-element-step .step-thin .done .mt-step-title,
.mt-element-step .step-thin .done .mt-step-content {
    color: #fff !important; }

.mt-element-step .step-thin .error {
    background-color: #E7505A !important; }
.mt-element-step .step-thin .error .mt-step-number {
    color: #E7505A !important; }
.mt-element-step .step-thin .error .mt-step-title,
.mt-element-step .step-thin .error .mt-step-content {
    color: #fff !important; }

.mt-element-step .step-background .mt-step-col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    height: 160px; }

.mt-element-step .step-background .mt-step-number {
    font-size: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 0.79em;
    color: #dae1e4;
    z-index: 4; }

.mt-element-step .step-background .mt-step-title {
    font-size: 30px;
    font-weight: 100;
    text-align: right;
    padding-right: 25%;
    z-index: 5;
    position: relative; }

.mt-element-step .step-background .mt-step-content {
    text-align: right;
    padding-right: 25%;
    z-index: 5;
    position: relative; }

.mt-element-step .step-background .active {
    background-color: #32c5d2 !important; }
.mt-element-step .step-background .active .mt-step-number {
    color: #2ab4c0 !important; }
.mt-element-step .step-background .active .mt-step-title,
.mt-element-step .step-background .active .mt-step-content {
    color: #fff !important; }

.mt-element-step .step-background .done {
    background-color: #26C281 !important; }
.mt-element-step .step-background .done .mt-step-number {
    color: #22ad73 !important; }
.mt-element-step .step-background .done .mt-step-title,
.mt-element-step .step-background .done .mt-step-content {
    color: #fff !important; }

.mt-element-step .step-background .error {
    background-color: #E7505A !important; }
.mt-element-step .step-background .error .mt-step-number {
    color: #e43a45 !important; }
.mt-element-step .step-background .error .mt-step-title,
.mt-element-step .step-background .error .mt-step-content {
    color: #fff !important; }

.mt-element-step .step-background-thin .mt-step-col {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center; }

.mt-element-step .step-background-thin .mt-step-number {
    font-size: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 0.79em;
    color: #dae1e4;
    z-index: 4; }

.mt-element-step .step-background-thin .mt-step-title {
    font-size: 30px;
    font-weight: 100;
    text-align: right;
    padding-right: 25%;
    z-index: 5;
    position: relative; }

.mt-element-step .step-background-thin .mt-step-content {
    text-align: right;
    position: relative;
    padding-right: 25%;
    z-index: 5; }

.mt-element-step .step-background-thin .active {
    background-color: #32c5d2 !important; }
.mt-element-step .step-background-thin .active .mt-step-number {
    color: #2ab4c0 !important; }
.mt-element-step .step-background-thin .active .mt-step-title,
.mt-element-step .step-background-thin .active .mt-step-content {
    color: #fff !important; }

.mt-element-step .step-background-thin .done {
    background-color: #26C281 !important; }
.mt-element-step .step-background-thin .done .mt-step-number {
    color: #22ad73 !important; }
.mt-element-step .step-background-thin .done .mt-step-title,
.mt-element-step .step-background-thin .done .mt-step-content {
    color: #fff !important; }

.mt-element-step .step-background-thin .error {
    background-color: #E7505A !important; }
.mt-element-step .step-background-thin .error .mt-step-number {
    color: #e43a45 !important; }
.mt-element-step .step-background-thin .error .mt-step-title,
.mt-element-step .step-background-thin .error .mt-step-content {
    color: #fff !important; }

.mt-element-step .step-no-background .mt-step-col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }

.mt-element-step .step-no-background .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto;
    padding: 3px 14px;
    margin-bottom: 20px;
    border: 1px solid;
    border-color: #e5e5e5; }

.mt-element-step .step-no-background .mt-step-title {
    font-size: 30px;
    font-weight: 100; }

.mt-element-step .step-no-background .active .mt-step-number {
    color: #32c5d2 !important;
    border-color: #32c5d2 !important;
    font-weight: 700; }

.mt-element-step .step-no-background .active .mt-step-title,
.mt-element-step .step-no-background .active .mt-step-content {
    color: #32c5d2 !important;
    font-weight: 700; }

.mt-element-step .step-no-background .done .mt-step-number {
    color: #26C281 !important;
    border-color: #26C281 !important;
    font-weight: 700; }

.mt-element-step .step-no-background .done .mt-step-title,
.mt-element-step .step-no-background .done .mt-step-content {
    color: #26C281 !important;
    font-weight: 700; }

.mt-element-step .step-no-background .error .mt-step-number {
    color: #E7505A !important;
    border-color: #E7505A !important;
    font-weight: 700; }

.mt-element-step .step-no-background .error .mt-step-title,
.mt-element-step .step-no-background .error .mt-step-content {
    color: #E7505A !important;
    font-weight: 700; }

.mt-element-step .step-no-background-thin .mt-step-col {
    padding-top: 10px;
    padding-bottom: 10px; }

.mt-element-step .step-no-background-thin .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    float: left;
    margin: auto;
    padding: 3px 14px;
    border: 1px solid;
    border-color: #e5e5e5; }

.mt-element-step .step-no-background-thin .mt-step-title {
    font-size: 24px;
    font-weight: 100;
    padding-left: 60px;
    margin-top: -4px; }

.mt-element-step .step-no-background-thin .mt-step-content {
    padding-left: 60px;
    margin-top: -5px; }

.mt-element-step .step-no-background-thin .active .mt-step-number {
    color: #32c5d2 !important;
    border-color: #32c5d2 !important;
    font-weight: 700; }

.mt-element-step .step-no-background-thin .active .mt-step-title,
.mt-element-step .step-no-background-thin .active .mt-step-content {
    color: #32c5d2 !important;
    font-weight: 700; }

.mt-element-step .step-no-background-thin .done .mt-step-number {
    color: #26C281 !important;
    border-color: #26C281 !important;
    font-weight: 700; }

.mt-element-step .step-no-background-thin .done .mt-step-title,
.mt-element-step .step-no-background-thin .done .mt-step-content {
    color: #26C281 !important;
    font-weight: 700; }

.mt-element-step .step-no-background-thin .error .mt-step-number {
    color: #E7505A !important;
    border-color: #E7505A !important;
    font-weight: 700; }

.mt-element-step .step-no-background-thin .error .mt-step-title,
.mt-element-step .step-no-background-thin .error .mt-step-content {
    color: #E7505A !important;
    font-weight: 700; }

.mt-element-step .step-line .mt-step-col {
    padding: 30px 0;
    text-align: center; }

.mt-element-step .step-line .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto;
    padding: 9px;
    margin-bottom: 5px;
    border: 3px solid;
    border-color: #e5e5e5;
    position: relative;
    z-index: 5;
    height: 60px;
    width: 60px;
    text-align: center; }
.mt-element-step .step-line .mt-step-number > i {
    position: relative;
    top: 50%;
    transform: translateY(-120%);
    line-height: 14px;
}

.mt-element-step .step-line .mt-step-title {
    font-size: 20px;
    font-weight: 400;
    position: relative; }
.mt-element-step .step-line .mt-step-title:after {
    content: '';
    height: 3px;
    width: 50%;
    position: absolute;
    background-color: #e5e5e5;
    top: -32px;
    left: 50%;
    z-index: 4;
    transform: translateY(-100%); }
.mt-element-step .step-line .mt-step-title:before {
    content: '';
    height: 3px;
    width: 50%;
    position: absolute;
    background-color: #e5e5e5;
    top: -32px;
    right: 50%;
    z-index: 4;
    transform: translateY(-100%); }

.mt-element-step .step-line .first .mt-step-title:before {
    content: none; }

.mt-element-step .step-line .last .mt-step-title:after {
    content: none; }

.mt-element-step .step-line .active .mt-step-number {
    color: #32c5d2 !important;
    border-color: #32c5d2 !important; }

.mt-element-step .step-line .active .mt-step-title,
.mt-element-step .step-line .active .mt-step-content {
    color: #32c5d2 !important; }

.mt-element-step .step-line .active .mt-step-title:after, .mt-element-step .step-line .active .mt-step-title:before {
    background-color: #32c5d2; }

.mt-element-step .step-line .done .mt-step-number {
    color: #26C281 !important;
    border-color: #26C281 !important; }

.mt-element-step .step-line .done .mt-step-title,
.mt-element-step .step-line .done .mt-step-content {
    color: #26C281 !important; }

.mt-element-step .step-line .done .mt-step-title:after, .mt-element-step .step-line .done .mt-step-title:before {
    background-color: #26C281; }

.mt-element-step .step-line .error .mt-step-number {
    color: #E7505A !important;
    border-color: #E7505A !important; }

.mt-element-step .step-line .error .mt-step-title,
.mt-element-step .step-line .error .mt-step-content {
    color: #E7505A !important; }

.mt-element-step .step-line .error .mt-step-title:after, .mt-element-step .step-line .error .mt-step-title:before {
    background-color: #E7505A; }

@media (max-width: 991px) {
    /* 991px */
    .mt-element-step .step-line .mt-step-title:after {
        content: none; }
    .mt-element-step .step-line .mt-step-title:before {
        content: none; } }

.search-item{
    border-bottom: 1px solid #cecece;
    padding-top: 10px;
    padding-bottom: 10px;
}
.search-item h3{
    margin-top: 0;
}
.search-item:hover{
    border-top: 1px solid #cecece;
    border-left: 3px solid #009;
    background: #ffffcc;
    cursor: pointer;
}

.youtube-preview .youtube-play-icon{
    display: block;
    position: absolute;
    top:50%;
    left: 50%;
    opacity: 0.8;
}
.youtube-preview > img{
    cursor: pointer;
}
.youtube-preview:hover .youtube-play-icon{
    opacity: 1;
}

.youtube-preview:hover .youtube-play-icon img{
    margin-left:-76px;
}

.sidebar-menu .treeview-menu{
    padding-left: 24px;
}
#search-mid {
  display: none;
}
.skin-blue header,
.header-menu .navbar .navbar-collapse,
.navbar.mini .navbar-collapse.collapsing, .navbar.mini .navbar-collapse.collapse.in{
  background: #018400 !important;
}
.navbar.mini .navbar-collapse.collapsing,
.navbar.mini .navbar-collapse.collapse.in,
.navbar .navbar-collapse.collapse li .dropdown-menu {
  background: #018400 !important;
}
.navbar.mini .navbar-collapse.collapsing li a,
.navbar.mini .navbar-collapse.collapsing li a .fa,
.navbar.mini .navbar-collapse.collapse.in li a,
.navbar.mini .navbar-collapse.collapse.in li a .fa {
  color: #fff !important;
}

@media(max-width:767px){
  .header-middle #search-xs {
    background: #018400 !important;
  }
}
.header-top {
  background: #005320 !important;
}
.navbar-toggle,
.navbar.mini .btn-search,
.header-top .navbar-nav > li.open > a, .header-top .navbar-nav > li > a,
.header-top .navbar-nav > li.open > a > .fa, .header-top .navbar-nav > li > a > .fa{
  color: #F6FF1A !important;
}
.navbar-toggle:hover,
.navbar-toggle:focus,
.header-top .navbar-nav > li > a:hover,
.header-top .navbar-nav > li > a:focus,
.header-top .navbar-nav > li > a:hover > .fa,
.header-top .navbar-nav > li > a:focus > .fa {
  color: #FFFF00 !important;
}

.header-top .navbar-nav > li > a.btn-login,
.header-top .navbar-nav > li > a.btn-login > .fa{
  color: #f0f0f0 !important;
}
.header-top .navbar-nav > li > a.btn-login {
  background: #ff5c97 !important;
  border-radius: 3px; 
}

.header-top .navbar-nav > li > a.btn-login:focus,
.header-top .navbar-nav > li > a.btn-login:hover,
.header-top .navbar-nav > li > a.btn-login:focus > .fa,
.header-top .navbar-nav > li > a.btn-login:hover > .fa {
  background: #ff5c88 !important;
  color: #fff !important; 
}




.header-top .navbar-nav > li > a.btn-active-key,
.header-top .navbar-nav > li > a.btn-active-key > .fa{
  color: #ff5c97 !important;
}
.header-top .navbar-nav > li > a.btn-active-key {
  background: #f0f0f0 !important;
  border-radius: 3px;
  margin-right: 3px;
  margin-left: 3px;
}

.header-top .navbar-nav > li > a.btn-active-key:focus,
.header-top .navbar-nav > li > a.btn-active-key:hover,
.header-top .navbar-nav > li > a.btn-active-key:focus > .fa,
.header-top .navbar-nav > li > a.btn-active-key:hover > .fa {
  background: #fff !important;
  color: #ff5c88 !important; 
}

.header-menu .navbar li.active > a,
.header-menu .navbar li.active > a:active,
.header-menu .navbar li.active > a:focus,
.header-menu .navbar li > a:focus,
.header-menu .navbar li > a:hover {
  background: rgba(0,0,0,0.1);
}

.hero-btn {
  background:#ff5c97;
  -moz-user-select:none;
  /*text-transform:capitalize;*/color:#fff;
  cursor:pointer;
  display:inline-block;
  font-size:16px;
  font-weight:400;
  letter-spacing:1px;
  line-height:0;
  margin-bottom:0;
  padding:30px 44px;
  border-radius:5px;
  min-width:200px;
  cursor:pointer;
  transition:color 0.4s linear;
  position:relative;
  z-index:1;
  border:0;
  overflow:hidden;
  margin:0
 }
.hero-btn:hover {
  color: #f0f0f0;
}
.hero-btn::before {
 content:"";
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 background:#ec4683;
 z-index:1;
 border-radius:5px;
 transition:transform 0.5s;
 transition-timing-function:ease;
 transform-origin:0 0;
 transition-timing-function:cubic-bezier(0.5, 1.6, 0.4, 0.7);
 transform:scaleX(0)
}
.hero-btn:hover::before {
 transform:scaleX(1);
 color:#fff !important;
 z-index:-1
}
#vue-app-quiz .quiz-attempt-questions .block-wrap {
  margin-bottom: 10px;
}
#vue-app-quiz .quiz-attempt-questions table{
  max-width: 100%;
}
#vue-app-quiz .quiz-attempt-questions img {
  max-width: 100% !important;
}
@media (max-width: 450px) {
  #vue-app-quiz .quiz-attempt-questions img {
    width: auto !important;
    height: auto !important;
  }
}
#quizzes-content-wrapper .description img {
  max-width: 100% !important;
  height: auto !important;
}