body{
	margin: 0;
	font-family: 'Open Sans', sans-serif!important;
	color: #666;
}
h6{
	font-weight: 700;
}
.header{
	background-color: #002577;
	padding: 20px;
}
#yes>.fa-check {
	color: green;
}
#no>.fa-times {
	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, #second-view, #tirth-view, #fourth-view, #fifth-view {
	display: none;
}
.noPadded{
	padding: 0;
}
.arriba {
	position: relative!important;
    left: 0!important;
}
.second-view-content{
	text-align: left; 
	padding: 0px 5px;
}

.medio{
	margin: auto;
}
#paying {
	cursor: pointer; 
	padding: 8px 10px;
}
.noMargin{
	margin: 0;
}
.imgSize {
	width: 20px;
}
.mRight{
	margin-right: 20px;
}
#hide, #hide2, #hide3{
	display: none;
}
#datepicker {
	margin: 20px 0px;
	font-size: 18px;
}
#selectDate{
	text-align: center; 
	margin-top: 20px; 
	margin-bottom: 10px;
}
#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;
}
#virtual {
	cursor: pointer; 
	padding: 8px 10px;
}
#callMe {
	cursor: pointer; padding: 8px 10px; font-weight: 700;
}
.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{
	background-color: #FFA339; 
	border-color: #FFA339;
}
#textBotBody{
	margin-top: 10px;
	min-height: 320px;
    max-height: 320px;
    overflow: auto;
}
.cliente {
	text-transform: capitalize;
}
#clientMessageContainer{
	position: relative;
    bottom: 10px;
}
.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;
}
#clientMessage {
	border: 1px solid #666;
	padding-right: 40px;
}
#enviarbot{
	position: absolute;
    right: 20px;
    top: 2px;
    background: #546ca3;
    padding: 5px 8px;
    border-radius: 20px;
    color: white;
    cursor: pointer;
}
.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;
}
#goPay {
	cursor: pointer; padding: 8px 10px; font-weight: 700;
}

#goPay1 {
opacity: 0.9;
}
/*
@media only screen and (max-device-width: 320px)  {
    
    #estilo1{
        
        padding-left:38px!important;
   
    }
       #estilo2{
        
        padding-left:40px!important;
   
    }
}
@media only screen and (min-device-width: 500px) {
    
    #estilo1{
        
        padding-left:50px!important;
   
    }
       #estilo2{
        
        padding-left:30px!important;
   
    }
}
*/