﻿@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

body {
    font-family: "open_sansregular", Helvetica, Arial;
    font-size: 12px;
}

a {
    color: #000000;
    text-decoration: none;
}

a.nav-link {
    color: #516CAB;
}

label {
    color: #516CAB;
}

.UsuarioHeader {
    color: #303030;
    font-size: 12px;
    font-weight: bold;
}

.FechaHeader {
    color: #303030;
    font-size: 12px;
}

.TituloPaginaGrande {
    background-color: transparent;
    border-style: none;
    color: #FFF;
    font-size: 22px;
}

.TituloPagina {
    background-color: transparent;
    border-style: none;
    color: #444745;
    font-size: 16px;
    margin-left: 5px;
}

.content-wrapper {
    background-color: white;
    min-height: 12%;
    position: absolute;
    top: 160px;
    width: 95%;
    z-index: 2;
    padding-left: 5%;
}

.page-scroll {
    padding-right: 15px;
    padding-left: 10px;
    padding-top: 15px;
}

.iconoMenu {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.labelBoton {
    line-height: 30px;
    font-size: 14px;
}

.btnMenu {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btnMenu:hover {
    box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    -moz-box-shadow: 0 0 12px #000000;
    -o-box-shadow: 0 0 12px #000000;
    -ms-box-shadow: 0 0 12px #000000;
}

.btn {
    font-size: 12px !important;
}

.btn-app {
    background-color: #516CAB;
    border-color: #516CAB;
    color: #FFF;
}

.btn-app:hover {
    background-color: #243F72;
    border-color: #243F72;
    color: #FFF;
}

.btn-gris {
    background-color: #444745;
    border-color: #444745;
    color: #fff;
}

.text-app {
    color: #516CAB;
}

.required {
    font-weight: bold;
}

.container-msg {
    margin: 10px 0px;
}

.panelTitulo {
    border-color: #516CAB;
    background-color: #516CAB;
    border-style: solid;
    border-width: 2px;
    width: 100%;
    top: 100px;
    height: 50px;
    position: absolute;
    padding-left: 45px;
    padding-top: 0;
}

div.panelTitulo input[type="image"] {
    position: relative;
    top: 8px;
    margin-right: 5px;
}

.table {
    border: hidden !important;
    vertical-align: middle;
}

.ui-autocomplete {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    border: 1px solid #000;
    background-color: #FFF;
    z-index: 1500;
    cursor: pointer;
    width: 100px;
}

.ui-autocomplete li {
    list-style: none;
    margin-left: 0px;
}

.ck-content {
    height: 200px;
}

.ck-content p {
    margin-bottom: 0px !important;
}

.ck-rounded-corners .ck.ck-balloon-panel, .ck.ck-balloon-panel.ck-rounded-corners {
    z-index: 10055 !important;
}

.fc-timegrid-slot {
    height: 5em !important;
}

.tooltip-inner {
    white-space: pre-wrap;
    text-align: left;
}

.fc-timeGridWeek-view .fc-day-sat, .fc-timeGridWeek-view .fc-day-sun {
    width: 5% !important;
}

@media screen and (max-width: 400px) {
    .panelTitulo {
        padding-left: 15px;
    }
}