﻿label, h1, h2, h3, h4, h5, input {
    font-family: 'Segoe UI', 'Helvetica' !important;
}
.box, .btn {
    border-radius: 0!important;
}
.th-option {
    width:30px;
}
.form-control[type=number] {
text-align:right;
}

/*CUSTOM MODAL*/
.modal.fade.custom-modal .modal-dialog {
    -moz-animation-name: enter;
    -o-animation-name: enter;
    -webkit-animation-name: enter;
    -ms-animation-name: enter;
    animation-name: enter;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

    .modal.fade.custom-modal .modal-dialog * {
        -moz-animation-name: appear;
        -o-animation-name: appear;
        -webkit-animation-name: appear;
        -ms-animation-name: appear;
        animation-name: appear;
        -moz-animation-duration: 0.4s;
        -o-animation-duration: 0.4s;
        -webkit-animation-duration: 0.4s;
        -ms-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        -ms-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

.fade.custom-modal.in-remove .modal-dialog {
    -moz-animation-name: disappear;
    -o-animation-name: disappear;
    -webkit-animation-name: disappear;
    -ms-animation-name: disappear;
    animation-name: disappear;
    -moz-animation-duration: 0s !important;
    -o-animation-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    -ms-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.modal.fade.custom-modal .modal-dialog {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

/*CUSTOM MODAL left*/
.modal.fade.custom-modal-left .modal-dialog {
    -moz-animation-name: enter;
    -o-animation-name: enter;
    -webkit-animation-name: enter;
    -ms-animation-name: enter;
    animation-name: enter;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

    .modal.fade.custom-modal-left .modal-dialog * {
        -moz-animation-name: appear;
        -o-animation-name: appear;
        -webkit-animation-name: appear;
        -ms-animation-name: appear;
        animation-name: appear;
        -moz-animation-duration: 0.4s;
        -o-animation-duration: 0.4s;
        -webkit-animation-duration: 0.4s;
        -ms-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        -ms-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

.fade.custom-modal-left.in-remove .modal-dialog {
    -moz-animation-name: disappear;
    -o-animation-name: disappear;
    -webkit-animation-name: disappear;
    -ms-animation-name: disappear;
    animation-name: disappear;
    -moz-animation-duration: 0s !important;
    -o-animation-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    -ms-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.modal.fade.custom-modal-left .modal-dialog {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

/*STYLE FOR IMAGES*/
.contenedor {
    position: relative;
    display: inline-block;
    text-align: center;
}
.box-img {
    width: 150px;
    float: left;
    margin-right: 5px;
    padding: 0;
    margin-bottom: 5px;

}
.texto-encima {
    position: absolute;
    top: 5px;
    color:red;
    left: 82%;
}

.centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.doc-world{
    content: "\f420"
}

.form-group label {
color: #5f5f5f;
font-weight: 600;
}
.form-group h4, .form-group h3, .form-group h2, .form-group h1 {
    margin: 0;
    color: #3a3a3a;
}
.form-group h4 {
   font-weight: 400;
}

.clicable {
    cursor:pointer;
}
    .clicable.option {
        font-size: 15px;
        width: 30px;
        padding-top: 4px;
        border-radius: 50% !important;
        height: 30px;
        text-align: center;
    }
    .clicable:hover {
        box-shadow: rgba(0, 0, 0, 0.20) 0 5px 5px;
    }

    .clicable:active {
        box-shadow: rgba(0, 0, 0, 0.25) 0 5px 8px;
    }

th.clicable {
    background-color: #fafafa;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 2px;
}
th.clicable:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 5px;
}

th.clicable:active {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 8px;
}
    /*Archivos en presupuesto*/
    .square-tile {
        width: 150px;
        height: 150px;
        margin: 0;
        padding: 0;
        font-weight: bold;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        margin: 0 10px 10px 0;
        padding: 0;
        border: solid 0;
        position: relative;
        display: -webkit-inline-box;
        display: inline-flex;
        transition-duration: 0.5s;
    }
.doc-container {
    width: 100%;
    padding: 20px;
    cursor: pointer;
    text-align: center;
}

    .doc-container .hide {
        display: none;
    }

    .doc-container:hover {
        box-shadow: #898989 0 5px 8px;
    }

    .doc-container:active {
        box-shadow: #898989 0 5px 12px;
        /*transform: scale(1.01);*/
    }

.folder {
    color: #ffc000;
}

.doc {
    color: #002060;
}

.excel {
    color: #9bc000;
}

.pdf {
    color: #c00000;
}

.jpg {
    color: #f14f12;
}

.exc-sitemap {
    display: inline;
}

    .exc-sitemap .content-doc {
        font-weight: bold;
        margin-right: 5px;
        padding: 8px;
        display: inline;
    }

    .exc-sitemap .doc-h:hover {
        background: #d0d0d0;
        cursor: pointer;
    }

.select-exc {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 21px !important;
}

.doc-container:hover .hide {
    display: block !important;
}
a {
font-family: 'Segoe UI', Helvetica, sans-serif;
color: #3a3a3a;
}
    a:active, a:hover {
        color: #5f5f5f;
    }
/*Fin Archivos en presupuesto*/

a {
cursor:pointer !important;
}

.validate:invalid {
    border: 1px solid #c00 !important;
    box-shadow: #c00 0 0 10px;
}

.modal-xl {
    width: 80%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=date] {
    -moz-appearance: textfield;
}
/*************************************************LOADING*********************************************************/
.loadAjax {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.loading {
    position: relative;
    width: 24px;
    height: 24px;
}

    .loading .wBall {
        position: absolute;
        width: 24px;
        height: 24px;
        opacity: 0;
        -moz-transform: rotate(225deg);
        -moz-animation: orbit 4.4s infinite;
        -webkit-transform: rotate(225deg);
        -webkit-animation: orbit 4.4s infinite;
        -ms-transform: rotate(225deg);
        -ms-animation: orbit 4.4s infinite;
        -o-transform: rotate(225deg);
        -o-animation: orbit 4.4s infinite;
        transform: rotate(225deg);
        animation: orbit 4.4s infinite;
    }

        .loading .wBall .wInnerBall {
            position: absolute;
            width: 3px;
            height: 3px;
            background: #c00;
            left: 0px;
            top: 0px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            -ms-border-radius: 6px;
            -o-border-radius: 6px;
            border-radius: 6px;
        }

    .loading #wBall_1 {
        -moz-animation-delay: 0.96s;
        -webkit-animation-delay: 0.96s;
        -ms-animation-delay: 0.96s;
        -o-animation-delay: 0.96s;
        animation-delay: 0.96s;
    }

    .loading #wBall_2 {
        -moz-animation-delay: 0.19s;
        -webkit-animation-delay: 0.19s;
        -ms-animation-delay: 0.19s;
        -o-animation-delay: 0.19s;
        animation-delay: 0.19s;
    }

    .loading #wBall_3 {
        -moz-animation-delay: 0.38s;
        -webkit-animation-delay: 0.38s;
        -ms-animation-delay: 0.38s;
        -o-animation-delay: 0.38s;
        animation-delay: 0.38s;
    }

    .loading #wBall_4 {
        -moz-animation-delay: 0.58s;
        -webkit-animation-delay: 0.58s;
        -ms-animation-delay: 0.58s;
        -o-animation-delay: 0.58s;
        animation-delay: 0.58s;
    }

    .loading #wBall_5 {
        -moz-animation-delay: 0.77s;
        -webkit-animation-delay: 0.77s;
        -ms-animation-delay: 0.77s;
        -o-animation-delay: 0.77s;
        animation-delay: 0.77s;
    }

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

.spinner {
    display: none;
}

.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900000;
}
/*.us-spinnerLoader {
background-color:transparent !important;
}*/
/*****************************************************************************************************************/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 2px 8px;
}

td {
    color: #000000 !important; /* Negro puro para texto */
    font-weight: 700 !important; /* Texto más grueso */
}


.table-scroll th, .table-scroll td {
    white-space: nowrap !important;
}

.bg-white {
    background: #fff;
}

.form-control {
   
    color: #000000 !important; /* Color negro puro */
    font-weight: bold !important;
   
}

label {
    color: #000000 !important; /* Negro puro */
    font-weight: 700 !important; /* Texto más grueso */
}

.inputs-thin input.form-control, .inputs-thin select.form-control, .inputs-thin button.btn {
    padding-top: 2px;
    padding-bottom: 2px;
    height: 25px;
}
.inputs-thin > tbody > tr > td,
.inputs-thin > tbody > tr > th,
.inputs-thin > tfoot > tr > td,
.inputs-thin > tfoot > tr > th,
.inputs-thin > thead > tr > td,
.inputs-thin > thead > tr > th {
   padding: 2px !important;
}
.clicable.option:parent, .clicable.option:parent {
    padding-left: 2px;
    padding-right: 2px;
}
.ac-container {
    margin-top: 25px;
}
.ac-container ul {
    height: 100% !important;
}
    .ac-container li {
        cursor: pointer
    }

        .ac-container li:hover {
            box-shadow: rgba(0, 0, 0, 0.20) 0 5px 5px !important;
        }

        .ac-container li:active {
            box-shadow: rgba(0, 0, 0, 0.25) 0 5px 5px !important;
        }
/*
.ac-container {
    position: absolute;
    z-index: 999;
    border: 1px solid;
    margin-top: 25px;
}
    */

/**************************autocomplete**********************/
.ac-container {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 999;
}

    .ac-container .ac-menu {
        border: 1px solid #ccc;
        list-style: none;
        padding: 0;
        background-color: white;
        box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.15);
        margin: 0;
    }

        .ac-container .ac-menu .ac-menu-item {
            border-bottom: 1px dotted #ccc;
            line-height: 35px;
            margin: 0;
        }

            .ac-container .ac-menu .ac-menu-item:last-child {
                border-bottom: 0;
            }

            .ac-container .ac-menu .ac-menu-item:hover {
                background-color: #e0eaff;
            }

        .ac-container .ac-menu a {
            padding-left: 5px;
            display: block;
            color: inherit;
            text-decoration: none;
        }

        .ac-container .ac-menu .ac-state-focus {
            outline: none;
            background-color: #e0eaff;
        }
/************************ fin autocomplete*******************/

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row.row-eq-height {
    display: table;
}

.row.row-eq-height [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #ffd800 !important;
    /*#fad80a*/
}
.small-box:hover {
    text-decoration: none;
    color: #051b1a;
}