.cuerpo, .informacion_pie {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto !important;
}
.cuerpo {
    background-color: #FFF;
}
.checkbox input[type=checkbox] {
    margin-left: 0;
}
.escudo {
    /* margin-top: 14px; */
    /* padding-right: 0px;
    padding-left: 50px; */
}
.linea {
    border-left: 1px solid rgb(255, 255, 255);
    /* margin: 15px 0px; */
    padding: 10px;
    padding-top: 10px;
    padding-right: 0px;
}

.titulo > h1 {
    margin-top: 0px;
}

.tituloSup {
    font-size: 19px;
    font-family: "Myriad Pro Cond";
    line-height: 1;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(255, 255, 255);
    color: white;
    width: 60%;
}
.breadcrumb{
    padding: 10px 0 10px 30px;
    margin: 30px 25px 15px 25px;
}
.tituloIup {
    font-size: 11px;
    line-height: 1;
    padding-top: 3px;
    color: white;
}
a:hover {
    text-decoration: underline;
}
.menuSuperiorResponsive {
    height: 0;
    background-color: #f2f2f2;
    overflow: hidden;
}
#open-hide {
    text-align: center;
    background: #073529;
    color: #fff;
    border: 1px solid;
    font-size: 15pt;
    font-weight: bold;
    display: block;
    width: 9%;
    margin: 0 auto;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.closebtn {
    width: 100%;
    text-align: right;
    margin: 5px 30px 5px 0;
    font-size: 9pt;
    color: #870602 !important;
    border-bottom: 1px solid #0f3d6a;
    font-weight: bold;
}
.abrirCerrar {
    position: fixed;
    z-index: 3;
    top: 22%;
    right: 1%;
    margin: 0px -10px 0 0;
    background-color: #073529;
    color: #fff;
    padding: 15px 10px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
#menuLateralResponsive {
    background-color: #f2f2f2;
    position: fixed;
    right: 0;
    top: 0%;
    width: 0;
    z-index: 4;
    transition: 1s;
    height: 400px;
    overflow: scroll;
}
#closebtn2 {
    display: none;
    width: 70%;
}
/*sm*/
@media (max-width: 991px) {
    .escudo {
        padding: 0;
    }
    #menuSuperiorResponsive ul {
        display: grid;
        padding: 5px 0 0 0;
        background-color: #FFF;
    }
    #menuSuperiorResponsive li {
        margin: 3px 15px;
        background-color: #f5f5f5;
        padding: 5px 0 0 0;
    }
    #menu_navegacion ul {
        display: grid;
        padding: 0;
        margin: 0;
        width: 100%;
        list-style: none;
        left: 0;
        top: 25px;
    }
    #menu_navegacion li {
        background-color: white;
        padding: 4px;
        margin: 2px 5px;
    }
    #menu_navegacion a, #menuSuperiorResponsive a {
        color: #073529;
    }
    .divider {
        display: none;
    }
}


.hora {
    width: 50%;
    display: inline-block;
}
.consumo-vales {
    width: auto;
    margin: 1.5em auto;
}

/* Listar reservas   */

.reserva-acciones {
    min-width: 8.3em;
}
.reserva-acciones .glyphicon {
    font-size: 1.2em;
    padding: 0.2em;
}
.reserva-acciones .glyphicon-eye-open {
    color: #0c3054;
}
.reserva-acciones .activo.glyphicon-ok-sign {
    color: #157F13;
}

/*.reserva-acciones .activo.glyphicon-folder-close{
    color: #2081BF;
}*/

.reserva-acciones .activo.glyphicon-check {
    color: #8B0000;
}
.reserva-acciones .activo.glyphicon-remove-sign, .activo.glyphicon-minus-sign {
    color: #B22222;
}
.reserva-acciones .inactivo.glyphicon-ok-sign, .inactivo.glyphicon-remove-sign, .inactivo.glyphicon-minus-sign, .inactivo.glyphicon-check, .inactivo.glyphicon-file {
    color: #696969;
    cursor: not-allowed;
}
.container.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.contenido-form > table > thead > tr > th {
    background-color: #143E69 !important;
}
.contenido-form > table > tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.contenido-form > table > thead > tr > th > a, .contenido-form >table > thead > tr > th {
    color: #FFF !important;
}
th.sorting, th.sort-asc, th.sort-desc {
    cursor: pointer;
}
th.sorting {
    background: url("https://media.utp.edu.co/img/datatables/sort_both.png") no-repeat center right;
}
th.sort-asc {
    background: url("https://media.utp.edu.co/img/datatables/sort_asc.png") no-repeat center right;
}
th.sort-desc {
    background: url("https://media.utp.edu.co/img/datatables/sort_desc.png") no-repeat center right;
}
ul#pagination > li {
    padding-right: 2px;
    padding-left: 2px;
}

/*.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour {
        min-width: 90px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour a.btn {
        padding: 0px 2px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour ul.list-unstyled {
        margin-bottom: 0px;
}

div.timepicker td > span.timepicker-hour ,
div.datepicker-years td > span.year,
div.datepicker-decades td > span.decade  {
  height: 50px;
  margin: 0;
}
div.timepicker td > span.timepicker-hour {
        width: 30px;
}
div.datepicker-years td > span.year {
        width: 45px;
}
div.datepicker-decades td > span.decade {
        width: 90px;
}*/

.bootstrap-datetimepicker-widget {
    color: #000000;
}
#hora_inicio ~ .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour,
#hora_fin ~ .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour  {
    width: 6em;
}
#hora_inicio ~ .bootstrap-datetimepicker-widget .timepicker-picker table td span,
#hora_fin ~ .bootstrap-datetimepicker-widget .timepicker-picker table td span {
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin: 0;
}
.bootstrap-datetimepicker-widget .timepicker-picker table td {
    height: 10px;
    line-height: 10px;
    padding: 0px;
    width: 10px;
}
#hora_inicio ~ .bootstrap-datetimepicker-widget .timepicker-hour,
#hora_fin ~ .bootstrap-datetimepicker-widget .timepicker-minute,
#hora_inicio ~ .bootstrap-datetimepicker-widget .timepicker-second,
#hora_fin ~ .bootstrap-datetimepicker-widget .timepicker-hour,
#hora_inicio ~ .bootstrap-datetimepicker-widget .timepicker-minute,
#hora_fin ~ .bootstrap-datetimepicker-widget .timepicker-second {
    width: 27px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
}

.btn-group > form {
    display: inline;
}
.btn-group > form:last-child > button:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group a {
    color: #FFF;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
.list-documentos > div{
    display: inline-block;
    padding-right: 9em;
}

.list-documentos > div:last-child {
    padding-right: 0em;
}

ul.menu_navegacion li {
    margin-top: 0.6em;
}
ul.menu_navegacion {
    font-size: 0.9em;
    margin-top: -0.5em;
}

ul.menu_navegacion li:before,
ul.menu_navegacion li:last-child:after{
    color: #FFFFFF;
}

ul.menu_navegacion .dropdown-menu {
    background-color: #073529 !important;
}
ul.menu_navegacion .dropdown-menu >li:before,
ul.menu_navegacion .dropdown-menu >li:after{
    content: none;
}
ul.menu_navegacion .dropdown-menu > li {
    font-size: 0.9em;
}
ul.menu_navegacion .dropdown-menu > li > a:focus,
ul.menu_navegacion .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
ul.menu_navegacion .dropdown-menu>li>a,
ul.menu_navegacion .dropdown-menu>li>a {
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-left: 1em;
    padding-right:1em;
}

ul.menu_navegacion .caret {
    border-top: 4px solid #FFFFFF !important;
}

.descuento {
    text-decoration: line-through;
    color: #900;
}

.estado-0 {
    background-color: #f1dfa0 !important;
    color: black;
}
.estado-1 {
    background-color: #b0cbc9 !important;
    color: black;
}
.estado-2 {
    background-color: #acadae !important;
    color: black;
}
.estado-3 {
    background-color: #e1bfb7 !important;
    color: black;
}
.estado-4 {
    background-color: #df6c4f !important;
    color: black;
}

p.circle {
    height: 14px;
    width: 14px;
    display: inline-block;
    line-height: 0px;
    margin-bottom: 0px;
    border-radius: 14px;
    margin-right: 5px;
}

.radio input{
    margin-left: 0px !important;
}

/* Margin Classes */

.mt-1 {
    margin-top: 4px;
}

.mt-2 {
    margin-top: 8px;
}

.mt-3 {
    margin-top: 12px;
}