#modalLoadin {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}

fieldset.border {
    border: 1px groove #ddd !important;

    /*border: 1px solid #e2e8f0 !important;*/
    border-radius: 4px;

    /*padding: 0 1.4em 1.4em 1.4em !important;
    margin-bottom: 1.5em;*/

    /* -webkit-box-shadow:  0px 0px 0px 0px #000; */
    /* box-shadow:  0px 0px 0px 0px #000; */
}


legend.border {
    color: #31708f;
    font-size: 1.0em !important;
    font-weight: bold !important;
    text-align: left !important;
    margin-bottom: 0;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

legend.legend-sm {
    font-size: 0.8rem !important;
    text-align: left !important;
    margin-bottom: 0;
    width: auto;
    padding: 0 6px;
    border-bottom: none;
}



.col-form-label {
    font-weight: bold;
}

.form-check-label {
    font-weight: bold;
}


#mapCanvas {
    width: 100%;
    height: 600px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

#infoPanel {
    float: left;
    width: 200px;
    margin-left: 10px;
    text-align: left;
}

#infoPanel div {
    margin-bottom: 5px;
}

#locationField {
    position: absolute;
    width: 190px;
    height: 25px;
    left: 108px;
    top: 0px;
    z-index: 5;
    background-color: #fff;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    /*text-overflow: ellipsis;*/
    width: 400px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

.img_fot {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px; /* Rounded border */
    padding: 5px; /* Some padding */
    width: 100px; /* Set a small width */
}

/* Add a hover effect (blue shadow) */
.img_fot:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}


.html2canvas-container {
    width: 3000px !important;
    height: 3000px !important;
}


.botonEliminarImagen {
    position: absolute;
    top: -9px;
    line-height: 1;
    right: -15px;
    z-index: 100;
    cursor: pointer;
}

.botonAgregarImagen {
    position: absolute;
    top: 60px;
    line-height: 1;
    right: 62px;
    z-index: 100;
    cursor: pointer;
}

#loadingimg {
    position: fixed;
    height: 12em;
    width: 12em;
    overflow: auto;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-family: Arial, Helvetica, sans-serif;
}


a {
    cursor: pointer;
}


.bg-login-nikola {
    /*background: url("../img/logoLogin.png");*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    margin: 0px auto 0;
    position: relative;


}

.bg-white2 {
    background-color: #F6F5FA !important;
}

.p-6 {
    padding: 6rem !important;
}

.p-7 {
    padding: 7rem !important;
}

.btn-square {
    border-radius: 24px !important;
    height: 100px !important;
    width: 100px !important;
    font-size: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-square.btn-sm, .btn-group-sm > .btn-circle.btn {
    height: 1.8rem;
    width: 1.8rem;
    font-size: 0.75rem;
}

.btn-square.btn-lg, .btn-group-lg > .btn-circle.btn {
    height: 3.5rem;
    width: 3.5rem;
    font-size: 1.35rem;
}


.bg-blue {
    background-color: #101636 !important;
}

.bg-blue-light {
    background-color: #0039D6 !important;
}

.bg-purple {
    background-color: #812CB9 !important;
}

.bg-pink {
    background-color: #E32CAB !important;
}

.btn-gradient:hover {
    background-image: linear-gradient(to right, #0039D6 0%, #812CB9 51%, #E32CAB 100%) !important;
    border-radius: 24px !important;

}

.sidebar-dark .nav-item.active .nav-link {
    color: #fff !important;
    background-image: linear-gradient(to right, #0039D6 0%, #812CB9 51%, #E32CAB 100%) !important;
    border-radius: 24px !important;

}


.btn-blue-light {
    color: #FFFFFF !important;
    background-color: #E32CAB !important;
    border-color: #E32CAB !important;
}


.btn-blue-light:hover {
    color: #FFFFFF !important;
    background-color: #812CB9 !important;
    border-color: #812CB9 !important;
}

.btn-blue-light:focus, .btn-blue.focus {
    color: #FFFFFF !important;
    background-color: #812CB9 !important;
    border-color: #812CB9 !important;
    box-shadow: 0 0 0 0.2rem rgba(129, 44, 185, 0.5) !important;
}

.btn-blue-light.disabled, .btn-blue:disabled {
    color: #FFFFFF !important;
    background-color: #812CB9 !important;
    border-color: #812CB9 !important;
}

.btn-blue-light:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #0039D6 !important;
    border-color: #0039D6 !important;
}

.btn-blue-light:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 57, 214, 0.5) !important;
}


.btn-blue {
    color: #FFFFFF !important;
    background-color: #101636 !important;
    border-color: #101636 !important;
}

.btn-blue:hover {
    color: #FFFFFF !important;
    background-color: #812CB9 !important;
    border-color: #812CB9 !important;
}

.btn-blue:focus, .btn-blue.focus {
    color: #FFFFFF !important;
    background-color: #812CB9 !important;
    border-color: #812CB9 !important;
    box-shadow: 0 0 0 0.2rem rgba(129, 44, 185, 0.5) !important;
}

.btn-blue.disabled, .btn-blue:disabled {
    color: #FFFFFF !important;
    background-color: #812CB9 !important;
    border-color: #812CB9 !important;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #101636 !important;
    border-color: #101636 !important;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 22, 54, 0.5) !important;
}


.btn-purple {
    color: #FFFFFF !important;
    background-color: #812CB9 !important;
    border-color: #812CB9 !important;
}

.btn-purple:hover {
    color: #FFFFFF !important;
    background-color: #E32CAB !important;
    border-color: #E32CAB !important;
}

.btn-purple:focus, .btn-purple.focus {
    color: #FFFFFF !important;
    background-color: #E32CAB !important;
    border-color: #E32CAB !important;
    box-shadow: 0 0 0 0.2rem rgba(129, 44, 185, 0.5) !important;
}

.btn-purple.disabled, .btn-purple:disabled {
    color: #FFFFFF !important;
    background-color: #C82BAE !important;
    border-color: #C82BAE !important;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #812CB9 !important;
    border-color: #812CB9 !important;
}

.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(129, 44, 185, 0.5) !important;
}


.btn-white {
    color: #101636 !important;
    background-color: #F6F5FA !important;
    border-color: #F6F5FA !important;
}

.btn-white:hover {
    color: #101636 !important;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.btn-white:focus, .btn-white.focus {
    color: #101636 !important;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    box-shadow: 0 0 0 0.2rem rgba(246, 245, 250, 0.5) !important;
}

.btn-white.disabled, .btn-white:disabled {
    color: #101636 !important;
    background-color: #F6F5FA !important;
    border-color: #F6F5FA !important;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
    color: #101636 !important;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 245, 250, 0.5) !important;
}


/*.sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 10rem;
    margin-left: auto;
    margin-right: auto;
}*/


.btn-circle {
    border-radius: 100% !important;
    height: 2.5rem !important;
    width: 2.5rem !important;
    font-size: 1rem;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}


#wrapper {
    display: flex;
}

#wrapper #content-wrapper {
    background-color: #f8f9fc;
    width: 100%;
    overflow-x: hidden;
}

#wrapper #content-wrapper #content {
    flex: 0 0 auto !important;
}


/* AGREGADAS */

.background-azul {
    background: linear-gradient(to right, rgba(124, 186, 208, 1) 0%, rgba(72, 179, 162, 1) 100%);
}

.background-blanco {
    background: white;
}

.index {
    /*font:Arial, Helvetica, sans-serif;*/
    padding: 0;
    overflow-x: hidden !important;
}

.transp-cabecera {
    /*background: rgb(32, 35, 180);*/
    background: linear-gradient(to right, rgba(124, 186, 208, 1) 0%, rgba(72, 179, 162, 1) 100%);
}

.transp-cabecerageneral {
    /*background: rgb(32, 35, 180);*/
    padding-top: 2px;
    background: linear-gradient(to right, rgba(124, 186, 208, 1) 0%, rgba(72, 179, 162, 1) 100%);
    border-radius: 0.25rem;
}

.btn_excel{
    background:#007bff;
    text-align: right;
    size: 12px !important;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn_excel:focus, .btn_excel.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.transp-cabeceraG {
    /*background: rgb(32, 35, 180);*/
    padding-top: 2px;
    background: linear-gradient(to right, rgba(124, 186, 208, 1) 0%, rgba(72, 179, 162, 1) 100%);
    /*border-radius: 0.25rem;*/
}


.titulo-legend {
    /*color: rgb(32, 35, 180);*/
    color: rgba(124, 186, 208, 1);

}

.transp-detalle {
    background: #f8f9fa;
    /*background: rgba(255,255,255,0.2);*/
}


.usuario_boton {
    position: relative;
    margin: auto;
    margin-left: 3%;
}

.reportes_div {
    position: relative;
    margin: auto;
    margin-left: 8%;
}

.titulo_interno {
    position: relative;
    font-size: 0.8em;
    color: white;
    font-weight: bold;
    top: 2px;
    text-transform: uppercase;
}

.titulo_interno_huella {
    position: relative;
    font-size: 12px;
    color: white;
    font-weight: bold;
    top: 2px;
    text-transform: uppercase;
}

.circle {
    background: white;
    border-radius: 50%;
    height: 45px;
    width: 50px;
    padding-top: 6px;
}



.titulo_huella_boton {
    position: relative;
    font-size: 8px !important;
    color: white;
    font-weight: bold;
    top: 0px;
    text-transform: uppercase;
}

.titulo_huella_boton2 {
    position: relative;
    font-size: 9px !important;
    color: black;
    font-weight: bold;
    top: 0px;
    text-transform: uppercase;
}


.titulo_interno2 {
    position: relative;
    font-size: 18px;
    /*color: #313A8C;*/
    color: black !important;
    font-weight: bold;
    top: 2px;
    text-transform: uppercase;
}

.titulo_interno_tabla {
    position: relative;
    font-size: 14px !important;
    /*color: #313A8C;*/
    color: black !important;
    font-weight: bold !important;
    top: 2px;
    text-transform: uppercase;
}

.titulo_interno_huella1 {
    position: relative;
    font-size: 9px;
    /*color: #313A8C;*/
    color: black !important;
    font-weight: bold;
    top: 2px;
    text-transform: uppercase;
}

.titulo_interno_huella2 {
    position: relative;
    font-size: 11px;
    /*color: #313A8C;*/
    color: black !important;
    font-weight: bold;
    top: 2px;
    text-transform: uppercase;
}

.titulo_interno_huella3 {
    position: relative;
    font-size: 10px;
    /*color: #313A8C;*/
    color: white !important;
    font-weight: bold;
    top: 2px;
    text-transform: uppercase;
}

.select-round2 .select2-selection--single {
    border-radius: 90px !important;
    background-color: white !important;
    font-size: 11px !important;


}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    font-size: 11px !important;
    text-transform: uppercase !important;

}

.text-select {
    font-weight: bold !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    color: black !important;
}

.background-modal-link {
    /*background: linear-gradient(to right, rgba(124,186,208,1) 0%,rgba(72,179,162,1) 100%);*/
    background-color: #f8f9fa;
}


.titulo_modal_link {
    position: relative;
    font-size: 18px;
    /*color: #313A8C;*/
    color: white;
    font-weight: bold;
    top: 2px;
    text-transform: uppercase;
}


.trade .wrap-trade .quote-banner-container {
    left: 30px;
    position: absolute;
    overflow: hidden;
    height: 30px;
    border-right: 1px solid #e6e6e6;
    padding-top: 0;
    width: calc(100% - 114px);
}

.trade .wrap-trade .quote-banner-container .quote-banner {
    position: absolute;
    width: 10000px;
    display: table;
}

/*#footer {
    position:fixed;
    left:0px;
    bottom:0px;
    height:30px;
    width:100%;
    background:#999;
}

footer {
    height: 15vh;
    padding-top: 10px;
    padding-left: 0%;
    padding-right: 4%;
    padding-bottom: 20px;
    text-align: center;
    font-family: sans-serif;
    color: whitesmoke;
    width: 100%;
    bottom: 0;
    z-index: 1055;
    !*position: fixed;*!
    background-color: #FFF;
    !* From https://css.glass *!
/ background: rgba(255, 255, 255, 0.09);
/ / border-radius: 16 px;
/ / box-shadow: 0 4 px 30 px rgba(0, 0, 0, 0.1);
/ / backdrop-filter: blur(5 px);
/ / -webkit-backdrop-filter: blur(5 px);
/ / border: 1 px solid rgba(255, 255, 255, 0.3);
/
}*/


.content {
    width: 100%;
}

.title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: steelblue;
    width: 97%;
}

.left1 {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 25px;
    float: left;
    position: relative;
    width: 32%;
    border: steelblue solid 0;
    height: auto;
}

.right1 {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    position: relative;
    float: left;
    width: 65%;
    border: steelblue solid 0;
    height: auto;
}

.right2 {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    position: relative;
    float: left;
    width: 82%;
    border: steelblue solid 0;
    height: auto;
}

.left2 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 5px;
    margin-left: 15px;
    float: left;
    position: relative;
    width: 15%;
    border: steelblue solid 0;
    height: auto;
}












