body, td, th, input, select, textarea {
    font-family: Calibri;
    color: #436989;
    font-size: 13px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight:400;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

table {
    margin: 0 auto;

    width: 100%;
}

form table td table td {
    border: none;
}

.TituloBarra {
    font-size: 23px;
    text-align: center;
    position: absolute;
    top: 9px;
    left: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.tituloPrincipal {
    background-color: #3e2f82;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
    padding: 2px 0 0 10px;
}

.tituloPagina {
    background-color: #3e2f82;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    padding: 2px 0 0 10px;
}

.subtitulo {
    color: #436989;
    font-weight: bold;
    font-size: 20px;
    align-content: center;
}

.gridNav {
    color: #436989;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.dataGrid {
    overflow-x: scroll;
    width: 100%;
    border: 2px;
    border-color: #436989;
}

.copete {
    font-weight: bold;
    padding: 0px 0 0 0px;
}

.subTitle {
    background-color: #436989;
    color: #fff;
    padding: 1px 5px 1px 5px;
    font-family: Verdana;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    white-space: nowrap;
}

.tableHeader {
    background-color: #436989;
    color: #fff;
    padding: 1px 5px 1px 5px;
    font-family: Verdana;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    white-space: nowrap;
}

.tabla1{
    width: auto;
}

.appDescription {
    font-weight: bold;
    font-size: 13px;
}

.botonAmarillo {
    height: 17px;
    background-color: #356EA1 !important;
    background-image: url("../images/form-button-primary-bg.png") !important;
    background-repeat: repeat-x !important;
    font-weight: normal !important;
    font-family: Arial, sans serif !important;
    font-size: 13px !important;
    border: 1px solid #326A9C !important;
    color: #FFFFFF !important;
    padding: 1px 8px !important;
    text-shadow: -1px -1px #254F74 !important;
    border-radius: 4px 4px 4px 4px !important;
    text-decoration: none !important;
    margin-right: 2px !important;
    text-transform: capitalize !important;
    font-family: MS Shell Dlg !important;
}

    .botonAmarillo:hover {
        background: #3F83C0 !important;
    }

.botonAmarilloGral {
    font-weight: bold !important;
    background: #f4a817 !important;
    padding: 2px !important;
    border: 2px outset #fff !important;
    color: #000 !important;
    text-align: left !important;
}


.menu {
    margin: 50px 0 50px 0;
    width: 155px;
    border: 1px solid #9acadc;
}

    .menu li {
        border-top: 1px solid #fff;
    }

        .menu li img {
            margin-right: 5px;
        }

    .menu a {
        width: 100%;
        display: block;
        padding: 5px;
    }

        .menu a:hover {
            background: #dfdfdf;
            text-decoration: none;
        }

    .menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        border-bottom: 1px solid #fff;
    }

        .menu ul li ul {
            border-bottom: none;
        }

            .menu ul li ul li {
                border-top: none;
            }

                .menu ul li ul li a {
                    width: 100%;
                    display: block;
                    padding: 2px 0 2px 10px;
                }


.tableList {
    border: 0;
}

    .tableList td {
        background-color: #dfdfdf;
        border: 1px solid #fff;
    }

td.dataRowEven {
    overflow: hidden;
    white-space: nowrap;
    color: RGB(0, 82, 164);
    font-family: Verdana;
    font-size: 8pt;
    font-style: normal;
    text-decoration: none;
    background-color: RGB(234, 234, 234);
    text-align: center;
    max-width: 250px;
}

td.dataRowOdd {
    overflow: hidden;
    white-space: nowrap;
    color: RGB(0, 82, 164);
    font-family: Verdana;
    font-size: 8pt;
    font-style: normal;
    text-decoration: none;
    background-color: WhiteSmoke;
    text-align: center;
    max-width: 250px;
}

.tableList td.tableHeader {
    background-color: #fff;
    color: #000;
}

.blank_row {
    height: 10px !important;
    background-color: #FFFFFF;
}

.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #4f73b3;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }


.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.dot {
    position: relative;
    margin-top: 0px;
    margin-left: -5px;
    z-index: 1;
    height: 12px;
    width: 12px;
    border-radius: 25px;
    left: 0%;
    border: 2px solid #fff;
    box-sizing: initial;
}

.primary-color {
    background-color: #4989bd;
    box-shadow: 0 0 0 2px #4989bd;
}

.no-color {
    background-color: #e0e0e0;
    box-shadow: 0 0 0 2px #e0e0e0;
}

.vertical .progress-bar {
    height: 130px;
    width: 10px;
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    text-align: center;
    border-radius: 25px;
}

.progress-bar .progress-track {
    width: 100%;
    height: 100%;
    background: #e0e0e0;
    border: 1px solid inherit;
    position: relative;
    border-radius: 25px;
}

.vertical .progress-fill {
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 0;
    top: 0;
    border-radius: 25px;
}

.vertical span {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: inherit;
    left: 0;
    transform: translateY(-50%);
}

.DatosAdicionales {
    z-index: 1;
    /*width: 800px;*/
    background-image: url('../images/bg.png');
    box-shadow: rgba(0,0,0,0.3) 6px 6px;
    border: 0px !important;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.detImpText {
    color: #4f73b3;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap
}

.detSubtleText {
    color: #808080;
    font-size: 12px;
}

.verticalLine {
    border-left: thick solid #ff0000;
}


.tableBracket {
    border-left: 2px solid #254F74;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    margin: 0px;
    border-collapse:initial;
    box-sizing: initial;
    border-spacing: 0;
    width: 13px;
    /*line-height: 18px;*/
}


.addButton {
    position: relative;
    border-width: 2px;
    border-style: solid;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s all;
}

    .addButton::before {
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-left-width: 2px;
        border-left-style: solid;
        left: 9px;
        top: 5px;
    }

    .addButton::after {
        border-top-width: 2px;
        border-top-style: solid;
        border-right-width: 2px;
        border-right-style: solid;
        left: 5px;
        top: 9px;
    }

    .addButton::before, .addButton::after {
        content: "";
        position: absolute;
        height: 4px;
        width: 4px;
    }

.addButton {
    cursor: pointer;
}

.popup-action-button {
    cursor: pointer;
    padding: 5px;
}

.btn.btn-secondary {
    text-shadow: none;
}

.btn.btn-secondary:hover {
    color: #e0e0e0;
}

.modal-header .close {
    margin-top: -15px !important;
    opacity: 1 !important;
    padding: 0;
    width: 50px;
    height: 50px;
}

    .modal-header .close span {
        color: #747474 !important;
        font-size: 50px !important;
    }