body{
	margin: 0;
	font-family: 'Open Sans', sans-serif!important;
	color: #666;
}
h6{
	font-weight: 700;
}

#yes1,#yes2{
	color: green;
}
#no1,#no2{
	color: red;
}

.centered { 
	text-align: center; 
}
.container-fluid{
	padding: 0;
}
.content{
	padding: 20px;
    text-align: center;
}
.bold {
	font-weight: 700;
}
.p20 {
	padding: 20px;
}
.question {
	font-size: 20px;
	cursor: pointer;
	padding: 0px 20px;
}

#first-view {
	display: none;
}
#second-view {
	display: none;
}

.noPadded{
	padding: 0;
}
.arriba {
	position: relative!important;
    left: 0!important;
}


.medio{
	margin: auto;
}
#paying {
	cursor: pointer; 
	padding: 8px 10px;
}
.noMargin{
	margin: 0;
}
.imgSize {
	width: 20px;
}
.mRight{
	margin-right: 20px;
}
#hide, #hide2, #hide3{
	display: none;
}


#boton{
	-moz-transition: all 0.3s ease; 
	-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
	background-color: #002577;
    color: white;
    border: none;
    padding: 5px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    opacity: 0.5;
    cursor: pointer;
}
.btn-2{
	opacity: 1!important;
	font-size: 20px;
}


.noDecoration {
	text-decoration: none; 
	color: #494949;
}
.noDecoration:hover {
	text-decoration: none; 
	color: #494949;
}
.ui-datepicker-inline {
	width: 100%;
	font-family: 'Open Sans', sans-serif!important;
}
.ui-state-default, .ui-widget-content .ui-state-default{
	text-align: center;
	font-weight: bold;
}
.ui-state-active, .ui-widget-content .ui-state-active{
	border: 1px solid #002577;
    background: #002577;
    font-weight: bold;
}
.cancelar{
	position: absolute; 
	left: 15px; 
	background-color: #c71a1a; 
	border-color: #c71a1a;
}
#enviardatos,#enviardatos1,#enviardatos2 {
	background-color: #FFA339; 
	border-color: #FFA339;
}
#textBotBody{
	margin-top: 10px;
	min-height: 320px;
    max-height: 320px;
    overflow: auto;
}
.cliente {
	text-transform: capitalize;
}

.botText {
	padding: 10px 20px;
    background: #546ca3;
    color: white;
    border-radius: 10px;
    text-align: left;
    margin-right: 30px;
}
.userText {
	display: none;
	padding: 10px 20px;
    background: #546ca3;
    color: white;
    border-radius: 10px;
    text-align: left;
    margin-left: 30px;
}


.submenu {
	background-color: #f0f0f0;
    padding: 5px 0px 5px 35px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.submenu p {
	margin: 0;
	cursor: pointer;
}
.submenu i {
	opacity: 0.7;
}


.header{
	padding: 20px;
}

#email{
	border: 1px solid #666;

}
/**************Toggle Switch**********/
/* The switch - the box around the slider */
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	  position: absolute;
	  content: "";
	  height: 14px;
	  width: 12px;
	  left: 1px;
	  bottom: 3.8px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #14d21c;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #14d21c;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
	
	  width: 40px;
	  height: 22px;
  
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
	/**************FIN Toggle Switch**********/
	.btn-2:hover {
	  color: white;
	  text-decoration: none;
	  outline: none;
  }
  .btn-2 {
	  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6491bd), color-stop(1, #1e2c38));
	  background:-moz-linear-gradient(top, #6491bd 5%, #1e2c38 100%);
	  background:-webkit-linear-gradient(top, #6491bd 5%, #1e2c38 100%);
	  background:-o-linear-gradient(top, #6491bd 5%, #1e2c38 100%);
	  background:-ms-linear-gradient(top, #6491bd 5%, #1e2c38 100%);
	  background:linear-gradient(to bottom, #6491bd 5%, #1e2c38 100%);
	  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6491bd', endColorstr='#1e2c38',GradientType=0);
	  background-color:#6491bd;
	  -moz-border-radius:8px;
	  -webkit-border-radius:8px;
	  border-radius:8px;
	  display:inline-block;
	  cursor:pointer;
	  color:#ffffff;
	  font-size:13px;
	  font-weight:bold;
	  padding:8px 25px;
	  text-decoration:none;
	  text-shadow: none;
	  border: none;
	  outline: none!important;
	  
  }
  .style-border {
  border: 1px solid #a4a8ab;
  }
  .style-letra {
	  color:#6491bd;
		}
  
  .style-boton {
	  margin-top:1.5%;
	  display: flex; 
	  align-items: center; 
	  justify-content: center;
  }
  
  .colpal {
	  padding-right: 0.1px;
	  padding-left: 0.1px;
  }
  
  
  
  .style_label{
	  padding-top:12px;
	  padding-right: 0px;
	  padding-left: 30px;
	  font-size:12px;
  }

  /***Fin switch****/
  .form-control{

	border: 1px solid #666;
  }
  
  @media  (max-width: 762px) {  
    #Email { 
       
       width: 96%!important;
    }
  }
  
  .asterisco_red{  
      color: red;
  }
    
    