.botao{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.botao-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.botao-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.botao-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.botao-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.botao-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.botao-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.botao-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.botao-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.botao-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.botao-default:hover {
    color: #333;
    background-color: #ccc;
    border-color: #bbb;
}

.panel{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-primary{
    border-color:#404040;
}
.panel-topo{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-body{
    padding: 15px;
}
panel-primary > .panel-topo{
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.simple {
    background-color:#FFF;
    height:40px;
}

.simple:hover{
    background-color:#C1DAF5;
}


.tag-label-default {
    background-color: #777;
}
.tag-label-default[href]:hover,
.tag-label-default[href]:focus {
    background-color: #5e5e5e;
}
.tag-label-primary {
    background-color: #337ab7;
}
.tag-label-primary[href]:hover,
.tag-label-primary[href]:focus {
    background-color: #286090;
}
.tag-label-success {
    background-color: #5cb85c;
}
.tag-label-success[href]:hover,
.tag-label-success[href]:focus {
    background-color: #449d44;
}
.tag-label-info {
    background-color: #5bc0de;
}
.tag-label-info[href]:hover,
.tag-label-info[href]:focus {
    background-color: #31b0d5;
}
.tag-label-warning {
    background-color: #f0ad4e;
}
.tag-label-warning[href]:hover,
.tag-label-warning[href]:focus {
    background-color: #ec971f;
}
.tag-label-danger {
    background-color: #d9534f;
}
.tag-label-danger[href]:hover,
.tag-label-danger[href]:focus {
    background-color: #c9302c;
}

.tag-label-unknown{
    background-color: #FFFF1F;
}


body {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;    
    margin-top: 70px;
    background-color: #fff;
}

.menu-nav{
    color:#333;
    background-color: #eee;
}
.menu-nav:hover{
    color:#fff;
    background-color:#337ab7;    
}
.fix{
    margin-right:-7px;
}


.nav>li>a:hover{
    color:#FFF;
    background-color:#337ab7 !important;
}

.nav>li>a.active{
    color:#FFF;
    background-color:#154770 !important;
}

header{
    font-size:13px;
}

.dropbtn{
    min-height: 50px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius:7px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a:hover {
    background-color: #ddd
}

.show {
    display:block;
}

.tituloTable {
    width:100%;
    background: #337ab7;
    color:#fff;
    border-color:transparent;
    height:32px;
    padding: 5px;
}