/* STANDARD */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

html{
    background-color: #8EC5FC;
    background: -moz-linear-gradient(62deg, #F1FDFA 0%, #CDEFF9 40%, #F8EDFF 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(62deg, #F1FDFA 0%, #CDEFF9 40%, #F8EDFF 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(62deg, #F1FDFA 0%, #CDEFF9 40%, #F8EDFF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-repeat: no-repeat !important;
    background-attachment: fixed;
}


body{
    background-color: transparent;
    margin: 0;
    /*background-color: #bacde1*/
    word-wrap: break-word;
    text-overflow: ellipsis;
    text-align:center;
}

a{
    transition: all 0.25s linear 0s;
    text-decoration:none !important;
    color: #3bb3e7;
    cursor: pointer;
}

a:hover, a:focus, a:active, a:focus:hover{
    color: #18749b;
}

a[disabled] { 
    pointer-events: none; 
}

.display{
    font-family: 'Varela Round', sans-serif;
}

img{
    /*image-rendering: optimizeQuality;*/
    interpolation-mode: bicubic;
}


/* COMMON COLORS */
.text-red {
    color: #ff7675;
}
.text-green {
    color: #00cec9;
}

.text-blue{
    color: #3bb3e7;
}

.bg-blue{
    background-color: #3bb3e7;
}

.bg-green{
    background-color: #00cec9;
}

.bg-light-blue{
    background-color: #e8f4f8;
}

.bg-dark-blue{
    background-color: #2379A1;
}

.border-special{
    border-color: #3bb3e7;
}

.palette-a-1{
    color: #55efc4;
}

.palette-a-2{
    color: #a29bfe;
}

.palette-a-3{
    color: #fab1a0; 
}

.palette-a-4{
    color: #fd79a8;
}

.palette-a-5{
    color: #fdcb6e;
}

.palette-a-6{
    color: #ff7675;
}

/* Tag */
.tag{
    background-color: #dfe6e9;
    display: inline-block;
    padding: 0.25rem 1.0rem;
    font-size: 14px;
    border-radius: 1.5rem;
    padding: 0.5rem 1.5rem;
    margin-top: 5px;
}

.tag-workshop{
    background-color: #f1f0fc;
}

.tag-teacher{
    background-color: #fff2f7;
}

/* BTN */
.btn{
    border-radius: 1.5rem;
    padding: 0.5rem 1.5rem;
}

.btn-secondary{
    color: #fff !important;
}

.btn-special {
    font-family: 'Varela Round', sans-serif;
    background-color: #3bb3e7;
    color: #fff;
    font-size: 14px;
}

.btn-special:hover, .btn-special:focus, .btn-special:active, .btn-special:focus:hover{
    background-color: #18749b;
    color: #fff;
}

.btn-special-sm{
    padding: 0.25rem 1.0rem;
    font-size: 12px;
}

.btn-special-success{
    background-color: #00b894;
    color: #fff !important;
}

.btn-special-success:hover{
    background-color: #0d856d;
    color: #fff;
}

.btn-special-danger{
    background-color: #ff7675;
    color: #fff !important;
}

.btn-special-danger:hover{
    background-color: #d63031;
    color: #fff;
}

.btn-text-close{
    color: #bdc3c7;
    transition: all 0.25s linear 0s;
}

.btn-text-close:hover, .btn-text-close:focus, .btn-text-close:active, .btn-text-close:focus:hover{
    color: #e74c3c;
}

.disabledBtn {
    /*border: none !important;*/
    background-color: transparent !important;
    background-image: url("https://smartco.s3.ap-southeast-1.amazonaws.com/takecharge/preloader.png") !important;
    background-position: center center;
    background-repeat: no-repeat;
    border-color: transparent !important;
    color: transparent !important;
    cursor: default;
    outline: medium none;
    pointer-events: none;
    transition: none 0s ease 0s ;
}

/* ALERT STYLE */
#alertdiv {
    bottom: 0;
    display: none;
    z-index: 1024000;
}

.alert {
    border-radius: 0;
    margin-bottom: 0;
}

.alert-error {
    background-color: #ff7675;
    border: medium none;
    color: #fff;
    display: block;
    position: fixed;
    text-align: center;
    width: 100%;
}
.alert-success {
    background-color: #00cec9;
    border: medium none;
    color: #fff;
    display: block;
    position: fixed;
    text-align: center;
    width: 100%;
}

.alert-grey {
    background-color: #7f8c8d;
    border: medium none;
    color: #fff;
    display: block;
    position: fixed;
    text-align: center;
    width: 100%;
}

/* NAVIGATION */
#nav-top{
    height: 39px;
}

.top-container{ /* offset nav-top */
    margin-top: 55px;
}

/*
.div-below-page-header{
    top: -15px;
    position: relative;
}
*/

.page-header-btn{
    margin-top: -5px;
}

#logo a{
    color: #fff;
}

#logo a:hover{
    color: #3bb3e7;
}

.nav-links .nav-link-lv1{
    color: #fff;
    border-bottom: 3px solid transparent;
}

.nav-links .nav-link-lv1:hover{
    color: #3bb3e7;
    border-bottom: 3px solid #3bb3e7;
}

#dropdownMenuLink-user{
    color: #fff;
}

#dropdownMenuLink-user:hover{
    color: #3bb3e7;
}

.nav-links .active{
    border-bottom: 3px solid #3bb3e7;
}

.dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active, .dropdown-menu a:focus:hover{
    background-color: #3bb3e7;
}

/* MOBILE NAVIGATION */
.sidenav {
    border-right: 1px solid #ccc;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 45px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 10px 10px 10px 24px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #ccc;
}

/* Active nav */
#mySideoverlay{
    pointer-events: none;
    z-index: 9998;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.25s linear 0s;
}

.sidenav .active{
    border-left: 4px solid #3bb3e7;
}

/* Secondary Nav */
.secondary-nav a{
    color: #343a40;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;    
}

.secondary-nav a:hover{
    color: #343a40;
    border-color: #343a40;    
}

.secondary-nav .active{
    color: #3bb3e7 !important;    
    border-color: #3bb3e7 !important;    
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: -5px;
    right: 8px;
    font-size: 20px;
    margin-left: 50px;
}

/* Form */
.form-check-input:checked{
    background-color: #00cec9;
    border-color: #00cec9;
}

.form-select, .form-control{
    background-color: #F5F6F7;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #bdc3c7 !important;  
}

textarea:-moz-placeholder, input:-moz-placeholder { /* Firefox 18- */
  color: #bdc3c7 !important;  
}

textarea::-moz-placeholder, input::-moz-placeholder {  /* Firefox 19+ */
  color: #bdc3c7 !important;  
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #bdc3c7 !important;  
}

textarea::placeholder, input::placeholder {
  color: #bdc3c7 !important;  
}

/* Card */
.card{
    border-color: transparent;
    border-radius:  0.5rem;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;*/
}

/* Datatable */
.dataTables_wrapper{
    font-size: 14px;
}

.dataTables_wrapper select{
    font-weight: 600;
    background-color: #ecf0f1;
}

.paginate_button{
    background: none !important;
}

.paginate_button:hover{
    background: #95a5a6 !important;
    color: #fff !important;
}

.dataTable td{
    text-align: left;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}


.dataTables_wrapper .form-select, .dataTables_wrapper .form-control, .dataTables_wrapper .dataTables_filter input{
    font-size: 14px;
    background-color: #F5F6F7;
}

/* Modal */
.modal-lock-bg{
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-body{
    min-height: 300px;
}

.ws-modal-small-icon{
    width: 23px;
}

.modal-close{
    color: #ccc;
}

/* Calendar */
#calendar{
/*    height: 800px;*/
}

.tui-timepicker{
    border: none;
    padding: 0;
}

.tui-full-calendar-weekday-grid-header{
    text-align: left;
}

.tui-full-calendar-month-week-item .tui-full-calendar-today .tui-full-calendar-weekday-grid-date-decorator{
    background-color: #000 !important;    
}

.tui-full-calendar-weekday-schedule-bullet{
    display: none;
}

.tui-full-calendar-weekday-schedule-title{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.tui-full-calendar-weekday-schedule{
    border-radius: 5px;
    font-size: 10px;
}

.tui-full-calendar-popup-detail .tui-full-calendar-content{
    font-weight: 500;
}

/*
.tui-full-calendar-weekday-schedule-title{
    text-align: left;
}
*/
/*
.tui-view-8{
    height: 750px;
}
*/

/* Dropzone */
.dropzone{
    border: 5px dashed #3bb3e7;
    color: #3bb3e7;
    background-color: #e0f6ff;
    min-height: 230px;
    border-radius:15px;
}

.dropzone .dz-preview.dz-image-preview{
    background-color: transparent !important;
}

.dz-default{
    margin-top: 70px !important;
}

.dz-error-message {
  margin-top: 20px;
}

.dropzone-upload-img{
    height: auto;
    width: 150px;
}

.dropzone-upload-img-delete{
    z-index: 1;
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 22px;
}

/* Photo */
.photo{
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    border: 4px solid #fff;
}

/* PRINT */
.print-only{
    display: none;
}

@media print {
    .tag{
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact;
    }

    .pagebreak {
        page-break-before: always;
    }

    .no-print, .no-print *{
        display: none !important;
    }

    .print-only{
        display: block !important;
    }
    
    * {
        overflow: visible !important;
    }
}

.li-space li{
    margin-top: 10px;
    bottom: 10px;
}

.mw-50{
    max-width: 50px;
}

.mw-200{
    max-width: 200px;
}

.mw-300{
    max-width: 300px;
}

.mw-400{
    max-width: 400px;
}


/* Stepper */
.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transform: scale(0.75);
}

.step-button {
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    border: 5px solid #bdc3c7;
    background-color: #fff;
    transition: .4s;
    display: inline-block;
    color: #bdc3c7;
}

.step-button:hover{
    border: 5px solid #3bb3e7;
    color: #3bb3e7;
}

.step-title{
    font-size: 12px;
    color: #bdc3c7;
    padding-top: 5xpx;
    font-weight: bold;
}

@media (min-width: 768px) {
    .step-title{
        font-size: 14px;
    }
}

.step-item-active .step-button {
    border: 5px solid #3bb3e7;
    color: #3bb3e7;
}

.step-item-active .step-title {
    color: #3bb3e7;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#progress {
    margin-top: -20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 5px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background-color: #bdc3c7;
}

::-webkit-progress-value{
    background-color: #3bb3e7;
}

::-moz-progress-value{
    background-color: #3bb3e7;
}

/* to customize progress bar */
.progress-value {
    background-color: #3bb3e7 !important;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: #3bb3e7;
    transition: .25s ease;
}

#progress::-webkit-progress-bar {
    background-color: #bdc3c7;
}

#progress::-moz-progress-value {
    background-color: #3bb3e7;
    transition: .25s ease;
}

#progress::-moz-progress-bar {
    background-color: #3bb3e7;
}

/* resources */
.resource-thumb{
    border: 1px solid #ccc;
    max-width: 120px;
    width: 100%;
}

.resouces-manual li{
    margin-bottom: 1em;
}

.resouces-manual h6{
    margin-top: 1.7em;
    font-weight: bold;
}

.resouces-manual{
    line-height: 1.7em;
}

