
.topo_um { background: #0f1d66; padding: 10px 0; color: #FFF;}
.topo_dois { background: #0060ae; color: #FFF; border-radius:0 }
.banner { background: url("http://gestor.cotec.ap.gov.br/img/logos/") no-repeat;
    background-size: cover;
    -webkit-background-size: cover; /*Css safari e chrome*/
    -moz-background-size: cover; /*Css firefox*/
    -ms-background-size: cover; /*Css IE não use mer#^@%#*/
    -o-background-size: cover; /*Css Opera*/
}

a.list-group-item, a.list-group-item:hover {
	color: #337ab7;
}

.eventos-aprovar th:last-child, .eventos-aprovar td:last-child {
    width: 1%;
    text-align: center;
    white-space: nowrap;
}

.eventos-user {
    font-weight: bold;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}