﻿/* FORMULARIOS Y GRUPOS */
.CadmusGroup1 {
    width: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .CadmusGroup1 label {
        font-weight: 600;
        width: 30%;
        /* white-space: nowrap; */
        text-overflow: ellipsis;
        overflow: hidden;
        margin: unset;
        font-size: 13px !important;
    }

    .CadmusGroup1 input, .CadmusGroup1 select, .CadmusGroup1 .chosen-container {
        border: 1px solid silver;
        border-radius: 3px;
        padding: 8px 10px;
        width: 70% !important;
        outline: unset;
    }

    .CadmusGroup1 > div {
        width: 70% !important;
        padding: 8px 10px;
    }

    .CadmusGroup1 .chosen-container {
        padding: unset;
        border-width: 0px;
    }

    .CadmusGroup1 .chosen-drop {
        width: 70%;
    }

    .CadmusGroup1 .chosen-search-input {
        width: 100% !important;
    }

    .CadmusGroup1 textarea {
        border: 1px solid silver;
        border-radius: 3px;
        padding: 8px 10px;
        width: 70%;
        outline: unset;
        resize: unset;
        height: 75px;
    }

    .CadmusGroup1 img {
        width: 90px;
        height: 90px;
        display: block;
        margin: auto;
        margin-bottom: 10px;
        background: #dbdbdb;
    }

.CadmusGroup2 {
    width: 100%;
    font-size: 12px;
}

    .CadmusGroup2 label {
        font-weight: 600;
        /*width: 50%;*/
        width: auto;
        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;
    margin-bottom: 10px;
}

    .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: 35px;
        padding-top: 25px;
        font-size: 12px;
    }

.CadmusGroup4 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}