.f1-telefono {
width: 100%;
float: right;
}

.f2-telefono {
width: 100%;
float: right;
}

.deleterow{cursor:pointer}

form{
    box-shadow: 0px 2px 10px #999;
}

.backstretch{
    display: none; 
}

.boton2CO{
    cursor: pointer;
    background: #3365B0;
    min-width: 105px;
    height: 65px;
    margin: 0;
    margin-bottom: 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 12px;
}

.botonAP{
    cursor: pointer;
    background: #3365B0;
    min-width: 105px;
    height: 65px;
    margin: 0;
    margin-bottom: 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 12px;
}

.botonWU{
    cursor: pointer;
    background: #3365B0;
    min-width: 105px;
    height: 65px;
    margin: 0;
    margin-bottom: 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 12px;
}

.botonGR{
    cursor: pointer;
    background: #3365B0;
    min-width: 105px;
    height: 65px;
    margin: 0;
    margin-bottom: 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 12px;
}

.botonPW{
    cursor: pointer;
    background: #3365B0;
    min-width: 105px;
    height: 65px;
    margin: 0;
    margin-bottom: 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 12px;
}

input[type="text"], 
input[type="password"], 
textarea, 
textarea.form-control {
	height: 44px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
	height: 90px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 30px;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }

label { font-weight: 300; }


button.btn {
    background: #3365B0;
	min-width: 105px;
	height: 65px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    /*line-height: 40px;*/
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    /*-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;*/
}

button.btn.btn-50 {
    width: 49%;
}
button.btn.btn-100 {
    width: 100%;
}


button.btn.siguiente2{
    margin-top: 15px !important;
}
button.btn.siguiente5{
    margin-top: 15px !important;
}

button.btn.siguiente3{
    margin-top: 15px !important;
}

button.btn.btn-agregar{
    margin-top: 15px !important;
}


button.btn.btn-dropdown{
    background: #EEEEEE;
    width: 100%;
    color: #000;
    height: 40px;
    border: 1px solid #CCCCCC;
}
button.btn.btn-dropdown:hover{
    opacity: 0.6; color: #000;
}
button.btn.btn-dropdown:active{
    opacity: 0.6; color: #000;
}

button.btn.btn-submit{
    font-size: 25px;
}
.dropdown-menu {
top: 60%;
width: 100%;
}

.dropdown-paises{
    top: 20% !important;
    height: 250px;
    overflow: auto;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: .65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}


button.btn:hover { opacity: 0.6; color: #fff; }
button.btn:active { outline: 0; opacity: 1; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
button.btn:focus,
button.btn:active:focus,
button.btn.btn-dropdown.active:focus{
    opacity: 0.6; color: #000;
}
button.btn.btn-next,
button.btn.btn-next:focus,
button.btn.btn-next:active:focus, button.btn.btn-next.active:focus { background: #3365B0; }

button.btn.btn-agregar,
button.btn.btn-agregar:focus,
button.btn.btn-agregar:active:focus, button.btn.btn-agregar.active:focus { background: #3365B0; }

button.btn.btn-siguiente,
button.btn.btn-siguiente:focus,
button.btn.btn-siguiente:active:focus, button.btn.btn-siguiente.active:focus { background: #3365B0; }

button.btn.btn-C0,
button.btn.btn-C0:focus,
button.btn.btn-C0:active:focus, button.btn.btn-C0.active:focus { background: #3365B0; }

button.btn.btn-submit,
button.btn.btn-submit:focus,
button.btn.btn-submit:active:focus, button.btn.btn-submit.active:focus { background: #3365B0; }

button.btn.btn-atras,
button.btn.btn-atras:focus,
button.btn.btn-atras:active:focus, button.btn.btn-atras.active:focus { background: #bbb !important; }

button.btn.btn-previous,
button.btn.btn-previous:focus,
button.btn.btn-previous:active:focus, button.btn.btn-previous.active:focus { background: #58B6D9 !important;border: solid 2px #006DB8;   color: #000; }

button.btn.btn-anterior,
button.btn.btn-anterior:focus,
button.btn.btn-anterior:active:focus, button.btn.btn-anterior.active:focus { background: #bbb !important; }

.alert-infopago {
    color: #3365B0;
    background-color: #EAEAEA;
    border-color: #3365B0;
    padding: 15px;
    border: 1px solid;
    margin-top: -25px;
    border-top: none;
    border-radius: 0px 0px 4px 4px;
    text-align: center !important;
}

@media (max-width: 767px) {
  /* define mobile specific styles come here */
  .f1-telefono {
    width: 85% !important;
    float: right;
    }
    .f2-telefono {
    width: 85% !important;
    float: right;
    }
}