﻿/* FONDOS BOOTSTRAP */
.CadmusBgPrimary {
    background: #d5012e;
}

.CadmusBgSecondary {
    background: #6c757d;
}

.CadmusBgSuccess {
    background: #28a745;
}

.CadmusBgDanger {
    background: #dc3545;
}

.CadmusBgWarning {
    background: #ffc107;
}

.CadmusBgInfo {
    background: #17a2b8;
}

.CadmusBgNone {
    background: none;
}

/* BOTONES BOOTSTRAP */
.CadmusFloatBtn {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}
.CadmusBtn {
    color: #d5012e;
    border: none;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}
.CadmusBtnPrimary {
    background: #00d0ff;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
}

    .CadmusBtnPrimary:hover {
        background: #00d0ffe0;
    }

.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;
    }

/* FONDOS GENERALES */
.CadmusBgRed {
    background: Red;
}

.CadmusBgBrown {
    background: Brown;
}

.CadmusBgSalmon {
    background: Salmon;
}

.CadmusBgPink {
    background: Pink;
}

.CadmusBgDeepPink {
    background: DeepPink;
}

.CadmusBgHotPink {
    background: HotPink;
}

.CadmusBgOrange {
    background: Orange;
}

.CadmusBgDarkOrange {
    background: DarkOrange;
}

.CadmusBgOrangeRed {
    background: OrangeRed;
}

.CadmusBgGoldenrod {
    background: Goldenrod;
}

.CadmusBgDarkGoldenrod {
    background: DarkGoldenrod;
}

.CadmusBgChocolate {
    background: Chocolate;
}

.CadmusBgYellow {
    background: Yellow;
}

.CadmusBgGold {
    background: Gold;
}

.CadmusBgKhaki {
    background: Khaki;
}

.CadmusBgLawnGreen {
    background: LawnGreen;
}

.CadmusBgOlive {
    background: Olive;
}

.CadmusBgKGreenYellow {
    background: GreenYellow;
}

.CadmusBgGreen {
    background: LawnGreen;
}

.CadmusBgDarkGreen {
    background: DarkGreen;
}

.CadmusBgLime {
    background: Lime;
}

.CadmusBgLightSeaGreen {
    background: LightSeaGreen;
}

.CadmusBgCyan {
    background: Cyan;
}

.CadmusBgDarkCyan {
    background: DarkCyan;
}

.CadmusBgBlue {
    background: Blue;
}

.CadmusBgMidnightBlue {
    background: MidnightBlue;
}

.CadmusBgLightBlue {
    background: LightBlue;
}

.CadmusBgGray {
    background: Gray;
}

.CadmusBgDarkSlateGray {
    background: DarkSlateGray;
}

.CadmusBgLightSlateGray {
    background: LightSlateGray;
}

.CadmusBgSilver {
    background: Silver;
}

.CadmusBgGainsboro {
    background: Gainsboro;
}

/* MODAL */
.CadmusModal {
    position: fixed;
    top: 0;
    left: 0;
    background: #00000091;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
    .CadmusModal > div {
        width: 520px;
        background: white;
    }

/* FORMULARIOS Y GRUPOS */
.CadmusGroup1 {
    width: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
}
    .CadmusGroup1 label {
        font-weight: 600;
        width: 30%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: unset;
    }

    .CadmusGroup1 input, .CadmusGroup1 select {
        border: 1px solid silver;
        border-radius: 3px;
        padding: 8px 10px;
        width: 70%;
        outline: unset;
    }

.CadmusGroup2 {
    width: 100%;
    font-size: 12px;
}

    .CadmusGroup2 label {
        font-weight: 600;
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: unset;
    }

    .CadmusGroup2 input, .CadmusGroup2 select {
        border: 1px solid silver;
        border-radius: 3px;
        padding: 8px 10px;
        width: 100%;
        outline: unset;
    }

.CadmusGroup3 {
    width: 100%;
    font-size: 12px;
    position: relative;
}

    .CadmusGroup3 label {
        font-weight: 600;
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: unset;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 14px;
        margin-top: 5px;
        font-size: 11px;
    }

    .CadmusGroup3 span {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 25px;
        display: block;
        margin-left: 12px;
    }

    .CadmusGroup3 input, .CadmusGroup3 select {
        border: 1px solid silver;
        border-radius: 3px;
        padding: 8px 10px;
        width: 100%;
        outline: unset;
        padding-left: 25px;
        padding-top: 25px;
        font-size: 12px;
    }

/* DATATABLES */
table.CadmusDataTable1 {
    width: 100%;
    border: none !important;
    /*border-collapse: separate;*/
    border-collapse: collapse !important;
    font-size: 12px;
}

    .CadmusDataTable1 tr {
        border: none !important;
    }

    .CadmusDataTable1 th {
        text-align: center;
    }

    .CadmusDataTable1 th, .CadmusDataTable1 td {
        border: 1px solid silver !important;
        padding: 8px 10px !important;
        font-size: inherit !important;
    }

.CadmusDataTable1_Info {
    font-size: 12px;
}

.CadmusDataTable1_Paginate {
    font-size: 12px;
}

    .CadmusDataTable1_Paginate a {        
        padding: 5px 15px;
        color: #525252;
        cursor: pointer;
        text-decoration: none;
    }

    .CadmusDataTable1_Paginate > span > a.current {
        border: 1px solid silver;
        box-shadow: none;
        font-size: inherit !important;
    }

    .CadmusDataTable1_Paginate a:hover:not(.disabled) {
        background: silver;
        border: 1px solid silver;
    }

.CadmusDataTable1_Filter {
    font-size: 12px;
}

    .CadmusDataTable1_Filter input {
        outline: none;
        font-size: inherit !important;
        border: 1px solid silver;
        padding: 3px;
    }

    .CadmusDataTable1_Filter label {
        font-size: inherit !important;
    }

.CadmusDataTable1_Length {
    font-size: 12px;
}

        .CadmusDataTable1_Length select {
            font-size: inherit !important;
            border: 1px solid silver;
            padding: 3px;
        }

        .CadmusDataTable1_Length label {
            font-size: inherit !important;
        }