/* 
    Created on : 13/07/2017, 16:50:01
    Author     : siluana
*/

body {
    font-family: sans-serif, Arial !important;
    color: #444 !important;
}

.btn_azul{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    background-color: #204989 !important;
    border-color: #13366E !important;
}

.btn_azul:hover {
    color: #fff !important;
    background-color: #13366E !important;
    border-color: #072554 !important;
}

.btn_azul:focus{
    color: #fff !important;
}

.btn_vermelho{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    background-color: #FF8700 !important;
    border-color: #C56800 !important;
}

.btn_vermelho:hover {
    color: #fff !important;
    background-color: #CB6E05 !important;
    border-color: #A05500 !important;
}

.btn_vermelho:focus{
    color: #fff !important;
}

.btn_laranja{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    background-color: #FF8700 !important;
    border-color: #C56800 !important;
}

.btn_laranja:hover {
    color: #fff !important;
    background-color: #CB6E05 !important;
    border-color: #A05500 !important;
}

.btn_laranja:focus{
    color: #fff !important;
}

.primary_text{
    color: #444 !important;
}

.label_form{
    margin-top: 15px;
    margin-left: 5px;
}

.img_logo{
    width: 200px;
    margin-top: 5px;
    margin-left: 30px;
}

.rodape{
    padding: 20px;
    margin-top: 30px;
    height: 120px;
    color: #FFF;
    background: #204989; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(141deg, #5A78AC 25%, #3A5E96 51%,#204989 75%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(141deg, #5A78AC 25%, #3A5E96 51%,#204989 75%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(141deg, #5A78AC 25%, #3A5E96 51%,#204989 75%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(141deg, #5A78AC 25%, #3A5E96 51%,#204989 75%); /* Standard syntax */
}

.header{
    background: #EEE; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(141deg, #EEE 25%, #5A78AC 51%,#3A5E96 75%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(141deg, #EEE 25%, #5A78AC 51%,#3A5E96 75%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(141deg, #EEE 25%, #5A78AC 51%,#3A5E96 75%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(141deg, #EEE 25%, #5A78AC 51%,#3A5E96 75%); /* Standard syntax */
}

.header h1{
    font-size: 20px;
    text-align: left !important;
    margin-bottom: 3px !important;
    color: #444 !important;
}

.header h2{
    font-size: 18px;
    margin-left: 30px;
    margin-top: 0px !important;
    padding-top: 0px !important;
    color: #444 !important;
}

h1{
    font-size: 22px !important;
    text-align: center !important;
    margin-bottom: 15px !important;
    color: #13366E !important;
}

h2{
    font-size: 20px !important;
    color: #CB6E05 !important;
}

h3{
    font-size: 18px !important;
    font-weight: bolder !important;
}

h4{
    font-size: 16px !important;
    font-style: oblique;
}

.my-alert-succes{
    color: #24529A !important;
    background-color: #B4CBEF !important;
    border-color: #84A6DC !important;
    margin-top: 5px; 
    margin-bottom: 5px; 
    margin-left: 15px; 
    margin-right: 15px;
}

.my-alert-succes a{
    color: #424242 !important;
    size: 18px;
    font-weight: bolder;
}

.my-alert-danger{
    color: #876800 !important;
    background-color: #FFDD70 !important;
    border-color: #EDC543 !important;
    margin-top: 5px; 
    margin-bottom: 5px; 
    margin-left: 15px; 
    margin-right: 15px;
}

.navbar-default{
    margin-left: -15px !important;
    margin-right: -15px !important;
    border-radius: 0 0 4px 4px !important;
}

table .btn {
    display: inline !important;
}

fieldset {
    padding: .35em .625em .75em !important;
    margin: 0 2px !important;
    border: 1px solid silver !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    border-radius: 4px;
}

legend{
    margin-bottom: 0px !important;
    width: auto  !important;
    border-bottom: 0 !important;
}

.error{
    border: 1px solid tomato !important;
}