/*Cabeçalho -- */

.navbar{
	height: 60px;
}

.navbar-brand{
	height: 60px;
	line-height: 30px;
}

.navbar-inverse .navbar-brand{
	color: #fff;
}

.navbar .navbar-nav>li>a {
    line-height: 30px;
}

/* -- Cabeçalho*/

.table tbody tr.ocorrencia {
  background-color: #ccc !important;
}

/* .modal.large {
    width: 80%; respsonsive width
    margin-left:-40%; width/2)
} */

table.tblEscalaFerias { 
    border-collapse: collapse; 
    overflow: hidden;
}

.nome-sistema {
  font-size: 26px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
}

.legenda {
  margin-top: 5px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 13px;
}

#menuPrincipal .thumbnail span.fa-stack {
	color: #2d6eab;
}
#menuPrincipal .thumbnail{
    height: 162px;
}

#menuPrincipal .panel {
	margin-top: 32px;
}

.fit-content{
	white-space: nowrap;
	width: 1%;
}

/*Estilos importados do portal do usuário*/


.flat-panel{
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.flat-panel-heading{
	background-color: #f5f5f5;
	border: solid 1px #EBEBEB;
	padding: 10px 15px;
	border-width: 1px 0;
	color: #777;
}

.flat-panel-conjugado .flat-panel,
.flat-panel.flat-panel-conjugado{
	margin-bottom: -2px;
}

.flat-panel-body-padded{
	padding: 8px 15px;
}

.flat-list-group .list-group-item{
	border: 0;
}
.flat-list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.flat-list-group .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.flat-list-group .list-group-item.active .list-group-item-heading {
  color: #fff;
}

.flat-list-group .list-group-item .list-group-item-heading {
  color: #347BB7;
}

.flat-list-group .list-group-item-text {
  color: #777;
}


.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}


/*Fixed Footer --*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
        height: 86px;
    background-color: #f5f5f5;
}

body{
    margin-bottom: 86px;
}

html{
    position: relative;
    min-height: 100%;
}
/* -- Fixed Footer*/