/**
 * @version     CVS: 1.0.0
 * @package     com_menubotonera
 * @copyright   2018 AlertasBurriana
 * @license     Licencia Pública General GNU versión 2 o posterior. Consulte LICENSE.txt
 * @author      AlertasBurriana <alertas@burriana.es>
 */



.menubotonera a {
    text-decoration: none;
    color: inherit;
}

.menubotonera .menubotonera-items .menubotonera-item .icon {
    background-color: #235899;
    /*height: 100%;*/
	max-height:80px;
    display: -webkit-box;
    display: -ms-flexbox;
   /* display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menubotonera .menubotonera-items .menubotonera-item {
    display: block;
    margin-bottom: 0.9em;
    background-color: #ffffff;
}

.menubotonera-item .content
{
	font-size:15px;
}

body.highcontrast .menubotonera .menubotonera-items .menubotonera-item .icon span {
    color: #fff;
    font-size: 2.5em;
}
body.highcontrast2 .menubotonera .menubotonera-items .menubotonera-item .icon span {
    color: #ff0;
    font-size: 2.5em;
}
body.highcontrast3 .menubotonera .menubotonera-items .menubotonera-item .icon span {
    color: #000;
    font-size: 2.5em;
}

.menubotonera .menubotonera-items .menubotonera-item .icon span {
    color: #ffffff;
    font-size: 2.5em;
}

.menubotonera .menubotonera-items .menubotonera-item .content {
    margin-right: 0;
    padding: 0.6em 0.8em;
	max-height:80px;
}

.menubotonera .menubotonera-items a {
    color: #000000;
    /*font-weight: bold;*/
    margin-bottom: 0.3em;
}


.menubotonera .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
}


/* HIGHCONTRAST */

body.high_contrast .menubotonera a, body.high_contrast2 .menubotonera a  {
    text-decoration: none;
    color: inherit;
}

body.highcontrast .menubotonera .menubotonera-items .menubotonera-item .icon {
	color: #fff;
    background-color: #000;
    /*height: 100%;*/
	max-height:80px;
    display: -webkit-box;
    display: -ms-flexbox;
   /* display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border-style:solid;
}
body.highcontrast2 .menubotonera .menubotonera-items .menubotonera-item .icon  {
	color: #ff0;
    background-color: #000;
    /*height: 100%;*/
	max-height:80px;
    display: -webkit-box;
    display: -ms-flexbox;
   /* display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border-style:solid;
}
body.highcontrast3 .menubotonera .menubotonera-items .menubotonera-item .icon{
	color: #000;
    background-color: #ff0;
    /*height: 100%;*/
	max-height:80px;
    display: -webkit-box;
    display: -ms-flexbox;
   /* display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border-style:solid;
}

body.highcontrast .menubotonera .menubotonera-items .menubotonera-item, body.highcontrast2 .menubotonera .menubotonera-items .menubotonera-item {
    display: block;
    margin-bottom: 0.9em;
    background-color: #000000;
}

body.highcontrast3 .menubotonera .menubotonera-items .menubotonera-item {
    display: block;
    margin-bottom: 0.9em;
    background-color: #ffff00;
}

body.night .menubotonera .menubotonera-items .menubotonera-item {
    display: block;
    margin-bottom: 0.9em;
    background-color: #c2c2c2;
}



body.highcontrast .menubotonera .menubotonera-items .menubotonera-item .icon i,body.highcontrast2 .menubotonera .menubotonera-items .menubotonera-item .icon i  {
    color: #8bfffb;
    font-size: 2.5em;
}

body.highcontrast .menubotonera .menubotonera-items .menubotonera-item .content,body.highcontrast2 .menubotonera .menubotonera-items .menubotonera-item .content {
    margin-right: 0;
    padding: 0.6em 0.8em;
}

body.highcontrast .menubotonera .menubotonera-items a, body.highcontrast2 .menubotonera .menubotonera-items a {
    color: #8bfffb;
    font-weight: bold;
    margin-bottom: 0.3em;
	text-decoration: underline;
}



body.highcontrast .menubotonera .menubotonera-items a:hover h4,body.highcontrast .menubotonera .menubotonera-items a:focus h4,body.highcontrast2 .menubotonera .menubotonera-items a:hover h4,body.highcontrast2 .menubotonera .menubotonera-items a:focus h4 {
    color: #000000;
	background:#ffffff;
    font-weight: bold;
    margin-bottom: 0.3em;
}

body.highcontrast .menubotonera .fa,body.highcontrast2 .menubotonera .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
}











