﻿
body {
    margin: 0px;
    font-size: 10.4pt;
    background-color: #efefef; /*#e4e4e4;*/
}

a {
    text-decoration: none!important;
}

hr {
    border-top: 3px solid #eee;
    margin-top: 5px;
}

.h3, h3 {
    font-size: 14pt;
}

.page-header {
    color: #b01e31!important;
}

.panel {
    box-shadow: 2px 2px 5px #d2d2d2;
}

.virtual {
    background-image: url('../images/e-learning.png');
    height:20px;width:20px;
}

#head-content1 {
    width: 100%;
    height: 38px;
    background-image: -webkit-linear-gradient(top,#da273e 0,#b01e31 100%);
    background-image: -o-linear-gradient(top,#da273e 0,#b01e31 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#da273e),to(#b01e31));
    background-image: linear-gradient(to bottom,#da273e 0,#b01e31 100%);
    background-repeat: repeat-x;
}

#derecha1 {
    float: right;
    margin-top: 8px;
    margin-right: 20px;
}

    #derecha1 h1 {
        color: #fff;
        font-size: 15pt;
        margin: 0px;
        font-weight: bold;
    }

.navbar {
    border-radius: 0px;
}


.navbar-default {
    border-radius: 0px;
    height: 75px;
    margin-bottom: 0px;
    background-color: #fff;
}

    .navbar-default .navbar-text {
        color: #777;
        margin-top: 68px;
        margin-right: 1px;
        margin-bottom: 0px;
    }

.carousel-caption {
    position: static;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-size: 10pt;
}

.form-signin {
    max-width: 400px;
    /*padding: 10px 28px 40px;
    margin: 20px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);*/
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin: 33px 35px;
        color: #fff;
        font-size: 16pt;
    }

    .form-signin input[type="text"],
    .form-signin input[type="password"] {
        font-size: 11pt;
        margin-bottom: 10px;
        padding: 7px 9px;
        width: 92%;
        border: 1px #fff solid;
        border-radius: 0px;
        height: 40px;
        background-color: transparent;
        color: #fff;
        font-weight: 500;
    }

    .form-signin label {
        font-size: 10pt;
        font-weight: normal;
    }

    .form-signin p {
        margin-bottom: 7px;
    }

    .form-signin img {
        width: 92%;
        border-radius: 5px;
        cursor: pointer;
    }

    .form-signin input[type="submit"] {
        width: 92% !important;
    }

.field-validation-error, .field-validation-valid {
    font-size: 10pt;
    color: #fff;
}

#tableCursos thead tr {
    height: 40px;
    background-color: #b01e31;
    color: #fff;
    cursor: pointer!important;
}

    #tableCursos thead tr th {
        cursor: pointer!important;
    }

#tableCursos tbody tr {
    height: 35px;
}

#tableConfirmacionResumen thead tr {
    height: 40px;
    background-color: #b01e31;
    color: #fff;
    cursor: pointer !important;
}

#tableConfirmacionResumen thead tr th {
    cursor: pointer !important;
    text-align: center;
}

#tableConfirmacionResumen tbody tr {
    height: 35px;
}

#tableFooter {
    text-align: right;
    background-color: darkgray;
    font-size: 10px;
}

#tableSecciones thead tr {
    height: 40px;
    background-color: #fff;
    color: #000;
    /*background-color: #b01e31;
    color: #fff;*/
    cursor: pointer!important;
}

    #tableSecciones thead tr th {
        cursor: pointer!important;
    }

#tableSecciones tbody tr {
    height: 35px;
}


.table {
    font-size: 8pt;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f7f6f6;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px;
    /* line-height: 1.42857143; */
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

/*table sorter*/
table.tablesorter {
    margin: 0px 0pt 15px;
    font-size: 10.5pt;
    width: 100%;
    text-align: left;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        font-size: 11pt;
        padding: 4px;
        font-weight: 500;
    }

    table.tablesorter thead tr .header {
        /*background-image: url(../images/bg.gif);*/
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.tablesorter tbody td {
        color: #3D3D3D;
        padding: 4px;
        background-color: #FFF;
        vertical-align: top;
    }

    table.tablesorter tbody tr.odd td {
        /*background-color:#F0F0F6;*/
    }

    table.tablesorter thead tr .headerSortUp {
        /*background-image: url(../images/asc.gif);*/
    }

    table.tablesorter thead tr .headerSortDown {
        /*background-image: url(../images/desc.gif);*/
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #b01e31;
    }


#fondoOculto {
    background-color: #9A9A9A;
    z-index: 10000 !important;
    filter: alpha(opacity=50);
    opacity: 0.3;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
    position: fixed;
}

#A1 {
    width: 200px;
    min-height: 30px;
    background-color: #fff;
    border: 1px solid #696969;
    color: #333333;
    margin: 25% auto;
    padding: 15px;
    position: fixed;
    left: 0;
    font: bold 11px Arial, Helvetica, sans-serif;
    z-index: 10001 !important;
    border-radius: 5px;
    right: 0;
}

.loadDetalleCurso, .loadSeleccionSeccion, .eliminaSolicitud {
    cursor: pointer;
}

.dhx_cal_date, .dhx_event_move, .dhx_title, .dhx_body, .dhx_cal_header, .dhx_scale_bar,
.dhx_scale_holder_now, .dhx_scale_holder, .dhx_cal_data, .dhx_scale_hour {
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}

.dhx_body {
    cursor: pointer !important;
}

.dhx_scale_holder {
    border-left: 1px solid #CECECE;
}

.dhx_cal_data {
    width: 95%;
    top: 33px !important;
}

.dhx_cal_header {
    left: 51px !important;
    top: 0px !important;
    height: 32px !important;
}

.dhx_cal_navline {
    display: none !important;
}

.dhx_scale_bar {
    /*background-color: #bbbbbb !important;    
    color: #FFF !important;*/
    background-color: #b01e31 !important;
    color: #fff !important;
    padding-top: 8px !important;
    /*font-weight:bold !important;*/
    height: 30px !important;
    font-size: 10.5pt !important;
}

.dhx_multi_day {
    display: none !important;
}

.dhx_event_move {
    padding-bottom: 1px !important;
}

.list-group-item {
    border: 1px solid #e6ecf0 !important;
}

    .list-group-item.active {
        background-color: rgb(210, 68, 87) !important;
        border-color: #e0e0e0 !important;
    }


#listCurso a div.row {
    font-size: 10.5pt;
    margin: auto;
}

.izqda {
    float: left;
    margin-right: 10px;
}

.drcha {
    float: right;
}

.cntro {
    float: left;
    margin: 0 5%;
}

.tenue {
    color: #d1d1d1;
    cursor: pointer;
    margin-left: 2px;
}

    .tenue:hover {
        color: #e59d9d !important;
    }


#sidebar-wrapper {
    left: 0px;
    width: 160px;
    height: 100%;   
    overflow-y: auto;
    background: #b01e31;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
     position: fixed;
   
    
    z-index: 1040;
    top: 0px;
}

    #sidebar-wrapper p {
        text-align: center;
        color: #ffffff;
        font-size: 8pt;
    }

    #sidebar-wrapper ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

        #sidebar-wrapper ul li {
            margin: 0 0 0 1px;
            padding: 0;
            position: relative;
            text-decoration: none;
            top: 1px;
        }

            #sidebar-wrapper ul li a {
                display: block;
                padding: 15px 15px;
                text-decoration: none;
                color: #FFFFFF;
            }

                #sidebar-wrapper ul li a:hover {
                    text-decoration: none;
                    color: #FFFFFF;
                    background-color: Red;
                }

#princ {
    margin-left: 160px;
    position: relative;
}


.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px;
}

    .toggle.ios .toggle-handle {
        border-radius: 20px;
    }


#turnos {
    margin-top: 8px;
}

    #turnos label, #frameSesiones label {
        font-size: 10pt;
        font-weight: 100;
        margin-right: 10px;
    }


.fechaH {
    float: right;
    top: 65px;
    z-index: 9999;
    position: relative;
}

#menu-mobile {
    display: none;
}

#menu-left-close {
    display: none;
}

.topNotifica {
    top: 40px !important;
}

#divnotifica {
    position: fixed;
    width: 100%;
    background-color: #fcffc9;
    border-bottom: 1px solid #d2d2d2;
    z-index: 1100;
    min-height: 40px;
    box-shadow: 3px 1px 6px 0px #bfbfbf;
    margin-bottom: 0px;
    padding: 7px 35px 7px 20px;
    /*padding-right: 35px;
    padding-bottom: 7px;
    padding-top: 7px;*/
    border-radius: 0px;
}

    #divnotifica h3 {
        font-size: 11pt;
        margin: 0px !important;
    }

#footer1 div.container1 {
    margin-left: 180px !important;
    margin-bottom: 10px !important;
}

#footer1.login1 a {
    color: rgb(255, 250, 79) !important;
}

.col-form-label {
    padding-bottom: 6px;
    padding-top: 6px;
    margin-bottom: 0px;
}


/*wizard*/
.wizard {
    width: 85%;
    margin: 0px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 0px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #db3838;
}

    .wizard li.active span.round-tab i {
        color: #db3838;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #db3838;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #db3838;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 25px;
}

.wizard h3 {
    margin-top: 0;
}
/*fin wizard*/

.menuActivo {
    background-color: red;
}

.menuDerecha {
    position: fixed !important;
    right: 0px;
    width: 23%;
}

.botonToggle {
    font-size: 11pt;
    padding-top: 5px;
    color: #e0e0e0;
}

    .botonToggle:hover {
        color: #c4c3c3;
    }

.panel-body {
    padding: 0px 15px 15px 15px;
}

ul.contacto {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li.sae {
    padding-top: 14px;
    float: left;
    width: 33%;
}

    li.sae img {
        width: 25px;
        margin-top: -8px;
    }

li.mda {
    padding-top: 14px;
    float: left;
    width: 50%;
}

    li.mda img {
        width: 25px;
        margin-top: -8px;
    }

.loginDerecho {
    right: 0px;
    width: 380px;
    min-height: 600px;
    float: right;
    background-color: rgba(156, 32, 55, 0.8);
    padding: 20px 0px 20px 30px;
}

.loginContacto {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 684px;
    height: 90px;
    padding: 10px 20px;
    text-align: center;
    font-size: 8pt;
}

@media (max-height: 654px) {
    .loginDerecho {
        min-height: 500px;
    }
    .loginContacto {
         top: 600px;
    }    
}

@media (max-width: 991px) {
    .menuDerecha {
        position: static !important;
        width: 100%;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 11pt !important;
    }

    .form-signin {
        margin-top:60px;
    }

    li.sae {
        width: 100%;
    }

    li.mda {
        width: 100%;
    }

    .menuDerecha {
        position: static !important;
        width: 100%;
    }

    table.tablesorter {
        font-size: 10pt;
    }

        table.tablesorter thead tr th, table.tablesorter tfoot tr th {
            font-size: 10pt;
        }

    .fechaH {
        float: right;
        top: 15px;
        z-index: 9999;
        position: relative;
    }

    #menu-mobile {
        display: block;
    }

    #menu-left-close {
        display: block;
    }

    #sidebar-wrapper {
        margin-left: -160px;
    }

    #princ {
        margin-left: 0px;
        position: relative;
    }

    #footer1 div.container1 {
        margin-left: 20px !important;
        margin-bottom: 10px !important;
    }

    .topNotifica {
        top: 58px !important;
    }

    /*wizard*/
    .wizard {
        width: 98%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 44%;
    }
    /*end wizard*/
}

@media (max-width:425px) {
    .loginDerecho {
        width: 100%;
    }

    h3.tituloLogin {
        font-size: 14pt;
        margin-right: -27px;
    }

    ul.contacto {
        margin-left: 10%;
        text-align: left;
    }

    #matricular {
        width:100% !important;
        margin-top:10px;
    }
}

@media screen and (max-width: 600px) {
    .ocultar-div {
        display: none;
    }
}