﻿* {
    font-size: 12px;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
}
.Powered-by {
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-weight: bolder;
    color: #4273b7;
}
#btnContinuar {
    position: absolute;
    bottom: 0px;  
    width: 100%;

    /*color: #4273b7;*/
}
#form1 {
    position: absolute;
    width: 100%;
    height: 100%;
}

#content-map {
    width: 100%;
    height: 100%;
}
#APROXIMAR_REFERENCIA {
    display: none;
    max-width: 250px;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.19);
}
.show {
    display: block !important;
}

.itemlist {
    background-color: red;
}

.active {
    background: red;
}

.selected {
    background: #ccc;
}

#content-map .centerMarker {
    position: absolute;
    /*url of the marker*/
    background: url(http://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat;
    /*center the marker*/
    top: 50%;
    left: 50%;
    z-index: 1;
    /*fix offset when needed*/
    margin-left: -10px;
    margin-top: -34px;
    /*size of the image*/
    height: 34px;
    width: 20px;
    cursor: pointer;
}

#formularioBusqueda {
    margin-top: 15px;
    width: 100%;
    /*max-width:400px;*/
    height: auto;
    max-height: 100%;
    box-shadow: #999 0 0 40px;
    overflow-x: auto;
    /*padding-top:50px;*/
    /*border-radius:5px;*/
}

.form-group {
    position: relative;
    /*margin-bottom: 0.5rem;*/
}

input, textarea {
    border-radius: 0 !important;
}

.list-select {
    position: absolute;
    top: 48px;
    border-bottom: solid 1px #ced4da;
    display: none;
    background: #FFF;
    width: 100%;
    max-height: 140px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0px 0 0 0;
    border-top: solid 1px #ced4da;
    border-left: solid 1px #ced4da;
    border-right: solid 1px #ced4da;
    z-index: 5;
    box-shadow: 0 0 2px 1px #e9ecef;
}

    .list-select > .item {
        padding: 5px 5px;
        /*border-bottom: solid 1px #ced4da;*/
        font-size: 12px;
        cursor: pointer;
    }

        .list-select > .item:hover, .list-select > .item:active, .list-select > .item.hover, .itemliactive {
            background-color: #f3f3f3;
        }
/*#listResultadoDepProv li:first-child {
    background-color: #f3f3f3;
    font-weight: bold;
}*/
.btn {
    padding: 0.1rem .5rem;
}

.reconoceEstadoBarrio {
    padding: 5px 10px;
    background-color: #e6e6e6;
}

    .reconoceEstadoBarrio.prendido {
        background-color: #f37922;
    }

.list-group > .list-group-item {
    padding: 5px;
}

#pnlBuscador {
    padding-top: 10px;
}
/*input[type=text], input[type=number], textarea {
    padding: 0.175rem .5rem;
}*/
#content-fm {
    height: 100%;
}

#pnlContentForm, #pnlContentMap {
    padding: 0;
}

#pnlContentForm {
    padding: 10px 0;
    box-shadow: #000 0px 0px 30px;
    z-index: 1;
    overflow: auto;
}


.ico-lista-input {
    right: 0;
    top: 0;
    color: #6c757d;
}

@media (max-width: 576px) {
    #pnlContentMap {
        min-height: 400px;
    }
}

.title-control {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}

/*#btnBuscarGeo {
    background-color: #007bff;
    border-color: #007bff;
    color: #FFF;
    margin: auto;
}

#btnLimpiarFormulario {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #FFF;
    margin: auto;
}

#btnContinuar {
    background-color: #28a745;
    border-color: #28a745;
    color: #FFF;
    margin: auto;
}*/

    #btnBuscarGeo:hover, #btnLimpiarFormulario:hover, #btnContinuar:hover {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        transition: all 1ms ease-in-out !important;
    }

.isearch, .iclose, .isearchDom {
    position: absolute;
    right:30px;
    top: 5px;
    font-size: 15px;
    color: #aaa;
    z-index: 4;
}

.isearchDom {
    top: 23px;
}

.icoInfo {
    position: absolute;
    top: 7px;
    margin-top: -25px;
    right: 0;
    font-size: 16px;
    cursor: pointer
}

.cleaning {
    position: relative;
}

    .cleaning input[type=text] {
        box-sizing: border-box;
    }

.iconlist {
    padding: 0;
    border-radius: 0;
}

.tool-tip {
    font-size: .9rem;
    color: #000;
    background-color: #fbfbfb;
    visibility: hidden;
    text-align: center;
    opacity: 0;
    padding: 3px;
    position: absolute;
    -webkit-transition: all 240ms ease-in-out;
    -moz-transition: all 240ms ease-in-out;
    -ms-transition: all 240ms ease-in-out;
    -o-transition: all 240ms ease-in-out;
    transition: all 240ms ease-in-out;
    width: auto;
    height: 20px;
    white-space: nowrap;
    /**/
    top: 0%;
    margin-top: -25px;
    
}

    .tool-tip.right {
        top: 0%;
        margin-top: -25px;
    }

/*.tool-tipDir.right {
    top: 35%;
    margin-top: -25px;
}*/

.tooltipGroup.right {
    top: 50%;
    /*margin-top: 5%;*/
}

*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 240ms ease-in-out;
    -moz-transition: all 240ms ease-in-out;
    -ms-transition: all 240ms ease-in-out;
    -o-transition: all 240ms ease-in-out;
    transition: all 240ms ease-in-out;
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,.16);
    /*right: 0%;*/
}

*:not(.on-focus) > .tool-tip.slideIn,
.on-focus > .tool-tip {
    display: block;
}

.on-focus > input:focus + .tool-tip.slideIn {
    z-index: 4;
}

*:not(.on-focus):hover > .tool-tip.slideIn,
.on-focus > input:focus + .tool-tip.slideIn {
    bottom: 90%;
}

*:not(.on-focus) > .tool-tip.slideIn.right,
.on-focus > .tool-tip.slideIn.right {
    right: 1%;
}

*:not(.on-focus):hover > .tool-tip.slideIn.right,
.on-focus > input:focus + .tool-tip.slideIn.right {
    left: auto;
}

/***/
.alert-validacion-formulario.TT {
    color: #FFF;
    background-color: #007bff;
}
.alert-validacion-formulario.TTA {
    color: #FFF;
    background-color: #e86161;
}

.alert-validacion-formulario.AWARNING {
    color: #000;
    background-color: #fff7ce;
}

.bg-AWARNING {
    background-color: #fff7ce !important;
}
.bg-ADANGER {
    background-color: #e86161 !important;
}
.text-warnig {
    color: #ffc107 !important;
    font-size: 16px;
}
.tc-ADANGER {
    color: #e86161 !important;
}
.max-width-300 {
    max-width: 300px;
}
.max-width-200 {
    max-width: 200px;
}
.max-width-100 {
    max-width: 100px;
}
.max-width-50 {
    max-width:50px;
}
.max-width-30 {
    max-width: 30px;
}
.gm-style .gm-style-iw-c {
    padding: 0px;
    border-radius: 0;
    top: -34px
}
.gm-style-iw-d {
    overflow: auto !important;
}

.item-quenosqueda {
    background-color: #ffe7d59c;
    text-align: center;
    padding: 3px 5px !important;
}

.listaViaRepetidas {
    border-bottom: solid 1px #ced4da;
    display: none;
    background: #FFF;
    width: 100%;
    max-height: 140px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0px 0 0 0;
    border-top: solid 1px #ced4da;
    border-left: solid 1px #ced4da;
    border-right: solid 1px #ced4da;
    z-index: 5;
    box-shadow: 0 0 2px 1px #e9ecef;
}
    .listaViaRepetidas > .item {
        padding: 5px 5px;
        /*border-bottom: solid 1px #ced4da;*/
        font-size: 12px;
        cursor: pointer;
    }

        .listaViaRepetidas > .item:hover, .listaViaRepetidas > .item:active, .listaViaRepetidas > .item.hover, .itemliactive {
            background-color: #f3f3f3;
        }

.ProcesandoInfo {
    top: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #f7fbffc2;
    z-index: 100000;
    left: 0;
    overflow: hidden;
    display:none;
}

.gm-style .gm-style-iw-t::after {
    top: -34px;
    /*background: #fff7ce;*/
}

.alert-validacion-formulario.ADANGER {
    color: #FFF;
    background-color: #e86161;
}
.alert-validacion-formulario {
    font-size: .9rem;
    color: #000;
    background-color: #fbfbfb;
    text-align: center;        
    display:none;
    margin-top:2px;
    padding: 3px;
    -webkit-transition: all 240ms ease-in-out;
    -moz-transition: all 240ms ease-in-out;
    -ms-transition: all 240ms ease-in-out;
    -o-transition: all 240ms ease-in-out;
    transition: all 240ms ease-in-out;
    width: auto;   
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,.16);
}




.tooltip-inner {
    background-color: #fff7ce;
    color:#000;
    box-shadow:#000 0px 0px 10px;
    border-radius:0;
}
.bg-info-awarning-arrow {
    color: #fff7ce;
}

.modal-background-inside {
    position:absolute;
    height:100%;
    width:100%;
    background-color:rgba(3, 3, 3, 0.52);
    top:0;
    z-index:100;
    display:none;
}
.modal-inside {
    max-height: 100%;
    overflow: auto;
    width: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0;
    z-index: 101;
    display: none;
}
    /*.sweet-alert .sa-custom {
        width: 50px;
        height: 50px;
        border: 4px solid gray;
        border-radius: 50%;
       
        position: absolute;
        box-sizing: content-box;
    }*/
/*.alert-popup-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1040;
}
.alert-popup {
    background-color: #ffffff;
    width: 400px;
    padding: 5px 15px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -256px;
    overflow: hidden;
    display: none;
    z-index: 2000;
}
.alert-popup-ico {
    position: absolute;
    left: 0;
    top: -5px;
    padding: 10px;
    font-size: 30px;
    
}
.alert-popup-ico-warning {
    color: #ffc107;
}
.alert-popup-ico-question {
    color: #17a2b8;
}
.alert-popup-title {
    margin-top: 10px;
}
.alert-popup-text {
    text-align: left;
}
.showalertpopup {
    animation: showalertpopup 0.3s;
}
@keyframes showalertpopup {
    0% {
        transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes hidealertpopup {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.5);
    }
}*/
