﻿/*************************************/
/****** GENERALS  ********************/
/*************************************/
:root {
    --main-classroom-theme-color: "#0e9aef";
    --secondary-classroom-theme-color: "#0e9aef";
    --highlight-classroom-theme-color: "#e7eaec";
}
#wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1 1 0px;
    will-change: width;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.navbar-static-side {
    display: flex;
    flex-direction: column;
    transition: width 180ms ease;
    height: 100%;
}
#page-wrapper {
    display: flex;
    flex: 1 1 0px;
    overflow: auto;
    flex-direction: column;
}
#content {
    display: flex;
    flex: 1 1 0px;
    overflow: auto;
    flex-direction: column;
}
.clear-both {
    clear: both;
}
.p-b-xxs {
    padding-bottom: 5px!important;
}
.p-t-xxs {
    padding-top: 5px!important;
}
.p-l-xxs {
    padding-left: 5px!important;
}
.p-r-xxs {
    padding-right: 5px!important;
}
.p-b-xs {
    padding-bottom: 10px!important;
}
.p-t-xs {
    padding-top: 10px!important;
}
.p-l-xs {
    padding-left: 10px!important;
}
.p-r-xs {
    padding-right: 10px!important;
}
.p-b-sm {
    padding-bottom: 15px!important;
}
.p-t-sm {
    padding-top: 15px!important;
}
.p-l-sm {
    padding-left: 15px!important;
}
.p-r-sm {
    padding-right: 15px!important;
}
.p-b-md {
    padding-bottom: 20px!important;
}
.p-t-md {
    padding-top: 20px!important;
}
.p-l-md {
    padding-left: 20px!important;
}
.p-r-md {
    padding-right: 20px!important;
}
.text-lighter{
    font-weight: lighter!important;
}
.text-normal {
    font-weight: normal!important;
}
.text-bolder {
    font-weight: bolder!important;
}
.text-xs {
    font-size: 10px!important;
}
.text-sm {
    font-size: 12px!important;
}
.text-md {
    font-size: 13px!important;
}
.text-lg {
    font-size: 15px!important;
}
.label-success,
.badge-success {
    background-color: #5cb85c!important;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c !important;
    border-color: #5cb85c!important;
}
.btn-success:hover, .btn-success:active, btn-success:active:hover {
    color: #fff;
    background-color: #4eb14e !important;
    border-color: #4eb14e!important;
}
.text-primary {
    color: #1ab394!important;
}
.text-info {
    color: #1c84c6 !important;
}
.text-success {
    color: #5cb85c !important;
}
.background-primary {
    background-color: #1ab394 !important;
}
.label-info,
.badge-info {
    background-color: #1c84c6!important;
}
.progress-bar-success {
    background-color: #5cb85c!important;
}
.tooltip {
    z-index: 2010!important;
}
.skin-1 .text-primary {
    color: #0e9aef!important;
}
.skin-3 .text-primary {
    color: #ecba52!important;
}
.skin-4 .text-primary {
    color: #7c4e57!important;
}
.skin-1 .label-primary {
    background-color: #0e9aef !important;
}
.skin-3 .label-primary {
    background-color: #ecba52 !important;
}
.skin-4 .label-primary {
    background-color: #7c4e57 !important;
}
.skin-1 .progress-bar {
    background-color: #0e9aef;
}
.skin-3 .progress-bar {
    background-color: #ecba52;
}
.skin-4 .progress-bar {
    background-color: #7c4e57;
}
.img-circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.img-circle.img-list {
    width: 38px;
    height: 38px;
}
.badge {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.badge-url {
    color: #fff;    
}
.badge-url:hover {
    color: #f5f5f5;    
}
.flex {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex !important;
}
.flex-expand {
    -webkit-box-flex: 1 0 1rem;
    -webkit-flex: 1 0 1rem;
    flex: 1 0 1rem;
}
.flex-item {
    flex-grow: 1;
    width: 80%;
}
.flex-cell {
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 1rem;
}
.flex-grow {
    flex-grow: 1;
}
.flex-start {
    align-items: flex-start!important;
}
.flex-end {
    align-items: flex-end!important;
}
.flex-column {
    flex-direction: column;
}
.flex .contact-img {
    width: 46px;
}
.flex-baseline {
    align-items: baseline !important;
}
.flex-wrap {
    flex-wrap: wrap;
    justify-content: start;
}
.flex-justify-end {
    justify-content: end;
}
.float-left{
    float: left;
}
.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}
.border-top {
    border-top: 1px solid #e7eaec !important;
}
.border-left {
  border-left: 1px solid #e7eaec!important;
}
.border-right {
    border-right: 1px solid #e7eaec !important;
}
.ibox-footer {
  min-height:30px;
  font-size: 80%;
}
.table-hover > tbody > tr.selected {
    background: #fbfbfb;
}
abbr[title] {
    border-bottom: none;
    text-decoration: none;
}
abbr[title].timeago {
    pointer-events: none!important;
}
.dropdown-menu.select-language{
    min-width: 222px;
}
.dropdown-menu {
    z-index: 2003;
}
.popover-title {
    margin: 0 !important;
}
.popover-content .radio label,
.popover-content .checkbox label {
    padding-left: 0px;
}
.pagination > li {
    float: left;
}
.float-e-margins .btn {
    margin-bottom: 0px;
}
.text-break {
    word-wrap: break-word;
}
.loginscreen {
    padding: 20px;
    background-color: rgba(250, 250, 250, 0.8);
    margin-top: 40px;
}
@media (min-width: 450px) {
    .loginscreen.middle-box {
        width: 400px !important;
    }
    .logo-connect {
        width: 400px !important;
    }
}
.logo-connect {
    text-align: center;
    background: rgba(250, 250, 250, 0.9);
    background: -moz-linear-gradient(center top, #00DD88 0%, #00CC00 100%) repeat scroll 0 0 transparent;
    margin: 10px auto;
    bottom: 10px;
    right: 10px;
    height: 50px;
    z-index: 100;
    width: 300px;
}
.logo-connect img {
    vertical-align: middle;
    padding: 10px;
}
.selector-screen .ibox-title, .selector-screen .ibox-content {
    background: rgba(250, 250, 250, 0.9);
}
.read-less,
.read-more {
    display: none;
}
.read-more::after {
    margin-left: 4px;
    content: '\2193';
}
.read-less::after {
    margin-left: 4px;
    content: '\2191';
}
.truncable-txt--is-truncated .read-more,
.truncable-txt--is-not-truncated .read-less {
    display: inline-block;
}
.tooltip-inner {
    white-space: pre-wrap;
}
.over-flow {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.truncate-2lines {
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}
#footer .btn{
    vertical-align: inherit;
    padding: 0;
}
.checked-select {
    font-family: 'Font Awesome 5 Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif
}
.pull-right-not-xs, .pull-right-not-sm, .pull-right-not-md, .pull-right-not-lg{
    float: right;
}
.pull-left-not-xs, .pull-left-not-sm, .pull-left-not-md, .pull-left-not-lg{
    float: left;
}
@media (max-width: 767px) {    
    .pull-right-not-xs, .pull-left-not-xs{
        float: none;
    }
    .pull-right-xs {
        float: right;
    }
    .pull-left-xs {
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pull-right-not-sm, .pull-left-not-sm{
        float: none;
    }
    .pull-right-sm {
        float: right;
    }
    .pull-left-sm {
        float: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pull-right-not-md, .pull-left-not-md{
        float: none;
    }
    .pull-right-md {
        float: right;
    }
    .pull-left-md {
        float: left;
    }
}
@media (min-width: 1200px) {
    .pull-right-not-lg, .pull-left-not-lg{
        float: none;
    }
    .pull-right-lg {
        float: right;
    }
    .pull-left-lg {
        float: left;
    }
}
a.disabled{
    pointer-events: none;
    color: #c1c3c4!important;
}
.btn-xs {
    padding: 1px 5px!important;
    line-height: 1.5!important;
}
#footer {
    z-index: 2002;
}
.md-skin .ibox-title, .md-skin .ibox-content {
    border-style: solid solid none !important;
}
.md-skin .ibox-content.mailbox-content {
    border-style: none !important;
}
.label-super {
    vertical-align: super;
}
@media (max-width: 410px) {
    .footer.fixed {
        padding: 10px 5px;
    }
}
@media (max-width: 374px) {
    #kherian-copyright {
        display: none;
    }
    #centre-name {
        display: block;
    }
}
@media (min-width: 375px) {
    #kherian-copyright {
        display: block;
    }
    #centre-name {
        display: none;
    }
}
@media (max-width: 490px) {
    .mail-search {
        max-width: 190px;
    }
}
@media (max-width: 380px) {
    .mail-search {
        max-width: 160px;
    }
}
.flex-element {
    display: inline-flex;
    align-items: center;
}
@media (max-width: 768px) {
    .ibox-heading h3, .ibox-content h2 {
        font-size: 18px;
    }
}
.bottom-column {
    float: none;
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
}
.progress-bar-navy-light {
  background-color: #3dc7ab!important;
}
.progress-bar-success {
  background-color: #5cb85c!important;
}
.progress-bar-info {
  background-color: #23c6c8!important;
}
.progress-bar-warning {
  background-color: #f8ac59!important;
}
.progress-bar-danger {
  background-color: #ed5565!important;
}
.skin-1 .ibox-content.mailbox-content {
    border-style: none !important;
}
.skin-3 .ibox-content.mailbox-content {
    border-style: none !important;
}
.skin-4 .ibox-content.mailbox-content {
    border-style: none !important;
}
#partial-main-content {
    position: relative;
}
#content .page-heading {
    position: relative;
}
.page-heading-options {
    position: absolute;
    top: 25%;
    width: 100%;
}
.page-heading-options.one-button {
    left: 85%; /* fallback if needed */
    left: calc(100% - 6em);
}
.page-heading-options.two-buttons {
    left: 80%; /* fallback if needed */
    left: calc(100% - 9.5em);
}
.page-heading-options.three-buttons {
    left: 80%; /* fallback if needed */
    left: calc(100% - 13em);
}
.page-heading-options button {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
    border: none !important;
}
.page-heading-options button:hover {
    background-color: #f3f3f3 !important;
    border: none !important;
    box-shadow: none;
}
.btn-noborder-action {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
    border: none !important;
}
.btn-noborder-action:hover {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none;
}
@media (max-width: 30em) {
    .page-heading-options {
        position: absolute;
        left: 75%;
        left: calc(100% - 9em);
        top: 40%;
        width: 100%;
    }
    .page-heading-options.one-button {
        left: 90%; /* fallback if needed */
        left: calc(100% - 4em);
    }
    .page-heading-options.two-buttons {
        left: 80%; /* fallback if needed */
        left: calc(100% - 7em);
    }
    .page-heading-options.three-buttons {
        left: 75%;/* fallback if needed */
        left: calc(100% - 9em);
    }
    .page-heading-options button {
        width: 35px;
        height: 35px;
        padding: 6px 6px;
        border-radius: 50%;
        font-size: 16px;
        line-height: 1.33;
    }
}
.btn-circle-hv {
    width: 46px;
    height: 46px;
    padding: 10px 11px;
    border-radius: 23px;
    font-size: 18px;
    line-height: 1.33;
    border: none !important;
    color: inherit;
    background: inherit;
}
.btn-circle-hv-sm {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 12px; 
    border: none !important;
    color: inherit;
    background: inherit;
}
.btn-circle-hv:hover, .btn-circle-hv-sm:hover, 
.btn-circle-hv:active, .btn-circle-hv-sm:active {
    background-color: #f3f3f3 !important;
    border: none !important;
    color: inherit;
    box-shadow: none;
}
.center-content {
    margin: 0 auto;
    max-width: 55em;
    padding: 1em 1em;
}
.center-content.center-lg {
    max-width: 95em;
}
.center-content.center-xlg {
    max-width: 130em;
}
@media (max-width: 30em) {
    .center-content {
        width: auto;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    .tabs-container .panel-body {
        padding: .5em 0 .5em 0;
    }
    #page-wrapper {
        padding: 0;
    }
    .navbar {
        margin: 0 15px;
    }
    .page-heading {
        margin: 0;
    }
    .dashboard-header {
        margin: 0;
    }
}
.top-corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    /*border-right: 0.6em solid #f1f1f1;
    border-top: 0.6em solid #f1f1f1;*/
    right: 0em;
    top: 0em;
}
.top-corner.corner-success {
    border-right: 0.6em solid #5cb85c !important;
    border-top: 0.6em solid #5cb85c !important;
}
.top-corner.corner-warning {
    border-right: 0.6em solid #f8ac59 !important;
    border-top: 0.6em solid #f8ac59 !important;
}
.top-corner.corner-danger {
    border-right: 0.6em solid #ed5565 !important;
    border-top: 0.6em solid #ed5565 !important;
}
.bottom-corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 1em solid transparent;
    /*border-right: 0.6em solid #f1f1f1;
    border-top: 0.6em solid #f1f1f1;*/
    right: 0em;
    bottom: 0em;
}
.bottom-corner.corner-success {
    border-right: 1em solid #5cb85c !important;
    border-bottom: 1em solid #5cb85c !important;
}
.bottom-corner.corner-warning {
    border-right: 1em solid #f8ac59 !important;
    border-bottom: 1em solid #f8ac59 !important;
}
.bottom-corner.corner-danger {
    border-right: 1em solid #ed5565 !important;
    border-bottom: 1em solid #ed5565 !important;
}
.modal-backdrop {
    visibility: hidden !important;
}
.modal.in {
    background-color: rgba(0,0,0,0.5);
}
.dropdown-toggle i.ellipsis-menu {
    font-size: 28px;
    width: 30px;
    text-align: center;
    color: #676a6c;
}
.blur-content {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    -o-filter: blur(8px);
    filter: blur(8px);
}
.file {
    border-radius: 0.5rem;
}
.icon.no-padding.youtube_video {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.alert.alert-news {
    margin-bottom: 0px;
    border-radius: 0px;
}
.flex-container {
    position: relative;
    flex: 1 1 0px;
    display: flex;
}
.flex-box-fix {
    flex-direction: column;
    display: flex;
    flex: 1;
    overflow: hidden;
}
.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.editable-content {
    flex: 1 1 0px;
}
.editable-content-display, .editable-content-display span, .editable-content-display a {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.editable-content-edit, .editable-content-display, .editable-content-textarea {
    height: auto;
    border: none;
    font-weight: 400;
    line-height: 2rem;
    word-wrap: break-word;
    word-break: break-word;
    width: 100%;
    color: #34373d;   
    font-size: 1.6rem;
}
.editable-content-textarea, .editable-content-display {
    min-height: 15px;
}
.rich-text-editor-wrapper:hover {
    background: transparent;
    border-color: #c2c2c2;
}
.rich-text-editor-wrapper {
    align-items: flex-start;
    padding: 16px;
    height: auto;
    border: 1px solid #eaeaea;
    border-width: 1px;
    border-radius: 0.5rem!important;
}
.rich-text-editor-wrapper .ql-toolbar.ql-snow {
    margin: -16px -16px 10px -16px;
    border-left: none;
    border-right:none;
    border-top: none;
    border-bottom: 1px solid #eaeaea;
    display: none;    
}
.rich-text-editor-wrapper .ql-container.ql-snow {
    border: none;
}
.rich-text-editor {
    flex: 1 1 0px;
    /*overflow-x: auto;*/
}
.rich-text-editor .ql-editor {
    padding: 0px;
    overflow-x: clip;
}
.rich-text-editor .ql-editor.ql-blank::before {
    left: 0px !important;
}
.space-aside {
    margin: 0 8px;
}
.btn-link.btn-not-highlight:hover, .btn-link.btn-not-highlight:focus, 
.btn-link.btn-not-highlight:active, .btn-link.active.btn-not-highlight,
.open .dropdown-toggle.btn-link.btn-not-highlight {
    color: #A0A3A4;
}
.flat-input {
    padding: 16px 12px;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-size: 1.4rem;
    transition: none;
    color: #34373d;
    width: 100%;
    box-sizing: border-box;
}
.flat-input:focus {
    outline: none;
}
.label:empty {
    display: none!important;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #333;
    pointer-events: none;
}
.overlay-entered, .overlay-exiting {
    transition: opacity 180ms ease;
    opacity: 0.4;
}
.overlay-entering, .overlay-exited {
    transition: opacity 180ms ease;
    opacity: 0;
}
.form-control:hover, .form-control:focus, .single-line:hover, .single-line:focus {
    border-color: #bdbdbd;
}
.k-pdf-export .no-export {
    display: none;
}
.export-elements {
    display: none;
}
.k-pdf-export .export-elements {
    display: block;
}
.k-pdf-export * {
    font-size: 6pt;
    font-family: Arial, sans-serif;
}
.k-pdf-export h2 {
    display: block;
    font-size: 12pt;
}
.k-pdf-export table td {
    font-size: 6pt;
    font-family: Arial, sans-serif;
}




/*************************************/
/****** QUILL EDITOR *****************/
/*************************************/
.ql-size-small {
    font-size: 0.75em;
}
.ql-size-large {
    font-size: 1.5em;
}
.ql-size-huge {
    font-size: 2.5em;
}




/*************************************/
/****** FORM CONTROLS ****************/
/*************************************/
.skin-1 .form-control:focus,
.skin-1 .single-line:focus {
    border-color: #0e9aef !important;
}
.skin-3 .form-control:focus,
.skin-3 .single-line:focus {
    border-color: #ecba52 !important;
}
.skin-4 .form-control:focus,
.skin-4 .single-line:focus {
    border-color: #7c4e57 !important;
}
.bottom-column {
    float: none;
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
}
input.inline-field {
    background: transparent;
    border: 0;
    color: #555;
    outline: none;
    cursor: text;
    display: block;
    width: 100%;
    line-height: 36px;
    padding-bottom: 3px;
    transition: opacity 200ms ease-in-out;
    font-size: 15px;
    height: 36px;
}
input.inline-field:hover {
    border-bottom: 1px solid #e0e0e0 !important;
}
input.inline-field:focus {
    border-bottom: 1px solid var(--main-classroom-theme-color,"#1ab394") !important;
}
.form-control {
    border-radius: .5rem !important;
}
.dropzone {
    border-radius: .5rem !important;
}




/*************************************/
/****** BUTTONS **********************/
/*************************************/
.skin-1 .btn-primary {
    background-color: #0e9aef;
    border-color: #0e9aef;
    color: #FFFFFF;
}
.skin-1 .btn-primary:hover {
    background-color: #46B4F4;
    border-color: #0e9aef;
    color: #FFFFFF;
}
.skin-1 .btn-primary:active {
    background-color: #0e9aef;
    border-color: #0e9aef;
}
.skin-3 .btn-primary {
    background-color: #ecba52;
    border-color: #ecba52;
    color: #FFFFFF;
}
.skin-3 .btn-primary:hover {
    background-color: #EFC56D;
    border-color: #ecba52;
    color: #FFFFFF;
}
.skin-3 .btn-primary:active {
    background-color: #ecba52;
    border-color: #ecba52;
}
.skin-4 .btn-primary {
    background-color: #7c4e57;
    border-color: #7c4e57;
    color: #FFFFFF;
}
.skin-4 .btn-primary:hover {
    background-color: #9A616C;
    border-color: #613d44;
    color: #FFFFFF;
}
.skin-4 .btn-primary:active {
    background-color: #613d44;
    border-color: #613d44;
}




/*************************************/
/****** SCROLL BARS  *****************/
/*************************************/
::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}
@media (max-width: 768px) {
    ::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }
}
::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
}
::-webkit-scrollbar-track {
    background-color: #F3F3F3;
}




/*************************************/
/****** SCROLLABLE TABS **************/
/*************************************/
.nav-tabs {
    white-space: nowrap;
    display: block !important;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none; /*// IE 10+*/
    overflow: -moz-scrollbars-none; /*// Firefox*/
    scrollbar-width: none; /*// Firefox*/
}
.nav-tabs::-webkit-scrollbar {
    display: none; /*Safari and Chrome*/
}




/*************************************/
/****** SORTABLE TABLE ***************/
/*************************************/
th a.sortable {
    cursor: pointer;
    color: #263035;
}
th span.ordered a.sortable {
    color: #dd4b39!important;
}
.table-sortable .table table tr{
    font-size: 14px;
}
.table-sortable table tbody>tr>td{
    padding: 12px 8px;
    vertical-align: middle;
}
.table-sortable table td.status{
    font-size: 12px;
}
.table-sortable table thead>tr>th {
    color: #263035;
    background: #f7f7f7;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}




/*************************************/
/****** BOOTSTRAP TABLES & LIST ******/
/*************************************/
.table-hover > tbody > tr.selected {
    background: #f1f1f1 !important;
}
.table-hover > tbody > tr:hover {
    background-color: #c1c1c1 !important;
    color: #FFFFFF !important;
}
.table-hover > tbody > tr:hover a {
    color: #FFFFFF !important;
}
.element:hover:not(.selected):not(.session) {
    background: #c1c1c1 !important;
    color: #FFFFFF !important;
}
.element:hover:not(.selected):not(.session) small {
    color: #FFFFFF !important;
}
.element.selected {
    background: #f1f1f1 !important;
}




/*************************************/
/******  LIST STYLES *****************/
/*************************************/
.element:first-child {
    margin-top: 0;
}
.element-list .alumnos-element {
    border-bottom: 1px solid #e7eaec;
}
.element {
    border-bottom: 1px solid #e7eaec;
}
.element-list div a.lista, .feed-activity-list div a.lista {
    width: 100%;
    display: block;
    font-weight: normal;
    color: inherit;
    line-height: 2;
}
.element, .media-body {
    overflow: hidden;
}
.element, .alumnos-element .media {
    padding-top: 15px;
}
.element {
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.element.selected {
    background: #f6f6f6;
}
.element.session:not(:last-child) {
    border-bottom: 1px solid #e7eaec;
}
.calendar {
    font-size: 12px;
}




/*************************************/
/****** TOAST MESSAGES ***************/
/*************************************/
#toast-container > .toast-warning:before {
    content: "\f071";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
#toast-container > .toast-error:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
#toast-container > .toast-info:before {
    content: "\f129";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
#toast-container > .toast-success:before {
    content: "\f00C";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.toast-success {
    background-color: #5cb85c!important;
}
.toast-error {
    background-color: #ed5565!important;
}
.toast-info {
    background-color: #3aaef3!important;
}
.toast-warning {
    background-color: #f8ac59!important;
}




/*************************************/
/****** MAIN NAV BAR  ****************/
/*************************************/
.navbar-default {
    overflow: auto;
    overflow-x: hidden;
}
@media (max-width: 768px) {
    body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
        margin: 0 !important;
    }
    .navbar-default {
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: #2f4050;
        z-index: 2004!important;
    }
    .skin-1 .navbar-default {
        background-color: #3e495f;
    }
    .skin-3 .navbar-default {
        background-color: #3e2c42;
    }
    .md-skin navbar-default {
        background-color: #ffffff;
    }
    .skin-2 .navbar-default {
        background-color: #ededed;
    }
    .skin-4 .navbar-default {
        background-color: #613d44;
    }
}
#menu-overlay {
    z-index: 2003!important;
}
#menu-overlay.overlay-entered {
    pointer-events: all;
}




/*************************************/
/****** NAVIGATION-HEADER ***********/
/*************************************/
.nav-header img.user-picture {
    margin-top: -10px;
}
span.badge.connection-status{
    left: 30px;
    top: 20px;
    position: absolute;
    font-size: 10px;
    font-weight: 300;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
}
.skin-1 span.badge.connection-status, .skin-3 span.badge.connection-status, .skin-4 span.badge.connection-status {
    left: 100px;
}
.logo-element {
    color: rgba(255,255,255,0.8);
    font-size: 25px;
}




/*************************************/
/****** TOP NAV BAR  *****************/
/*************************************/
.skin-2 .navbar-static-top {
    background: #213a53 !important;
}
.skin-2 .nav.navbar-right > li > form > a {
    color: #edf6ff;
}
.skin-1 a.navbar-minimalize:active {
    background: #0e9aef;
    border-color: #0e9aef;
}
.skin-3 a.navbar-minimalize:active {
    background: #ecba52;
    border-color: #ecba52;
}
.navbar-right {
    float: right !important;
    /*margin-right: -15px;*/
}
.nav.navbar-right > li > form > a {
    color: #999c9e;
}
.skin-1 .nav.navbar-right > li > form > a {
    color: #9ea6b9;
}
.skin-3 .nav.navbar-right > li > form > a {
    color: #948b96;
}
.skin-4 .nav.navbar-right > li > form > a {
    color: #9ea6b9;
}
.md-skin .nav.navbar-right > li > form > a {
    color: #ffffff;
    font-weight: 400;
}
.md-skin .nav-header a {
    color: #676a6c;
}
.md-skin #display-name{
    color: #ffffff;
}
.nav > li > form > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > form > a {
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
}
.nav > li > form > a {
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
}
.nav > li > form > a {
    position: relative;
    display: block;
    padding: 20px 10px;
}
.nav > li > form > a:hover, .nav > li > form > a:focus {
    text-decoration: none;
}
.navbar-logo {
    float: left;
    height: 50px;
    padding: 0;
    width: 200px;
    display: inline-table;
}
.navbar-logo-mobile {
    float: left;
    height: 50px;
    padding: 0;
    width: 60px;
    display: inline-table;
}
.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0!important;
}
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-alerts {
    margin-left: -280px;
}
.navbar-top-links .dropdown-messages li, .navbar-top-links .dropdown-alerts li {
    display: grid;
}
.navbar.navbar-static-top {
    z-index: 2002!important;
}
.body-small .navbar-top-links li:last-child {
    margin-right: 10px !important;
}
@media(max-width:410px) {
    .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-alerts {
        margin-left: -220px;
    }
    .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
        width: 280px;
        min-width: 0;
    }
}
@media(max-width:768px) {
    .navbar-top-links .select-language {
        margin-left: -60px;
    }
}




/*************************************/
/****** MAIN CHAT ********************/
/*************************************/
#small-chat {
  z-index: 2003!important;
  bottom: 30px!important;
}
#chat-box-area {
  position: fixed;
  bottom: 15px;
  right: 370px;
  width: 0px;
  height: 325px;
  z-index: 2002!important;
}
#chat-box-area > ul > li {
  display: inline-block;
}
#chat-box-area .small-chat-box {
  display: inline-block;
  position: relative;
  bottom: 0px;
  right: 0px;
}
.open-notification-chat {
  height: 38px;
  width: 38px;
  display: block;
  background: #1ab394;
  padding: 9px 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.open-notification-chat:hover {
  color: white;
  background: #1ab394;
}
.skin-1 .open-notification-chat, .skin-1 .open-notification-chat:hover {
    background: #0e9aef!important;
}
.skin-3 .open-notification-chat, .skin-3 .open-notification-chat:hover {
    background: #ecba52!important;
}
.skin-4 .open-notification-chat, .skin-4 .open-notification-chat:hover {
    background: #7c4e57!important;
}
.close-chat-window, .open-big-chat-window {
    opacity: 1!important;
    color: #fff!important;
    text-shadow:none;
}
.close-chat-window:hover, .open-big-chat-window:hover,
.close-chat-window:focus, .open-big-chat-window:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.open {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.main-chat-box {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 75px;
  background: #fff;
  border: 1px solid #e7eaec;
  width: 290px;
  height: 334px;
  border-radius: 4px;
  z-index: 2002!important;
}
.main-chat-box.ng-small-chat {
  display: block;
}
.body-small .main-chat-box {
  bottom: 70px;
  right: 20px;
}
.main-chat-box.active {
  display: block;
}
.main-chat-box .heading {
  background: #2f4050;
  padding: 8px 15px;
  font-weight: bold;
  color: #fff;
}
.main-chat-box .heading a {
  color: #fff;
}
.main-chat-box .heading a:hover{
  color: #e1e1e1;
}
.main-chat-box .heading a.selected{
  color: #e1e1e1;
  cursor:default;
}
.main-chat-box .content {
  padding: 15px 15px;
}
.main-chat-box .content .author-name {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 11px;
}
.main-chat-box .content > div {
  padding-bottom: 20px;
}
.main-chat-box .content .chat-message {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 14px;
  max-width: 80%;
  background: #f3f3f4;
  margin-bottom: 10px;
}
.main-chat-box .content .chat-message.active {
  background: #1ab394;
  color: #fff;
}
.main-chat-box .content .left {
  text-align: left;
  clear: both;
}
.main-chat-box .content .left .chat-message {
  float: left;
}
.main-chat-box .content .right {
  text-align: right;
  clear: both;
}
.main-chat-box .content .right .chat-message {
  float: right;
}
.main-chat-box .form-chat {
  padding: 10px 10px;
}
.content.contacts {
  padding: 15px 5px!important;
}
.content.sesions {
  padding: 15px 5px!important;
}
.contact-img img+span.badge {
  position: relative;
  top: -36px;
  left: 8px;
}
.new-contact-img img+span.badge {
  position: relative;
  top: -16px;
  left: 6px;
}
.chat-user {
  max-height: 53px;
}
.chat-notification {
  padding: 8px 10px;
  border-bottom: 1px solid #e7eaec;
}
#list-notifications {
  margin-top: 10px;
  border-top: 1px solid #e7eaec;
}
.chat-notification a {
  color: inherit;
}
#contacts-list .media-body span, #sesions-list .media-body span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.small-chat-box .heading .user-name {
    width: 83.33333333%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    float: left;
    position: relative;
    min-height: 1px;
}
.small-chat-box .content > div {
    padding-bottom: 0px;
}
#search-contacts-group .input-sm {
    height: 30px;
    padding: 3px 7px 3px 7px;
    font-size: 11px;
    line-height: 2;
}
.load-messages {
    background-color: rgba(50, 50, 50, 0.3);
    padding: 0px;
}
.small-chat-box .load-messages {
    margin: -15px 0px 10px -15px;
    width: 230px !important;
    font-size: 10px;
}
#chat-contact-modal .load-messages {
    margin: 5px 0px 10px 0px;
    width: 100%;
    font-size: 11px;
}
.load-messages button {    
    color: #fff;
    text-decoration: none;
}
.load-messages button:hover {
    color: #e7eaec;
}
.modal-chat-box .content .chat-message {
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 14px;
    max-width: 80%;
    background: #f3f3f4;
    margin-bottom: 10px;
}
.modal-chat-box .content .left {
    text-align: left;
    clear: both;
}
.modal-chat-box .content .left .chat-message {
    float: left;
}
.modal-chat-box .content .right {
    text-align: right;
    clear: both;
}
.modal-chat-box .content .right .chat-message {
    float: right;
}
.modal-chat-box .content .author-name {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 12px;
}
.modal-chat-box .content .chat-message.active {
    background: #1ab394;
    color: #fff;
}




/*************************************/
/****** INPUTS EN TABLAS *************/
/*************************************/
.form-control.input-sm-table {
    padding: 0px 5px;
    font-size: 12px;
    height: 25px!important;
    line-height: 20px!important;
}
.textarea-sm {
    font-size: 12px;
}




/*************************************/
/****** VALIDACIÓN ERRORES ***********/
/*************************************/
.field-validation-error {
    /*color: #b94a48;*/
    text-align:left;
    padding:9px;
    margin-left: 0px;
    margin-top: -4px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #B8211D;
    background-color: #fed1d1;
    border: 1px solid #e3a198;
    float:left;
    width:100%;
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);    
}
.field-validation-valid {
    display: none;
}
.validation-error-container{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.validation-summary-errors{    
    text-align:left;
    padding:9px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #B8211D;
    background-color: #fed1d1;
    border: 1px solid #e3a198;
    float:left;
    width:100%;
    box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.2);    
}
.validation-summary-errors ul{    
    list-style-type:none;
    margin:0;
    padding:0;
}
.input-validation-error{
    border: 1px solid #fed1d1!important;
    box-shadow: 0px 0px 3px 0px rgba(180, 0, 0, 0.7)!important;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(180, 0, 0, 0.7)!important;
    -moz-box-shadow: 0px 0px 3px 0px rgba(180, 0, 0, 0.7)!important;
    position: relative!important;    
}




/*************************************/
/****** LOGIN AND REGISTER WINDOW  ***/
/*************************************/
#remember-account label {
    font-weight: normal;
}
.check-log-reg label {
    font-weight: normal;
}




/*************************************/
/****** ACCOUNT MANAGER  *************/
/*************************************/
.account-manager-box {
    max-width: 1000px;
    z-index: 100;
    margin: 40px auto;
    padding-top: 0px;
    background-color: rgba(250, 250, 250, 0.9);
}




/*************************************/
/****** SELECTOR SCREEN **************/
/*************************************/
.selector-screen.middle-box {
    width: 450px;
}
.selector-list tr td {

}
.selector-list .table > tbody > tr > td {
    border-top: 1px dotted #e7eaec;
    border-bottom: 1px dotted #e7eaec;
    padding: 10px 10px;
    vertical-align: middle;
}
.selector-list .selector-title {
    text-align: left;
    /*font-size: 1.3em;*/
}
.selector-list > table {
    margin-bottom: 0;
}




/*************************************/
/****** MODAL WINDOWS  ***************/
/*************************************/
.modal.absolute {
    position: absolute;
}
.modal.absolute .modal-backdrop {
    background-color: #fff;
}
#chat-sesion-modal.modal .modal-dialog {
    width: 700px;    
}
#chat-sesion-modal.modal .modal-body {
    padding: 0px;
}
#chat-sesion-modal.modal .modal-body .ibox {
    margin-bottom: 0px;
}
#chat-sesion-modal.modal .modal-header {
    padding: 10px;
}
.modal-footer button[type="submit"].btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal .ibox {
    border-bottom: none!important;
    margin-bottom: 0px;
}
.modal .ibox-title {
    background-color: transparent;
    border-width: 1px 0 1px 0;
    border-style: solid;
}
.modal .ibox-content {
    background-color: transparent;
}
.modal .ibox-title h5 {
    font-size: 13px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .inmodal .modal-title {
        font-size: 18px;
    }
}
.modal .popover {
    z-index: 2200 !important;
}




/*************************************/
/****** DROPDOWN MENU  ***************/
/*************************************/
.dropdown-menu > form > li > a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
    display: block;
    padding: 3px 20px;
    clear: both;
    white-space: nowrap;
}
.dropdown-menu > form > li > a:hover, .dropdown-menu > form > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > li > a > i {
    margin-right: 5px;
}




/****************************************************/
/****** KENDO WIDGETS  ******************************/
/****************************************************/
/*.k-input, .k-input input {
    height: 36px;
}
.k-input .k-input-button, .k-input .k-input-spinner {
    height: 36px;
    width: 30px;
}
.k-input:hover, .k-input .k-hover, .k-input:focus, .k-input .k-focus, .k-input:focus-within {
    border-color: #bdbdbd; 
    box-shadow: none!important;
}
.k-input.k-multiselect {
    height: auto;
}*/
.k-time-highlight, .k-time-list-highlight {
    top: calc(50% + 19px)!important;
}
.k-time-separator {
    top: 19px!important;
}




/****************************************/
/****** PREFERENCES *********************/
/****************************************/
.manage-contacts-list table tr td {
    height: 46px;
    vertical-align: middle;
    border: none;
    text-align: left;
}
.manage-contacts-list .table {
    margin-bottom: 0px;
}
.contact-avatar {
    width: 42px;
}
.contact-avatar img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.contact-name {
    font-weight: 600;
    color: inherit;
}
ul#preferences-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#preferences-menu > li {
    border-top: 1px solid #e7eaec;
    line-height: 2;
    vertical-align: middle;
    position: relative;
    display: block;
    padding: 12px 12px 12px 20px;
}
#preferences-menu li a {
    color: #6C6F71;
    font-weight: normal;    
}
#preferences-menu li a i {
    vertical-align: bottom;
}
#preferences-menu li:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}
#preferences-menu li.selected {
    background-color: #f5f5f5!important;
}
#preferences-menu li.selected > a {
    font-weight: bold;
}
#preferences-menu .second-level-menu li a{
    padding: 12px 12px 12px 50px;
}
#preferences-menu .second-level-menu li a:hover,
#preferences-menu .second-level-menu li a:focus {
    background-color: #f5f5f5!important;
}
#preferences-menu .second-level-menu.selected > a {
    font-weight: normal; 
}
.second-level-menu ul > li:first-child {
    margin-top: 10px;
}




/****************************************/
/****** USER PROFILE ********************/
/****************************************/
.profile-image {
    width: auto!important;
}
#user-profile .profile-image img {
    width: 150px;
    height: 150px;
}
.profile-name {
    margin: 15px!important;
}
@media (max-width: 991px) {
    #user-profile .profile-image img {
        width: 100px;
        height: 100px;
    }
    .profile-name {
        margin: 0!important;
    }
    .check-profile {
        margin-right: -20px;
    }
}




/*************************************/
/****** IBOX GRID STYLES *************/
/*************************************/
.ibox-content.grid {
    padding: 0!important;
}
.ibox-content.grid table {
    margin: 0!important;
}
.ibox-content.grid a {
    color: #6C6F71;
    font-weight: normal;
}
.ibox-content.grid .element:hover:not(.selected) > a:not(.btn) {
    color: #fff !important;
}




/*************************************/
/****** GRID PROPIO STYLES ***********/
/*************************************/
.ordered-grid-table th.edit-column{
    width: 50px;
}
.ordered-grid-table .main-field {
    font-weight: bold;
}
@media (min-width: 767px) {
    .ordered-grid-table {
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #e7eaec;
        border-top: 1px solid #e7eaec;
        margin-bottom: 10px;
    }
}
.ordered-grid-table td, .ordered-grid-table th {
    vertical-align: middle!important;
}
.ordered-grid-table td>label {
    margin-bottom: 0px;
}
.ordered-grid-table td, .ordered-grid-table th {
    padding: 8px;
    font-size: 11px;
}
.ordered-grid-table-container {
    display: inline-block;
    position: relative; /*Keeps the mask within the container*/
    width:100%;
}
.pagination {
    margin: 0!important;
}
.ordered-grid-table-content.showloading {
    opacity: .5;
}
.table-mail {
    margin-bottom: 0px;
}
.table-mail .check-column,
.table-mail .avatar-column {
    max-width: 40px!important;
    min-width: 40px!important;
    width: 40px;
}
.table-mail .paperclip-column {
    width: 20px!important;
}
.table-mail .mail-date {
    padding-right: 20px;
    width: 140px!important;
}
.table-mail .delivery-means
{
    width: 120px!important;
}
.table-mail .avatar-column{
    padding: 6px!important;
}
.total-refresh-grid a {
    color: #676a6c; 
}
@media (min-width: 600px) {
    .own-grid-search {
        min-width: 370px;
    }
}




/*************************************/
/****** COMMUNICATIONS STYLES ********/
/*************************************/
a.communications-folder.selected,
a.communications-filter.selected,
#communications-list a.selected {
    color: #555;
    font-weight: bolder;
    padding-left: 2px;
}
#filter-modal-grid .pagination {
    margin: 0px;
}
.avatar-column img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
#add-recipient-modal .mail-box-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e7eaec;
}
#communication-content{
    position: relative;
    /*height: 620px;*/
}
.truncate {  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-name .tooltip-inner {
    max-width: none;
}
.communication-actions-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 20px 20px 20px;
    margin: 0px -20px 20px -20px;
}
#communication-main-data .table > tbody > tr > td {
    border-top: none;
    line-height: 1.42857;
    padding: 0px;
    vertical-align: middle;
    font-size: 12px;
}
#communication-main-data .table-responsive {
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    #communication-main-data .table-responsive {
        border: none;
    }
}
#communication-main-data .sender-picture  {
    width: 57px;
}
#communication-main-data .view-comm-tools {
    min-width: 80px;
}
#communication-detail .popover {
    min-width: 400px;
    max-width: 500px;
}
@media (max-width: 374px) {
    #communication-detail .popover {
        min-width: 340px;
        max-width: 340px;
    }
}
#communication-detail .popover-title { 
    display: none;
}
#communication-detail .mail-box-header {
    border: none;
    border-top: 1px solid #e7eaec;
}
#recipient-list .table tr > td {
    border: none
}
#recipient-list .table tr {
    border-bottom: 1px solid #e5e5e5
}
#dashboard-more-messages-button {
    font-size: 12px;
}




/****************************************/
/****** ORDERED MENU LISTS **************/
/****************************************/
.ordered-menu-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}
.ordered-menu-list > li {
    border-bottom: 1px solid #e7eaec !important;
    display: block;
}
.ordered-menu-list li a.folder {
    color: #666666;
    display: block;
    padding: 5px 0;
}
.ordered-menu-list > li:hover > a:not(.selected) {
    background-color: #c1c1c1 !important;
    color: #fff !important;
}
.ordered-menu-list > li:hover a:not(.selected) {
    color: #fff !important;
}
.ordered-menu-list > li:hover a:not(.selected) > i {
    color: #fff !important;
}
.ordered-menu-list li a.folder {
    color: #666666;
    display: block;
    padding: 5px 0;
}
.ordered-menu-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}




/****************************************/
/****** DOCUMENTS MANAGER ***************/
/****************************************/
a.documents-app.selected,
a.documents-filter.selected {
    color: #555;
    font-weight: bolder;
    padding-left: 2px;
}
.documents-scope.selected {
    font-weight: bold;
}
.documents-tools {
    position: absolute;
}
.document-selector {
    position: absolute;
    right: 0.3em;
    top: 0.3em;
    z-index: 1050;
}
.document-youtube-icon, .document-video-icon, .document-googledrive-icon, .document-url-icon {
    position: absolute;
    right: 5.5em;
    top: 2em;
    z-index: 1050;
}
.document-vimeo-icon {
    position: absolute;
    right: 6.1em;
    top: 2em;
    z-index: 1050;
}
.document-youtube-icon > i, .document-vimeo-icon > i, .document-video-icon > i, .document-googledrive-icon > i, .document-url-icon > i {
    font-size: 5rem !important;
}
.document-youtube-icon > i:hover {
    color: #cc0000 !important;
}
.document-vimeo-icon > i:hover {
    color: #00adef !important;
}
.document-video-icon > i:hover {
    color: #989898 !important;
}
.document-googledrive-icon > i:hover {
    color: #ecba52 !important;
}
.document-url-icon > i:hover {
    color: #efefef !important;
}
.document-icon-xs {
    position: absolute;
    right: 0.8em;
    top: 0em;
    z-index: 1050;
}
.document-icon-xs > i:hover {
    color: #989898 !important;
}
.document-youtube-duration, .document-vimeo-duration {
    position: absolute;
    right: 0.5em;
    top: 6.5em;
    font-size: 1.2rem !important;
    padding: 0.1rem 0.4rem;
    background-color: black;
    color: #f3f3f3;
    z-index: 1050;
}
.folder-list > li > a.selected {
    font-weight: bold;
}
.folder-list .dropdown-menu li {
    border-bottom: none;
}
.folder-list .dropdown-menu li > a {
    padding: 4px 10px;
}
.documents-tools i {
    color: #9a9a9a;
}
.file .tools {
    /* set it at the top of wrapper */
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 1050;
}
.file .hover-toggle {
    /* set it at the top of wrapper */
    position: absolute;
    top: 0;
    left: 5px;
    /* and don't display it */
    display: none;
}
.file:hover .hover-toggle {
    /* only display it when .image-wrapper is being hovered on */
    display: block;
}
.folder-dropdown .dropdown-menu > li > a {
    padding: 4px 10px;
    font-size: 12px;
}
.mejs__volume-button > .mejs__volume-slider
{
    height: 55px !important;
}
.mejs__volume-total {
    height: 40px !important;
}
.file-dashboard {
    width: 200px;
}
#dashboard-more-documents-button {
    font-size: 12px;
}
@media (max-width: 480px) {
    #documents-content{
        margin: 5px;
    }
    #documents-bar {
        margin-right: -5px;
        margin-left: -5px;
    }
    .file-box {
        width: 165px;
    }
    .file {
        margin-right: 10px;
    }
    .file .icon, .file .image {
        height: 80px;
    }
    .file .icon i {
        font-size: 50px;
    }
    .document-youtube-icon, .document-video-icon {
        right: 4em;
        top: 1.8em;
    }
    .document-vimeo-icon {
        right: 4.2em;
        top: 1.5em;
    }
    .document-youtube-icon > i, .document-vimeo-icon > i, .document-video-icon > i {
        font-size: 4rem !important;
    }
    .document-youtube-duration, .document-vimeo-duration {
        top: 4.9em;
        right: 0.3em;
    }
}




/****************************************/
/****** MODAL WIZARD ********************/
/****************************************/
.wizard-modal .popover-title {
    display: block !important;
}
.wizard-modal .popover {
    min-width: 150px !important;
}




/****************************************/
/****** ANIMACIÓN DE LOADING ************/
/****************************************/
.loader {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2999;
    background-color:white;
    opacity:.8;
}
.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -64px; /* -1 * image width / 2 */
    margin-top: -15px; /* -1 * image height / 2 */
    display: block;
    /*position:relative;*/
    width: 128px;
    height: 30px;
    /*margin-top: 20px;
    margin-left: auto;
    margin-right: auto;*/
}
.ordered-grid-table-content.showloading {
    pointer-events: none
}
#loading{
    position:relative;
    width:128px;
    height:30px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
#loading2 {
    position: relative;
    width: 128px;
    height: 30px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
.load-circle{
    position:absolute;
    top:0;
    background-color:#525252;
    width:10px;
    height:10px;
    -moz-animation-name:ballsWaveG;
    -moz-animation-duration:1.6s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-border-radius:5px;
    -webkit-animation-name:ballsWaveG;
    -webkit-animation-duration:1.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-border-radius:5px;
    -ms-animation-name:ballsWaveG;
    -ms-animation-duration:1.6s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-border-radius:5px;
    -o-animation-name:ballsWaveG;
    -o-animation-duration:1.6s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-border-radius:5px;
    animation-name:ballsWaveG;
    animation-duration:1.6s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    border-radius:5px;
}
.load-circle1{
    left:0;
    -moz-animation-delay:0.04s;
    -webkit-animation-delay:0.04s;
    -ms-animation-delay:0.04s;
    -o-animation-delay:0.04s;
    animation-delay:0.04s;
}
.load-circle2{
    left:16px;
    -moz-animation-delay:0.2s;
    -webkit-animation-delay:0.2s;
    -ms-animation-delay:0.2s;
    -o-animation-delay:0.2s;
    animation-delay:0.2s;
}
.load-circle3{
    left:32px;
    -moz-animation-delay:0.36s;
    -webkit-animation-delay:0.36s;
    -ms-animation-delay:0.36s;
    -o-animation-delay:0.36s;
    animation-delay:0.36s;
}
.load-circle4{
    left:48px;
    -moz-animation-delay:0.52s;
    -webkit-animation-delay:0.52s;
    -ms-animation-delay:0.52s;
    -o-animation-delay:0.52s;
    animation-delay:0.52s;
}
.load-circle5{
    left:64px;
    -moz-animation-delay:0.68s;
    -webkit-animation-delay:0.68s;
    -ms-animation-delay:0.68s;
    -o-animation-delay:0.68s;
    animation-delay:0.68s;
}
.load-circle6{
    left:80px;
    -moz-animation-delay:0.84s;
    -webkit-animation-delay:0.84s;
    -ms-animation-delay:0.84s;
    -o-animation-delay:0.84s;
    animation-delay:0.84s;
}
.load-circle7{
    left:96px;
    -moz-animation-delay:1.0s;
    -webkit-animation-delay:1.0s;
    -ms-animation-delay:1.0s;
    -o-animation-delay:1.0s;
    animation-delay:1.0s;
}
.load-circle8{
    left:112px;
    -moz-animation-delay:1.16s;
    -webkit-animation-delay:1.16s;
    -ms-animation-delay:1.16s;
    -o-animation-delay:1.16s;
    animation-delay:1.16s;
}
@-moz-keyframes ballsWaveG{
    0%{
        -moz-transform:scale(1);
        background-color:#525252;
    }

    100%{
        -moz-transform:scale(.3);
        background-color:#FFFFFF;
    }
}
@-webkit-keyframes ballsWaveG{
    0%{
    -webkit-transform:scale(1);
    background-color:#525252;
    }

    100%{
    -webkit-transform:scale(.3);
    background-color:#FFFFFF;
}

}
@-ms-keyframes ballsWaveG{
    0%{
    -ms-transform:scale(1);
    background-color:#525252;
    }

    100%{
    -ms-transform:scale(.3);
    background-color:#FFFFFF;
    }
}
@-o-keyframes ballsWaveG{
    0%{
    -o-transform:scale(1);
    background-color:#525252;
    }

    100%{
    -o-transform:scale(.3);
    background-color:#FFFFFF;
    }
}
@keyframes ballsWaveG{
    0% {
        transform: scale(1);
        background-color: #525252;
    }

    100% {
        transform: scale(.3);
        background-color: #FFFFFF;
    }
}
.pulsating {
    animation-name: pulsate;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: pulsate;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
@-moz-keyframes pulsate {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}
@-webkit-keyframes pulsate {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}
@keyframes pulsate {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}




/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/****** FORMATOS ÚNICOS DE LA APP DE CENTROS  **********************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/



/*************************************/
/****** REMOTE WORK ******************/
/*************************************/
.no-anchor-menu {
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
    background-color: #25323e;
    font-size: 12px;
}
.skin-1 .no-anchor-menu {
    background-color: #054871 !important;
}
.skin-3 .no-anchor-menu {
    background-color: #6a421e !important;
}
.md-skin .no-anchor-menu {
    background-color: #0d4d40 !important;
}
.skin-4 .no-anchor-menu {
    background-color: #4b080a !important;
}
#remote-work-icon {
    color: #40bb92;
    border-radius: 6px;
}
#remote-work-icon:hover {
    background-color: #2f4050;
    cursor: pointer;
}




/****************************************/
/****** GRIDS DE KENDO  *****************/
/****************************************/
#grid-kendo-list, #grid-kendo-expanded {
    position: relative;
}
#grid-kendo-list .k-pane-wrapper.k-widget, #grid-kendo-expanded .k-pane-wrapper.k-widget,
#grid-kendo-list .k-grid.k-widget, #grid-kendo-expanded .k-widget.k-grid {
    height: 500px;
}
#grid-kendo-list div.k-grid-content, #grid-kendo-expanded div.k-grid-content {
    height: 420px!important;
}
@media (min-height: 992px) {
    #grid-kendo-list .k-pane-wrapper.k-widget, #grid-kendo-expanded .k-pane-wrapper.k-widget,
    #grid-kendo-list .k-grid.k-widget, #grid-kendo-expanded .k-widget.k-grid {
        height: 700px;
    }
    #grid-kendo-list div.k-grid-content, #grid-kendo-expanded div.k-grid-content {
        height: 620px!important;
    }
}
#grid-list {
    position: absolute;
    height: 100%;
    width: 100%;
}
#file-links-modal div.k-grid-content {
    height: 350px!important;
}
.k-grid table {
    font-size: 11px;
}
#grid-kendo-expanded a.btn-white {
    color: #676a6c;
}
.k-pager-nav .k-icon:hover{
    color: #ffffff;
}
.k-pager-nav.k-state-disabled .k-icon:hover{
    color: #787878;
}
.k-pager-nav.k-state-disabled:hover .k-icon{
    color: #787878;
    cursor: not-allowed!important;
} 
.k-pager-wrap .k-state-disabled.k-link:hover{
    color: #787878;
    background-color: transparent;
    border-color: #dbdbdb;
    cursor: not-allowed!important;
}
.k-pager-nav:hover .k-icon{
    color: #ffffff;
}
.k-pager-nav .k-icon:before {
    top: -4px;
}
.k-dropdown-wrap.k-state-hover .k-icon{
    color: #ffffff;
}
.k-dropdown-wrap.k-state-focused .k-icon{
    color: #ffffff;
}
.k-pager-wrap .k-pager-refresh.k-link:hover{
    background-color: transparent;
    border-color: transparent;
    background-image: none;
}
.k-pager-wrap .k-pager-refresh.k-link:hover .k-icon{
    color: #dbdbdb;
}
.k-pane-wrapper .k-pane .k-grid-column-menu .k-header,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header {
    background-color: #1ab394;
}
.skin-1 .k-pane-wrapper .k-pane .k-grid-column-menu .k-header,
.skin-1 .k-pane-wrapper .k-pane .k-grid-filter-menu .k-header {
    background-color: #0e9aef;
}
.skin-3 .k-pane-wrapper .k-pane .k-grid-column-menu .k-header,
.skin-3 .k-pane-wrapper .k-pane .k-grid-filter-menu .k-header {
    background-color: #ecba52;
}
.skin-4 .k-pane-wrapper .k-pane .k-grid-column-menu .k-header,
.skin-4 .k-pane-wrapper .k-pane .k-grid-filter-menu .k-header {
    background-color: #7c4e57;
}
.k-switch-on .k-switch-handle,
.k-switch-on.k-state-hover .k-switch-handle,
.k-switch-on.k-state-focused .k-switch-handle,
.k-switch-on:focus .k-switch-handle,
.k-switch-on:hover .k-switch-handle {
    border-color: #1ab394;
    color: #1ab394;
    background-color: #1ab394;
}
.skin-1 .k-switch-on .k-switch-handle,
.skin-1 .k-switch-on.k-state-hover .k-switch-handle,
.skin-1 .k-switch-on.k-state-focused .k-switch-handle,
.skin-1 .k-switch-on:focus .k-switch-handle,
.skin-1 .k-switch-on:hover .k-switch-handle {
    border-color: #0e9aef;
    color: #0e9aef;
    background-color: #0e9aef;
}
.skin-3 .k-switch-on .k-switch-handle,
.skin-3 .k-switch-on.k-state-hover .k-switch-handle,
.skin-3 .k-switch-on.k-state-focused .k-switch-handle,
.skin-3 .k-switch-on:focus .k-switch-handle,
.skin-3 .k-switch-on:hover .k-switch-handle {
    border-color: #ecba52;
    color: #ecba52;
    background-color: #ecba52;
}
.skin-4 .k-switch-on .k-switch-handle,
.skin-4 .k-switch-on.k-state-hover .k-switch-handle,
.skin-4 .k-switch-on.k-state-focused .k-switch-handle,
.skin-4 .k-switch-on:focus .k-switch-handle,
.skin-4 .k-switch-on:hover .k-switch-handle {
    border-color: #7c4e57;
    color: #7c4e57;
    background-color: #7c4e57;
}
.k-pane-wrapper .k-pane .k-grid-column-menu .k-clear,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear {
    color: #1ab394;
}
.skin-1 .k-pane-wrapper .k-pane .k-grid-column-menu .k-clear,
.skin-1 .k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear {
    color: #0e9aef;
}
.skin-3 .k-pane-wrapper .k-pane .k-grid-column-menu .k-clear,
.skin-3 .k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear {
    color: #ecba52;
}
.skin-4 .k-pane-wrapper .k-pane .k-grid-column-menu .k-clear,
.skin-4 .k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear {
    color: #7c4e57;
}
.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-i-sort-asc-sm,
.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-i-sort-desc-sm,
.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-sort-order {
    color: #676a6c;
}
.k-pane-wrapper .k-pane .k-grid-filter.k-state-active,
.k-pane-wrapper .k-pane .k-header-column-menu.k-state-active {
    color: #fff;
    background-color: #1ab394;
}
.skin-1 .k-pane-wrapper .k-pane .k-grid-filter.k-state-active,
.skin-1 .k-pane-wrapper .k-pane .k-header-column-menu.k-state-active {
    color: #fff;
    background-color: #0e9aef;
}
.skin-3 .k-pane-wrapper .k-pane .k-grid-filter.k-state-active,
.skin-3 .k-pane-wrapper .k-pane .k-header-column-menu.k-state-active {
    color: #fff;
    background-color: #ecba52;
}
.skin-4 .k-pane-wrapper .k-pane .k-grid-filter.k-state-active,
.skin-4 .k-pane-wrapper .k-pane .k-header-column-menu.k-state-active {
    color: #fff;
    background-color: #7c4e57;
}




/***************************************************/
/****** COMPOSE COMMUNICATION STYLES ***************/
/***************************************************/
#FechaEnvio,
#FechaEnvio + .k-select {
    pointer-events: none;
}




/****************************************/
/****** PREFERENCIAS DE CENTRO **********/
/****************************************/
.preferences td i {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.k-editor .k-tool-icon {
    border-color: transparent;
    /*background-image: url('/Content/kendo/Metro/sprite.png');*/
}
.communication-template {
    font-size: 16px;
    font-weight: 600;
    color: #1ab394;
    display: block;
}
.skin-1 .communication-template {
    color: #0e9aef;
}
.skin-3 .communication-template {
    color: #ecba52;
}
.preference-list-item {
    padding: 20px;
    border-bottom: 1px solid #e7eaec;
}
.templates-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    /*border-bottom: 1px solid #e7eaec;*/
}
#removeStripeCheckOutLogo {
    display: none;
    cursor: pointer;
    z-index: 4;
    width: 100%;
    height: 100%;
}
#stripeCheckOutLogoWrp:hover #removeStripeCheckOutLogo {
    display: block;
}
#comm-domains-grid td > i{
    cursor: pointer;
}
.google-api-wrapper, .whapi-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5em;
}
.google-api-item, .whapi-item {
    background-clip: padding-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 150px;
    margin-bottom: 1em;
    margin-right: 1em;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 310px;
    background-color: #fff;
    border: 1px solid #dadce0;
    -webkit-border-radius: .3em;
    border-radius: .3em;
}
.google-api-item-body, .whapi-item-body {
    overflow: hidden;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-height: 0;
    padding: 1rem;
    padding-top: .75rem;
}




/*************************************/
/****** DROPZONE LOGO CENTRO *********/
/*************************************/
#centre-logo-dropzone.dropzone .dz-preview .dz-details img {
    width: 200px !important;
    height: 60px !important;
}
#centre-logo-dropzone.dropzone .dz-preview .dz-details {
    width: 200px !important;
    height: 60px !important;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}




/*************************************/
/****** WEBFORMS BUILDER *************/
/*************************************/
#form-course-input .radio label, #form-course-input .checkbox label {
    padding-left: 0px;
}
#web-form li a.btn-field-action {
    margin-top: 23px;
}
#web-form li {
    cursor: move;
}
#web-form li div.form-group {
    pointer-events: none;
}
#web-form li[data-input="checkbox"] a.btn-field-action {
    margin-top: 12px;
}
#web-form input[type='checkbox'] {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: bottom;
    top: -1px;
    *overflow: hidden;
    margin-top: 20px;
}
#web-form label.checkbox-label {
    display: inline;
    padding-left: 5px;
    font-size: 12px;
    font-weight: normal;
}
#web-form-wrapper {
    height: 500px;
}
#fields-wrapper {
    height: 500px;
}
#fields-wrapper .agile-list li {
    background: #FAFAFB;
    border: 1px solid #e7eaec;
    margin: 0px 0 5px 0;
    padding: 5px;
    border-radius: 2px;
}




/*************************************/
/****** WEBLEADS DOCS ****************/
/*************************************/
.ibox.api-docs {
    font-size: 14px;
}
.ibox.api-docs h2 {
    margin-bottom: 25px;
    margin-top: 35px;
}
.panel {
    clear: both;
}
.panel {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-heading {
    padding: 10px 15px;
    margin: -15px -15px 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel pre {
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
}




/*************************************/
/****** INVITATIONS ******************/
/*************************************/
#invitation-tool-modal .popover {
    z-index: 2200;
}
#invitation-tool-modal .mail-box-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e7eaec;
}
#invitation-tool-grid .pagination {
    margin: 0 !important;
}




/*************************************/
/****** COURSES **********************/
/*************************************/
#grupo-detail .btn {
    margin-bottom: 5px !important;
}
#docencias-list .element {
    border-bottom: 1px solid #e7eaec;
}



/*************************************/
/****** GRADING STYLES ***************/
/*************************************/
#calificaciones-list.ibox-content, #asistencias-list.ibox-content,
#absences-list.ibox-content, .grading-sessions-list.ibox-content {
    padding: 0;
}
#calificaciones-list .ibox-content.ibox-heading {
    border: none !important;
    border-bottom: 1px solid #e7eaec;
}
.grades-list {
    height: 368px;
}
.grades-list.students-grades-list {
    height: auto;
}
.grades-list table {
    margin-bottom: 0px;
}
.grades-list table tr td {
    height: 46px;
    vertical-align: middle;
    border: none;
}
.grade-value {
    width: 20px;
    color: #c1c3c4;
}




/*************************************/
/****** SCHEDULER ********************/
/*************************************/
.k-event {
    /*border: 1px solid #dbdbdb;*/
    border: thin;
}
.k-event .k-icon.k-i-reload, .k-task .k-icon.k-i-reload {
    display: none;
}
.k-event:hover, .k-task:hover {
    cursor: pointer;
}
#calendar .k-event .k-event-delete {
    color: #ffffff !important;
}
#calendar .k-task {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
#agenda .k-task {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: inline-flex;
}
ul#event-creation {
    list-style: none;
    padding-top: 0px;
    padding-inline-start: 0px;
}
ul#event-creation li {
    display: inline-block;
}
.btn-reunion {
    background-color: #0e9aef;
    border-color: #0e9aef;
    color: #FFFFFF;
}
.btn-reunion:hover, .btn-reunion:focus, .btn-reunion:active,
.btn-reunion.active, .open .dropdown-toggle.btn-reunion,
.btn-reunion:active:focus, .btn-reunion:active:hover,
.btn-reunion.active:hover, .btn-reunion.active:focus {
    background-color: #0991e4;
    border-color: #0991e4;
    color: #FFFFFF;
}
.btn-tutorship {
    background-color: #b86ccc;
    border-color: #b86ccc;
    color: #FFFFFF;
}
.btn-tutorship:hover, .btn-tutorship:focus, .btn-tutorship:active,
.btn-tutorship.active, .open .dropdown-toggle.btn-tutorship,
.btn-tutorship:active:focus, .btn-tutorship:active:hover,
.btn-tutorship.active:hover, .btn-tutorship.active:focus {
    background-color: #a14cb7;
    border-color: #a14cb7;
    color: #FFFFFF;
}
.btn-event {
    background-color: #3db93c;
    border-color: #3db93c;
    color: #FFFFFF;
}
.btn-event:hover, .btn-event:focus, .btn-event:active,
.btn-event.active, .open .dropdown-toggle.btn-event,
.btn-event:active:focus, .btn-event:active:hover,
.btn-event.active:hover, .btn-event.active:focus {
    background-color: #2ca02b;
    border-color: #2ca02b;
    color: #FFFFFF;
}
.k-edit-label {
    float: none;
    clear: both;
    width: 100%;
    padding: 1em 0 0.3em;
    margin-left: 2%;
    text-align: left;
}
.k-edit-field, .k-edit-form-container .editor-field {
    float: none;
    clear: right;
    width: 60%;
    margin-left: 2%;
    padding: 0 0 .6em;
}





/*************************************/
/****** STUDENTS *********************/
/*************************************/
.md-skin #student-main-data.ibox {
    box-shadow: none;
}
.photo-container {
    position: relative;
}
.photo-positioner {
    position: absolute;
    top: 20px;
    left: 22px;
    font-size: 10px;
    font-weight: 300;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
}
.status-positioner {
    position: absolute;
    top: 0px;
    left: 22px;
    font-size: 10px;
    font-weight: 300;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
}
span.photo-icon, span.status-icon {
    height: 18px;
    width: 18px;
    margin: 0px;
    padding: 0px;
}
span.photo-icon i, span.status-icon i {
    margin: 3.5px;
    padding: 0px;
}
@media (max-width: 768px) {
    #student-data h2 {
        font-size: 18px;
    }
}




/*************************************/
/****** FILE MANAGEMENT **************/
/*************************************/
ul#links-tab {
    white-space: nowrap;
    display: block !important;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}
ul#links-tab > li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
#links-tab > li.active::after {
    border-color: #1ab394;
    border-top-width: .5em;
    border-top-style: solid;
    -webkit-border-radius: .5em .5em 0 0;
    border-radius: .5em .5em 0 0;
    bottom: -0.175em;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.skin-1 #links-tab > li.active::after {
    border-color: #0e9aef !important;
}
.skin-3 #links-tab > li.active::after {
    border-color: #ecba52 !important;
}
.skin-4 #links-tab > li.active::after {
    border-color: #7c4e57 !important;
}
#links-tab > li.active > a {
    border: none;
    border-bottom-color: transparent;
    background-color: transparent;
}
#file-links-modal .panel-body {
    padding: 0px 0px 1px 0px;
}
#file-links-modal ul#links-tab {
    white-space: initial;
}




/*************************************/
/****** TASKS ************************/
/*************************************/
#tasks-area {
    display: flex;
    flex: 1 1 0px;
    will-change: width;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-right: -15px;
}
@media (max-width: 481px) {
    #tasks-area {
        margin-right: 0px;
    }
}
html[dir=ltr] .left-column {
    border-right: 1px solid #eaeaea;
}
#tasks-area.left-column-overlaid .left-column, #tasks-area.right-column-overlaid .right-column {
    position: absolute;
    top: 0;
    bottom: 0;
}
#tasks-area.right-column-overlaid .right-column {
    right: 0;
}
.left-column {
    z-index: 60;
    display: flex;
    flex-direction: column;
    background: #f4f4f4;
    width: 0px;
    transition: width 180ms ease;
}
.left-column-entered {
    width: 200px;
}
@media (min-width: 1010px) {
    .left-column-entered {
        width: 290px;
    }
}
#task-sidebar-btn {
    display: none;
}
@media (max-width: 1230px) {
    #task-sidebar-btn {
        display: inline-block;
    }
}
#tasks-area #left-column-overlay.overlay-entered, #tasks-area #right-column-overlay.overlay-entered {
    pointer-events: all;
}
#left-column-overlay {
    z-index: 70;
}
#left-column-overlay {
    z-index: 50;
}
.center-column {
    flex: 1 1 0px;
    display: flex;
    overflow: hidden;
}
.right-column {
    box-sizing: border-box;
    background: white;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    transition: width 180ms ease;
    width: calc(100% - 0px);
    max-width: 360px;
}
#tasks-area .right-column {
    background: #f5f5f5;
}
.right-column-entered {
    width: calc(100% - 0px );
}
.right-column-exited {
    width: 0;
    display: none;
}
.task-sidebar {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.task-sidebar-header {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 0 8px;
}
@media (min-height: 180px) {
    .task-sidebar-header {
        height: 48px;
        margin-top: 12px;
    }
}
.task-sidebar-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    padding-top: 1px;
}
#tasks-area ul {
    list-style: none;
    padding: 0;
}
#tasks-area li.selected {
    background: #ededed !important;
    color: #555;
    font-weight: bolder;
    padding-left: 2px;
}
#tasks-area li.selected:not(.selected) {
    background-color: #c1c1c1 !important;
    color: #fff !important;
}
.list-item-container {
    min-width: 50px;
}
.list-item-container:hover {
    background-color: #f5f5f5;
    background: #fafafa;
}
.list-item .list-item-inner {
    cursor: pointer;
    box-sizing: border-box;
    min-height: 3.6rem;
    height: 3.6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    padding: 0 12px;
    background: inherit;
}
.list-item .list-item-title {
    color: #34373d;
    font-size: 1.4rem;
    margin: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#tasks-list {
    flex: 1 1 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: white;
    transition: background-color 0.3s;
}
.tasks-toolbar {
    height: auto;
    display: block;
    padding: 12px 16px 0 16px;
    position: relative;
    align-items: center;
    flex-shrink: 0;
}
.tasks-toolbar .tasks-toolbar-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 48px;
}
.tasks-toolbar .tasks-toolbar-headline {
    min-width: 100px;
    flex: 1 1 0px;
    margin-top: 16px;
    margin-right: 20px;
}
.tasks-toolbar .tasks-toolbar-subline {
    font-size: 1.4rem;
    padding: 0 8px;
    font-weight: 200;
}
.tasks-toolbar .tasks-toolbar-subline .date {
    font-size: 1.2rem;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tasks-toolbar .tasks-toolbar-title-container {
    align-items: center;
    display: flex;
}
.tasks-toolbar .tasks-toolbar-title-container .tasks-toolbar-title-item {
    min-width: 20px;
}
.tasks-toolbar .list-title {
    color: #34373d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2rem;
    font-weight: 600;
    padding: 6px 8px;
}
#tasks-list .main-background {
    overflow: hidden;
    position: relative;
    background: white;
    display: flex;
    flex-direction: column;
    flex: 1 1 0px;
}
#tasks-list .tasks {
    overflow: hidden;
    display: flex;
    /*z-index: 1;*/
}
#tasks-list .tasks.focus-wrapper {
    width: 100%
}
#tasks-list .tasks-scroll-container {
    position: relative;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
#tasks-list .background-lines {
    margin: 0 24px;
    flex: 1;
    background: linear-gradient( 180deg, white, white 52px, #e5e5e5 52px, #e5e5e5 52px);
    background-size: 100% 53px;
    box-shadow: inset 0 1px 0 0 #e5e5e5;
}
#tasks-list .add-task {
    box-shadow: 0 17px 0 -16px #e5e5e5;
    margin: 0 8px;
    padding: 0 8px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
#tasks-list .add-task.focused {
    box-shadow: 0 17px 0 -16px #767678;
}
#tasks-list .add-task-icon {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 32px;
    height: 32px;
    padding: 4px;
    flex-shrink: 0;
    cursor: pointer;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#tasks-list .add-task-button {
    height: 32px;
    width: auto;
    padding: 0 10px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
    background: none;
    border: none;
    box-shadow: none;
}
@media (max-width: 769px) {
    .tasks-scroll-container {
        margin-bottom: 30px;
    }
}
#tasks-wrapper {
    overflow: hidden;
    display: flex;
    z-index: 1;
    flex-direction: column;
}
.task-card {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    margin-bottom: 0;
    box-shadow: none;
    overflow: hidden;
}
.task-card.collapsed {
    box-shadow: 0 17px 0 -16px #e5e5e5;
}
.task-card-header {
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 12px;
    min-height: 52px;
}
.task-card-header-actions {
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.task-card-labels {
    display: flex;
    align-items: baseline;
    padding: 8px 12px;
}
.task-card-label {
    font-size: 1.6rem;
    font-weight: bold;
}
.task-card-sublabel {
    font-weight: normal;
    font-size: 1.4rem;
    margin-left: 0.85em;
    color: #747474;
}
.tasks-items-wrapper {
    position: relative;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0 8px;
}
.task-item {
    display: flex;
    flex-direction: column;
}
.task-item-body {
    min-height: 52px;
    display: flex;
    align-items: center;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
    padding: 0 8px;
    box-shadow: 0 17px 0 -16px #e5e5e5;
    flex-wrap: wrap;
}
.show-more-tasks .task-item-body {
    min-height: 20px;
}
.task-list-actions {
    min-width: 40px;
}
.task-item.completed .task-item-title {
    text-decoration: line-through;
    color: #A5A5A6;
}
.task-item .delete-task-btn {
    display: none;
}
.task-item:hover .delete-task-btn {
    display: inline-block !important;
}
.task-item:hover .task-item-body {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 0 1px #f5f5f5;
}
.task-item .task-item-body.selected {
    background-color: #f1f1f1;
    box-shadow: inset 0 0 0 1px #f5f5f5;
}
.task-item-title-wrapper {
    background: none;
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: none;
    font-size: 1.4rem;
    cursor: default;
    position: relative;
    flex: 1 1 0px;
    min-height: 52px;
    padding: 8px 12px;
    line-height: 2rem;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}
.show-more-tasks .task-item-title-wrapper {
    min-height: 20px;
}
.task-item-data-info {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #767678;
    flex-wrap: wrap;
}
.task-item-data-info .task-item-data-info-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.task-item-data-info .task-item-data-info-group:after {
    color: #c2c2c2;
    content: '\2022';
    margin: 0 6px;
}
.task-item-data-info .task-item-data-info-group:last-child:after {
    content: '';
}
.task-item-body.selected .task-item-data-info-group:after {
    color: #767678;
}
.task-details {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 360px;
    box-sizing: border-box;
    flex: 1;
}
.task-details .task-details-body {
    overflow: auto;
    margin-top: 10px;
    padding: 0 22px 16px 10px;
    overflow-x: hidden;
    flex: 1;
}
@media (min-height: 180px) {
    .task-details-header {
        padding: 0 10px 2px 10px;
    }
}
@media (min-height: 180px) {
    .task-details-header .task-details-header-actions, .task-details-header .task-details-header-title-wrapper {
        min-height: 48px;
    }
}
.task-details .task-details-header {
    z-index: 10;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 2px 2px 0 0;
    border-bottom: 0;
}
.task-details-header .editable-content .editable-content-display {
    font-weight: 600;
}
.task-details-header .editable-content {
    width: 100%;
    padding: 0 10px 4px 10px;
    overflow: hidden;
    box-sizing: border-box;
}
.task-details-header .editable-content-textarea:focus {
    background-color: #f5f5f5 !important;
    box-shadow: 0 0 0 1px #465efc !important
}
.task-details-header .editable-content-textarea {
    background: #fafafa;
    box-shadow: inset 0 0 0 1px #767678;
    box-sizing: border-box;
    padding: 5px;
    /*margin: -5px 0;*/
    border-radius: 2px
}
.task-details-header.completed .editable-content-display {
    text-decoration: line-through;
    color: #767678;
}
@media (min-height: 180px) {
    .task-details .task-details-header-title {
        margin: 10px 0;
        padding: 4px 0px;
    }
}
.task-details .task-details-header-title {
    position: relative;
    align-self: flex-start;
    border-radius: 2px;
    font-size: 1.6rem;
    font-weight: 600;
    flex: 1 1 0px;
}
.task-details .task-details-header-title:hover {
    background-color: #f5f5f5;
}
.task-details .task-details-header-title-wrapper {
    display: flex;
    align-items: center;
}
.task-details .section {
    position: relative;
    background: white;
    margin: 10px 0;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
}
.task-details .section-item {
    min-height: 52px;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 24px 25px 0 -24px rgb(0 0 0 / 8%);
}
.task-details .section-item:hover {
    box-shadow: none;
    background-color: #f5f5f5;
}
.task-details .section-item:last-child, .task-details .dropdown:last-child .section-item {
    box-shadow: none;
}
.task-details .section-item .section-inner {
    display: flex;
    flex: auto;
}
.task-details .section-item .section-icon {
    margin: 0 4px;
    fill: #767678;
    color: #767678;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    text-align: center;
}
.task-details .section-item .section-icon > i {
    font-size: 20px;
}
.task-details .section-item .section-content {
    text-align: left;
    margin-right: 8px;
    margin-left: 8px;
    overflow: hidden;
    flex: auto;
}
.task-details .section-item .section-delete {
    text-align: center;
    margin-right: 6px;
    margin-left: 6px;
    overflow: hidden;
    display: none;
    width: 3rem;
}
.task-details .section-item.not-empty:hover .section-delete {
    display: block;
}
.task-details .section-item.detail-note:hover {
    background: transparent;
    border-color: #c2c2c2;
}
.task-details .section-item.detail-note {
    align-items: flex-start;
    padding: 16px;
    height: auto;
    border: 1px solid #eaeaea;
    border-width: 1px;
    border-radius: 2px;
}
.task-details .detail-note {
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-user-select: text;
}
.task-details-footer {
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;
    background: #f4f4f4;
    border-top: 1px solid #eaeaea;
    margin-bottom: 40px;
}
.task-detail-footer-info {
    font-size: 1.2rem;
    color: #666666;
    text-align: center;
}
@media (min-height: 180px) {
    .task-details-footer {
        min-height: 38px;
    }
}
@media (min-width: 768px) {
    .task-details-footer {
        margin-bottom: 15px;
    }
}
#task-mark .section-content {
    overflow: unset;
}
#task-details-wrapper .dropdown-menu {
    min-width: 280px;
}
.label-azul {
    background-color: #a7d1f3;
    color: #353d82;
}
.label-verde {
    background-color: #94cfb2;
    color: #2f7751;
}
.label-gris {
    background-color: #c8c8c8;
    color: #5d5d5c;
}
.label-rojo {
    background-color: #f97d7d;
    color: #9b2323;
}
.label-amarillo {
    background-color: #f9f987;
    color: #7a7400;
}
.label-naranja {
    background-color: #f9c698;
    color: #ba6966;
}




/*************************************/
/****** STORE ************************/
/*************************************/
.product-price {
    top: auto !important;
}
.alert.top-alert {
    top: 0;
    width: 100%;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0px;
}
.product-feature-wrapper{
    margin: 30px 120px 20px 120px;
}
@media (max-width: 1201px) {
    .product-feature-wrapper {
        margin: 10px;
    }
}
.old-price {
    text-decoration: line-through;
    color: #A5A5A6;
}




/*************************************/
/****** CLASSROOM ********************/
/*************************************/

/****** CLASSROOM HOME ***************/
#create-classroom-area {
    width: 100%;
    position: absolute;
    top: 40%;
}
.classroom-main-content {
    background-color: #fff;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}
@media (max-width: 30em) {
    .classroom-main-content {
        margin: 0px;
    }
}
.classroom-main-content .panel-body {
    padding: 0px;
}
.flex-classroom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.classroom-positioning {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.classroom-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5em;
}
.classroom-item {
    background-clip: padding-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 300px;
    margin-bottom: 1em;
    margin-right: 1em;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 310px;
    background-color: #fff;
    border: 1px solid #dadce0;
    -webkit-border-radius: .3em;
    border-radius: .3em;
}
.classroom-item-header {
    position: relative;
}
.classroom-item-header .dropdown-toggle i {
    font-size: 28px;
    width: 30px;
    text-align: center;
    color: #fff;
}
.classroom-item-header ul {
    margin-left: 90px;
    /*margin-top: -1em;*/
}
.classroom-item-header .classroom-header-background {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.classroom-item-header .classroom-header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 90px;
    padding: .75rem .75rem .5rem;
    position: relative;
}
.classroom-item-header .classroom-title {
    display: block;
    margin: 0 -0.25em;
    padding: 0 .25em;
    overflow: hidden;
}
.classroom-item-header .classroom-title div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.classroom-item-header .classroom-maintitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}
.classroom-item-header .classroom-header-gap {
    -webkit-box-flex: 1 0 1em;
    -webkit-flex: 1 0 1em;
    flex: 1 0 1em;
}
.classroom-item-header .classroom-other-data {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.classroom-item-body {
    overflow: hidden;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-height: 0;
    padding: 1rem;
    padding-top: .75rem;
}
.classroom-item-footer {
    border-top: .0625rem solid #e0e0e0;
    line-height: 0;
    padding: .25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.classroom-button-footer {
    -webkit-user-select: none;
    -webkit-transition: background .3s;
    transition: background .3s;
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    line-height: 48px;
    height: 48px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 48px;
    z-index: 0;
    color: #676a6c;
}
.classroom-button-footer i {
    color: #676a6c;
    font-size: 18px;
}

/****** CLASSROOM GENERAL ***************/
.text-classroom-theme {
    color: var(--main-classroom-theme-color,"#18a689");
}
.btn-classroom-theme {
    background-color: var(--main-classroom-theme-color,"#18a689") !important;
    border-color: var(--main-classroom-theme-color, "#18a689") !important;
    color: #FFFFFF;
}
.btn-classroom-theme:hover, .btn-classroom-theme:focus,
.btn-classroom-theme:active, .btn-classroom-theme.active,
.open .dropdown-toggle.btn-classroom-theme, .btn-classroom-theme:active:focus,
.btn-classroom-theme:active:hover, .btn-classroom-theme.active:hover,
.btn-classroom-theme.active:focus {
    background-color: var(--secondary-classroom-theme-color,"#18a689") !important;
    border-color: var(--secondary-classroom-theme-color,"#18a689") !important;
    color: #FFFFFF;
}
.classroom-main-data-content .text-primary,
#detail-classroom-content .text-primary {
    color: var(--main-classroom-theme-color,"#18a689") !important;
}
.classroom-main-data-content .nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
}
.classroom-main-data-content .nav-tabs, .nav-pills {
    text-align: center;
}
.classroom-main-data-content .nav > li.active::after {
    border-color: var(--main-classroom-theme-color, "#0e9aef");
    border-top-width: .5em;
    border-top-style: solid;
    -webkit-border-radius: .5em .5em 0 0;
    border-radius: .5em .5em 0 0;
    bottom: -0.175em;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.classroom-main-data-content .tabs-container .nav-tabs > li.active > a {
    border: none;
    border-bottom-color: transparent;
    background-color: transparent;
}
.classroom-main-data-content .tabs-container .panel-body {
    border: none;
}
.classroom-main-data-content .btn-link:hover, .classroom-main-data-content .btn-link:focus,
.classroom-main-data-content .btn-link:active {
    color: var(--main-classroom-theme-color, "#0e9aef") !important;
}
.classroom-main-data-content #people .element {
    border-bottom: none;
}
.classroom-main-data-content #people .element:hover:not(.selected):not(.session) {
    background: none !important;
    color: inherit !important;
}
.classroom-main-data-content #people .ordered-grid-table {
    border-top: none !important;
}
#classroom-wall-wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: -webkit-calc(100% - 0.5*1em);
    width: calc(100% - 0.5*1em);
    max-width: 80em;
}
#classroom-wall-pic-wrapper {
    -webkit-border-radius: .5em;
    border-radius: .5em;
    margin-top: 1.5em;
    overflow: hidden;
    /*height: 12em;*/
    position: relative;
    width: 100%;
}
#classroom-wall-pic-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#classroom-wall-pic-content {
    position: relative;
    padding: 1.5em;
    color: #fff;
}
#classroom-wall-pic-content div {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.25em;
}
#classroom-wall-pic-content .main-title {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.75em;
}
#classroom-wall-pic-wrapper .other-data {
    position: relative;
    bottom: 0;
    padding: 1.5em;
    color: #fff;
}
@media (max-width: 40em) {
    #classroom-wall-pic-content .other-text {
        letter-spacing: .00625em;
        font-size: 1em;
    }

    #classroom-wall-pic-content .main-title {
        font-size: 1.5em;
        font-weight: 400;
        line-height: 1.25em;
    }
}
#classroom-wall-wrapper, .contact-box,
#classroom-wall-wrapper, .social-feed-box {
    -webkit-border-radius: .5em;
    border-radius: .5em;
}
#classroom-content .social-footer, #detail-classroom-content .social-footer {
    background: transparent !important;
}
#classroom-content .input-group, #detail-classroom-content .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
#classroom-content .input-group > .form-control, #detail-classroom-content .input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
#classroom-content .input-group-append, #detail-classroom-content .input-group-append {
    margin-left: -1px;
    display: flex;
}
#classroom-content .input-group-btn, #detail-classroom-content .input-group-btn {
    width: auto;
}
.btn-fair {
    color: inherit;
    background-color: transparent;
    border: none;
}
.btn-fair:hover, .btn-fair:focus, .btn-fair:active, .btn-fair.active, .btn-fair:active:focus,
.btn-fair:active:hover, .btn-fair.active:hover, .btn-fair.active:focus {
    color: #5f6368;
    background-color: #f5f5f5;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
div[id^='comment-list-'] {
    margin-top: 15px;
}
.social-comment {
    position: relative;
}
#announcement-list .dropdown-toggle {
    color: #676a6c;
}
.social-comment:not(:hover) .comment-options {
    display: none;
}
@media (max-width: 767px) {
    .saved-announcement-text {
        max-width: 100px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .saved-announcement-text {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .saved-announcement-text {
        max-width: 450px;
    }
}
#saved-announcements-area tr:hover {
    background-color: var(--highlight-classroom-theme-color,"#e7eaec");
    cursor: pointer;
    color: var(--main-classroom-theme-color,"#676a6c");
}
.work-content.selected .work-data {
    background-color: var(--highlight-classroom-theme-color,"#e7eaec");
}
.work-content.selected {
    padding-top: .08rem;
}
#announcement-list .work-content:hover {
    cursor: pointer;
    background-color: var(--highlight-classroom-theme-color,"#e7eaec");
}
.announcement-work-data {
    -webkit-align-items: center;
    align-items: center;
    height: 7rem;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.work-icon {
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 4.5rem;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 1.5rem;
    width: 4.5rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#announcement-list .work-icon {
    margin-left: 15px;
    margin-right: 10px;
}
.work-icon .work-icon-circle {
    background-color: var(--main-classroom-theme-color,"#e7eaec");
    width: 40px;
    height: 40px;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 19px;
    line-height: 1.33;
    border: none !important;
    color: inherit;
}
.work-icon .work-icon-circle.draft {
    background-color: #bdc1c6;
}
.announcement-work-main-data {
    height: 100%;
    width: -webkit-calc(100% - 11.5rem);
    width: calc(100% - 11.5);
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.announcement-work-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
}
.classroom-main-data-content #people .media-body,
.classroom-main-data-content #people .element {
    overflow: visible;
}
#create-classroom-work .dropdown-menu {
    font-size: 16px;
}
ul#topics-list {
    margin: 1rem;
    overflow: hidden;
    padding: 4rem 4rem 0.5rem 0.5rem;
    list-style: none;
}
ul#topics-list > li:hover {
    background-color: var(--highlight-classroom-theme-color,"#e7eaec");
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
}
ul#topics-list > li > div {
    color: #00000099;
    line-height: 5rem;
    padding-right: 1.5rem;
    padding-left: 0.75rem;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
ul#topics-list > li:hover > div {
    color: #000000de;
}
ul#topics-list > li.selected > div {
    color: var(--main-classroom-theme-color,"#e7eaec");
}
.work-detail-main .answer-option-gap .radio {
    margin-bottom: 10px;
}
.work-detail-main .radio .iradio_square-green {
    margin-right: 5px;
    margin-top: -2px;
}
.answer-option-gap {
    min-width: 2.7rem;
}
.student-work-img img {
    height: 8rem;
    width: 8rem;
}
ol.classroom-ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.classroom-ol > li {
    margin-bottom: 4rem;
}
.topic-header {
    height: 7rem;
    font-size: 2.5rem;
    font-weight: 400;
    padding: 1.5rem;
    border-bottom: 1px solid var(--main-classroom-theme-color,"#e7eaec");
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
ol.topic-work-list, ol.student-works-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.topic-work-list > li, ol.student-works-list > li {
    cursor: pointer;
}
ol.student-works-list > li .work-data:hover {
    background-color: var(--highlight-classroom-theme-color,"#e7eaec");
}
ol.topic-work-list > li:hover, ol.student-works-list > li:hover {
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 2px 6px 2px rgba(60,64,67,0.149);
    border-radius: 0.5rem;
}
ol.topic-work-list > li:hover .work-menu > a > i {
    color: #676a6c;
}
ol.topic-work-list > li.selected, ol.student-works-list > li.selected {
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 2px 6px 2px rgba(60,64,67,0.149);
    border-radius: 0.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
.topic-work-list > li:last-child .work-data, .student-work-list > li:last-child .work-data {
    border-bottom: none;
}
.work-data {
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    height: 7rem;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}
.work-main-data {
    height: 100%;
    width: -webkit-calc(100% - 8rem);
    width: calc(100% - 8rem);
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
#student-classworks-list .work-main-data {
    width: -webkit-calc(100% - 14rem);
    width: calc(100% - 14rem);
}
.work-menu {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0.5rem;
    width: auto;
}
.work-menu > ul {
    top: 80%;
    left: calc(100% - 200px);
}
.work-menu > a > i {
    color: transparent;
}
.work-status {
    -webkit-align-items: center;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin: 0 0.5rem;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 1rem;
    max-width: 13.5rem;
}
.work-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
}
.work-space {
    -webkit-box-flex: 0 0;
    -webkit-flex: 0 0;
    flex: 0 0;
    -webkit-flex-basis: calc(20% - 2rem);
    flex-basis: calc(20% - 1rem);
    margin-left: 1rem;
    min-width: 0;
}
.work-detail {
    cursor: pointer;
    -webkit-transition: height .3s cubic-bezier(0.4,0.0,0.2,1);
    transition: height .3s cubic-bezier(0.4,0.0,0.2,1);
}
.work-detail.one-topic {
    cursor: default;
}
.work-detail-main {
    max-height: 100vh;
    min-height: 10vh;
    overflow: auto;
    padding: 1rem 1.5rem;
}
.work-detail-footer {
    border-top: .0625rem solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 5rem;
    padding: 1.5rem;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.work-title-date {
    font-size: 12px;
}
.detail-work-header {
    border-bottom: 1px solid var(--main-classroom-theme-color,"#e7eaec");
}
.detail-work-title {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
}
.detail-work-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 0.5rem;
}
.detail-work-subtitle-space {
    width: 8.2rem;
}
@media (max-width: 767px) {
    .work-title {
        -webkit-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .detail-work-title {
        font-size: 2.5rem;
        font-weight: 400;
        margin-bottom: 0.5rem;
        margin-left: 0.5rem;
    }

    .student-work-img img {
        height: 5rem;
        width: 5rem;
    }
}
.work-question-option {
    background-color: #ecf2f5;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0.7rem;
    padding: 0.7rem 1rem;
    position: relative;
}
.work-question-option .flex-expand {
    z-index: 2;
}
.question-option-ptg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    background-color: #dadce0;
}
.attachment-box {
    background-color: #fff;
    border: 1px solid #e7eaec;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.attachment-box-content {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    overflow: hidden;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    text-decoration: none;
    outline: none;
    color: #676a6c;
}
.attachment-box-content .icon {
    text-align: center;
    background-color: #e7eaec;
    max-width: 100%;
    height: 100%;
}
.attachment-box-content .icon-container {
    margin-right: 0.75rem;
    height: 5rem;
    overflow: hidden;
    min-width: 7rem;
    max-width: 7rem;
    width: 7rem;
    position: relative;
}
.attachment-box-content .icon i {
    font-size: 35px;
    color: #afafaf;
    display: block;
    max-width: 100%;
    height: 100%;
    padding: 0.7rem;
}
.reviewed-classworks:hover {
    cursor: pointer;
}
#classwork-students-list-wrapper {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
    width: 35em;
}
.classwork-students-table {
    border-collapse: collapse;
    position: relative;
    width: 100%;
    border-left: 1px solid #e7eaec !important;
    border-right: 1px solid #e7eaec !important;
}
.classwork-students-table td {
    height: 6rem;
    padding: 0;
    padding-right: 2rem;
    padding-left: 2rem;
    vertical-align: middle;
    position: relative;
}
.classwork-students-table tr.selected {
    background: var(--highlight-classroom-theme-color,"#e7eaec");
}
td.classwork-student:hover {
    cursor: pointer;
}
@media (max-width: 991px) {
    #classwork-students-detail {
        display: none;
        margin-left: 0px;
    }

    #classwork-students-list-wrapper {
        flex-grow: 1;
    }
}
@media (min-width: 992px) {
    #classwork-students-list-wrapper {
        display: block !important
    }

    #classwork-students-detail {
        display: block !important
    }
}
.classwork-students-table .pull-right > .dropdown-menu {
    right: 2.5rem;
    top: 3rem;
}
@media (max-width: 769px) {
    #grading-tab {
        display: none !important;
    }
}
#people .radio + .radio {
    margin-top: 10px !important;
}
.student-people-list:hover {
    cursor: pointer;
    background-color: var(--highlight-classroom-theme-color,"#e7eaec");
    border-radius: 0.5rem;
}
#question-options-area .fa-circle {
    font-size: 1.4Em;
}
.attachment-box-wrapper {
    width: 31rem;
    max-width: 31rem;
    float: left;
    margin-right: 1rem;
}
.work-links {
    min-width: 4rem;
    padding: 0 1rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.work-links.selected {
    color: var(--main-classroom-theme-color, "#0e9aef") !important;
}
.work-numbers {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 3rem;
}
#new-announcement-textarea {
    border-radius: .5rem;
}
.comment-textarea {
    resize: none;
    min-height: 3em;
    max-height: 50vh;
    width: 100%;
    border-radius: .5rem 0rem 0rem .5rem;
}
button[id^="comment-announcement-btn-"] {
    border-radius: 0rem .5rem .5rem 0rem;
}
.classwork-grading-field {
    font-size: 13px !important;
    font-weight: 900;
    padding: 3px 0px;
    text-align: right;
    width: 4rem !important;
}
.classwork-grading-field.detail-area {
    font-size: 15px !important;
}
input.classwork-grading-field::-webkit-outer-spin-button,
input.classwork-grading-field::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input.classwork-grading-field[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
#classwork-students-list .element:hover {
    background: inherit;
    color: inherit !important;
}
#grading-table-responsive {
    min-height: .01%;
    overflow-x: auto;
    overflow-y: auto;
}
.table-fixed-header {
    border-collapse: collapse;
    border-spacing: 0;
    height: 1px;
    overflow: hidden;
    position: relative;
    table-layout: fixed;
    height: 100%;
    padding: 0;
    position: relative;
    z-index: 4;
}
.table-fixed-header::after {
    margin-bottom: 20px;
    content: '';
    display: block;
}
.table-fixed-header thead th:not(:first-child) {
    z-index: 4;
    position: relative;
}
.table-fixed-header .main-header {
    z-index: 5;
    height: 100%;
    padding: 0;
    position: relative;
}
.table-fixed-header thead th .column-header {
    width: 16rem;
    padding: 1.25rem 1.5rem;
    text-align: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: .075rem solid #e0e0e0;
    border-right: .075rem solid #e0e0e0;
    height: 100%;
}
.table-fixed-header .filter-row-header-area {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: .075rem solid #e0e0e0;
    border-right: .075rem solid #e0e0e0;
    height: 100%;
}
.table-fixed-header .filter-row-header {
    padding-left: 3.5rem;
    padding-right: 1.5rem;
    min-width: 26rem;
}
.table-fixed-header .global-grade-column {
    line-height: 2.5rem;
    padding-right: 0.5rem;
    text-align: left;
    width: 10rem;
    font-weight: 400;
    font-size: 14px;
}
.table-fixed-header .global-grade-header {
    padding-bottom: 1rem;
}
.table-fixed-header .grading-work-title {
    color: var(--main-classroom-theme-color, "#0e9aef");
    line-height: 1.7rem;
    height: 3.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
    text-decoration: none;
}
.table-fixed-header .grading-work-title.closed-work {
    color: #c3c3c3 !important;
}
.table-fixed-header .grading-header-separator {
    border-top: .075rem solid #e0e0e0;
    content: "";
    display: block;
    padding-bottom: 0.5rem;
}
.table-fixed-header tbody th:first-child {
    z-index: 3;
    height: 100%;
    padding: 0;
    position: relative;
}
.table-fixed-header tbody th .row-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: .075rem solid #e0e0e0;
    border-right: .075rem solid #e0e0e0;
    height: 100%;
}
.table-fixed-header tbody th .grading-table-student-name {
    padding: 0 1rem 0 2rem;
}
.table-fixed-header tbody th .grading-table-student-name:not(.average-header):hover {
    cursor: pointer;
}
.table-fixed-header tbody th .row-header:not(.gray-bg):hover {
    background-color: var(--highlight-classroom-theme-color,"#e7eaec") !important;
}
.table-fixed-header tbody td .grading-grid-cell {
    width: 16rem;
    height: 7rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: .0625rem solid #e0e0e0;
    border-right: .0625rem solid #e0e0e0;
    position: relative;
}
.table-fixed-header .grade-cell-wrapper {
    height: 100%;
    overflow: hidden;
    padding: 0 1.5rem;
    text-overflow: ellipsis;
}
.table-fixed-header .not-assigned {
    height: 100%;
    text-align: center;
    line-height: 7rem;
}
.table-fixed-header .pull-right > .dropdown-menu {
    right: 2rem;
    top: 4.5rem;
}
.table-fixed-header .grade-cell-content {
    height: 7rem;
}
.classroom-main-data-content .ibox-title {
    border-style: none;
}




/*************************************/
/****** MEETINGS *********************/
/*************************************/
.center-meetings-content {
    margin: 0 auto;
    max-width: 85em;
    padding: 1em 1em;
}
.meetings-list-header {
    border-bottom: 1px solid #e7eaec;
}
#meetings-history-content .work-content.selected .work-data,
#meetings-inprogress-content .work-content.selected .work-data {
    background-color: #f6f6f6;    
}
#meetings-history-content ol.student-works-list > li .work-data:hover,
#meetings-inprogress-content ol.student-works-list > li .work-data:hover {
    background-color: #f6f6f6;
}
#meetings-agenda .k-task:hover {
    cursor: pointer;
}
#meetings-agenda .k-event-actions {
    visibility: hidden;
    position: absolute;
}
#meetings-agenda .k-task {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: inline-flex;
}
.pasar-lista-title h5 {
    display: inline-block;
    font-size: 18px;
    font-weight: 200;
    margin: 5px 0px 15px;
    padding: 10px;
    text-overflow: ellipsis;
    float: left;
    border-bottom: 1px solid #e7eaec;
    width: 100%;
}
.pasar-lista-title h6 {
    display: inline-block;
    font-size: 14px;
    font-weight: 200;
    margin: 5px 0px 15px;
    padding: 10px;
    text-overflow: ellipsis;
    float: left;
    border-bottom: 1px solid #e7eaec;
    width: 100%;
}
.recordings-title h5 {
    display: inline-block;
    font-size: 18px;
    font-weight: 200;
    margin: 5px 0px 0px;
    padding: 10px;
    text-overflow: ellipsis;
    float: left;
    width: 100%;
}



/*************************************/
/****** STORE ************************/
/*************************************/
#form-create-update-storesection .dropzone{
    text-align: center;
}
#form-create-update-storesection .dz-preview.dz-image-preview {
    width: inherit;
}
#form-create-update-storesection .dz-preview .dz-image {
    height: inherit;
    width: inherit;
    border-radius: 0px;
}
#form-create-update-storesection .dz-preview .dz-progress {
    display: none;
}