﻿
div.button-solicitar {
    text-align: center;
    margin-bottom: 5px;
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    color: black;
}

div.sinMarginTop {
    margin-top: 0;
}

div.divAlignLeft {
    text-align: left
}

div.sinMarginX {
    margin-left: 0px;
    margin-right: 0px;
}


.esFullWidth {
    width: 100% !important;
}

.divTitSection {
    width: 100% !important;
    background-color: #0071b9;
    color: #ffffff;
    font-weight: bold;
    padding: 11px;
}

.divSection {
    border: 1px solid rgb(133, 133, 133);
}

.tag-a {
    color: blue;
    text-decoration: underline;
}

.marginBt {
    margin-bottom: 20px;
}

.btn-buscar {
    width: 100% !important;
    background: #0071b9;
    padding: 6px;
    font-weight: 900;
    font-size: 0.95em;
    border: 1px solid rgba(80, 80, 80, 0.5);
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.new-row {
    display: flex;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    flex-flow: row wrap;
    gap: 20px;
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    color: black;
}

.child {
    flex-grow: 1;
}

.margint-tit {
    margin-top: 20px;
    margin-bottom: 5px;
}

.sin-padding-x {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.multiselectInstalacion {
    width: 100%;
}

.selectBoxInstalacion {
    position: relative;
}

.sselectBoxInstalacion select {
    width: 100%;
}

.overSelectInstalacion {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxesInstalaciones {
    display: none;
    border: 1px #dadada solid;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#checkboxesInstalaciones label { 
    display: block;
    padding: 3px 10px;
    text-align: left;
}

#checkboxesInstalaciones label:hover {
    background-color: #1e90ff;
}

.marginR-checkbox {
    margin-right: 5px !important;
}

.msg-blue {
    text-align: left;
    font-size: small;
    color: #0071b9;
    margin-bottom: 5px;
}

.btn-confirmar {
    width: 100% !important;
    padding: 6px;
    font-weight: 900;
    font-size: 0.95em;
    border: 1px solid rgba(80, 80, 80, 0.5);
    background: #e67e22;
}

.btn-cancelar {
    background: #fff;
    color: #dc3545 !important;
    border: 1px solid #dc3545;
    width: 100% !important;
    padding: 6px;
    font-weight: 900;
    font-size: 0.95em;
}

.btn-cancelar:hover {
    background: #dc3545;
    color: #fff !important;
}

.divTitRevision {
    width: 100% !important;
    background-color: #dc3545;
    color: #fff;
    font-weight: bold;
    padding: 11px;
}

.icon-red {
    fill: #dc3545;
}

.icon-blue {
    fill: #0846af;
}

.new-row-icon {
    display: flex;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    flex-flow: row wrap;
    gap: 5px;
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    color: black;
}

.txt-red {
    color: #dc3545;
}

.btn-chat {
    background: transparent;
    border: 0px !important;
    padding: 0px;
    color: blue !important;
    text-decoration: underline;
}

.btn-chat_orange {
    background: transparent;
    border: 0px !important;
    padding: 0px;
    color: #f18903 !important;
    text-decoration: underline;
}

.loader-section2 {
    max-width: 100%;
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    z-index: 999;
    transition: all 1s 1s ease-out;
    opacity: 1;
}

.loaded2 {
    opacity: 0;
    z-index: -1;
}

.loader2 {
    width: 48px;
    height: 48px;
    border: 5px solid #623ddb;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} 

.justify-content-center {
    justify-content: center;
}

.canvas-s {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 400px;
    max-width: 400px;
}

.min-button-firma {
    min-width: 100px;
}

.txt-firm {
    font-family: sans-serif;
    font-size: 100%;
    font-weight: bold;
}

.containerClauses {
    max-height: 160px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    color: #fff;
}

.ns_c_subtitle {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.ns_c_title {
   text-align: justify;
}

.ns_c_top_title {
    text-align: center;
}

.btn-rotate {
    margin: 5px;
    padding: 8px 12px;
    color: black;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    border-color: blue;
}

.btn-rotate:hover {
    background-color: #0071b9;
}
