html,
body {
    height: 100%;
    font-family: 'Monserrat Regular', serif !important;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ebebeb;
    border-style: solid none;
    border-width: 1px 0;
    margin: 18px 0;
  }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Monserrat Semibold', sans-serif !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:
        /*"\e113"*/
        "\e151";
}

a.desc:after {
    content:
        /*"\e114"*/
        "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    right: 0% !important;
}

.navbar-nav>.user-menu>.dropdown-menu {
    width: auto !important;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    border: 1px solid #ddd;
}

.img-perfil {
    max-height: 180px;
    max-width: 180px;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

table.table>tbody>tr>td {
    vertical-align: middle;
}

.btn {
    font-family: "Monserrat Semibold", Helvetica, Arial, sans-serif;
}

/*
.fc-today, .fc-day > .alert-info {
    background-color: #fff !important;
}
*/
.content-wrapper {
    background-color: #ffffff !important;
}

#listaHorariosSeleccionados li.list-group {
    margin-bottom: 10px !important;
}

#div-resumen table tfoot {
    font-weight: bold;
}

#tbl-resumen-estudiantes tr td:last-child {
    text-align: right;
}

#tblTotalPagar tbody tr td:nth-child(2),
#tblTotalPagar tbody tr td:nth-child(3),
#tblTotalPagar tbody tr td:nth-child(4),
#tblTotalPagar tfoot tr td:nth-child(2),
#tblMetodosPago tbody tr td:nth-child(3),
#tblMetodosPago tfoot tr td:nth-child(2) {
    text-align: right;
}

.bg-gris {
    background-color: lightgray;
}

.modal-auto-alto .modal-body {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.typeahead {
    z-index: 1051;
}

.full-height {
    height: 100%;
}

#tblChat tbody tr td:nth-child(1) {
    width: 60%;
}

#tblChat tbody tr td:nth-child(2) {
    width: 40%;
    text-align: right;
}

.msg1 {
    padding: 8px;
    /*background: rgb(183, 220, 255);*/
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    /*border-color: #9acfea;*/
    border-radius: 10px;
    /*border: 1px solid rgb(0, 81, 202);*/
    border: 1px solid #9acfea;
    display: inline-block;
    text-align: left;
}

.msg2 {
    padding: 8px;
    /*background: rgb(233, 233, 232);*/
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    /*border-color: #f5e79e;*/
    border-radius: 10px;
    border: 1px solid #f5e79e;
    display: inline-block;
    text-align: right;
}

.borde-div {
    border: 1px #00a65a solid;
    border-radius: 4px;
    padding: 10px;
    margin: 10px;
}

.borde-div:hover {
    background-color: #86c3a7;
}

.ultra-success {
    /* background-color: #88fd57 !important; */
    /* background-color: #88fd57 !important; */
    background-color: #00a65abf !important;
    color: white;
}

.ultra-success .glyphicon {
    color: white;
}

.ultra-danger {
    background-color: #ff7474 !important;
}

.ultra-warning {
    background-color: #fda130 !important;
}

.ultra-primary {
    /* background-color: #669cff !important; */
    background-color: #30508ac4 !important;
    color: white;
}

.ultra-primary .glyphicon {
    color: white;
}

.alerta {
    /*background-color: #669cff !important;
    font-size: 20px;
    color: white;*/
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    margin-top: 10px;
    /*font-size: 18px;*/
}

.bg-rojo-opacado {
    background: red;
    color: white;
    opacity: 0.7;
    font-weight: bolder;
}

.bg-naranja-opacado {
    background: #ff6c00;
    color: white;
    opacity: 0.7;
    font-weight: bolder;
}



/**/
#listaHorariosConflicto {
    background-color: orange;
    font-size: 16px;
    padding: 1.5em 1em;
    color: white;
    font-weight: bolder;
}

#listaHorariosConflicto:hover {
    cursor: pointer;
}

.btn-sala {
    border: 2px solid #00a65a;
    background-color: white;
    color: #00a65a;
    border-radius: .25rem;
    margin-top: 1rem;
}

.btn-sala:hover,
.btn-sala.seleccionado {
    border-color: #00a65a;
    background-color: #00a65a;
    color: white;
}
.texto-parrafo{
    font-size: 18px;
    line-height: 18px;
    margin:0px;
}
.negrita{
    font-weight: bold;
}

#tblResultados thead tr th{
    vertical-align: middle;
    background-color: white;
}

.floatThead-container{
    background-color: white;
}
.no-margin{
    margin: 0px !important;
}
#divModifMasivaHorarios ul.nav-tabs li a {
    font-size: 20px;
    /*font-weight: bold;*/
}
.margin-top-8 {
    margin-top: 2rem;
}

.margin-top-16 {
    margin-top: 4rem;
}

.margin-bottom-8 {
    margin-bottom: 2rem;
}

.oculto {
    display: none;
}

.shadow{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.dark{
    background: #5a1162 !important;
    color: white !important;
}

.pl-2{
    padding-left: 1.5rem !important;
}

.fc-today{
    background-color: rgba(88, 17, 100, 0.18) !important;
    color: black !important;
}

.fc-view{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.tabla-leyenda tr{
    display: flex; 
    justify-content: space-evenly;
}

.tabla-leyenda td{
    border-top: none !important; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.tabla-leyenda td .icon{
    width: 2rem; 
    margin-right: 1rem;
    height: 2rem;
    border-radius: 50%;
}

.tabla-leyenda td .icon-child{
    width: 2rem; 
    margin-right: 1rem;
    height: 2rem;
}

.ml-3{
    margin-left: 2rem !important;
}
.ml-2{
    margin-left: 1.5rem !important;
}
.skin-black .sidebar-menu>li.active>a {
    border-left-color: #fb6c15 !important;
}

.blink {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}
.horario-anulado{
    border-color: #F44336 !important;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(255, 0, 23) !important;
}


.kuv-toggle-icon{
    transform: rotate(0deg);
    transition: transform 200ms;
}

.showed .kuv-toggle-icon{
    transform: rotate(180deg);
}

.fc-axis{
    font-weight: bold;
}

.horario-excepcional.fc-event, .horario-excepcional-legend {
  border-style: solid !important;
  border-width: 3px !important;
  border-color: #4a4a4a !important;
}

.horario-red.fc-event, .horario-red-legend{
    border-left: red 4px solid !important;
}
.horario-yellow.fc-event, .horario-yellow-legend{
    border-left: yellow 4px solid !important;
}
.horario-blue.fc-event, .horario-blue-legend{
    border-left: blue 4px solid !important;
}
.horario-green.fc-event, .horario-green-legend{
    border-left: green 4px solid !important;
}
.horario-orange.fc-event, .horario-orange-legend{
    border-left: orange 4px solid !important;
}
.horario-purple.fc-event, .horario-purple-legend{
    border-left: purple 4px solid !important;
}