﻿.DNone {
    display: none !important;
}

.FilterGroup {
    margin: 5px 0;
    display: inline-block;
    margin-right: 15px;
}

    .FilterGroup input, .FilterGroup select {
        border: 1px solid silver;
        padding: 8px 12px;
        border-radius: 3px;
        font-weight: 600;
        font-size: 12px;
        vertical-align: middle;
    }

    .FilterGroup label {
        font-size: 11px;
        margin-right: 10px;
    }

    .FilterGroup span {
        font-size: 11px;
        font-weight: 600;
        vertical-align: text-bottom;
    }

.BoxGraph {
    background: white;
    padding: 10px;
    box-shadow: 0 0 5px -3px;
    margin-bottom: 10px;
}

.TableIndicadores td, .TableIndicadores th {
    border: 1px solid #dddddd;
    padding: 3px;
    font-size: 11px;
}

.TableIndicadores .Selected {
    background: #cfcfcf !important;
}

.TableTop {
    width: 100%;
}

    .TableTop td, .TableTop th {
        border: 1px solid #1d8edc;
        padding: 5px;
        font-size: 12px;
    }

    .TableTop th {
        border: 1px solid white;
        text-align: center;
        background: #1d8edc;
        color: white;
    }

.TableProgramacion {
    width: 100%;
}

    .TableProgramacion td, .TableProgramacion th {
        border: 2px solid white;
        padding: 5px;
        font-size: 11px;
        font-weight: 100;
        background: #1d8edc40;
    }

    .TableProgramacion th {
        background: #1d8edc;
        color: white;
        text-align: center;
        font-weight: 700;
    }

    .TableProgramacion select, .TableProgramacion input {
        padding: 5px 2px;
        font-size: 10px;
        font-weight: 600;
        width: 175px;
        outline: unset;
        border: unset;
        background: #c6e3f6;
    }

.ui-autocomplete .ui-menu-item {
    font-size: 11px;
}

.UiMultiselect {
    font-size: 11px;
    border: 1px solid white;
    background: #898989;
    color: white;
    padding: 7px 15px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 3px;
    font-weight: 100;
}

.CursoEspecificoTable {
    margin-top: 15px !important;
    width: 70%;
    font-size: 12px;
    margin: auto;
}

    .CursoEspecificoTable th {
        color: white;
        background: #1d8edc;
        border: 1px solid white;
        padding: 5px;
        text-align: center;
    }

    .CursoEspecificoTable td {
        padding: 5px;
        border: 1px solid #1d8edc;
    }

.TableProgramaAnual {
    width: 100%;
}

    .TableProgramaAnual th, .TableProgramaAnual td {
        padding: 5px;
        text-align: left;
        border: 1px solid black;
        font-size: 11px;
    }

    .TableProgramaAnual th {
        background: #b0d5ff;
        color: black;
        font-weight: bold;
        text-align: center;
    }

/* INPUTS PERSONALIZADO*/
.general-field-group-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.general-field-group-alert {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: calc(100% / 3);
}

/* INPUTS PERSONALIZADO MONEDA*/
.general-field-group-money {
    display: flex;
    flex-direction: column;
    width: calc(40%);
    justify-content: center;
    margin-left: 5px;
}

    .general-field-group-money label {
        font-size: inherit;
    }

    .general-field-group-money input, .general-field-group-money select {
        outline: unset;
        border: 1px solid var(--lightborder);
        padding: 5px 10px;
        border-radius: 3px;
        width: 100%;
        font-weight: 600;
        font-size: inherit;
        text-align: center;
    }

        .general-field-group-money input[type=file] {
            position: inherit !important;
            opacity: 1 !important;
        }

        .general-field-group-money input:disabled, .general-field-group-money select:disabled {
            background: #068d72;
            color: #fff;
            opacity: 0.75;
        }

        .general-field-group-money input::-webkit-outer-spin-button,
        .general-field-group-money input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

.general-field-select {
    display: flex;
    flex-direction: column;
}

.general-field-select-options {
    display: flex;
    flex-direction: column;
    max-height: 200px;
    overflow: auto;
    position: absolute;
    background: white;
    width: 100%;
    border: 1px solid silver;
    border-top: unset;
    border-bottom: unset;
}

    .general-field-select-options span {
        padding: 0 8px;
    }

        .general-field-select-options span:hover {
            background: #ebebeb;
            cursor: pointer;
        }

.general-field-select-options-container {
    width: 100%;
    position: relative;
    z-index: 1000;
}

/* FONDOS BOOTSTRAP */
.CadmusBgPrimary {
    background: #007bff !important;
}

.CadmusBgSecondary {
    background: #6c757d !important;
}

.CadmusBgSuccess {
    background: #28a745 !important;
}

.CadmusBgGradienteSuccess {
    background-image: linear-gradient(to right, #28a745, white) !important;
}

.CadmusBorderSuccess {
    border-color: #28a745 !important;
}

.CadmusBgDanger {
    background: #dc3545 !important;
}

.CadmusBgGradienteDanger {
    background-image: linear-gradient(to right, #dc3545, white) !important;
}

.CadmusBorderDanger {
    border-color: #dc3545 !important;
}

.CadmusBgWarning {
    background: #ffc107 !important;
}

.CadmusBgGradienteWarning {
    background-image: linear-gradient(to right, #ffc107, white) !important;
}

.CadmusBorderWarning {
    border-color: #ffc107 !important;
}

.CadmusBgInfo {
    background: #17a2b8 !important;
}

.CadmusBgDisabled {
    background: #b7b7b7 !important;
}

/* COLORES BOOTSTRAP */
.CadmusPrimary {
    color: #007bff !important;
}

.CadmusSecondary {
    color: #6c757d !important;
}

.CadmusSuccess {
    color: #28a745 !important;
}

.CadmusDanger {
    color: #dc3545 !important;
}

.CadmusWarning {
    color: #ffc107 !important;
}

.CadmusInfo {
    color: #17a2b8 !important;
}

.CadmusDisabled {
    color: #b7b7b7 !important;
}

/* BOTONES BOOTSTRAP */
.CadmusBtn {
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
}

.CadmusBtnPrimary {
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
}

    .CadmusBtnPrimary:hover {
        background: #007bffe0;
    }

.CadmusBtnSecondary {
    background: #6c757d;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
}

    .CadmusBtnSecondary:hover {
        background: #6c757de0;
    }

.CadmusBtnSuccess {
    background: #28a745;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
}

    .CadmusBtnSuccess:hover {
        background: #28a745e0;
    }

.CadmusBtnDanger {
    background: #dc3545;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
}

    .CadmusBtnDanger:hover {
        background: #dc3545e0;
    }

.CadmusBtnWarning {
    background: #ffc107;
    color: black;
    border: none;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
}

    .CadmusBtnWarning:hover {
        background: #ffc107e0;
    }

.CadmusBtnInfo {
    background: #17a2b8;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
}

    .CadmusBtnInfo:hover {
        background: #17a2b8e0;
    }

.CadmusFloatBtn {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.CadmusRounderBtn {
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50%;
    border: unset;
}

.CadmusIconBtn {
    color: white;
    cursor: pointer;
    background: unset;
    border: unset;
}

/* FONDOS GENERALES */
.CadmusBgRed {
    background: Red !important;
}

.CadmusBgBrown {
    background: Brown !important;
}

.CadmusBgSalmon {
    background: Salmon !important;
}

.CadmusBgPink {
    background: Pink !important;
}

.CadmusBgDeepPink {
    background: DeepPink !important;
}

.CadmusBgHotPink {
    background: HotPink !important;
}

.CadmusBgOrange {
    background: Orange !important;
}

.CadmusBgDarkOrange {
    background: DarkOrange !important;
}

.CadmusBgOrangeRed {
    background: OrangeRed !important;
}

.CadmusBgGoldenrod {
    background: Goldenrod !important;
}

.CadmusBgDarkGoldenrod {
    background: DarkGoldenrod !important;
}

.CadmusBgChocolate {
    background: Chocolate !important;
}

.CadmusBgYellow {
    background: Yellow !important;
}

.CadmusBgGold {
    background: Gold !important;
}

.CadmusBgKhaki {
    background: Khaki !important;
}

.CadmusBgLawnGreen {
    background: LawnGreen !important;
}

.CadmusBgOlive {
    background: Olive !important;
}

.CadmusBgKGreenYellow {
    background: GreenYellow !important;
}

.CadmusBgGreen {
    background: LawnGreen !important;
}

.CadmusBgDarkGreen {
    background: DarkGreen !important;
}

.CadmusBgLime {
    background: Lime !important;
}

.CadmusBgLightSeaGreen {
    background: LightSeaGreen !important;
}

.CadmusBgCyan {
    background: Cyan !important;
}

.CadmusBgDarkCyan {
    background: DarkCyan !important;
}

.CadmusBgBlue {
    background: Blue !important;
}

.CadmusBgMidnightBlue {
    background: MidnightBlue !important;
}

.CadmusBgLightBlue {
    background: LightBlue !important;
}

.CadmusBgGray {
    background: Gray !important;
}

.CadmusBgDarkSlateGray {
    background: DarkSlateGray !important;
}

.CadmusBgLightSlateGray {
    background: LightSlateGray !important;
}

.CadmusBgSilver {
    background: Silver !important;
}

.CadmusBgGainsboro {
    background: Gainsboro !important;
}
