/* BTN Topo Área Restrita */
.btn-area-restrita {
    position: absolute;
    top: 10px;
    right: 25px;
    display: block;
    z-index: 10;
    min-height: 40px;
}

.btn-area-restrita-admin {
    position: absolute;
    top: 10px;
    right: 320px;
    display: block;
    z-index: 10;
    min-height: 40px;
}


.tarja-degrade {
	height: 2px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#18366e+0,3fba9b+100 */
	background: #18366e;
	/* Old browsers */
	background: -moz-linear-gradient(left, #18366e 0%, #3fba9b 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #18366e 0%, #3fba9b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #18366e 0%, #3fba9b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18366e', endColorstr='#3fba9b', GradientType=1);
	/* IE6-9 */
	background-blend-mode: multiply;
	max-width: 100px;
}

/* Menu Top */
.uk-navbar-container {
	box-shadow: 0 0 10px 0 rgba(115, 115, 115, .55);
}

.tm-header {
    position: relative;
    box-shadow: 0 0 10px 0 rgba(115, 115, 115, .55);
    z-index: 10;
}

.uk-pagination {
	display: inline-flex;
}

@media (max-width:600px) {
	h1.uk-heading-large.uk-margin-small.uk-text-center.uk-scrollspy-inview.uk-animation-slide-top {
		letter-spacing: 0px;
		font-size: 42px;
	}
}

.uk-navbar-container {
	box-shadow: 0 0 10px 0 rgba(115, 115, 115, .55);
	background: rgba(255, 255, 255, 0.7);
}

/*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;
}

.mx-fonte-dados {
    font-size: 14px !important; 
    line-height: 20px !important;
}

::placeholder {
    font-size: 14px;
    /*text-transform: uppercase;*/
}

/* Fonte em todos os Formulários: */

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
.formContainer>* {
	font-family: 'Open Sans';
}


/* Ajuste em Categorias de artigos */ 
#module-148 ul li.level0 {
    display: inline-block;
    background: #2250a0;
    padding: 3px 10px;
    color: #fff;
    font-size: 14px;
}

#module-148 ul li.level0 a {
	color: #fff;
	text-decoration: none;;

}

#module-148 ul.uk-list.uk-list-line {
    text-align: center;
}


/* Coments */
.uk-comment-list>:nth-child(n+2) {
    margin-top: 20px;
}

ul.uk-comment-list li {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddddd+1,ffffff+100 */
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 1%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #dddddd 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #dddddd 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    padding: 0px 20px;
}


/* Search */

input#mod-search-searchword150 {
    width: 250px !important;
}