body {
  padding-top: 50px;
  padding-bottom: 50px;
}

hr.style-one {
    border: 0;
    height: 2px;
    background: #222;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.btn {
    border-radius: 0px;
    border: 0px solid transparent;
}

.form-control {
border-radius: 0px;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #FFFAFA;
}


.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #98FB98;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #FFFF00;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #FF6A6A;
}


.bgimage img{
    max-width:90%;
    height:auto;
    position: relative;
    display:block;
    margin:0 auto;
}




.corpo-pagina {

  padding: 10px 15px;
  text-align: center;
  background-color:white; 
}

#navbar a.active{background-color:#84C326; color:#FFF;

} 


.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;

}




/*
MENU DROPDOWN --------------------------------------- INICIO
*/


.dropdown-submenu {
   position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


 .glyphicon.glyphicon-share-alt {
    font-size: 18px;
    } 

    .glyphicon.glyphicon-search {
    font-size: 18px;
    } 
    .glyphicon.glyphicon-pencil {
    font-size: 18px;
    }
    .glyphicon.glyphicon-trash {
    font-size: 18px;
    }
    .glyphicon.glyphicon-refresh {
    font-size: 18px;
    }

    .glyphicon.glyphicon-ok {
    font-size: 18px;
    }

    .glyphicon.glyphicon-remove {
    font-size: 18px;
    }

    .glyphicon.glyphicon-ok-sign {
    font-size: 18px;
    }

        .glyphicon.glyphicon-hourglass {
    font-size: 18px;
    }


        .glyphicon.glyphicon-print {
    font-size: 18px;
    }


        .glyphicon.glyphicon-equalizer {
    font-size: 18px;
    }


    .glyphicon.glyphicon-repeat {
    font-size: 18px;
    }

.glyphicon-off {
    color:red;
}


    @media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/*
MENU DROPDOWN --------------------------------------- INICIO
*/






/*pra div com id posso ter 1 #;
class eu uso . (posso ter varios)

#84C326 verde segti
##1A1043 azul segti


#E8E8E8 cinza

*/


