/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-oct-2016, 11:08:34
    Author     : jramirez
    updated    : 21/02/2023
    update by  : DDT Subtel
*/

.bandeja{
    background-color: #f5f5f5;
}
.select {
    font-size: 13px !important;
}

.label {
    font-style: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
    display: block;
}

.form-check-input {
    padding-bottom: 10px;
    
}
.form {
    display: block;
    border: 10px;
    position: relative;
    left: 10px; 

}

.container {
    position: relative;
    left: -8px;
}



input[type='text'] {
    margin-bottom: 10px;
    padding: 10px;
    
}

input[type="submit"] {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}


.has-feedback .form-control-feedback {
    top: 25px;
    right: 0;
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 25px;
} 
.radio, .checkbox-inline {
    padding-top: 0px;
}
.checkbox {
    padding-top: 6px;
}
.escondido {
  display: none;
}
.modal-header{
    background-color: #3a7aba;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
@media only screen and (min-width: 992px){
    .interior{
        margin-left: -27px !important; 
    }
    .input-group.izquierda{
        float: left;
    }
    .input-group.derecha{
        float: right;
    }
    #otroServicio{
        float: right;
    }
}
@media only screen and (max-width: 992px){
    .interior{
        margin-left: -27px !important; 
    }
    .checkbox{
        width: 100% !important;
    }
    .input-group.izquierda{
        width: 100%;
    }
    .input-group.derecha{
        width: 100%;
    }
    #otro{
        width: 100%;
    }
    #otroServicio{
        float: right;
    }
}
.interior{
    overflow: auto;
}
.coordenadas{
    margin-bottom: 15px !important;
}
#formularioRequerimiento .control-label{
    font-size: 95% !important;
}

.habitantes{
    padding-top: 4px !important;
}
.requerimiento{
    overflow: auto;
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
#contenedorRequerimientos{
    
}

/* Tooltip container */
.tooltip {
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.interno{
    padding: 6px 15px 0px 0px;
}
.btn-circulo {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circulo.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circulo.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.count{
    float: right;
    font-size: 80%;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: 2e6da4;
    
    
}

.ingresarUsuarioForm {
    color: #fff;
    background-color: #337ab7;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f5f5f5;
    width: 980px;
    align-self: auto
}

.container {
    width: 62rem;
}