.table tbody > tr > td {
 border-style: none;
}

.input-color {
    max-height: 20px;
}

.ui-select {
    height: auto;
}

.adminform.cl_form .col  {
    margin-bottom: 1.5rem !important;
}

.innerform {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.mh-100 textarea {
    min-height: 100px;
}

.mh-150 textarea {
    min-height: 150px;
}

.mh-200 textarea {
    min-height: 200px;
}

.mh-250 textarea {
    min-height: 250px;
}

.mh-300 textarea {
    min-height: 300px;
}

.col.col-xs-12 {
    float: left;
}

.form-control.select2.ui-select {
    padding: 0px;
}

.d-flex {
    display: flex!important;
}

.align-items-start {
    align-items: flex-start!important;
}

.align-items-center {
    align-items: center!important;
}

.align-items-end {
    align-items: flex-end;!important;
}

.align-items-stretch {
    align-items: stretch!important;
}



/*Admin*/
.adminfilter {
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 1px;
    padding: 1.25rem;
    overflow: auto;
    display: block;
    clear: both;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #eeeeee;
    width: 98%;
    margin: 15px auto 15px auto;
}

.adminfilter .table td {
    border: none;
}

/*Cerrar modal*/

.sp-replacer {
    width: 50px !important;
    height: 25px !important;
}

.tooltip.top-left-relative {
    padding: 5px 0;
    margin-top: -3px;
    margin-left: -3px;
}

.tooltip.top-right-relative {
    padding: 5px 0;
    margin-top: -3px;
    margin-left: 3px;
}

.tooltip.bottom-left-relative {
    padding: 5px 0;
    margin-top: 3px;
    margin-left: -3px;
}

.tooltip.bottom-right-relative {
    padding: 5px 0;
    margin-top: 3px;
    margin-left: 3px;
}

.dataTables_scrollBody thead tr {
    visibility: collapse;
}

.selectorCalendario .tgreen {
    color: #a3c86d !important;
}

.modal-header .close {
    font-size: 30px;
    color: white;
    opacity: 1;
    font-weight: 300;
    padding-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.pointer {
    cursor: pointer!important;
}

.btn-cl {
    padding: 10px 20px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
}

.btn-cl {
    text-transform: initial;
    display: inline-block;
    background-color: #01bbcd;
    color: white;
    margin-bottom: 10px;
}

.btn-cl-reverse {
    color: #01bbcd;
    border: 1px solid #cccccc!important;
    background-color: white;
    padding: 0px;
}

.btn-cl-mini {
    padding: 7px 12px;
}

.btn-cl i span {
    /* font-family: "Raleway", Arial; */
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-left: 5px;
}

.btn-cl ul li span {
    /* font-family: "Raleway", Arial; */
    font-size: 11px;
}

.btn-cl .i-actn {
    padding: 10px 12px;
    /*border: 1px solid #cccccc!important; */
    border: none;
    pointer-events: auto;
    display: block;
}

.btn-cl-reverse:hover {
    background-color: #edf2f7; /* #efefef; */
}

.btn-cl-reverse i {
    color: #02BBCE!important;
}

.btn-cl ul.dropdown-menu {
    margin-top: 12px;
    margin-left: 0px;
}

.btn-cl ul.dropdown-menu {
    border-radius: 3px;
}

.btn-cl ul.dropdown-menu li i {
    color: #CCC!important;
}

.btn-cl ul.dropdown-menu li a {
    text-align: left;
    font-size: 14px!important;
}

.widget-content {
    background-color: white;
    padding: 20px 10px;
}

.dropdown-menu > li > a i {
    color: #00BBCE !important;
}

/*Form filter*/

.clform-filter {
    background-color: #EDF2F8;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 15px;
    margin-top: 15px;
}

.clform-filter .clform-title {
    font-weight: 600;
    font-size: 13px;
    color: #33475B;
    margin-bottom: 5px;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.mb-15, .my-15 {
    margin-bottom: 15rem !important;
}

.ml-15, .mx-15 {
    margin-left: 15rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pr-1, .px-1 {
    padding-right: .25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

/*Rúbrica */

table.table_rubric td.rubric_student {
    vertical-align: top!important;
    text-align: left;
}

table.table_rubric td.rubric_evaluation {
    text-align: center;
    background-color: #f3f3f3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px;
    border: 2px solid black;
    position: relative;
}

table.table_rubric td.rubric_evaluation label {
    padding: 20px 10px;
    height: 100%;
    width: 100%;
    margin: 0px!important;
}

table.table_rubric td.rubric_evaluation_hover p, table.table_rubric td.rubric_evaluation_hover label {
    cursor: pointer;
}

table.table_rubric td.rubric_evaluation_hover:hover, table.table_rubric td.rubric_evaluation.active_radio {
    background-color: #00BBCE;
    color: white;
}

table.table_rubric td.rubric_evaluation_hover:hover {
    background-color: #00BBCE;
}

table.table_rubric td.rubric_evaluation.rubric_student:hover {
    background-color: #f3f3f3;
    color: #526273;
    cursor: auto;
}

table.table_rubric td.rubric_evaluation.active_radio {
    background-color: #2edff0;
}

table.table_rubric td.rubric_evaluation label span {
    font-weight: bold;
    font-size: 80%;
}

table.table_rubric td.rubric_evaluation label input {
    display: none;
}

table.table_rubric td.rubric_title {
    border-top: 1px solid #cccccc!important;
}

table.table_rubric td.rubric_student p label {
    margin-top: 50px;
    display: inline-block;
    font-size: 90%;
}

table.table_rubric textarea {
    height: 100px;
}

/*Editar rubrica*/

table.table_rubric_edit td {
    vertical-align: top!important;
}

table.table_rubric_edit td:first-child {
    min-width: 300px;
}

table.table_rubric_edit i {
    margin-left: auto;
    margin-right: auto;
}

.evaluation_shown {
    background-color: #dddddd;
}

.fa-reset {
    font-size: inherit!important;
    border: none!important;
    padding: 0px!important;
    border-radius: 0px!important;
}

.bg-light-gray {
    background: #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#filtermore {
    padding: 15px;
    background-color: #EDF2F8!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

#filtermore i.icon-plus-sign, #filtermore i.icon-minus-sign {
    font-size: 30px;
}

#filtermore .remov {
    margin-right: 0px;
    margin-left: 15px;
}

.btn-filter {
    margin-bottom: 13px;
    border-color: #DDDDDD;
    padding-top: 9px;
    padding-bottom: 9px;
}

.btn-filter, .btn-filter label {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #828282;
}

.btn-filter i {
    color: #74B2B6;
}

.btn-filter:hover {
    border-color: #02BBCE;
    background-color: #F4F8FA;
}

.btn-filter:hover, .btn-filter:hover i {
    color: #02BBCE!important;
}

/*Campus*/

.user-box {
    padding: 10px 12px;
    border-bottom: solid thin #efefef;
}

.clpost .post-content {
    padding: 12px;
    font-size: 95%;
}

.clpostimg {
    position: relative;
    left: -12px;
    margin-right: -24px;
    margin-bottom: -12px;
    margin-top: 12px;
}

.clpostimg img {
    margin-left: auto;
    margin-right: auto;
}

.likers {
    font-size: 90%;
    color: gray;
    font-weight: lighter;
    border-top: solid thin #f2f2f2;
    border-bottom: solid thin #efefef;
    padding: 10px 12px;
    /*margin-top: 15px;*/
}

/*Campus News*/

#clnewsdetail .news-title h3 {
    color: #01c5d3;
    margin-bottom: 10px;
}

#clnewsdetail h2 {
    margin-top: 20px;
    font-size: 150%;
}

.clnewsmedia {
    margin-bottom: 15px;
}

#clnewsdetail .intro {
    margin-bottom: 20px;
}

@media(min-width:1200px) {
    .clnewsmedia {
    margin-right: 20px;
    margin-bottom: 10px;
}
}

/*190814*/

.container-login .login-wrapper2 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

@media (max-width: 575.98px) {
    .container-login .login-wrapper2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container-login .login-wrapper2 img {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

/*191230*/

.labelCL {
    padding: 3px 9px;
    font-size: 11px;
    text-shadow: none;
    background-color: #e6e6e6;
    font-weight: 600;
    color: #626262;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

.labelCL-danger {
    color: #f55753;
    background-color: #fff;
    border: 1px solid #f55753;
}

.labelCL-success {
    color: #10cf80;
    background-color: #fff;
    border: 1px solid #10cf80;
}

.labelCL-warning {
    color: #f7c321;
    background-color: #fff;
    border: 1px solid #f7c321;
}

.labelCL-gray {
    color: #8f919d;
    background-color: #fff;
    border: 1px solid #8f919d;
}

/* Tooltip container */

.tooltipCL {
    position: relative;
    display: inline-block;
      /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text *!/*/
    cursor: wait;
}

/* Tooltip text */

.tooltipCL .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;

      /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 115%;
    right: 60%;
    margin-left: -60px;

      /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */

.tooltipCL .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */

.tooltipCL:hover .tooltiptext, .tooltipCL:focus .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltipCL i {
    border: none;
}

.TextShortCL {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.TextShortCL-xs {
    width: 100px;
}

.TextShortCL-sm {
    width: 200px;
}

.TextShortCL-md {
    width: 300px;
}

.TextShortCL-lg {
    width: 400px;
}

.TextShortCL-xl {
    width: 500px;
}

.wscroll {
    background-color: #fafafa;
}

.wscroll .top, .wscroll .bottom {
    background-color: transparent!important;
}

.wscroll .top, .dataTables_wrapper .top {
    width: fit-content;
    right: 0;
}

.wscroll .dataTables_wrapper {
    border: none;
    background-color: transparent!important;
}

.CLtest {
    border-top: none;
}

.CLtest-warning {
    margin: 0px;
    border: none!important;
    border-top: 3px solid #ebbd6e!important;
    background-color: #f5f6f9;
    display: block;
    width: 100%;
}

.CLtest-warning div {
    padding: 0px;
}

.CLtest-warning small {
    background-color: #ebbd6e!important;
    color: white;
    text-transform: uppercase;
    font-size: 65%;
    padding: 3px 5px;
    position: relative;
    top: -5px;
}

.fill-vh {
    min-height: 100vh !important;
}

.footer-max-height {
    max-height: 50px;
}

.btn-icon-wCL {
    font-size: 200%!important;
    margin-bottom: 7px!important;
    margin-top: 2px!important;
}

.teacher-actions {
    height: 87px;
}

.teacher-actions span {
    font-size: 90%;
}

.cheader_list {
    background-color: rgba(0,0,0,0.3);
}

#coverField {
    margin-bottom: 13px!important;
    /*
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px
    */
}

.ipanel-right.ipanel-item, .ipanel-left.ipanel-item {
    vertical-align: middle !important;
}

.ipanel-right.ipanel-item p {
    position: relative;
    top: -2px;
}

.popover-inner, .bootstro-highlight {
    background: white !important;
    opacity: 1;
}

.cl-label {
    display: table-caption;
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    border: 0px solid transparent;
}

.teams-class .widget-box.shadow {
    background-color: #00BBCE;
    border-color: #00BBCE;
}

.teams-class .widget-box.shadow h4, .teams-class .widget-box.shadow span, .teams-class .widget-box.shadow a {
    color: #ffffff
}

.teams-class .user-box {
    border-color: #00BBCE;
}

table.table.table-hover.nomargin {
    margin-bottom: 0 !important;
}

.bootbox {
    display: table;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.bootbox .modal-dialog {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.bootbox .modal-dialog .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.pop-dialog .prefooter {
    border-top: none;
    margin: 15px 0px -15px 0px;
    border-radius: 0px;
    padding: 5px;
    text-align: center;
}

.pop-dialog .prefooter a {
    font-weight: 600;
}

.overviewcover h2 {
    text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
}

.btn-overview-header {
    background-color: #01c5d6;
    border-color: #01c5d6;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 120%;
}

.overview-table-items {
    height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.overview21 {
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.overview21 .course-image {
    overflow: hidden;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.overview21 .course-image img {
    min-width: 100%;
    width: 100%;
}

.overview21 .percentage {
    width: 70%;
    margin-left: 15%!important;
    height: 35px;
}

.dataTables_wrapper .dataTables_filter {
    margin-top: 15px;
}

.no-footer > .dataTables_filter {
    margin-top: 30px;
}

.invert21 {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.activitypadding21 {
    padding: 2px;
}

.activity21 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.activitytitle21 {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #FFFFFF;
    font-weight: bold;
    max-height: calc(100% - 10px);
    max-width: calc(100% - 20px);
    overflow: hidden;
}

.activitytitle21 a, .activitytitle21 .tigris {
    color: #FFFFFF !important;
}

.activityactions21 {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255,255,255,0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 2px;
}

.activitydate21 {
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: bold;
    color: #FFFFFF !important;
}

.activityicon21, .activityicon21 a, .activityicon21 .icon {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #FFFFFF !important;
}

a {
    overflow-wrap: break-word;
}

/* Full size play button on video Attachments */

.activityicon21.full-play-button
, .activityicon21.full-play-button > a {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activityicon21.full-play-button .icon {
    position: relative;
    top: 0;
    left: 0;
}

.icon-genially {
    background: url('https://d273yxk2oj202w.cloudfront.net/icons/genially_fullcolor_monocromo.svg');
    height: 34px;
    width: 34px;
    color: #7b89a0;
    position: relative;
    left: 34%;
}
.lazy-load{
    min-height: 50px;
}
.lazy-load>*,table.table-lazy-load tbody, table.datatable-lazy-load tbody {
    display: none;
}

table.table-lazy-load, table.datatable-lazy-load {
    margin-bottom: 90px;
}

.lazy-load:after,
table.table-lazy-load:after,
table.datatable-lazy-load:after {
    content: " ";
    width: 220px;
    display: block;
    height: 20px;
    margin: 20px 20px 50px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/app/template/images/loading_large.gif);
}

.grade-student {
    min-width: 50px;
}

.adminform.adminform-btn-loading [type="submit"].success{
    cursor: progress;
}
.adminform.adminform-btn-loading #loadingmore {
    display: none;
}
.wait-load{
    pointer-events:none;
}
.bootbox-no-scroll .bootbox-body{
    overflow-y: initial;
}
.sticky-table th{
    position: sticky !important;
    top: 0;
}
div:not(.checker)>input[type="checkbox"].form-control{
    display: initial;
    width: initial;
    height: initial;
    padding: initial;
    line-height: initial;
}

/* Aggrid styles */
.btn-button {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: normal;
    line-height: 1.428571429;
    color: #66757f;
    white-space: nowrap;
    font-size: 12px;
    background-color: transparent;
}

.btn-button:hover {
    background: #efefef !important;
    color: #66757f;
}

.dropdown-menu > li > button i {
    color: #00BBCE !important;
    margin-right: 4px;
}

.grid-h100-center {
    height: 100%;
    display: grid;
    text-align: center;
}

.saveConfigSelect {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555555;
    background-color: #ffffff;
    border-radius: 4px;
    margin-bottom: 1%;
}

.gridViewOptionsBtn {
    margin-left: .5rem;
}

/* Aggrid save config modal */
span.aggridViewInfoMsgSpan {
    font-size: 12px;
    font-style: italic;
    color: gray;
}
