h1 {
    color: black;
}
td{
    height: 38px;
}

.selectBoolean{
    padding: 10px
    
}

.tableItens{
    padding: 50px 0px;
    margin: 0 auto;
}

body{
    background-color: #f1f1f1 !important;
    margin: 0px;
}

#form{
    margin: 50px;
}

#cabecalhoPagina{
    background-color: #282828; 
    padding: 5px; 
    color: rgb(255,206,0); 
    text-align: center;
    border-bottom: 5px rgb(255,206,0) solid;
}

#rodapePagina{
    margin-top: 30px; 
    border-top: 3px rgb(255,206,0) solid;
    color: #000; 
    text-align: center;
    padding: 10px 0px;
}

.botaoCancelar,
.botaoX,
.botaoCancelarOcorrencia{
    width: 130px;
    background: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%) !important;
    border: 1px #b92c28 solid !important;
    color: white !important;
     font-weight: 400 !important;
}

.botaoConfirmar, .botaoAdicionarOcorrencia{
    width: 130px;
    background: linear-gradient(to bottom,#5cb85c 0,#478e47 100%) !important;
    border: 1px #4cae4c solid !important;
    color: white !important;
     font-weight: 400 !important;
}

.botaoConfirmarTodos{
    width: 200px;
    background: linear-gradient(to bottom,#8c8372 0,#9c9686 100%) !important;
    border: 1px #000 solid !important;
    color: white !important;
     font-weight: 400 !important;
}

.botaoOcorrencia,
.botaoRelatorio{
    width: 130px;
    background: linear-gradient(to bottom,#337ab7 0, #296599 100%)  !important;
    border-color: #2e6da4 !important;
    /*background: linear-gradient(to bottom,#5cb85c 0,#478e47 100%) !important;*/
    /*border: 1px #4cae4c solid !important;*/
    color: white !important;
     font-weight: 400 !important;
   
}

.botaoRelatorio{
    width: 400px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.botaoAdicionarOcorrencia,
.botaoCancelarOcorrencia{
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: 1em;
    margin-top: 1em;
    text-decoration: none!important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
    border-radius: 8px;
    font-size: 1em;
    padding: 5px;
}

.panelRemoverOcorencia{
    /*width: 100%;*/
}

.abasItens{
    margin-top: 50px !important;
    /*min-width: 800px !important;*/
}

#formLogin{
    margin-top: 50px;
}

