﻿body {
}


 .form-group label, .form-group input, .form-group textarea, .form-group select {
    font-size:12px;
}

 .panel {
     margin-bottom:5px;
 }

.panel-title {
    font-size: 13px;
}

label.control-label {
    font-weight:normal;
}

.panel-body .form-group {
    margin-left: -130px;
    margin-top: -5px;
    margin-bottom: -5px;
    padding: 0px;
}

.form-group .input {
    width:600px;
}


input {
    padding:0;
    width: 500px;
    height: 28px;
    border-color: #dcd7d7;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
}


textarea {
    width:500px;
    border-radius:5px;
}


select {
    width:300px;
    height:38px;
    border-color:#dcd7d7;
    border-radius:5px;
    border-width:1px;
    border-style:solid;
}


#Ciudad,#Direccion {
    width:300px;
}


#TelefonoFijo,#Fax,#Email,#prCapacidadUnidad {
    width:260px;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}

#xprCapacidadUnidad,#xprCapacidadInstalada,#xprCapacidadMaxima,#xprEnergiaAnual,#prTermino,#inFactorPlanta {
    width:255px;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}


#xprEnergiaAnual {
    width:245px;
}



#inFactorPlanta {
    width:390px;
}


#Email {
    background-color:#DDDDDD;
}

#Email:focus {
    box-shadow:none;
  border: 1px solid #dcd7d7;
}


#Categoria {
    margin-top:1px;
    width:300px;
    height:38px;
    border-color:#dcd7d7;
    border-radius:5px;
    border-width:1px;
}


#Comentario, #Justificacion {

    width: 1000px;

}

.btn {
    margin-left:15px;
}




hr {
    margin-top:10px;
    margin-bottom:10px;
}



#estadocivil input {
    width:20px;
    height:10px;
    border:none;
}

#coNumero,#coActa,#coResolucion,#coPunto,#prNumeroUnidades {
    width:300px;
}

#coFecha,#prFechaInicio{
    width:260px;
}


input[type=text],input[type=email], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 0px 0px 0px 3px;
  margin: 0px 1px 0px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, input[type=email]:focus,textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 0px 1px 0px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

/*#map_canvas img{max-width:none}*/

.infoDiv {
    height: 200px;    
    width: 300px; 
    -webkit-user-select: none; 
    background-color: white; 
}