@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    cursor: pointer;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 2em 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1em !important;
    font-weight: bold !important;
    text-align: left !important;
    padding-left: 0.5em;
    border:none;
    width:200px;
}

.al th{
    text-align: left !important;
}
.cl4{
    display: inline-block;
    width: 4em;
    text-align: right;
    padding: 2px 5px 2px 5px;
}

.cl6{
    display: inline-block;
    width: 6em;
    text-align: right;
    padding: 2px 5px 2px 5px;
}

.cl8{
    display: inline-block;
    width: 8em;
    text-align: left;
    padding: 2px 5px 2px 5px;
}

.cl14{
    display: inline-block;
    width: 14em;
    text-align: left;
    padding: 2px 5px 2px 5px;
}

.col_tabmateria1{
    width: 6em !important;
    text-align: center;
}

.col_tabmateria2{
    min-width: 20em !important;
    text-align: left;
}

.col1{
    width: 5em;
    text-align: center !important;
}

.col2{
    width: 20em;
}

.cprincipal{
    width: 100%;
    height: 90%;
    border: 0;
}
.cg{
    color: black;
    background-color: #DBDBDB;
}
.cr{
    color: white;
    background-color: red;
}
.ct td{
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 2px;
    text-align: center;
}
.cv{
    color: white;
    background-color: green;
}
.divCajaU{
    width: 98%;
    position: relative;
    margin-top: 1.5em;
    padding-left: 1em;
    padding-bottom: 1em;
    border: 1px solid #999;    
}
.divCajaULabel{
    background-color: white;
    position: absolute;
    padding: 0 0.5em 0 0.5em;
    top: -10px;
    font-size: 1em;
    font-weight: bold;
}
.label-form{
    display: inline;
}
.lesc{
  border: 1px solid transparent;
  color: red;
  background-color: transparent;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.logo_principal{
    text-align: left;
    padding-top: 3em;
    padding-left: 2em;
}

.medio td,th{
    vertical-align:middle;
}

.medio tr:nth-child(even) {
    background-color: #D7FFDC;
}

.medio tr:nth-child(odd) {
    background-color: #fff;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.opc_card_h{
    padding: 5px 5px 5px 10px;

}

.opc_card_b{
    padding: 5px 5px 5px 5px;
    font-size: 0.8em;
}

.opc_card_b a{    
    text-decoration: none;
    transition: all 0; 
    display: block;
    width: 100%;
    height: 2em;
    padding-top: 0.3em;
}

.opc_card_b a:hover{
    color: #021569;
    font-weight: bold;
    background-color: #c2cdff;
    transition: all 0;
}

.opc_card_c{
    padding: 5px 5px 5px 5px;
    font-size: 0.9em;
}

.p1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    line-height: 1.7em;
    color: #999;
    background-color: blue;
}

.rdinas{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    /*z-index: 1000;        */
    border-radius: 50%;
}
.rdinas:hover{
    background: #9faab7;
}
.rdinas:checked::before{
    height: 40px;
    width: 40px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 40px;
}
.rdinas.verde:checked{
    background: #40e0d0;
}
.rdinas.amarillo:checked{
    background: #F1C40F;
}
.rdinas.rojo:checked{
    background: #FF0000;
}
.rdinas.gris:checked{
    background: #858985;
}           
.rdinas:checked::after{
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
}   


.stprincipal{
    font-family: 'Poppins', sans-serif;
    font-size: 0.9em;
    line-height: 1.7em;
    color: white;
    margin-right: 0;
    margin-left: 0;
}

.tabcuenta{
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    border-collapse: collapse;
    width: 100%;
}

.tabcuenta td,th{
    border: 1px solid #dddddd;
    vertical-align:middle;
    text-align: left;
    padding: 3px;
}

.tabcuenta th{
    background: #DADADA;
}

.tabhorario{
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
    border-collapse: collapse;
    width: 100%;
}

.tabhorario td,th{
    border: 1px solid #dddddd;
    text-align: center;
    vertical-align:middle;
    padding: 2px;
    width: 19%;
    /* min-width: 6em; */
}

.tabhorario th:first-child {
    width: 5% !important;
}

.tabhorario th{
    color: white;
    font-weight:  normal;
}

.tabmateria{
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
    border-collapse: collapse;   
}

.tabmateria td,th{
    border: 1px solid #dddddd;
    vertical-align:middle;
    padding: 2px;
}

.text-hr {
    display: flex;
    align-items: center;
    font-family: sans-serif;
    width: 100%;
    margin: 15px auto;
    color: #444;
}

.text-hr__text {
    padding-right: 15px;
}

.text-hr__text:not(:first-child) {
    display: none;
}

.text-hr::after {
    flex: 1;
    background: #c7c7c7;
    content: "";
    height: 1px;
}

.text-hr--right .text-hr__text {
    order: 1;
    padding: 0 0 0 15px;
}

.text-hr--double .text-hr__text:nth-child(2) {
    order: 1;
    display: inline;
    padding: 0 0 0 15px;
}

.text-hr--center::before {
    flex: 1;
    background: #c7c7c7;
    content: "";
    height: 1px;
}

.text-hr--center .text-hr__text {
    padding: 0 15px;
}

.text-hr--triple .text-hr__text:nth-child(2) {
    order: 2;
    display: inline;
    padding: 0 15px;
}

.text-hr--triple .text-hr__text:nth-child(3) {
    order: 4;
    display: inline;
    padding: 0 0 0 15px;
}

.text-hr--triple::after {
    order: 3;
}

.text-hr--triple::before {
    flex: 1;
    background: #c7c7c7;
    content: "";
    height: 1px;
    order: 1;
}

.text-hr--loud .text-hr__text {
    font-size: 36px;
    font-weight: bold;
}

.text-hr--loud .text-hr__text:nth-child(2) {
    font-size: 12px;
    font-weight: normal;
}

.text-gray-900 {
  color: #323633 !important;
}

.text-gray-800 {
  color: #888 !important;
}

.titulo1{       
    color: white;
    background-color: #337ab7;
    border: 1px solid transparent;
    border-radius: 7px;
    height: 40px;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 6px;
    font-size: 1.2em;
    box-shadow: 5px 3px 3px #CCC;
    margin-bottom: 5px;
}

.tprincipal{
    padding: 0;
    margin: 0;
    font-size: 0.9em;
    color: white;
    background-color: transparent;
}

.tx-sm{
    font-size: 0.8em;
}

.w5{
    width: 5em;
    max-width: 5em;
}

.w10{
    width: 10em;
}

.w20{
    width: 20em;
    max-width: 20em;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background:#268fff;
    color: #fff;
    transition: all 0.3s;        
    overflow-x: hidden;
    overflow-y: scroll;
    /*height: 580px;*/
    /*min-height: 10%;*/
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px 5px 20px 5px;
    /*background: #6d7fcc;*/
    background:#268fff;
}

#sidebar ul.components {
    padding: 10px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 6px;
    font-size: 0.9em;
    display: block;
}

#sidebar ul li a:hover {
    /*color: #7386D5;*/
    background: #fff;
    color: #b3bbff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    /*background: #6d7fcc;*/
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /*background: #6d7fcc;*/
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    /*background: #6d7fcc !important;*/
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        /*display: none;*/
    }
    .tx-men{
        display: none;    
    }
}
