﻿/*this is a class to style the design table*/

/* Edit View */
.LinksDesignTable
{
}
.MessageSuccees
{
    color: Green;
    font-weight: bold;
}
.MessageFailure
{
    color: Red;
    font-weight: bold;
}

/* Module View */

.link_module
{
}

.linklist
{
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 20px;
    z-index: -1;
	list-style-position: outside;
	color: #fff;
}

.linkitem
{
    list-style: none;
	list-style-type: disc;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
.linkitem a, .linkitem a:visited
{
	color:#A41D17

}
.linkitem a:hover{
    color:#171717
}
/************************FOOTER LINKS**********************/
#Footer .linkitem a{
	font-size:13px;
	line-height:18px;
}
#Footer .linkitem a, #Footer .linkitem a:visited
{
    color:#999;
}
#Footer .linkitem a:hover{
	color:#F1F4F9
}
/*
#Footer .linkitem a:first-child:before {
	content: "\edc3";
	margin-right: 2px;
	font-family: 'icomoon';
	font-size: 12px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*/
/************************CONSOLA VERTICAL**********************/
.consola.cf .linkitem a:first-child:before, .consola.cff .linkitem a:first-child:before{
	content: "\e64b"; /*edb0 e64b   ebfd   */
}


.consola{
	margin:16px 0 44px 0;
}
.consola .linkitem a, .consola .linkitem a:visited {
	color:#4E5E6A
}
.consola .linkitem a:hover, .consola .linkitem a:first-child:hover:before {
	color:#4285F4
}
.consola .linkitem a{
	display:block;
	padding: 8px 10px 8px 26px;  
	font-size: 1.1em;
	letter-spacing: -0.03em;
	font-weight: 700;
	border-bottom: 1px dotted #bbb;
}
.consola .linkitem a:hover{
	/*background:#fff;*/
}
.consola .linkitem a:first-child:before {
	content: "\edc3";
	font-family: 'icomoon';
	speak: none;
	font-size:14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	color: #4285F4;
	padding-right: 6px;
}

/************************CONSOLA HORIZONTAL**********************/
.consolaHorizontal{
	background: #CDBDBE  url(/Portals/_default/Skins/Satva3/images/bg_head_shadow2.png) no-repeat center top;
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

ul.linklist.Horizontal{
	display: inline-block;
	margin-bottom:-4px;
	padding: 0;
}

li.linkitem.Horizontal{
    margin: 0;
	width: auto;
	text-align: center;
	float:left;
	display: block;
}

ul.linklist.Horizontal .linkitem a{
	padding:18px 20px 16px 20px;
	display: block;
	position: relative;
	-webkit-transition: 	background 0.2s ease-in-out;
	-ms-transition: 		background 0.2s ease-in-out;
	-o-transition: 		background 0.2s ease-in-out;
	transition: 			background 0.2s ease-in-out;
	
	font-family: 'League Gothic',' Bebas Neue', 'Arial Narrow', Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0;	
	
	
}
ul.linklist.Horizontal .linkitem a, ul.linklist.Horizontal .linkitem a:visited{
	color: #4B4B4D;
}
ul.linklist.Horizontal .linkitem a.ativo, ul.linklist.Horizontal .linkitem a.ativo:hover{
	background: #4B4B4D;
	color: #F5FBF7;
}

ul.linklist.Horizontal .linkitem a:hover{
	color: #3367D6;
}


/************************END CONSOLA HORIZONTAL**********************/
#pp_position
{
    position: relative;
}

.item_desc
{
    line-height: 1.3;
    margin: 0 0 0 20px;
    white-space: normal;
}

/*popup*/

.popup
{
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
    z-index: 999;
}
#ppwrap
{
    width: 202px;
    background: url(img/top.gif) no-repeat top;
    padding: 17px 0 0 0;
}
#ppbottom
{
    width: 202px;
    background: url(img/bottom.gif) no-repeat;
    height: 5px;
}
#ppbody
{
    width: 182px;
    padding: 10px;
    min-height: 30px;
    background: url(img/body.gif) repeat-y #F8F8F8;
    color: #666;
    font-size: 11px;
    font-family: Arial;
}
#ppbody span
{
    white-space: pre-line;
}

/*friend panel*/



.consola .linkitem:last-child a {
    border-bottom-width: 0px!important;
}
.consola h3{
	margin: 20px 20px 10px 20px!important;
	border:0!important;
	color: #4B4B4D!important;
}

.consola .other .linkitem a:first-child:before {
    content: "\edc3";  /*	e8fc 	e657	ec12 edc3	e872*/
}
