::-webkit-input-placeholder { /* WebKit browsers */
color:    #87B8CC;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:    #87B8CC;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:    #87B8CC;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color:    #87B8CC;
}
input[type="text"], input[type="password"],input[type="email"], textarea, select { 
    outline: none;
}
:focus { background-color: #fff; }
.ns{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
user-drag:none;
}
.minput:focus {
  animation: shake-it .3s ease-out;
  outline: 0;
}

@keyframes shake-it {
  0%   { transform: rotate(3deg); }
  25%  { transform: rotate(-3deg); }
  50%  { transform: rotate(3deg); }
  75%  { transform: rotate(-3deg); }
  100% { transform: rotate(0deg); }
}
.progress {
width:100%;
height: 10px;
}
.header-color{
opacity: 0.8;
background-color:#2da5da !important;
color:#fff !important;
font-size: 25px !important;
font-weight:bold !important;
		}
#barra_portes {

font:14px "verdana";
color: #000;
font-weight:bold;
text-align:center;

}

.progress-wrap {
background: #00B7FF;
margin: -20px 0px 0px 0px;

overflow: hidden; 
position: relative;
}
.progress-wrap .progress-bar {
background: #fff;
left: 0;
position: absolute;
top: 0;

} 
#modal-background {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: hsl(198, 70%, 52%);
opacity: .25;
-webkit-opacity: .25;
-moz-opacity: .25;
filter: alpha(opacity=25);
z-index: 1000;
}
.center {
display:none;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
z-index:1000;
width:300px;
height:200px;
border-radius:5px;
background: #f0f9ff;

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjlmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2NiZWJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmU3ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f0f9ff 0%, #cbebff 86%, #bfe7ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(86%,#cbebff), color-stop(100%,#bfe7ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f0f9ff 0%,#cbebff 86%,#bfe7ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f0f9ff 0%,#cbebff 86%,#bfe7ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f0f9ff 0%,#cbebff 86%,#bfe7ff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f0f9ff 0%,#cbebff 86%,#bfe7ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#bfe7ff',GradientType=0 ); /* IE6-8 */

box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.75);

}
.loading-background {
display:none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: hsl(198, 70%, 52%);
opacity: .25;
-webkit-opacity: .25;
-moz-opacity: .25;
filter: alpha(opacity=25);
z-index: 1;
}
.loading-animation {
  list-style: none;
  position: relative;
  height: 1px;
  width: 200px;
  position: relative;
  z-index:100000;
}
.loading-animation li {
  margin-top: -3px;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: #2da5da;
  opacity: 0;
  box-shadow: 0px 0px 4px #2da5da,0px 0px 8px #2da5da,0px 0px 12px #2da5da,0px 0px 18px #2da5da;
  position: absolute;
  left: -10%;
  animation-name: loading;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: normal;
  z-index:100000;
}
.loading-animation li:nth-child(1) {
  animation-delay: 250ms;
}
.loading-animation li:nth-child(2) {
  animation-delay: 500ms;
}
.loading-animation li:nth-child(3) {
  animation-delay: 750ms;
}
.loading-animation li:nth-child(4) {
  animation-delay: 1s;
}
.loading-animation li:nth-child(5) {
  animation-delay: 1.25s;
}
@keyframes loading {
  0% {
	left: 0%;
	opacity: 0;
  }
  20%, 60% {
	left: 50%;
	opacity: 1;
  }
  90% {
	left: 100%;
	opacity: 0;
  }
  100% {
	left: 100%;
  }
}

.loading-animation {
  margin: 0 auto;
  margin-top: 80px; 
}
.loading-animation:before, .loading-animation:after {
  color: grey;
  font-family: "Fontawesome";
}
.loading-animation:before {
  content: "";
  position: absolute;
  top: -45px;
  left: 0%;

 
}
.loading-animation:after {
  content: "Creando su cuenta, por favor espere...";
  position: absolute;
  top: 35px;
  left: -5%;
   font-style:italic;
}


#modal-content {
background-color: white;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 0 20px 0 #222;
-webkit-box-shadow: 0 0 20px 0 #222;
-moz-box-shadow: 0 0 20px 0 #222;
display: none;

left: 43%;
margin: -120px 0 0 -180px;
padding: 10px;
position: absolute;
top: 50%;
width: 500px;
height: 250px;
z-index: 1000;
} 
#modal-content span{
padding:0;
margin:0;
text-align: justify;
font: 12px/1.25 'Open Sans', Helvetica, Arial, sans-serif;
color: #666;
top:-30px;


}
#modal-close{
position:relative;
margin:0;
padding:0;
font: 40px 'Open Sans', Helvetica, Arial, sans-serif;
color:#fff;
background-color:#666;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
width:40px;
height:40px;
top:-25px;
left:440px;
font-weight: 700;
}
#modal-close lt{
position:relative;
left:8px;
top:-10px;
}
#modal-background.active, #modal-content.active {
display: block;
}
/* City_Ajax_Auto_Complete */
#suggestBoxElement {
border: 2px solid #2da5da; 
visibility:hidden; 
text-align: left;  
white-space: nowrap; 
background-color: #fff;
cursor: pointer;
width:296px;
padding:2px;
}

.map_canvas{
position:absolute;
border: 2px solid #2da5da; 
height:200px;
width:453px;

text-align: left;  
white-space: nowrap; 
background-color: #fff;
cursor: pointer;

padding:2px;
}
.pico:after{  
content:''; /* vaciado */
position:relative; /* modo pos */
z-index:10;
width: 0px;
height: 0px;
left:20px;
top:-46px;
border-style: solid;
border-width: 0 10px 14px 10px;
border-color: transparent transparent #2da5da transparent;
}


#suggestBoxElement:after{  
content:''; /* vaciado */
position:absolute; /* modo pos */
width: 0px;
height: 0px;
left:20px;
top:-15px;
border-style: solid;
border-width: 0 10px 14px 10px;
border-color: transparent transparent #2da5da transparent;
}
.suggestions { 
font-size: 11;
background-color: #fff;  

}
.suggestionMouseOver { 
font-size: 11;
background: #2da5da; 
color: white; 

}
*:focus  
{  
outline: none;  
}
/* City_Ajax_Auto_Complete */
