
/* Tool Bar TOP */

.tm-toolbar {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #0b3e65;
    font-size: 14px;
    color: #fff;
}

.tm-headerbar-top {
    background: #15233d;
    padding-bottom: 0px;
}

/* Navbar */
.uk-navbar-container {
    background: #fefefe;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.07);
}

.uk-navbar-nav > li.uk-active > a {
    font-weight: 700;
}

body.pag-home > * a.menu-desativado {
    font-weight: 400 !important;
    color: #666 !important;
}


/* Breakpoint Noticias */
@media (min-width: 640px)
{
	.uk-width-medium-1-3 {
    	width: 49%;
	}
}

@media (min-width: 900px)
{
	.uk-width-medium-1-3 {
    	width: 33%;
	}
}

.uk-width-medium-1-3 {
    	margin-bottom: 30px;
	}


/*Zebra Striped */

.linha-stripped:nth-of-type(odd),
.teaser-item:nth-of-type(odd) {
background: #f5f5f5;
padding:  10px;
margin-bottom: 10px;
}

.linha-stripped:nth-of-type(even),
.teaser-item:nth-of-type(even) {
background: #fff;
padding:  10px;
margin-bottom: 10px;
}

/* Cards Diretoria */

.diretoria > .uk-grid > .uk-margin-remove-first-child > .el-meta {
    font-size: 14px;
}

.diretoria > .uk-grid > .uk-margin-remove-first-child > .el-content {
    font-size: 12px;
}

.diretoria {
	padding:  10px;
}


/* Paginação */
.uk-pagination {
    /* width: 550px; */
    display: inline-flex;
}

.paginacao {
    text-align: -webkit-center;
    margin-top: 30px;
}

/* Formulario */

select#datanascimentod, select#datanascimentom, select#datanascimentoy,
select#aniversarioproprietariod, select#aniversarioproprietariom, select#aniversarioproprietarioy,
select#aniversariodiretorgerald, select#aniversariodiretorgeralm, select#aniversariodiretorgeraly,
select#aniversariodiretorfinanceirod, select#aniversariodiretorfinanceirom, select#aniversariodiretorfinanceiroy {
    width: 80px;
}

.uk-radio, input[type=radio]:not([class*=uk-]) {
    margin-right: 5px;
    margin-left: 20px;
}

@media(min-width:640px) {
    .colunas2 {
        column-count: 2;
    }

    .colunas3 {
        column-count: 3;
    }
}


