/**** Estilos para los formulario *****/
#espacio-trabajo.navbar-gobsv a {
	font-size:15px !important;
}
.btn-google {
    background: #db4c3e;
    border: 1px solid #db4c3e;
}
.btnLogin {
	text-transform:uppercase;
}

.btn-google:hover, .btn-google:focus {
    background: #bd4033;
    border-color: #bd4033
}

.form-control:not(select) {
    padding: 1.5rem 0.5rem;
}

select.form-control {
    height: 52px;
    padding-left: 0.5rem;
}

select.loadMuni {
	color:#000;
}
select.loadOcupaciones {
	color:#000;
}
select.loadEstados {
	color:#000;
}

.form-control::placeholder {
    color: #ccc;
    font-weight: bold;
    font-size: 0.9rem;
}
.form-control:focus {
    box-shadow: none;
}
#password-strength-status {
	padding: 5px 10px;
	color: #FFFFFF;
	border-radius: 4px;
	margin-top: 5px;
}

.medium-password {
	background-color: #b7d60a;
	border: #BBB418 1px solid;
}

.weak-password {
	background-color: #ce1d14;
	border: #AA4502 1px solid;
}

.strong-password {
	background-color: #12CC1A;
	border: #0FA015 1px solid;
}

.user-tile {
  padding-bottom: 1.1em;
}

.user-tile h1 {
  margin: 0;
  padding: 0;
  font-size: 1.6em;
}
.updFiles.hide {
	display:none;
}
.updFiles .section {
  background-color: #fff;
  color:#000;
  border-radius: 4px;
  padding: 35px 25px;
  margin-bottom: 25px;
}
.updFiles .upload-image input {
	display: none;
}
.updFiles .upload-image.left {
	background-color: transparent;
	color: #a0a0a0;
	float: left;
	width: 80%;
	border: 1px solid #e3e3e3;
	position: relative;
	padding:12px 30px;
	text-align: left;
}

.updFiles .upload-image.left:before {
	position: absolute;
	content: "\f093";
	left: 12px;
	top: 12px;
	font-family: fontawesome;
	font-size: 15px;
	font-weight: normal;
}

.updFiles .upload-image {
	float: right;
	background-color: #0072bc;
	color: #fff;
	width: 29%;
	text-align: center;
	cursor: pointer;
	display: block;
	padding: 12px 10px 10px;
	border-radius: 5px;	
}
.updFiles form .buttons a.btn:hover,
.updFiles .upload-image.left:hover {
	color: #fff;
	background:#343a40;
}
.upload-image-preview {
	float: left;
	width: 18%;
	padding-bottom: 3em !important;
	margin-right: 2%;
}
.btn-upload {
  width: 30%;
  color: #fff;
  border: 0;
  height: 3em;
}


#block-success {
    position: relative;
    width: 480px;
    display: block;
    margin: 40px auto;
    text-align: center;
    font-family: 'Source Sans Pro',sans-serif;
}

#upper-side {
    padding: 2em 8em;
    background-color: #8BC34A;
    display: block;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#upper-side-alt {
    padding: 2em 8em;
    background-color: #EB2121;
    display: block;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#checkmark {
    font-weight: lighter;
    fill: #fff;
    margin: -3.5em auto auto 20px;
}

.blkpmatch {
	display:block;
	width:100%;
}
.passwordMatch {

    background: #d7d73c;
    color: black;
    border-radius: 3px;
    padding: 0.1em 0.3em 0.2em 0.3em;
    line-height: 1.1;
    float: right;

}
#status {
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1em;
    margin-top: -.2em;
    margin-bottom: 0;
}

#lower-side {
    padding: 2em 2em 5em 2em;
    background: #fff;
    display: block;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
#lower-side p {
  color: black;
  text-shadow: none;
  text-align: center;
}
#lower-side p a {
  color: #303845 !important;
}
#message {
    margin-top: -.5em;
    color: #757575;
    letter-spacing: 1px;
}

#contBtn {
    position: relative;
    top: 1.5em;
    text-decoration: none;
    background: #8bc34a;
    color: #fff;
    margin: auto;
    padding: .8em 3em;
    -webkit-box-shadow: 0px 15px 30px rgba(50,50,50,0.21);
    -moz-box-shadow: 0px 15px 30px rgba(50,50,50,0.21);
    box-shadow: 0px 15px 30px rgba(50,50,50,0.21);
    border-radius: 25px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#contBtn:hover {
    -webkit-box-shadow: 0px 15px 30px rgba(50,50,50,0.41);
    -moz-box-shadow: 0px 15px 30px rgba(50,50,50,0.41);
    box-shadow: 0px 15px 30px rgba(50,50,50,0.41);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/* #popup-inmediatos{
    left:0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}
.popup-content-inmediatos {
    margin: 0px;
    margin-top: 100px;
    position: relative;
    padding: 10px;
    width: 500px;
    min-width: 250px;
    background-color: white;
    border: 1px black solid;
} */

