@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet');

/*-----Resets-----*/

.wiz-editor h1,
.note-editable h1 {
    font-size: 2em;
}

.wiz-editor h2,
.note-editable h2 {
    font-size: 1.5em;
}

.wiz-editor h3,
.note-editable h3 {
    font-size: 1.17em;
}

.wiz-editor h4,
.note-editable h4 {
    font-size: 0.90em;
}

.wiz-editor h5,
.note-editable h5 {
    font-size: 0.83em;
}

.wiz-editor h6,
.note-editable h6 {
    font-size: 0.67em;
}
.note-video-clip {
    width: 100%;
}

/*-----Template Brown-----*/
a {
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    color: #3d3d3d;
}
button {
    outline: 0;
     transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}
b {
    font-weight: bold !important;
}
i {
    font-style: italic !important;
}
i.fa {
    font-style: normal !important;
}
body.modal-open {
    overflow: auto;
}
body.modal-open[style] {
    padding-right: 0px !important;
}
.flex-row {
    display: flex;
    flex-wrap: wrap;
    min-height: 50px;
    border: 1px dashed var(--secondary-color);
    position: relative;
    padding: 0 15px 0 15px;
    margin-top:35px;
}
.flex-row .flex-overlay {
    width: 200px;
    height: 50px;
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 5;
}
.flex-row .flex-overlay a {
    margin-right: 8px;
}
.flex-row .flex-overlay a:last-of-type {
    margin-right: 0;
}
.flex-txt {
    width: 150px;
    min-width: 50px;
    max-width: 100%;;
    min-height: 60px;
    height: auto!important;
    overflow-y: auto;
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
}
.flex-txt .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #dedede;
    display: none;
    text-align: center;
    line-height: 50%;
}
.flex-txt .overlay a {
    margin-right: 15px;
    font-size: 18px;
}
.flex-txt:hover .overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.flex-img {
    width: 300px;
    height: 350px;
    min-height: 350px;
    background-color: rgb(154, 127, 117);
    margin-top: 10px;
    position: relative;
    margin-right: 10px;
}
.flex-img .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #dedede;
    display: none;
    text-align: center;
    padding-top: 50%;
}
.flex-img:hover .overlay {
    display: block;
}
.elem-margin {
    margin-top: 20px !important;
}
.modal-open {
    padding-right: 0px !important;
}
.template-brown {
    width: 100%;
    font-family: 'Open Sans', sans-serif !important;
    color: #3d3d3d;
    position: relative;
}
.template-brown.bg-ui {
    background: linear-gradient(to bottom right, #2a70b8, #43ca88);
    background-size:cover;
    /*padding: 20px 0;*/
    min-height: 100vh;
}
.template-inner {
    background:rgba(225,225,225,0.5);
    /*box-shadow: 0 0 20px rgba(0,0,0,0.4);*/
    margin: 20px 0px;
}
.cover{
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.course-cover {
    background-size: cover;
    overflow: auto;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.4);*/
    position: relative;
    width: 100%;
    min-height: calc(100vh - 40px);
    /*padding: 20px;*/
    
}
.change-bg-image {
    padding-top: 25px;
}
.course-cover-title-block {
   width: 90%;
   min-height: 50px;
   overflow: auto;
   margin: 0 auto;
   background: rgba(255,255,255, 0.8);
   margin-top: 18%;
   padding: 35px 20px;
}
.cover-logo {
    width: 56%;
    min-height: 100px;
    margin: 0 auto;
    background: url('../img/logo.png')no-repeat center center;
    background-size: 100%;
    margin-top: 15px;
    margin-right: 20px;
}
.cover-text-unit {
    /*padding: 20px 30px;*/
}
.cover-content{
    min-height: 100vh;
    background: linear-gradient(to bottom right,rgba(42,112,184,0.7), rgba(67,202,136,0.7));
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 40px;
}
.course-cover-title {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.course-cover-caption {
    color: #fff !important;
    font-weight: 400;
    line-height: 23px;
    font-size: 18px;
    margin-top: 15px;
}
.cover-footer {
    width: 100%;
    min-height: 60px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.course-start-btn {
    width: 130px;
    height: 45px;
    background-color: #fff;
    color: #000;
    border-radius: 25px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    border: none;
    margin-top: 20px;
    line-height: 40px;
    text-align: center;
}
.course-start-btn:hover {
    background-color: #2f2f2f;
    color: #fff;
}
.wiz-change-btn {
    position: absolute;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    top: 10px;
    left: 10px;
    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;
    border: 1px solid var(--primary-color);
    color: #fff;
    background-color: var(--primary-color);
}
.template-header {
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 15px;
    align-items: center;
}
.header-title {
    color: #fff;
    font-size: 36px;
    font-weight:700;
    line-height: 35px;
    margin:0;
}
.template-menu {
    flex: 1;
}
.template-heading {
    flex: 99;
    padding-left: 15px;
}
.template-menu li {
    list-style: none;
    display: inline-block;
}
.template-menu li a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 28px;
    text-decoration: none !important;
}
.template-menu li a:hover {
    opacity: 0.8;
    color: #3d3d3d !important;
}

.template-body {
    width: 100%;
    padding-bottom: 50px;
    min-height: calc(100vh - 130px);
}

.template-footer {
    width: 100%;
    min-height: 40px;
    margin: 0 auto;
    position: relative;
    bottom: 10px;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.template-navigation {
    width: 150px;
    display: flex;
    color: #fff;
    justify-content: flex-end;
}
.template-navigation .prev {
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.template-navigation .page-no {
    color: #fff;
    line-height: 30px;
    padding: 0 6px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}
.template-navigation .next {
    
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.template-navigation .next:hover, .template-navigation .prev:hover {
    color: #a9cb3a;
}
.static-slide-text {
    width: 100%;
    min-height: 430px;
    background-color: rgba(255,255,255,0.5);
    color: #3d3d3d;
    font-size: 15px;
    line-height: 23px;
    padding: 20px;
    margin-top: 50px;
}
.static-slide-text.reg-margin {
    margin-top: 30px;
}
.slide-title {
    font-size: 36px;
    color: #fff;
    position: relative;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 35px;
    margin-top: 30px;
}

.static-slide-img {
    padding-top: 50px;
    position: relative;
}
.slide-normal-txt{
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    line-height: 28px;
    margin-top: 17px;
}
.static-img-change {
    text-align: center;
    margin-top: 15px;
}
.full-page-txt {
    font-size: 18px;
    line-height: 30px;
}
.round-btn-group {
    margin-bottom: 15px;
}
.round-info-btn {
    width: 80px;
    height: 80px;
    min-width: 60px;
    min-height: 60px;
    max-width: 100%;
    font-weight: 400;
    font-size: 18px;
    border-radius: 50%;
    outline: 0;
    border: 4px solid #2e2f30;
    background-color: #dfe1e3;
    color: #242526;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
}
.round-info-btn .overlay {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
}
.round-info-btn .overlay a {
    margin-right: 3px;
}
.round-info-btn:hover .overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.round-btn-popup {
    width: 100%;
    min-height: 150px;
    background-color: rgba(255,255,255,0.5);
    overflow: auto;
}
.round-btn-pop-no {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    min-height: 100px;
    line-height: 150px;
    position: relative;
}
.round-btn-pop-no:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 1px;
    height: 100px;
    background-color: #2e2f30;
}
.round-btn-pop-content {
    font-size: 18px;
    width: 100%;
    min-height: 150px;
    height: auto;
    line-height: 23px;
    padding: 15px 10px 15px 0;
}
.icon-btn-group {
    width: 100%;
    min-height: 150px;
    margin-top: 30px;
    background-color: rgba(255,255,255,0.5);
    padding: 18px 25px 30px 25px;
}
.icon-btn-lg {
    min-width: 250px;
    min-height: 150px;
    position: relative;
    background-color: #515253;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    border-radius: 3px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    margin-top: 10px;
}
.icon-btn-lg .overlay {
    min-width: 100%;
    min-height: 100%;
    display: block;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    display: none;
}
.icon-btn-lg .overlay a {
    margin-right: 15px;
}
.icon-btn-lg:hover .overlay {
    display: block;
}
.icon-btn-lg-img {
    width: 80px;
    height: auto;
}
.icon-btn-lg-img  img {
    width: 100%;
}
.icon-btn-lg span {
    display: block;
    margin-top: 10px;
}
.img-dropdown {
  width: 260px;
  height: 260px;
  max-width: 100%;
  min-width: 100px;
  min-height: 100px;
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
  background: url('img.jpg')no-repeat center center;
  background-size: cover;
}
.img-dropdown .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #dedede;
  display: none;
}
.img-dropdown .overlay a {
  margin-right: 5px;
  font-size: 16px;
}
.img-dropdown-wrap:hover .img-dropdown .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-dropdown .img-dropdown-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: blueviolet;
  color: white;
  border: none;
  padding: 10px 0;
  cursor: pointer;
  outline: 0;
}
.img-dropdown-content {
  width: 100%;
  background-color: #f5f5f5;
  color: #000;
  padding: 20px 15px;
  font-size: 14px;
  line-height: 21px;
  transition: none;
  display: none;
  border: 1px solid #dedede;
}
.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.video-container {
    margin-bottom: 20px;
}
.video-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}
.video-placeholder {
    margin-bottom: 15px;
}
.video-upload-btn {
    min-width: 150px;
    height: 30px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border:none;
    outline: 0;
    margin-right: 10px;
    background-color: #2e2f30;
    transition: 0.3s all ease-in-out;
}
.video-upload-btn:hover {
    background-color: #fff;
    color: #2e2f30;
}
.video-container iframe {
    width: 100%;
}
.flip-container {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: left;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    position: relative;
}
.flip-item {
    color: #fff;
    height: 400px;
    min-width:100px;
    min-height: 100px;
    max-width: 100%;
    margin-right: 10px;
    margin-top: 10px;
    padding: 0;
    width: 275px;
    max-width:100%;
    position: relative;
}
.flip-item-inner {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 210px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.card-front,
.card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    justify-content: flex-end;
    border: 1px solid #8a8a8a
}
.card-front {
    background: url('../imgs/template/flip-demo1.jpg')no-repeat center center;
    background-size: cover;
}
.card-front i.tile-icon {
    display: block;
    margin: 10px auto 20px auto;
    text-align: center;
}
.card-front h4 {
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 6px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.card-front p.detail {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.card-back {
    background-color: #fafafa;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
     overflow-y: auto;
    visibility: hidden;
}
.card-back div.flip-title {
    color: #333;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 12px;
}
.card-back div.flip-desc {
    color: #333;
    font-size: 15px;
    line-height: 20px;
}
.card-back p.link {
    color: #702082;
}
.card-back.bg-violet {
    background-color: #d8d7df;
}
.card-back.bg-magenta {
    background-color: #ddd0cf;
}
.card-back.bg-blue {
    background-color: #c8d7df;
}
.card-back.bg-green {
    background-color: #d9e6dc;
}
.flip-item:hover .card-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-item:hover .card-back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    visibility: visible;
}
.flip-edit {
    text-align: center;
    margin-bottom: 20px;
}
.flip-edit a {
    margin-right: 5px;
    font-size: 18px;
}
.flip-add-new {
    margin-bottom: 25px;
    padding-left: 20px;
}
.long-square-btn {
    width: 280px;
    max-width:100%;
    min-width: 100px;
    min-height: 40px;
    height: 40px;
    padding-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    background-color: rgba(121,85,72,0.7);
    border: none;
    outline: 0;
    color: #fff;
    font-size: 18px;
    position: relative;
    border-radius: 8px;
    display: block;
    border-radius: 12px;
    margin-top: 10px;
}
.long-square-btn .icon {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom:0;
    left: 0;
    color: #fff;
    text-align: center;
    padding-left: 15px;
    padding-right: 10px;
}
.long-square-btn span.popup-btn-title {
    margin-left: 15px;
}
.long-square-btn .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #dedede;
    display: none;
}
.long-square-btn-edit {
    text-align: center;
}
.long-square-btn-edit a {
    line-height: 40px;
    margin-right: 15px;
}
.long-square-btn:hover .overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.long-square-btn-popup {
  width: 100%;
  min-height: 150px;
  background-color: #fff;
  border: 1px dashed #795548;
  padding: 20px;
}
.add-new-long-square-btn {
    margin-top: 15px;
}
.square-btn {
    width: 120px;
    min-width: 100px;
    min-height: 40px;
    max-width: 100%;
    height: 60px;
    border: 4px solid #242526;
    background-color: #dfe1e3;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
}
.square-btn .overlay {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
}
.square-btn .overlay a {
    margin-right: 10px;
    font-size: 18px;
}
.square-btn:hover .overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
}
.square-btn-popup {
    width: 100%;
    min-height: 150px;
    background-color: rgba(255,255,255,0.5);
    overflow: auto;
    margin-top: 30px;
}
.square-btn-pop-no {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    min-height: 100px;
    line-height: 150px;
    position: relative;
}
.square-btn-pop-no:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 1px;
    height: 100px;
    background-color: #2e2f30;
}
.square-btn-pop-content {
    font-size: 18px;
    width: 100%;
    min-height: 150px;
    height: auto;
    line-height: 23px;
    padding: 15px 10px 15px 0;
}

/* Menu */

.menu-sidebar {
    width: 300px;
    height: 100vh;
    background: #fff;
    position: fixed;
    padding: 15px;
    right: 0;
    top:0;
    z-index: 999;
    transition: all 0.3s linear;
    margin-right: -300px;
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif;
    overflow: auto;
    border-left: 1px solid rgba(0,0,0,0.1);
}
.menu-sidebar::-webkit-scrollbar {
    width: 8px;
}
.menu-sidebar::-webkit-scrollbar {
    width: 2px;
}
.menu-sidebar::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #eee;
}
.menu-sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #888;
}
.menu-sidebar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(100,100,100,0.4);
}
.menu-sidebar.on {
    margin-right: 0;
    transition: all 0.3s linear;
    overflow: auto;
}
.menu-close-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #dedede;
    display: block;
    text-align: center;
    line-height: 32px;
    
    font-size: 15px;
    color: #3d3d3d;
    text-decoration: none !important;
}
.menu-close-btn:hover {
    background-color: #a9cb3a;
    color: #fff;
}
.menu-entries {
    padding-top: 20px;
}
.menu-entry-title {
    text-align: center;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    border-bottom: solid 3px #41aece;
    display: inline-block;
    padding: 0 12px 10px 0;
    
}
.menu-entry-title:after {
    content: '';
    width: 45px;
    height: 1px;
    background-color: #000;
    /*position: absolute;*/
    bottom: -4px;
    left: 42.5%;
}
.menu-links {
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
.menu-links li {
    list-style: none;
    display: block;
    margin: 0;
}
.menu-links li a {
    display: block;
    text-decoration: none !important;
    padding: 10px 0 15px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.menu-links li a:hover {
    color: #b2d143;
}
.img-btn-group {
    width: 100%;
}
.img-btn-container {
   display: flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-box;
   display: -webkit-flex;
   justify-content: left;
   list-style: none;
   margin: 0;
   padding: 0;
   flex-flow: row wrap;
   -webkit-flex-flow: row wrap;
   position: relative;
}
.img-btn {
   color: #fff;
   margin-right: 10px;
   margin-top: 10px;
   padding: 0;
   width: 260px;
   height: 150px;
   max-width: 100%;
   min-width: 100px;
   min-height: 100px;
   position: relative;
   display: flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-box;
   display: -webkit-flex;
   flex-direction: column;
   justify-content: flex-start;
   cursor: pointer;
}
.img-btn-holder {
   width: 100%;
   max-width: 100%;  
   height: 75%;
   background: url('../img/default-image-button.png')no-repeat center center;
   background-size: cover;
   position: relative;
}
.img-btn .overlay {
   width: 100%;
   height: 100%;
   background-color: #fafafa;
   position: absolute;
   left: 0;
   top: 0;
   text-align: center;
   line-height: 140px;
   display: none;
}
.img-btn .overlay a {
    margin-right: 15px;
    font-size: 18px;
}
.img-btn:hover .overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background-color: #dedede;
}
.img-btn-title {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}
.add-new-img-btn {
    margin-top: 20px;
    margin-bottom: 15px;
}
.img-btn-edit {
    display: block;
    text-align: center;
    margin-top: 5px;
}
.img-btn-edit a {
    margin-right: 10px;
    font-size: 18px;
}
.img-only-btn {
    width: 400px;
    height: 250px;
    min-width: 100px;
    min-height: 100px;
    max-width: 100%;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
}
.img-only-btn .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #dedede;
    display: none;
}
.img-only-btn:hover .overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.img-only-btn .overlay a {
    font-size: 18px;
    margin-right: 5px;
}

.fullscreen-modal {
  border-radius: 0;
  padding-right: 0px !important;
}

.fullscreen-modal .modal-header .close {
  position: relative;
  top: 19px;
  color: #5e5e5e;
  opacity: 1;
}
.fullscreen-modal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.fullscreen-modal .modal-content {
  width: 100%;
  border-radius: 0;
  min-height: 100vh;
  overflow: auto;
  box-shadow: none;
  padding-left: 100px;
  padding-right: 100px;
  border: none;
  background: #fff !important;
}
.fullscreen-modal .modal-title {
  font-family: 'Open Sans', sans-serif;
  color: #242526;
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 15px;
}
.fullscreen-modal .modal-header {
    border:none;
}
.fullscreen-modal .modal-footer {
    border: none;
}
.fullscreen-modal .modal-content {
  font-size: 18px;
  line-height: 30px;
  color: #242526;
  font-family: 'Open Sans', sans-serif;
}
.fullscreen-modal .modal-body {
    padding-top: 100px;
}
.fullscreen-modal-close {
  min-width: 100px;
  min-height: 40px;
  background-color: #242526;
  color: #fff;
  border: none;
  outline: 0;
  margin-right: 15px;
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 16px;
}
.fullscreen-modal-close:hover {
  background-color:  #5e5e5e;
  color: #fff;
}
.normal-modal .modal-body {
    padding: 20px 30px;
}

.normal-modal .modal-title {
    padding-bottom: 15px;
}
@media (max-width: 991px) {

    .square-btn-pop-no:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 25px;
        width: 100%;
        height: 1px;
        background-color: #2e2f30;
    }

    .round-btn-pop-no:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 25px;
        width: 100%;
        height: 1px;
        background-color: #2e2f30;
    }
    .cover-text-unit {
        border-left: none;
        /*border-top: 1px solid rgba(0,0,0,0.4);*/        
        text-align: center;
    }
    .cover-logo {
        margin-top: 0;
        margin-right: 0;        
        margin: 0 auto;
        margin-bottom: 10px;
    }

}
@media (max-width: 768px) {

  .fullscreen-modal .modal-content {
      padding-left: 15px;
      padding-right: 15px;
  }
}
@media (max-width: 430px) {

   .long-square-btn {
       min-width: 230px;
       font-size: 14px;
       padding-left: 60px;
   }

}
@media (max-width: 360px) {
    .header-title {
    font-size: 30px;
    font-weight: 400;
 }
}


/*----Quiz Styles----*/
.template-body .checkbox, .radio {
    margin-top: 0;
    margin-bottom: 0;
}
input[type=checkbox], input[type=radio] {
    margin: 1px 0 0;
}
.form-group label {
    color: #363c46;
}
.quiz-question {
    width: 100%;
    min-height: 100px;
    overflow: auto;
    background-color: rgba(255,255,255,0.8);
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0 10px 10px;
}
.mcq-option-group {
    margin-top: 20px;
}
.mcq-option {
    width: 100%;
    min-height: 45px;
    overflow: auto;
    background-color: #795548;
    padding: 0 10px 15px 10px;
    font-size: 16px;
    margin-top: 10px;
    position: relative;
}
.mcq-option .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fafafa;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
}
.mcq-option .overlay a {
    font-size: 18px;
    margin-right: 10px;
}
.mcq-option:hover .overlay {
    display: block;
}
.mcq-radio label span{
    color: #fff;
    position: relative;
    top: 7px;
    left: 5px;
}
.mcq-radio  input[type=radio] {
    width: 20px;
    height: 20px;
    outline:0;
    position: relative;
    top: 12px;
}
.add-mcq {
    margin-top: 20px;
}
.mcq-settings {
    margin-top: 15px;
}



.mrq-option-group {
    margin-top: 20px;
}
.mrq-option {
    width: 100%;
    min-height: 45px;
    overflow: auto;
    background-color: #795548;
    padding: 0 10px 15px 10px;
    font-size: 16px;
    margin-top: 10px;
    position: relative;
}
.mrq-option .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fafafa;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
}
.mrq-option .overlay a {
    font-size: 18px;
    line-height: 45px;
    margin-right: 10px;
}
.mrq-option:hover .overlay {
    display: block;
}
.mrq-checkbox label span{
    color: #fff;
    position: relative;
    top: 7px;
    left: 5px;
}
.mrq-checkbox  input[type=checkbox] {
    width: 20px;
    height: 20px;
    outline:0;
    position: relative;
    top: 12px;
}
.add-mrq {
    margin-top: 20px;
}
.mrq-settings {
    margin-top: 15px;
}
.mrq-submit {
    margin-top: 20px;
    text-align: center;
}
.mcq-submit {
    margin-top: 20px;
    text-align: center;
}
.quiz-submit {
    min-width: 130px;
    min-height: 40px;
    color: #fff;
    border: none;
    outline: 0;
    background-color: #242526;
}
.quiz-submit:hover {
    background-color: #4c4d4e;
}
.img-mcq-group {
   display: flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-box;
   display: -webkit-flex;
   justify-content: left;
   list-style: none;
   margin: 0;
   padding: 0;
   -webkit-flex-flow: row wrap;
   position: relative;
   margin-top: 10px;
}
.img-mcq-option {
   color: #fff;
   margin-right: 15px;
   padding: 0;
   width: 260px;
   position: relative;
   display: flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-box;
   display: -webkit-flex;
   flex-direction: column;
   justify-content: flex-start;
   margin-top: 15px;
}
.img-mcq-option .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    background-color: #fafafa;
    text-align: center;
    display: none;
}
.img-mcq-option .overlay a {
    line-height: 150px;
    font-size: 18px;
    margin-right: 15px;
}
.img-mcq-option:hover .overlay {
    display: block;
}
.mcq-img-holder {
    width: 260px;
    height: 150px;
    background: url('../imgs/default-image-mcq.jpg')no-repeat center center;
    background-size: cover;
    background-color: #fafafa;
}
.img-mcq-answer {
    width: 260px;
    min-height: 40px;
    overflow: auto;
    background-color: #795548;
    padding-left: 10px;
}
.img-mcq-radio label span{
    color: #fff;
    position: relative;
    top: 5px;
    left: 5px;
}
.img-mcq-radio  input[type=radio] {
    width: 20px;
    height: 20px;
    outline:0;
    position: relative;
    top: 10px;
}



.result {
    width: 80%;
    min-height: 100px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.8);
    margin-top: 60px;
    padding: 25px 0 25px 0;
    text-align: center;
}
.result-head {
    font-weight: 600;
    font-size: 30px;
    color: #242526;
    position: relative;
}
.result-head-divider {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #242526;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 30px;
}
.report-txt {
    color: #242526;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
}
.status-divider {
    width: 80%;
    height: 1px;
    background-color: #795548;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
.status-txt {
    color: #6dbb12;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
}
.status-txt.fail {
    color: #bb1216;
}
.result-btn-group {
    margin-top: 25px;
    padding-left: 10px;
}
.result-btn-group button {
    margin-right: 10px;
}
.retake-btn {
    min-width: 120px;
    min-height: 35px;
    background-color: #795548;
    color:#fff;
    border: none;
    outline: 0;
}
.retake-btn:hover {
    background-color: #242526;
}
.course-exit-btn {
    min-width: 120px;
    min-height: 35px;
    background-color: #795548;
    color:#fff;
    border: none;
    outline: 0;
}
.course-exit-btn:hover {
    background-color: #242526;
}
.result-settings {
    text-align: center;
    margin-top: 15px;
}
/*---In style.css*------*/

.inner-form-inst {
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.radio-modal {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.checkbox-modal {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.quiz-slide-listing {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #dedede;
    padding: 10px 10px 10px 15px;
    margin-bottom: 15px;
}
.quiz-slide-listing .checkbox {
    margin-top: 6px;
}
.inline-btn-wrap {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-right: 10px;
}
.inline-btn {
    height: 60px;
    padding: 10px 20px;
    text-align: center;
    background-color: crimson;
    color: #fff;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    flex: 9 0 20%;
    position: relative;
}

.inline-btn .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #dedede;
    display: none;
}
.inline-btn:hover .overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.inline-btn .overlay a {
    font-size: 16px;
    margin-right: 5px;
}
.inline-btn-content {
    flex:99;
    min-height: 50px;
    margin-left: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    line-height: 20px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
    overflow: auto;
}
.inline-btn-content.on {
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
}

.inline-btn-wrap-img {
    width: 100%;
    height: 200px;
    max-width: 100%;
    min-width: 200px;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
}

.inline-btn-img {
    height: 100%;
    text-align: center;
    background-color: crimson;
    color: #fff;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    flex: 1 0 30%;
    position: relative;
}

.inline-btn-img .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #dedede;
    display: none;
}
.inline-btn-img:hover .overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.inline-btn-img .overlay a {
    font-size: 18px;
    margin-right: 5px;
}
.inline-btn-img-title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    background-color: #6dbb12;
}
.inline-btn-content-img {
    flex:99;
    min-height: 50px;
    margin-left: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    line-height: 20px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
    overflow: auto;
}
.inline-btn-content-img.on {
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
}