/* CSS Document */
/**
 * This file is part of AKB - BOOTIS MODULE
 * @package     AKB Project - Branka Framework Extensions  
 * @version		1.1
 * @author		Andrea Bini, Ing. Nicola Panizza
 * @copyright 	Copyright (C) 2018 Andrea Kozul Bini s.r.l.c.r.
 * @license		Copyrighted Commercial Software
 * Site:        akbproject.com
 * Email:       info@akbproject.com
*/


.AKBbootis ul{/*margin:0;*/padding:0}

/*  TAB */

.AKBbootis li.AKBbootis_tab{
	display:block;
	float:left;
	margin:1px 0 0 1px;
	list-style:none;
	box-sizing:border-box;
	}
	
.AKBbootis li.AKBbootis_tab a{
	display:block;
	padding:10px 14px;
	text-decoration:none;
	border:1px solid transparent;
	box-sizing:border-box;
	}
	
.AKBbootis li.AKBbootis_tab a:hover{
	/*background:#336699 !important;*/
	}

.AKBbootis_contents{
	clear:both;
	}

/*  TABS */	
.AKBbootis .AKBbootis_tabs {
	display:table
	}
	
.AKBbootis_tabs  {
	}
	
.AKBbootis .AKBbootis_tabs li.selected a {
	
	
	
}

/* Button */
/* Button  TABS */	
.AKBbootis_tabs_button {
	margin-right:auto !important;
	margin-left:auto !important;
	width:auto !important;
	margin-top:20px;
	margin-bottom:20px;
	padding:15px;
}

/* Button TAB*/
.AKBbootis li.AKBbootis_tab_button a{
	border-radius:50px;
	padding:2px !important;
	box-sizing:border-box;
	}
	
.AKBbootis_linkButton {
	display:inline-block;
	width:15px;
	height:15px;
}


/* text */
/* text TABS */
.AKBbootis_tabs_text {
	width:auto !important;
	margin-top:20px;
	margin-bottom:20px;
	}


/* image */
/* image TABS */
.AKBbootis_tabs_image {
	margin-bottom:25px;
	margin-left:auto !important;
	margin-right:auto !important;
	margin-top:10px;
	width:auto !important;
}

/* image TAB */

.AKBbootis li.AKBbootis_tab_image{
	display:block;
	float:left;
	margin-bottom:1px;
	margin-left:5px;
	margin-top:1px;
	margin-right:5px;
	list-style:none;
	}

.AKBbootis li.AKBbootis_tab_image a{
	border-radius:999em;
	padding:4px !important;
	}

.AKBbootis li.AKBbootis_tab_image img {
  width: 80px;
  height: 80px;
  border-radius:999em;   
  -moz-border-radius:999em; 
  -webkit-border-radius:999em;
  -o-border-radius: 999em;  
}

.AKBbootis li.AKBbootis_tab_image img:hover  {
  width: 80px;
  height: 80px;
  border-radius:999em;   
  -moz-border-radius:999em; 
  -webkit-border-radius:999em;
  -o-border-radius: 999em;  
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.AKBbootis li.AKBbootis_tab_image img:selected  {
  width: 80px;
  height: 80px;
  border-radius:999em;   
  -moz-border-radius:999em; 
  -webkit-border-radius:999em;
  -o-border-radius: 999em;  
  border:3px #ff3300 solid:
}