{
    border: 1px solid red;
}

html {
    font-size: 14px !important;
}

@media (min-width: 768px) {
    html {
        font-size: 12pt !important;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.documento_firmado {
    background-color: #28a745;
    color: white;
}

.documento_no_firmado {
    background-color: #007bff;
    color: white;
}

.file {
    visibility: hidden;
    position: absolute;
}

.text-orange {
    color: #f58534;
}

.select2-container {
    width: 100% !important;
}

.card-files {
    width: 10rem;
}

.divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
}

.login-page {
    background: #c8ebc8 !important;
}

/*nav, aside, footer {
    background: #c8ebc8 !important;
}*/

.menu-sidebar {
    height: 100%;
    width: 5rem;
    position: fixed;
    background: #f8f9fa !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    bottom: 0;
    z-index: 1000;
}

.navbar, .main-content {
    margin-left: 5rem !important;
}

.main-content {
    padding: 1rem;
    margin-top: 3rem;
}

.menu-items{
    margin-top: 20px;
}

.icon-menu {
    display: flex;
    flex-direction: column;
    margin: 9px 0px;
    align-items: center;
    position: relative;
    color: white !important;
}

.icon-menu-button {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    outline: none;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    /*background-color: #28a745;*/
    box-shadow: 0px 1px 4px rgba(18,39,104,.06), 0px 2px 3px rgba(18,39,104,.24);
    border-radius: 12px;
    transition: box-shadow .1s cubic-bezier(0.79, 0.21, 0.06, 0.81);
    margin-top: 3px;
    color: black !important;
}

    .icon-menu-button:hover {
        color: white !important;
        background-color: #46a909;
        box-shadow: rgb(44, 62, 80) 0px 0px 10px 0px;
    }

.icon-menu-button-pressed {
    color: white !important;
    background: #46a909;
    box-shadow: rgb(44, 62, 80) 0px 0px 10px 0px;
    border: 1px solid #f8f9fa;
}

.icon-menu-title {
    margin: 3px 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 130%;
    text-align: center;
}

.row_gestion:hover{
    background-color: aliceblue;
    padding: 0.3rem;
    cursor: pointer;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr {
    cursor: pointer;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #b1b1b1 !important;
    color: white !important;
    font-style: italic;
}

.mapa {
    height: 1000px;
}

.error {
    color: red;
}

.bg-warning-clear {
    /*background-color: #ffc10722 !important;*/
    /*background-color: #ff000056 !important; 
    background-image: linear-gradient(to left, #ff000056, white 10%);*/
    box-shadow: inset 0 0 0 7px #ff000022;
}

.dataTables_filter input {
    width: 250px !important;
}

.bg-light-green {
    background-color: #C8EBC8 !important;
}

.bg-light-orange {
    background-color: #f5c698 !important;
}

.bg-light-yellow {
    background-color: #FFEE8C !important;
}

.btn-orange {
    background-color: orange !important;
}

.btn-purple {
    background-color: purple !important;
    color: white !important;
}

.btn-table-width {
    width: 150px;
}

.error {
    display:block;
}