.img-circle {
    /*box-shadow: 0 3px 6px rgb(255 255 255 / 64%), 0 3px 6px rgb(239 237 237 / 97%) !important;*/
    border-radius: 50%;
    height: 2.8rem;
    width: 2.8rem;
    padding: 3px;
    background-color: white;
}

.spObligatorio {
    color: #ff0000;
    font-weight: bold;
}

.spMensaje {
    color: #0860cd;
    font-weight: bold;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('../img/IconLoader.svg') 50% 50% no-repeat rgb(249,249,249);
    background-size: 150px;
    background-color: #c4e3f3;
    opacity: 0.5;
}

.loader-texto-centrado {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #1a1711;
    text-align: center;
    font-weight: bold;
    /*font-size: 16px;*/
    font-size: 12px;
    text-transform: uppercase;
}


.dx-datagrid-headers {
    color: black;
    font-weight: 500;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    border-bottom: 1px solid #ddd;
    background: #d1e1f2;
}

.dx-editor-cell .dx-texteditor, .dx-editor-cell .dx-texteditor .dx-texteditor-input {
    background: #fff;
    border: 1px solid #838383;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
    background-color: #d1e1f2;
    color: #333;
}

.countChars {
    font-size: 0.875rem;
    color: #c70a0a;
    font-weight: 600;
}

textarea {
    resize: none;
}


.inpradio {
    -webkit-transform: scale(1.6, 1.6);
    -moz-transform: scale(1.6, 1.6);
    -ms-transform: scale(1.6, 1.6);
    -o-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6) !important;
}

    .inpradio:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

.error {
    border-color: #FF3838;
    color: red;
}

.selMenuOption {
    color: #012970 !important;
    background: #ebe8e8 !important;
}

.btnColorBack {
    color: #fff !important;
    text-decoration: none !important;
}


.modal-header {
    background-color: #c8d4e5;
    color: #012970;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.card-header {
    background-color: #BF0909 !important;
    color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.modal-content {
    border-radius: 1rem;
}

.subTitulo {
    color: #012970;
}

.pText {
    text-align: justify;
    font-style: italic;
}

.nivelBajo {
    color: #008000;
    font-weight: 600;
}

.nivelMedio {
    color: #d79c11;
    font-weight: 600;
}

.nivelAlto {
    color: #ff0000;
    font-weight: 800;
}

.nivelMuyAlto {
    color: #ff0000;
    font-weight: 800;
}

.modalInfo {
    max-height: 70vh;
    overflow-y: auto;
}

.form-control[readonly] {
    cursor: not-allowed;
}


.cardhead {
    border-top: 3px solid #008cd5 !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.hide {
    display:none;
}


button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

@media print {
    .header {
        position: absolute !important;
    }

    body {
        zoom: 80%;
    }

    .noPrint {
        display: none !important;
    }

    .dx-pager {
        display: none !important;
    }
}

.divHead {
    color: #0c0c0c;
    font-size: 1.25rem;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.divPostHead {
    color: #0c0c0c;
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}

.bd-callout-info {
    border-left-color: #df0c0c !important;
    background-color: aliceblue;
}

.bd-callout-question {
    border-left-color: #0cc8df !important;
    background-color: aliceblue;
}

.bd-callout-det {
    padding: 0.25rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.question-back {
    padding: 0.25rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    border-radius: .25rem;
    background-color: #f1f1f1;
}

.text-form {
    font-size: 11pt;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

.main-margin {
    margin-left: 7.5% !important;
    margin-right: 7.5% !important;
}

.shape-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 8px;
    background: #fff;
}

.shape-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 12px;
    max-width: 70%;
}