body{font-family: 'Montserrat', sans-serif;}
*{ box-sizing: border-box; outline: none !important; padding: 0px; margin: 0px; list-style: none; text-decoration: none;}
img{max-width: 100%}
h1{font-family: 'Montserrat', sans-serif; color: #0eb495; font-size: 40px; font-weight: 600; margin-bottom: 20px;}
h2{font-family: 'Montserrat', sans-serif; color: #0eb495; font-size: 28px; font-weight: 600; margin-top: 25px;margin-bottom: 15px;}
h3{font-family: 'Montserrat', sans-serif; color: #0eb495; font-size: 24px; font-weight: 600;margin-top: 20px; margin-bottom: 10px;}
h4{font-family: 'Montserrat', sans-serif; color: #0eb495; font-size: 20px; font-weight: 600; margin-top: 15px;margin-bottom: 10px;}
i { font-weight: bold; }
p{ line-height: 35px; font-size: 18px; margin-bottom: 25px; }
a{ color:#0eb495}
a:hover{ color: #1f8773; text-decoration: none; }
.dft-btn {
    padding: 12px 18px 10px 18px;
    background: #0eb495;
    color: #fff;
    font-size: 14px;
}
.dft-btn i{ margin-right: 5px; font-size: 18px;}
.dft-btn:hover{ color:#fff; opacity: 0.98; }
.listdot ul {
  list-style: none;
}
.listdot ul li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 10px;
}
.listdot ul li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 8px;
  background: #0eb495;
  width: 10px;
  height: 10px;
  border-radius: 11px;
}
/*.listdot{ padding-left: 18px; }
.listdot li{ list-style: disc; margin-bottom: 5px; }*/
/*.listnumber{ padding-left: 18px; }
.listnumber li{ list-style: decimal; margin-bottom: 5px; }*/
ul,ol { font-size: 18px; }
.listnumber ol {
   /* columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;*/
    margin-left: 30px;
    list-style: none;
}

.listnumber ol li {
    position: relative;
    padding: 0 35px 15px 20px;
    counter-increment: my-awesome-counter;
}
.listnumber ol li:before {
    content: counter(my-awesome-counter);
    color: #fff;
    text-align: center;
    line-height: 34px;
    z-index: -1;
    position: absolute;
    left: -30px;
    top: 0;
    background: #0eb495;
    border-radius: 100%;
    width: 34px;
    height: 34px;
    font-weight: 600;
}
.listarrowstyle li{ padding-left: 15px; position: relative; margin-bottom: 5px; }
.listarrowstyle li:before{content:"\f105"; font-size: 18px;font-family: FontAwesome; position: absolute; left: 0px; top:0px;}
.listarrowstyle.two_column ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.quote:after{content:"\f10e" !important; font-size: 25px; color:#212529; font-family: FontAwesome;padding-left: 5px;}
.quote:before {
    content: '\f10d';
    font-size: 25px;
    color: #212529;
    font-family: FontAwesome;
    padding-right: 5px;
}
/**Custom Checkbox**/
.checkbox-label { margin-bottom: 35px; font-size: 18px; color: #494949; display: block;position: relative;padding-left: 42px; line-height: 32px;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.checkbox-label input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.checkmark {position: absolute;top: 0; bottom: 0px; margin: auto; left: 0;height: 32px;width: 32px;background-color: #fff; border:#0eb495 4px solid;  border-radius: 100%;}
.checkmark:after {content: "";position: absolute;display: none;}
.checkbox-label input:checked ~ .checkmark:after {display: block;}
.checkbox-label .checkmark:after {left: 8px;top: 4px;width: 8px;height: 14px;border: solid #0eb495;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
/**Custom Checkbox**/   
/***Login Page Start***/
.login-main{ background-color: #fff; width: 100%; height: 100vh; background-repeat: no-repeat; background-size: 100%; position:relative; }
.login-main:before{ content: ''; position: absolute; width: 100%; height: 100%; background-color: rgba(14,180,149,0.60); left: 0px; top: 0px; }
.login-form-main{ background-color: rgba(255,255,255, 0.6); width: 100%; padding: 50px 145px; text-align: center;}
.login-form-main .form-control::-webkit-input-placeholder { color: #fff; opacity: 1 !important;}
.login-logo{ margin-bottom:35px; display:inline-block; }
.login-form-main .form-control:-moz-placeholder {color: #fff; opacity: 1 !important;}
.login-form-main .form-control::-moz-placeholder {color: #fff;opacity: 1 !important;}
.login-form-main .form-control:-ms-input-placeholder {   color: #fff;}
.login-form-main .form-control {font-family: 'Montserrat', sans-serif; outline: none !important; display: block;width: 100%;padding: 0;font-size: 1rem;line-height: 100px;color: #fff;background-color: #63706f;background-clip: padding-box;border:none;border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;border-radius: 0px; font-size: 25px;padding: 0px 10px 0px 125px;}
.login-form-main .form-control:focus{  box-shadow: none;   background-color: #63706f;
    border-color:none;}
 .login-form-main .form-group{ position: relative; margin-bottom: 40px;}
 .login-form-main .username-group label{ width: 85px; height: 100%; background-color: #3d4750; background-image: url(../images/user-icon.png); background-position: center center; background-repeat: no-repeat; position: absolute; left: 0px; top: 0px; }
 .login-form-main .password-group label{ width: 85px; height: 100%;background-color: #3d4750; background-image: url(../images/password-icon.png); background-position: center center; background-repeat: no-repeat;  position: absolute; left: 0px; top: 0px; }
 .signin-btn{ padding: 0px; border: none; font-weight:600; background: #3d4750; width: 100%; height: 100px; font-size: 28px; text-align: center; color: #fff; text-transform: uppercase; border-radius: 0px; }
 .signin-btn:hover, .signin-btn:focus{ box-shadow: none; background: #0eb495 }
 .forgot-pass-txt{ font-weight: 600; color: #3d4750; margin:auto; display: table;  margin-top: 35px; font-size: 25px; text-align: center; }
 .forgot-pass-txt:hover{color: #000;}
/***Login Page End***/
/***Dashboard Page Start***/
.logo{display: inline-block;}
.db-hdr{ background-color: #0eb495; padding: 15px 85px; float: left; width: 100%;}
.userpic{ overflow: hidden; width:110px; display: inline-block;vertical-align: middle; border-radius: 100%; height: 110px; }
.username-edittxt{ padding-left: 25px; display: inline-block; vertical-align: middle; }
.usernametxt{ color: #fff; text-transform: uppercase; font-size: 24px; line-height:30px; display: block; font-weight: 500;}
.useredit{color: #fff;font-size: 18px; clear: both;display: block;line-height: 18px; font-weight: 500;}
.userlogin-info a:hover .usernametxt, .userlogin-info a:hover .useredit { opacity: 0.95; }
.useredit:hover { opacity: 0.95; color: #fff; }
.dash-mid-main{ padding: 50px 100px 30px 100px; width: 100%; float: left;}
.dash-mid-main .dash-item{ position: relative; box-shadow: #9b9b9b 2px 0px 7px 2px;  -webkit-box-shadow:#9b9b9b 2px 0px 7px 2px; height: 250px; width: 100%; padding:2px 0; background-color:#0eb495; margin-bottom: 30px; text-align: center; padding-top: 30px; color: #fff; float: left; z-index: 99999;}
.dash-txt { font-size: 22px;font-weight: 500; display: block; clear: both; padding: 15px 25px 15px 25px;}
.dash-mid-main .dash-item:hover{ text-decoration: none; }
.dash-icon{ height: 112px; display:block;}
.dash-status-main{ max-width:905px; width: 100%; display: table; margin: auto; padding:25px 0px;  }
.wlc-status-txt{ text-align: center; color: #1d2531; font-size: 24px; font-weight: 600; width: 88%; padding-bottom: 20px; display: block; }
.status-progress-main{ width: 100%; float: left;}
.status-progress{ width:88%; position: relative; overflow: hidden; float: left; background: #96a3b7; height:64px; border-radius: 6px; }
.status-progress ul{ height: 100%; margin: 0px; float: left; width: 100%;    }
.status-progress li{ position: relative; height: 100%; width: 2.87%; float: left; }
.status-progress li:before{ content: ''; position: absolute; right: 0px; top: 0px; width: 3px; height: 100%; background-color: #fff;}
.status-progress li:last-child:before{content: normal;}
.percent-progress-txt{ float: right; color: #0eb495; font-size: 40px; line-height: 64px; font-weight: 600; width:12%; padding-left: 10px; }
.s-progress{ height: 100%;position: absolute; left: 0px; top: 0px;}
.dash-item .status-progress{height: 18px; width: 100%; background-color: #96a3b7     }
.dash-item .status-progress li{ width: 4.6%;}
.dash-item .status-progress li:before{ width: 2px; }
.dash-item .status-progress-main{ position: absolute; left: 0px; bottom: 2px; }
.dash-item .status-progress li:before{ background-color: #0eb495 }
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
/*.userlogin-info { padding-right: 100px; }*/

/**Footer**/
.footer{ width: 100%; background-color: #0eb495; color: #fff; font-size:20px; font-weight:500; padding: 35px 0px 25px 0px;  text-align: center; clear: both; }
.footer a{ color: #fff;}
.footer a:hover{text-decoration: underline;}

.mid-scn-main{ float: left; width: 100%; }
.left-title {
    color: #fff;
    font-size: 22x;
    font-weight: 600;
    transform: rotate(-90deg);
    float: left;
    position: absolute;
    left: -250px;
    top: 30%;
    width: 600px;
    text-transform: uppercase;
}
.breadcream{ position: relative; float: left;z-index: 9;}
.breadcream a{ font-size: 16px; color: #fff;}
.breadcream a.home-link{background-image: url(../images/home-icon.png); background-position: center; background-repeat: no-repeat;  width:49px; height: 39px; float: left;}
.nav-panel-main{ padding-right: 5px; width: 88%; margin-right:-15px; background: #1d2531; float: right;height: calc(100vh - 283px); }
.nav-panel-main .navpanel-drow{ /* height: 440px; */ height: 100%;}
.nav-panel-main ul{  float: left; width: 100%; padding: 0px; margin:0px; }
.nav-panel-main ul li{ float: left;  position: relative; border-bottom: #313d4f 1px solid; font-size: 18px; width: 100%; vertical-align: middle; color: #fff;}
.nav-panel-main ul li:last-child{ border-bottom: none; }
.nav-panel-main ul li .sublink-drow{display: table;  width: 100%; }
.nav-panel-main ul li ul{ display: none; }
.nav-panel-main ul li a{border-left: transparent 10px solid; height:70px; position: relative; padding: 8px 45px 8px 30px;  color: #fff; width: 100%; display:table-cell; vertical-align: middle;}
.nav-panel-main ul li a:hover{color: #0eb495;}
.nav-panel-main ul li a:hover, .nav-panel-main ul li:hover .sublink-drow a, .nav-panel-main ul li a.active{ color: #fff; border-left: #fff 10px solid; background-color: #0eb495;}
.nav-panel-main ul li ul{ float: left; width: 100%; clear: both; }
.nav-panel-main ul li ul li{ display: inline-block;  width: 100%; border:none;}
.nav-panel-main ul li ul li:hover{ border:none; }
.nav-panel-main ul li ul li a{ border-left: none; display: inline-block; height: auto; padding:17px 20px 15px 55px; }
.nav-panel-main ul li ul li a:before{ content:''; position: absolute; top: 0px; bottom: 0px; margin: auto; left: 45px;  width: 4px; height: 4px; border-radius: 100%; background-color:#fff;  }
.nav-panel-main ul li ul li a:hover, .nav-panel-main ul li ul li a.active{ border-left: none; background-color: #313d4f; color: #0eb495; }
.nav-panel-main ul li ul li a:hover:before, .nav-panel-main ul li ul li a.active:before{ background-color:#0eb495; }
.cont-scn-panel{ padding:35px 30px 0px 25px;  width: 100%; float: left;}
.nav-panel-main ul.panelnav-link{border-top: #0eb495 2px solid;}
.nav-panel-main ul.panelnav-link li a:before{ margin-right: 15px; display: inline-block; vertical-align: middle;  content: ''; width: 34px; background-position: center center; height: 34px; background-repeat: no-repeat;}
.nav-panel-main ul.panelnav-link li.help-link a:before{ background-image: url(../images/question-icon.png); }
.nav-panel-main ul.panelnav-link li.about-link a:before{ background-image: url(../images/information-icon.png); }
.nav-panel-main ul.panelnav-link li.contact-link a:before{ background-image: url(../images/enail-icon.png); }
.plus-minus{ cursor: pointer; position: absolute; top: 0px; bottom: 0px; margin: auto; right: 20px; background-image: url(../images/plus-icon.png); background-position: center; background-repeat: no-repeat;  width:18px; height: 18px; float: right; }
.current .plus-minus{ background-image: url(../images/minus-icon.png); }
.col-lg-nav{ background-color: #0eb495; }
.cont-scn-panel h1{ text-align: center; }
.cont-scn-panel h2{ margin-top: 40px; }
.check-panel-main {width: 100%;float: left;margin-top: 25px;}
.check-panel-main .checkbox-label{ float: left; padding-right: 10px; width: 33.3%; }
.tab-scn-main{ width: 100%; float: left; margin-bottom: 57px;}
.tab-scn-main h2{ margin-bottom: 35px }
.tab-list{  display: table; margin: auto;}
.tab-list li{ text-align: center; font-size: 22px; cursor: pointer; background-color:#e2e2e2;  float: left; min-width: 250px; padding:12px 20px 10px 20px; border-radius: 10px 10px 0 0; margin-left: 20px;}
.tab-list li:hover, .tab-list li.active{ color: #fff; background-color:#0eb495; }
.tab-cont-panel{ float: left; padding: 30px 25px 20px 25px; width: 100%; background-color: #e2e2e2; border:#0eb495 3px solid;}
.tab-cont-dl{ display:none;}
 .show-current{ display: block; }
.tab-cont-dl p{ margin-bottom: 10px; }
.mark-cmpt-btn{ font-weight: 600; display:table; line-height: 50px; padding: 0px 35px 0px 35px; background-color: #1d2531; color: #fff; position: relative; font-size: 18px; border:none; margin: 0px auto 15px auto;}
.mark-cmpt-btn span { display: none;
    background-image: url(../images/mark-as-completed.png);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #0eb495;
    background-repeat: no-repeat;
    background-position: center;
}
.mark-cmpt-btn:hover{ color:#fff; opacity: 0.90 }
.mark-completed-btn{ padding-left: 65px; }
.mark-completed-btn span{ display: block; }
.custom-scrollbar {
    overflow: auto;
    position: relative;
    
    height: calc(100vh - 283px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
.mark-cmpt-btn.activity_btn { margin: 20px auto; background: #0eb495; }
.mCSB_scrollTools .mCSB_draggerRail{ width: 20px; background-color: #0eb495;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 10px;background-color:#d9d9d9; }
.mCSB_scrollTools a+.mCSB_draggerContainer{    margin: 30px 0;}
.mCSB_scrollTools {margin:10px 0; opacity: 1; 
    background-color: #0eb495;
    border-radius: 20px;
    padding: 35px 0;
    width: 20px;
    float: left;
}
.mid-scn-main .mCSB_buttonUp{float: left;top: 3px;left: 2px; opacity: 1; width: 16px; height: 16px; background: url(../images/scroll-up.png)no-repeat; z-index: 9;}
.mid-scn-main .mCSB_buttonDown{float: left;bottom: 3px;left: 2px; opacity: 1; width: 16px; height: 16px; background: url(../images/scroll-down.png) no-repeat;z-index: 9;}
.nav-panel-main .mCSB_inside>.mCSB_container{ margin-right: 20px; }


.mid-scn-main .nav-panel-main .mCSB_buttonUp{background: url(../images/green-scroll-up.png)no-repeat;}
.mid-scn-main .nav-panel-main .mCSB_buttonDown{background: url(../images/green-scroll-down.png)no-repeat;}
.nav-panel-main .mCSB_scrollTools .mCSB_draggerRail{background-color:#d9d9d9;}
.nav-panel-main .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #0eb495;}
.nav-panel-main .mCSB_scrollTools{background-color:#d9d9d9;margin:5px 0; }

.custom-pupup{ max-width: 800px; }
.chepter_title:after{
background-color: #0eb495;
content: "";
display: block;
width: 100%;
height: 2px;
}
.activity-content .drag-conteiner ul { list-style-type: none; margin: 0; padding: 0; margin-bottom: 10px;min-height: 180px;width: 100%; }
.activity-content .drag-conteiner li { margin: 5px; padding: 5px;width: 100%; }
.activity-content li.ui-state-highlight {padding: 5px;margin-bottom: 10px;}
.activity-content .drag-conteiner {margin-bottom: 20px;}
.drag-conteiner { border: 1px dashed; }
.activity-content li.ui-state-highlight.success { background: #0eb495!important;color: #fff; }
li.ui-state-highlight.ui-sortable-handle.error { background: #F44336!important;color: #fff; }

.custom-pupup .modal-header h4 {
    font-size: 28px;
    display: block;
    text-align: center;
    margin-top: 0px;
    width: 100%;
}
.custom-pupup .modal-header button.close {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #0eb495;
    color: #fff;
    font-weight: 300;
    font-size: 44px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    opacity: 1;
    border-radius: 100%;
    padding: 0px !important;
}
.custom-pupup  .activity-content  h4 {
    font-family: 'Montserrat', sans-serif;
    color: #0eb495;
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0 0px 0;
    padding: 10px 0px 20px 0px; 
    text-align: left;
    width: 100%;
    border-bottom:none;
} 
.custom-pupup   .activity-content .drag-conteiner h4 {
    font-family: 'Montserrat', sans-serif;
    color: #0eb495;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 0px 0;
    padding: 10px 10px; 
    text-align: center;
    width: 100%;
    border-bottom: #000 1px solid;
}   
.custom-pupup .modal-footer {
    align-items: center;
    border: none;
    padding-bottom: 30px;
    padding-top: 10px;
    justify-content: center;
}
.custom-pupup .activity-content .drag-conteiner li, .custom-pupup .answers-wrapper ul li {
    padding: 8px 40px 8px 14px;
    width: 100%;
    background: #1D2531;
    color: #fff;
    border: #000 1px solid;
    margin-left: 0px;
    display: inline-block;
    float: left;
    margin: 0px 0px 10px 0px; position: relative;
}
.custom-pupup .activity-content .drag-conteiner li:after, .custom-pupup .answers-wrapper ul li:after {
    color: #fff;
    content: "\f047";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    right: 12px;
    top: 5px;
}
.custom-pupup .activity-content .drag-conteiner li{ font-size: 16px; padding-right: 25px; }
.custom-pupup .activity-content .drag-conteiner li{font-size: 18px; right: 8px; top: 7px;}
.custom-pupup .activity-content .drag-conteiner{  padding: 0px;   border: 1px #000 solid;}

.custom-pupup .activity-content .drag-conteiner ul{float: left;    padding: 15px;}
.custom-pupup .modal-footer button {
    text-transform: uppercase;
    border-radius: 0;
    min-width: 180px;
    min-height: 48px;
    font-weight: 600;
    border: none;
}
.custom-pupup .modal-footer button.btn-primary{ background-color: #1d2530;}
.custom-pupup .modal-footer button.btn-danger{ background-color: #d75a48;   }
.modal-footer>:not(:first-child) {
    margin-left: 20px;
}
.custom-pupup .modal-footer button:hover{ opacity: 0.95; }
.custom-pupup .modal-footer button:focus{box-shadow: none !important;}
.custom-pupup .modal-content .modal-body{ padding: 1rem 40px }
.custom-pupup .modal-content .modal-body .col-sm-12.answers-wrapper{ padding: 20px 0 0 0; }

.questions_content input[type="text"].error {
    background: #F44336;
    color: #fff;
}
.questions_content input[type="text"].success {
    background: #0eb495;
    color: #fff;
}
.questions_content .col-md-12 .row {
    margin-bottom: 10px;
}
.questions_content .col-md-12 .row input[type="text"] {
    box-shadow: none;
    border: 1px solid;
    height: 30px;
    padding: 0px 10px;
    width: 100%;
}
.course_image {
   width: 50%;
   
}
.image-margin-right {
    margin-right: 20px;
}
.image-margin-left{
    margin-left: 20px;
}
.header4-wrap .header__tool .account-dropdown {

    top: 42px;

}
.fraction {
  display: inline-block;
  position: relative;
  vertical-align: middle; 
  letter-spacing: 0.001em;
  text-align: center;
  font-size: 12px;
  }
.fraction > span { 
  display: block; 
  padding: 0.1em; 
  }
.fraction span.fdn {border-top: thin solid black;}
.fraction span.bar {display: none;}


.course-index > ul > li > .main-title {
    width: 30%;
    float: left;
}

.course-index > ul > li > .content-indexes {
    width: 70%;
    float: left;
}

.course-index > ul > li {
    clear: both;
    overflow: hidden;
}

.questions_content select.form-control.error {
    background: #F44336;
    color: #fff;
}

.questions_content select.form-control.success {
    background: #0eb495;
    color: #fff;
}

.questions_content p.answer {
	background: #0eb495;
    padding: 5px 20px;
    color: #fff;
    line-height: 25px;
}

.course-index > ul > li > .content-indexes h2 i, .course-index > ul > li > .content-indexes a i {
	float: right;
	position: relative;
    background: #fff;
}

.course-index > ul > li > .content-indexes h2,
.course-index > ul > li > .content-indexes a {
	position: relative;
    width: 100%;
    display: inline-block;
}

.course-index > ul > li > .content-indexes h2 > span:first-child,
.course-index > ul > li > .content-indexes a > span:first-child {
	position: relative;
    background: #fff;
    padding-right: 15px;
    z-index: 9;
}

.course-index > ul > li > .content-indexes h2 > span.connector-line,
.course-index > ul > li > .content-indexes a > span.connector-line {
	width: 94%;
    border: 1px dashed;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 7px;
}
/*.navbar.navbar-1 .navbar-toggler-icon {
background-image: url('https://mdbootstrap.com/img/svg/hamburger6.svg?color=000');
}*/
.navbar.navbar-2 .navbar-toggler-icon {
background-image: url('https://mdbootstrap.com/img/svg/hamburger2.svg?color=fff');
}
.navbar.navbar-3 .navbar-toggler-icon {
background-image: url('https://mdbootstrap.com/img/svg/hamburger1.svg?color=6a1b9a');
}
.navbar.navbar-4 .navbar-toggler-icon {
background-image: url('https://mdbootstrap.com/img/svg/hamburger7.svg?color=BFE100');
}
.navbar.navbar-5 .navbar-toggler-icon {
background-image: url('https://mdbootstrap.com/img/svg/hamburger5.svg?color=f3e5f5');
}
.navbar.navbar-6 .navbar-toggler-icon {
background-image: url('https://mdbootstrap.com/img/svg/hamburger8.svg?color=E3005C');
}
.navbar.navbar-7 .navbar-toggler-icon {
background-image: url('https://mdbootstrap.com/img/svg/hamburger9.svg?color=FF2C00');
}
.navbar.navbar-8 .navbar-toggler-icon {
background-image: url('https://mdbootstrap.com/img/svg/hamburger4.svg?color=1729B0');
}
.navbar.navbar-9 .navbar-toggler-icon {
background-image: url('https://mdbootstrap.com/img/svg/hamburger3.svg?color=00FBD8');
}
.margin-top { padding-top: 30px; clear: both;}
a#create_note {
    background: #fff;
    padding: 8px 14px;
    border-radius: 50%;
    font-size: 19px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: 1px solid #b8abab;
    box-shadow: 0 0 5px 3px #b8abab;
}
u { text-decoration: underline !important; }

.disabled:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.disabled a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.8);
    top: 0;
    left: 0;
    z-index: 9;
}
i {
    font-weight: normal;
}
.activity_table td { width: 20px; text-align: center; }
.activity_table td:first-child { text-align: left; }
.signin-btn {
    height: 80px;
    text-transform: none;
    font-weight: normal;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 8px !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 8px !important;
}
#customers {
  border-collapse: collapse !important;
  width: 100% !important;
}

#customers td, #customers th {
  border: 1px solid #ddd !important;
  padding: 8px !important;
}
#customers tr:nth-child(odd){background-color: #fff !important;}
#customers tr:nth-child(even){background-color: #f2f2f2 !important;}

#customers tr:hover {background-color: #ddd !important;}

#customers th {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  text-align: left!important;
  background-color: #0eb495!important;
  color: white!important;
  font-weight: unset;
}
.content-indexes ul li {
    margin-bottom: 5px;
}
.activity_tbl input {
    border-radius: 5px;
    width: 70px;
    padding: 2px;
    border: 1px solid darkgray;
    font-size: 14px;
}

.activity_tbl select.form-control:not([size]):not([multiple]) {
    height: auto;
    width: 140px;
}

.activity_tbl.questions_content p.answer {
    background: #0eb495;
    padding: 5px 5px;
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    margin-top: 5px;
    border-radius: 5px;
}
