/**
* custom.css file created by Proapps Template
* @package Proapps Template
* @author Youjoomla.com
* @website Youjoomla.com 
* @copyright	Copyright (c) since 2007 Youjoomla.com.
* @license PHP files are released under GNU/GPL V2 Copyleft License.CSS / LESS / JS / IMAGES are Copyrighted material
**/
/*
 ADD ALL YOUR CUSTOM CSS OVERRIDES TO THIS FILE.
 THIS WAY IF YOU MAKE A MISTAKE YOU CAN ALWAYS TURN CUSTOM CSS FILE OFF
 AND REVERT BACK TO ORIGINAL TEMPLATE CSS
 THIS FILE WILL LOAD VERY LAST AFTER ALL TEMPLATE CSS FILES.
 SO YOU CAN OVERRIDE ANY CSS PART OF THE TEMPLATE YOU NEED.
*/

/*TOP MENU STYLE FOR SPLIT MENU, CSS DROPDOWN AND SMOOTH DROPDOWN

--------------------- */

#topmenu_holder.yjsgmega,

#topmenu_holder.topmodpoz,

#topmenu_holder.topmodpoz_navbar {
	margin-top:60px;
}

.top_menu ul.subul_main {
	border: 2px solid #6c8cc8 !important;
	border-radius:5px;
}


/*TOP E COPYRIGHT --------------------- */

.validators{
    text-align: right;
}
.yjsgcp {
    text-align: center;
}

/*TITULO DE MODULO --------------------- */

.module_title {
    text-transform: none;
}

/*COR DOS USER21 AO 25 --------------------- */

.yjsg7_out {
    background: #F5F5F5;
}

/*  Tags   K2 --------------------- */
/*  Marcadores (lateral) --------------------- */
div.k2TagCloudBlock a {

	color:#6C8CC8;
	padding:4px;
	margin:0 4px 4px 0;
	background:none!important;

}
div.k2TagCloudBlock a:hover {

	color:#333333;
	padding:4px;
}
/*  Marcadores da categoria --------------------- */
ul.catItemTags li {
	border:1px solid #f5f5f5;
	background:none!important;
	margin:0 5px 0 0!important;
	padding:5px!important;
}
ul.catItemTags li a {
	color:#6C8CC8 !important;
}
ul.catItemTags li a:hover {
	color:#333333!important;
}
/*  Marcadores do item --------------------- */
ul.itemTags li {
	background-image:none;
	background:none!important;
	border:1px solid #f5f5f5;
	margin:0 5px 0 0!important;
	padding:5px!important;
}

ul.itemTags li a {
	color:#6C8CC8 !important;
}
ul.itemTags li a:hover {
	color:#333333!important;
}

/*  Paginação K2  --------------------- */
div.k2Pagination ul li {
    display: inline;
    margin-right: 4px;
    background-image: none;
}

/*  PÁGINA DE CONTATO  --------------------- */

.control-label label {
    padding-right: 10px;
}
.form-horizontal legend {
    font-size: 90%;
}
.contact.component .thumbnail {
    border:none;
    box-shadow:none;
}

/*  MENSAGEM DE ALERTA DO SISTEMA  --------------------- */

#system-message-container .alert {
	color: #000;
	background-color: #B4CAE0;
	border: 1px solid #6C8CC8;
}
.alert, .alert h4 {
color: #fff;
}

/*  Marcadores de texto --------------------- */
ul li {
    background:none;
	padding-left:0;
}