﻿body {
    padding-bottom: 20px;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif,GandhiSans;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/***
    Fuentes   
*/
@font-face {
    font-family: 'GandhiSans';
    src: url('../../fonts/Gandhi/GandhiSans-Regular.otf') format('opentype');
}
.text-uppercase {
    text-transform: uppercase;
}

.text-justify {
    text-align: justify;
}
.color-link-blanco {
    color: #FFFFFF;
}

.modalevaluacion {
    position: fixed;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1540;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    background-color: #ffffff;
    color: black;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
    background-color: #ffffff;
    color: black;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
    background-color: #ffffff;
    color: black;
}

/*


 */
.table-fixed thead {
    width: 97%;
}
.table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}
.table-fixed tbody td, .table-fixed thead > tr > th {
    float: left;
    border-bottom-width: 0;
}
