/* FORMS * **************************************************************************************************************************/




input,
textarea {
    font-size: 14px;
    background-color: #f2f2f2;
    color: #3c3c3c;
   
    border: 1px #e5e4e4 solid;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px 0px 5px 0px;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
input:focus,
textarea:focus {
    background-color: #ffffff;
    border: 1px #9b5ea0 solid;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

input {
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 5px 0px 5px 0px;
}

/*iconos dentro de botones*/
button i{
    color: #fff;
}
a.btn i {
    color: #fff;
}

button, a{
    text-shadow: none;
}

select {
   font-size: 14px;
    height: 40px;
    width: 100%;
    background-color: #efefef;
    color: #3c3c3c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px #e5e4e4 solid;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px 0px 5px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/combo-arrow.png") 96% / 4% no-repeat #eee;
}
select:focus {
    background-color: #ffffff;
    border: 1px #9b5ea0 solid;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

select::-ms-expand {
    /* for IE 11 */
    display: none;
}


/*PLACE HOLDERS*/

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #868686;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #868686;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #868686;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #868686;
}


/* BOTONES * *********************************************************************************************************/

.btn-custom-1 {
    color: #ffffff;
    background-color: #194e5c;
    border-color: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 5px;
    padding: 15px 25px 15px 25px;
    box-shadow: 0px 4px 0px #0d313b;
}

.btn-custom-1:hover,
.btn-custom-1:focus,
.btn-custom-1:active,
.btn-custom-1.active,
.open .dropdown-toggle.btn-custom-1 {
    color: #ffffff;
    background-color: #032d4c;
    border-color: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-shadow: 0px 4px 0px #001f36;
}

.btn-custom-1:active,
.btn-custom-1.active,
.open .dropdown-toggle.btn-custom-1 {
    background-image: none;
}

.btn-custom-1.disabled,
.btn-custom-1[disabled],
fieldset[disabled] .btn-custom-1,
.btn-custom-1.disabled:hover,
.btn-custom-1[disabled]:hover,
fieldset[disabled] .btn-custom-1:hover,
.btn-custom-1.disabled:focus,
.btn-custom-1[disabled]:focus,
fieldset[disabled] .btn-custom-1:focus,
.btn-custom-1.disabled:active,
.btn-custom-1[disabled]:active,
fieldset[disabled] .btn-custom-1:active,
.btn-custom-1.disabled.active,
.btn-custom-1[disabled].active,
fieldset[disabled] .btn-custom-1.active {
    background-color: #96C11E;
    border-color: #96C11E;
}

.btn-custom-1 .badge {
    color: #96C11E;
    background-color: #ffffff;
}

.btn-custom-2 {
     color: #ffffff;
    background-color: #194e5c;
    border-color: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 0px;
    padding: 5px 5px 5px 5px;
    box-shadow: 0px 4px 0px #0d313b;
}

.btn-custom-2:hover,
.btn-custom-2:focus,
.btn-custom-2:active,
.btn-custom-2.active,
.open .dropdown-toggle.btn-custom-2 {
    color: #ffffff;
    background-color: #032d4c;
    border-color: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-shadow: 0px 4px 0px #001f36;
}

.btn-custom-2:active,
.btn-custom-2.active,
.open .dropdown-toggle.btn-custom-2 {
    background-image: none;
}

.btn-custom-2.disabled,
.btn-custom-2[disabled],
fieldset[disabled] .btn-custom-2,
.btn-custom-2.disabled:hover,
.btn-custom-2[disabled]:hover,
fieldset[disabled] .btn-custom-2:hover,
.btn-custom-2.disabled:focus,
.btn-custom-2[disabled]:focus,
fieldset[disabled] .btn-custom-2:focus,
.btn-custom-2.disabled:active,
.btn-custom-2[disabled]:active,
fieldset[disabled] .btn-custom-2:active,
.btn-custom-2.disabled.active,
.btn-custom-2[disabled].active,
fieldset[disabled] .btn-custom-2.active {
    background-color: #96C11E;
    border-color: #96C11E;
}

.btn-custom-2 .badge {
    color: #96C11E;
    background-color: #FFFFFF;
}

.btn-custom-3 {
    color: #FFFFFF;
    background-color: #414247;
    border-color: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 75px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 30px;
    text-shadow: 2px 2px #212121;
    background-image: url("../images/btn-arrow-over.png");
    background-repeat: no-repeat;
    background-position: right;
    text-align: left;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-custom-3:hover,
.btn-custom-3:focus,
.btn-custom-3:active,
.btn-custom-3.active,
.open .dropdown-toggle.btn-custom-2 {
    color: #FFFFFF;
    background-color: #6c6c6c;
    border-color: none;
    text-shadow: 2px 2px #4d4d4d;
    background-image: url("../images/btn-arrow-over.png");
    background-repeat: no-repeat;
    background-position: right;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-custom-3:active,
.btn-custom-3.active,
.open .dropdown-toggle.btn-custom-3 {
    background-image: none;
}

.btn-custom-3.disabled,
.btn-custom-3[disabled],
fieldset[disabled] .btn-custom-3,
.btn-custom-3.disabled:hover,
.btn-custom-3[disabled]:hover,
fieldset[disabled] .btn-custom-3:hover,
.btn-custom-3.disabled:focus,
.btn-custom-3[disabled]:focus,
fieldset[disabled] .btn-custom-3:focus,
.btn-custom-3.disabled:active,
.btn-custom-3[disabled]:active,
fieldset[disabled] .btn-custom-3:active,
.btn-custom-3.disabled.active,
.btn-custom-3[disabled].active,
fieldset[disabled] .btn-custom-3.active {
    background-color: #414247;
    border-color: #414247;
}

.btn-custom-3 .badge {
    color: #96C11E;
    background-color: #FFFFFF;
}