@charset "utf-8";

body {
    font-family: 'Roboto', sans-serif;
    background: #FFF !important;
}

.btn100 {
    width: 100% !important;
    margin-bottom: 10px;
}

.l-l-window {
    width: 450px;
    height: 270px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -135px;
    margin-left: -225px;
}

.l-l-w-image {
    margin: 30px auto 20px;
    text-align: center;
}

.l-l-w-txt {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.l-l-w-input {
    margin: 0px 10px;
}

input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
textarea:focus {
    border-bottom: 1px solid #333;
    -webkit-box-shadow: 0 1px 0 0 transparent;
    box-shadow: 0 1px 0 0 transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #EAEAEA inset !important;
    -moz-box-shadow: 0 0 0 30px #EAEAEA inset !important;
    box-shadow: 0 0 0 30px #EAEAEA inset !important;
}

input.ginput {
    border-bottom: none !important;
    background: #EAEAEA !important;
    padding-left: 20px !important;
    width: calc(100% - 20px) !important;
}

textarea.ginput {
    border-bottom: none !important;
    background: #EAEAEA !important;
    padding: 20px !important;
    border: navajowhite;
    min-height: 60px;
    max-height: 150px;
    resize: vertical;
}

.l-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
}

.superbread,
.text-title {
    float: left;
}

.msbeuty {
    margin-top: 12px;
    margin-left: 10px;
}

.mdata {
    margin-left: 80px;
}

.text-title {
    font-size: 23px;
    margin-right: 10px;
}

.sidebrain {
    top: 64px;
    background: transparent !important;
    width: 80px;
    z-index: 996;
    height: calc(100% - 64px);
}

main {
    padding-left: 80px;
    width: 90%;
    margin: 74px auto 0;
    flex: 1 0 auto;
}

footer {
    padding-left: 80px;
}

.mainframe {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.marginbottom-10 {
    margin-bottom: 20px !important;
}

.navbar-fixed {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
}

.sidebrain.showm {
    left: -100px;
}

main.showm {
    padding-left: 0px;
    width: 80%;
    margin: 74px auto 0;
}

footer.showm {
    padding-left: 0px;
}

.msidenav {
    float: left;
    position: relative;
    z-index: 1;
    height: 64px;
    line-height: 64px;
    margin: 0 18px;
}

.sidebrain,
main,
footer,
nav,
.open_short,
.cicle_for,
.sr_section,
.sr_grade {
    -webkit-transition: 200ms all !important;
    -moz-transition: 200ms all !important;
    -ms-transition: 200ms all !important;
    -o-transition: 200ms all !important;
    transition: 200ms all !important;
}

.fixed-action-btn {
    bottom: 75px !important;
}

ul>li.admin_goto {
    text-align: center;
    cursor: pointer;
    padding: 14px 0;
}

ul>li.admin_goto:hover div>i {
    color: #333 !important;
}

a.sidenav-trigger.show-on-large.msidenav {
    margin: 0 28px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #777;
}

.profile_nav {
    margin: 11px 0px;
}

nav.nav_color.administrativo {
    background: #1565C0;
}

nav.nav_color.escolar {
    background: #283593;
}

nav.nav_color.finance {
    background: #00695C;
}

.msort {
    overflow: hidden;
    width: 162px;
    margin: 12px 0;
}

.platform-title,
.platform-subtitle {
    line-height: 1;
    float: right;
}

.platform-subtitle {
    font-size: 16px;
}

tr.list:hover {
    background: #424242 !important;
    cursor: pointer;
    color: #FFF;
}

div.dataTables_filter {
    float: none !important;
    text-align: left !important;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: none !important;
}

table.dataTable tbody tr {
    background-color: #fafafa !important;
}

table.dataTable tbody tr.active {
    background: #1565c0 !important;
    color: #FFF;
}

tr.active {
    background: #1565c0 !important;
    color: #FFF;
}

.popupmd {
    position: fixed;
    top: 80px;
    background: #FFF;
    right: 10px;
    width: 330px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: none;
    z-index: 9991;
}

.col.s12.titledata {
    text-align: center;
    padding: 10px;
    font-size: 19px;
}

.contentdata {
    padding: 10px !important;
    height: 200px;
    overflow-y: auto;
}

.open_short {
    padding: 14px 10px;
    cursor: pointer;
    overflow: hidden;
}

.icon {
    float: left;
    margin-right: 10px;
}

.title_data {
    padding-top: 4px;
}

.col.s12.contentdata {
    padding: 0 !important;
}

.open_short:hover {
    background: #DDD;
}

input.select-dropdown {
    border-bottom: none !important;
    background: #eaeaea !important;
    padding-left: 10px !important;
    width: calc(100% - 10px) !important;
}

input.invalid,
textarea.invalid {
    background: #FFCDD2 !important;
}

.activated>div>i.grey-text {
    color: #1565c0 !important;
}

.cicle_for,
.go_matter {
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}

.cicle_for:hover,
.go_matter:hover {
    background: #EEE;
}

.cicle_for.activated,
.go_matter.activated {
    background: #FFE082;
}

.rfcdata,
.razondata {
    display: none;
}

.addTeach_student {
    margin-top: 22px;
}

.b-genPayment,
.b-getPayorders,
.b-addLinePay,
.getCorteCaja {
    margin-top: 22px;
}

.consultarCalif {
    margin-top: 6px;
}

.color_Expirado {
    background: #EF9A9A !important;
}

.color2_Sin_pagar {
    background: #FFCC80 !important;
}

.color_Descuento.color2_Sin_pagar {
    background: #C5E1A5 !important;
}

.color_Recargo.color2_Sin_pagar {
    background: #FFAB91 !important;
}

.color_Expirado.color2_Sin_pagar {
    background: #F44336 !important;
    color: #FFF;
}

.color_Cancelado {
    background: #BDBDBD !important;
    color: #777;
}

.color2_Pago_rechazado {
    background: #212121 !important;
    color: #F44336;
}

.color2_Pago_parcial {
    background: #00BCD4 !important;
}

.bolder {
    font-weight: bold;
}

.detallePayorder,
.markPaid,
.markReceipt {
    display: none;
}

.col.s12.payment_realised {
    padding: 0 !important;
}

.markPaid.visible {
    display: block;
}

.markReceipt.visible {
    display: block;
}

.tbl4>.activated,
.tbl54>.activated {
    background: #4CAF50 !important;
    color: #FFF;
}

.sr_section {
    padding: 14px 10px !important;
    margin-bottom: 1px;
    font-size: 16px;
    cursor: pointer;
}

.sr_section:hover {
    background: #EEE;
}

.sr_grade {
    padding: 20px 0 !important;
    cursor: pointer;
}

.sr_g_title {
    font-size: 22px;
    color: #9E9E9E;
}

.sr_grade:hover {
    background: #EEE;
}

.padding-10 {
    padding-left: 10px !important;
}

.stevalue {
    padding-top: 24px !important;
    font-size: 18px;
    text-align: right;
}

td.clickable,
td.clickable_red {
    font-weight: bold;
    text-decoration: underline;
    color: #2196F3;
    cursor: pointer;
}

td.clickable_red {
    color: #F44336;
}

.encargado_profesor {
    font-size: 19px;
    padding-left: 0 !important;
}

tr.type-2 {
    background: #CCC;
    color: #888;
}

.coverjm {
    width: 245px;
    margin: auto;
}

.coverjm2 {
    width: 380px;
    margin: auto;
}

.titlesnote {
    display: none;
}

.imagenes>.imagen {
    padding: 1px;
}

.imagen {
    height: 500px;
    overflow: hidden;
    position: relative;
}

img.materialboxed:not(.active) {
    position: absolute;
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.collection.comment_box {
    border: none;
    /* border-top: 1px solid #EEE; */
}

.pointer {
    cursor: pointer;
}

.contextMenu {
    position: fixed;
}

.deletePub,
.deleteComment {
    cursor: pointer;
    color: #F44336;
}

.mbuttonsMx {
    display: none;
}

.justify-align {
    text-align: justify;
}

.calif_final[disabled="disabled"],
.calif_ordinaria[disabled="disabled"] {
    background: #BDBDBD !important;
}

.card_responding {
    padding: 30px 15px !important;
}

.answer {
    cursor: pointer;
}

.answer:hover {
    color: #4CAF50 !important;
}

.answer.selected {
    color: #000 !important;
}

.col.s12.srcomment {
    background: #F5F5F5;
    padding: 15px;
    margin-bottom: 15px;
}

.cvv_attach {
    margin-top: 15px;
}

.openPayOptions {
    display: none;
}

.ginput.required {
    background: #EF9A9A !important;
}

.ginput.success {
    background: #81C784 !important;
}

.small-text {
    text-align: justify;
    font-size: 11px;
    font-weight: bold;
}

.col.mbottombord {
    border-bottom: 1px solid #DDD;
    font-size: 17px;
}
table.nopadding tbody tr th,
table.nopadding tbody tr td,
table.nopadding thead tr th,
table.nopadding thead tr td {
  padding: 0px;
}
.noborderbottom {
  border-bottom: none !important;
}

table.payment_detail>tbody>tr>td,
table.payment_detail>tbody>tr>th {
    padding: 5px !important;
}

.hidden {
    display: none;
}

.basicData {
    display: none;
}

.notice_student {
    padding: 10px 0 !important;
    font-size: 20px;
}

.btn_drive {
    margin-top: 10px;
}

.center-icon>i {
    float: none !important;
    margin-right: 0 !important;
}

table.resumeMes,
table.resumeMes>tbody>tr,
table.resumeMes>tbody>tr>td,
table.resumeMes>tbody>tr>th {
    padding: 0px !important;
    margin: 0px !important;
    border-bottom: none !important;
}

table.resumeMes2,
table.resumeMes2>tbody>tr,
table.resumeMes2>tbody>tr>td,
table.resumeMes2>tbody>tr>th {
    padding: 0px !important;
    margin: 0px !important;
}

.printableArea {
    margin: auto;
    width: 950px;
}

.input-line {
    margin-top: 18px;
}

.title_text {
    margin: 25px 0;
    font-size: 30px;
}

.title_icon {
    margin-top: 150px;
}

.subtitle_text {
    font-size: 18px;
    margin-bottom: 35px;
}

.col.s12.m6.offset-m3.center-align.a_href {
    margin-top: 50px;
    color: #888;
}

h6.app_cita.red_data {
    color: #F44336;
    font-size: 40px;
}

h6.app_cita {
    color: #4CAF50;
    font-size: 24px;
}

.col.s1428 {
    width: 12.5%;
    padding: 0;
    border: 1px solid #EEE;
}

.date_list {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
}

.time_list {
    text-align: center;
    border-bottom: 1px solid #DDD;
    font-size: 11px;
    padding-bottom: 10px;
}

.single_schedule {
    height: 120px;
    border-bottom: 1px solid #DDD;
}

.single_schedule_time {
    text-align: center;
    padding-top: 10px;
}

.single_schedule_title {
    font-size: 11px;
    text-align: center;
    padding: 3px;
    font-weight: bold;
}

.single_overflow {
    overflow: hidden;
}

.single_free_space {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 11px;
}

.single_free_space.free_date {
    color: #4CAF50;
    cursor: pointer;
}

.single_free_space.lock_date {
    color: #F44336;
    cursor: pointer;
}

.single_schedule[data-target="1"] {
    background: #FFCDD2;
}

.single_schedule[data-target="2"] {
    background: #C8E6C9;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .l-l-window {
        width: 90% !important;
        margin-left: -45% !important;
    }

    .title_icon {
        margin-top: 70px;
    }

    .l-l-w-image {
        margin: 20px auto 10px !important;
        width: 140px;
    }

    .imgimage {
        width: 140px !important;
    }

    .msbeuty {
        margin-top: 7px;
        margin-left: auto;
    }

    footer {
        padding-left: 0px;
    }

    main {
        padding-left: 0px;
        margin-top: 66px;
    }

    .sidebrain {
        top: 0;
        background: #FFF !important;
        z-index: 999;
    }

    .sidebrain,
    main,
    footer {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    .icons>.material-icons {
        color: #333 !important;
    }

    .icons>.material-icons:hover,
    .icons:hover {
        color: #FFF !important;
    }
}

/*RELOJ*/
.main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

h3.relojito {
    margin-bottom: 0;
}

.uwqudssddws>.indeterminate {
    top: 0;
}

.uwqudssddws {
    z-index: 11;
}

.primero.row {
    width: 520px;
}

.inputable {
    font-size: 25px;
}

button[data="validar"] {
    width: 100%;
}

.empleado {
    padding: 10px;
    font-family: monospace;
    font-size: 25px;
    margin-bottom: 10px;
}

.segundo {
    display: none;
    width: 600px;
}

.contxm {
    width: 100%;
}

.correctox {
    z-index: 100;
}

.correctox {
    display: none;
}

.videostream {
    width: 250px;
    height: 250px;
}

.canvaszero {
    display: none;
}

.dddd {
    font-size: 20px;
}

.col>button>h5 {
    font-size: 37px;
    margin-top: 8px;
}

.errores {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
}

.error {
    padding: 10px;
    font-family: monospace;
}

.nothing_here {
    text-align: center;
    padding: 40px;
    color: #f44336;
}

.matter_selectable,
.matter_choosable {
    cursor: pointer;
    text-align: center;
}

.banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
}

.continue_access {
    padding: 100px;
    text-align: center;
    color: #FFF;
    font-size: 70px;
}

.changeMinutes {
    cursor: pointer;
}

.card-panel.hoverable.selectable {
    background: #a5d6a7;
}

.card-panel.hoverable.not_selectable {
    background: #ef9a9a;
    pointer-events: none;
}

.row .col.ss11 {
    width: 11.111111%;
    margin-left: auto;
    left: auto;
    right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 1px;
}

.col.s12.subject {
    font-size: 12px !important;
    padding: 5px 0;
}

.col.s12.subject.principal {
    text-align: center;
    font-weight: bold;
}

.col.s12.subject.unique {
    font-size: 9px !important;
    background: #E5E5E5;
    margin-top: 5px;
    text-align: center;
    padding-top: 0px;
    cursor: pointer;
    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    -ms-transition: 200ms all;
    -o-transition: 200ms all;
    transition: 200ms all;
}

.subject.mat_name {
    height: 57px;
    font-weight: bold;
    padding-top: 5px;
    word-break: break-word;
}

.subject.extra {
    padding-top: 2px;
}

.subject.mat_code {
    padding-top: 4px;
    padding-bottom: 4px;
    background: #FFF;
}

.captionable {
    padding: 10px !important;
}

.subject.unique.sgreen {
    background: #a5d6a7 !important;
}

.subject.unique.sgrey {
    background: #eeeeee !important;
}

.subject.unique.samber {
    background: #ffe082 !important;
}

.subject.unique.sred {
    background: #ef9a9a !important;
}

.subject.unique.spurple {
    background: #ce93d8 !important;
}

.modal.fullscreen.modal-fixed-footer {
    max-width: 95% !important;
    width: 90% !important;
    max-height: 90% !important;
    height: 90% !important;
    top: 10px !important;
}

.captionable {
    cursor: pointer;
}

.row .col.m20 {
    width: 20%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.col.ss25.cuatri {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.group-nothing {
    text-align: center;
    padding: 150px 0;
    font-size: 30px;
    color: #CCC;
}