/* FORMS */
/*[type='checkbox']*/
form .form-group .form-control {
    border: 0px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

form input{     
    background-color: #EDEDEF  !important;
    border: 0px solid transparent  !important;
    border-radius: 0px !important;
    color: #000 !important;
}
form input[type='checkbox']{
    width: 30px;
    /*    -moz-appearance:initial;
        -webkit-appearance:initial;
        -o-appearance:initial;
        background-color: #EDEDEF  !important;
        border: 0px solid transparent  !important;
        border-radius: 0px !important; */
}

form textarea{    
    background-color: #EDEDEF !important;
    border: 0px solid transparent !important;
    border-radius: 0px !important;
    color: #000 !important;
}
form button{    
    background-color: #005897;
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px 5px 20px;
    min-width: 120px;
    border: 0px;
    height: 40px;
}
form label{    
    color:#0062A9;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    padding: 10px 0px;
    font-weight:normal;
}

form .customize-btn {
    width: 100%;
}

form .customize-btn.btn-default {
    /*    border-color: transparent;*/
    text-align: left;
    background-color: #EDEDEF  !important;
    border: 0px solid transparent  !important;
    border-radius: 0px !important;
    height: 34px;
    /*    text-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;*/
}
form .customize-btn span {
    color: #0062A9;
    font-size: 14px;
    text-transform: none;
}
form .customize-btn .caret {
    float: right;
    margin-top: 8px;
}
form .customize-drop.dropdown-menu {
    top: auto;
}
form .customize-drop.dropdown-menu>li>a:hover,
form .customize-drop.dropdown-menu>li>a:focus {
    background-color: #eee;
    background-image: none;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0062A9;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #0062A9;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #0062A9;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #0062A9;
}

@media screen and (max-width: 991px){
    form .dropdown-menu>li>a {
        color: #000;
    }   
}
/* RadioButton com estilo de checkbox */
/*input[type=radio].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
input[type=radio].css-checkbox + label.css-label {
    padding-left:17px;
    height:12px; 
    display:inline-block;
    line-height:12px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:12px;
    vertical-align:middle;
    cursor:pointer;
}
input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -12px;
}
label.css-label {
    background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_b2307a28b4566f32019ec2f1dc75922e.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

