/*
	$this->colors['normal'] = "transparent"; 
	$this->colors['error'] = "#fcbbbb"; 
	$this->colors['warning'] = "#fcfc88"; 
	$this->colors['lowlight'] = "#eeeeee"; 
	$this->colors['highlight'] = "#e6ffc8"; 
	$this->colors['selected'] = "#54ac00"; 
	$this->colors['scheduled'] = "#c7e0ff"; 
	$this->colors['lines'] = "#999999"; 
	$this->colors['contentbackground'] = "#ffffff";
	$this->colors['headerbackground'] = "#66aa00";
	$this->colors['headerbackgrounderror'] = "#aa0000";
	$this->colors['headerbackgroundwarning'] = "#dd9900";
	$this->colors['headerbackgroundlowlight'] = "#666666";
	$this->colors['headerbackgroundhighlight'] = "#eeeeee";
	$this->colors['headerbackgroundscheduled'] = "#5999e9";
	$this->colors['headertext'] = "#ffffff";
	$this->widths['mainsection'] = "700"; 

	$this->styles['disabled'] = "opacity:0.4; -ms-filter:'alpha(opacity=40)'; filter:alpha(opacity=40); -moz-opacity:.40;background-color:#eeeeee;cursor:not-allowed;";

to be added to php file


	$this->widths['folderbox'] = "200";
*/
/* ELEMENTS -------------------------------------------------*/

/* CLASSES VER 3 UI -----------------------------------------*/
.B2BpercentBar 
{ 
	display:inline-block;
	height:13px;
	margin:0px 1px 1px 0px;
	overflow:hidden;
	box-sizing: border-box;	
	background-color:#666666; /* $this->colors['headerbackgroundlowlight'] */
}
.B2BpercentBarInner,
.B2BpercentBarInner2 
{
	position:relative;
	z-index:2;
	display:inline-block;
	float:left;
	overflow:visible !important; 
	text-indent:2px;
	font-size:9px !important;
	color:#fff !important;
	height:13px !important;
	min-width:2px;
	margin:0px;
}
.B2BpercentBarInner2 
{
z-index:1;
}
.B2BpercentBarNull 
{ 
	display:inline-block;
	height:13px;
	margin:0px 1px 1px 0px;
	overflow:hidden;
	box-sizing: border-box;	
	border:1px dotted #666666;/* $this->colors['headerbackgroundlowlight'] */
	background-color:#eeeeee; /* $this->colors['headerbackgroundhighlight'] */
	text-indent:2px;
	font-size:9px !important;
	color:#666666 !important;  /* $this->colors['headerbackgroundlowlight'] */
}
.B2BcolumnHeader 
{
	box-sizing: border-box !important;	
	/*width:700px;  $this->widths['mainsection'] */
	float:left;
	border-bottom:1px solid #999999; /* $this->colors['lines'] */
	margin:0px;
	padding:5px 0px 5px 0px;
	background-color:#66aa00; /* $this->colors['headerbackground'] */
}
.B2BcolumnHeader p
{
	display:inline-block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;	
	box-sizing: border-box !important;	
	font-weight:bold;
	color:#ffffff; /* $this->colors['headertext'] */
	margin:0px;
	padding:0px;
	padding-right:5px;
}
.B2BcolumnHeader p:first-child 
{ 
	padding-left:5px; 
}






/* CLASSES --------------------------------------------------*/
.B2Bellipsis { display:inline-block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

.B2BinfoBoxLine {
	margin:0px;
	padding:3px 0px 3px 0px;
	border-bottom: 1px solid #ccc;
}
.B2BinfoBoxLine span:nth-of-type(1) {
	vertical-align:top;
	display:inline-block;
	width:30%;
	font-weight:normal;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}

.B2BinfoBoxLine span:nth-of-type(2) {
	font-weight:bold;
	display:inline-block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	width:70%;
}
.B2BstatusFilterLabel { border-radius: 3px; display:block;}
.B2BstatusFilterLabel:hover { color:#fff; background-color:#54ac00; transition: 0.2s ease;	} /*  $this->colors['selected'] */


.B2BfolderTree {  }
.B2BfolderTree p { margin-bottom:2px; }

.B2BmainContent { box-sizing: border-box; }
.B2BActionBar 
{
	box-sizing: border-box;	
	background-color:#eeeeee; /* $this->colors['headerbackgroundhighlight'] */
}
.B2BmainContentContainer,
.B2BmainContentContainerHotspot
{
	box-sizing: border-box;	
	background-color:#ffffff; /* $this->colors['contentbackground'] */
	float:left;
	border-radius:5px;
	box-shadow: 3px 2px 2px 0px rgba(120, 120, 120, .4), -1px -1px 2px 0px rgba(120, 120, 120, .4);
	overflow:hidden;
	transition: 0.5s ease;	
}
.B2BmainContentContainerHotspot:nth-child(odd)
{
	margin-right:10px;
}

.B2BmainContentContainerHotspot:hover
{
	box-shadow: 3px 2px 2px 2px rgba(102, 170, 0, .7), -1px -1px 2px 2px rgba(102, 170, 0, .7);
}

.B2BpaginationBarTop ,
.B2BpaginationBarBottom
{
	box-sizing: border-box;	
	height:30px;
	display:block; 
	float:left;
	background-color:#eeeeee; /* $this->colors['headerbackgroundhighlight'] */
	width:700px;
	text-align:right;
	padding:5px;
}
.B2BpaginationBar p { box-sizing: border-box; }
.B2BpaginationBar p:first-child { float:left; }
.B2BpaginationButton
{
	box-sizing: border-box;	
	min-width:70px;
	padding:0px;
	vertical-align:text-bottom;	
}
.B2BpaginationButton img 
{
	box-sizing: border-box;	
	height:12px;
	vertical-align:text-top;
}

.B2BresultHeader 										/* OPS TAB ONLY - TO BE DEPRECIATED */
{
	box-sizing: border-box;	
	width:700px; /* $this->widths['mainsection'] */
	float:left;
	border-bottom:1px solid #999999; /* $this->colors['lines'] */
	padding-top:3px;
	background-color:#66aa00; /* $this->colors['headerbackground'] */
}
.B2BresultHeader p 										/* OPS TAB ONLY - TO BE DEPRECIATED **/
{
	box-sizing: border-box;	
	font-weight:bold;
	color:#ffffff; /* $this->colors['headertext'] */
	float:left;
}
.B2BresultHeader p:first-child { padding-left:5px; } 	/* OPS TAB ONLY - TO BE DEPRECIATED **/
.B2BresultHeader p:last-child 							/* OPS TAB ONLY - TO BE DEPRECIATED **/
{
	text-align:right;
	padding-right:5px;
}


.B2BresultRow, .B2BresultRowNoHighlight  /* USED 74 TIMES - TO BE DEPRECIATED **/
{
	width:700px; /* $this->widths['mainsection'] */
	float:left;
	border:1px solid #ffffff;
	border-bottom-color:#aaaaaa; 
	padding-top:3px;
	padding-bottom:0px;
	transition: 0.2s ease;
	box-sizing:border-box !important;
}
	.B2BresultFolderBoxRow 
	{
		width:100%; /* NOT $this->widths['folderbox'] */
	}
.B2BresultRow:hover 
{
	border-color:#666666; 
	border-radius:10px;
}
.B2BresultRow p, .B2BresultRowNoHighlight p
{
	box-sizing: border-box;	
	float:left;
}
.B2BresultRow span, .B2BresultRowNoHighlight span
{
	box-sizing: border-box;	
	font-size:10px;
	color:#666666;
}
.B2BresultRow span:first-child
{
	font-size:13px;
}
.B2BresultRow strong, .B2BresultRowNoHighlight strong
{
	box-sizing: border-box;	
	font-size:13px;
}

.B2BresultRow p:first-child , .B2BresultRowNoHighlight p:first-child { padding-left:5px; }
.B2BresultRow p:last-child, .B2BresultRowNoHighlight p:last-child
{
	text-align:right;
	padding-right:5px;
}

.B2BuserIconVeryLarge,
.B2BuserIconLarge,
.B2BuserIconStandard,
.B2BuserIconCompact {
	position: relative;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat; 
	background-color:transparent;
	border-radius: 5px;
	cursor:pointer;
	display:inline-block;
	height:50px;
	width:50px;
	-webkit-box-shadow:1px 1px 2px 0px rgba(0, 0, 0, .2);
	box-shadow:1px 1px 2px 0px rgba(0, 0, 0, .2); 
	float:left;
	margin-right:10px;
	box-sizing:border-box !important;
}

.B2BuserIconVeryLarge img,
.B2BuserIconLarge img,
.B2BuserIconStandard img {
	height:16px;
	width:16px;
}

.B2BuserIconVeryLarge {
	width:240px;
	height:240px;
}
.B2BuserIconStandard {
	height:30px;
	width:30px;
}
.B2BuserIconCompact {
	height:15px;
	width:15px;
	margin-right:5px;
}

.B2BsubText{
	color:#aaaaaa;
	opacity:0.7;
	font-size:9px;
}
.B2BcommentBubble{
	position: relative;
	display:inline-block;
	min-width:40%;
	min-height:40px;
	margin-bottom:10px;
	background-color: #ffffff;
	border:1px solid #aaaaaa;
	border-radius: 5px;
	-webkit-box-shadow:1px 1px 2px 0px rgba(0, 0, 0, .2);
	box-shadow:1px 1px 2px 0px rgba(0, 0, 0, .2); 
	padding:5px; 
}
.B2BactionPopup{
	position: absolute;
	top:0px;
	right:0px;
	z-index:5;
    opacity: 0;
	background-color: rgba(220, 220, 220, .7);
	transition: 0.8s ease-in-out;
	padding:2px;
	margin:0px;
	border-radius:5px;
	border:1px solid #666666;
}
.B2BactionPopup:hover{
	background-color: rgba(255, 255, 255, 1);
}
.B2BactionPopup span{
	font-size:11px;
	cursor:pointer;
}
.B2BactionPopup span:hover{
	color:#66aa00; /* headerbackground */
}
.B2BactionPopup img{
	box-sizing: border-box;	
	height:20px;
	padding:1px;
	border:2px solid transparent; 
	border-radius:2px;
	margin-left:2px;
	vertical-align:text-top;
	cursor:pointer;
	transition: 0.6s ease;
}
.B2BactionPopup span:hover img,
.B2BactionPopup img:hover{
	border:2px solid #54ac00; /* headerbackground */
}
.B2BactionPopup img:first-child{
	margin-left:0px;
}
.B2BactionPopupWrapper{
	position: relative;
}
.B2BactionPopupWrapper:hover .B2BactionPopup{
    opacity: 1;
}

.B2BcommentBubble:before{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -10px;
	top: 10px;
	border: 5px solid;
	border-color: #aaaaaa #aaaaaa transparent transparent;
}
.B2BcommentBubble:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -8px;
	top: 11px;
	border: 5px solid;
	border-color: #ffffff #ffffff transparent transparent;
}


.B2BswitchContainer {
	margin-top:0px;
}
.B2Bswitch {
  position: relative;
  margin: 0px auto;
  height: 16px;
  width: 100px;
  background-color: #eeeeee;
  border:1px solid #666;
  border-radius: 5px;
  -webkit-box-shadow:1px 1px 5px 0px rgba(0, 0, 0, .4);
  box-shadow:1px 1px 5px 0px rgba(0, 0, 0, .4);  
}
.B2Bswitch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 48px;
  line-height: 16px;
  font-size:12px;
  font-family: "Montserrat",sans-serif;
  color: #666666;
  text-align: center;
  cursor: pointer;
}
.B2Bswitch-label:hover {
	background-color:#FFaa00; 
  border-radius: 5px;
  color:#ffffff;
  -webkit-box-shadow:inset 2px 1px 1px 0px rgba(250, 250, 250, .5), inset -2px -2px 1px 0px rgba(120, 120, 120, .5);
  box-shadow:inset 2px 1px 1px 0px rgba(250, 250, 250, .5), inset -2px -2px 1px 0px rgba(120, 120, 120, .5);  
}

.B2Bswitch-label:active {
  font-weight: bold;
}
.B2Bswitch-label-off {
  padding-left: 3px;
}
.switch-label-on {
  padding-right: 3px;
}
.B2Bswitch-input {
  display: none;
}
.B2Bswitch-input:checked + .B2Bswitch-label {
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.B2Bswitch-input:checked + .B2Bswitch-label-on ~ .B2Bswitch-selection {
  /* Note: left: 50% doesn't transition in WebKit */
  left: 50px;
}
.B2Bswitch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 14px;
  background-color: #666666;
	border:1px solid #666;
  border-radius: 4px;
  -webkit-box-shadow:inset 2px 1px 1px 0px rgba(250, 250, 250, .5), inset -2px -2px 1px 0px rgba(120, 120, 120, .5);
  box-shadow:inset 2px 1px 1px 0px rgba(250, 250, 250, .5), inset -2px -2px 1px 0px rgba(120, 120, 120, .5);  

  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.B2BradioButton {
	display: none;
}
.B2BradioLabel {
	display: block;  
	cursor: pointer;  
	position: relative;  
	padding-left:20px; 
	font-size: 11px;  
	-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.B2BradioLabel:before {
content: "";  
display: inline-block;  
position: absolute;  
left: 0px;  
top: 0px;  
margin: 0px;  
padding: 0px;

	background-color: #cccccc;  
  width: 14px;
  height: 14px;
border:1px solid #666;
  border-radius: 4px;
  -webkit-box-shadow:inset 2px 1px 1px 0px rgba(250, 250, 250, .5), inset -2px -2px 1px 0px rgba(120, 120, 120, .5);
  box-shadow:inset 2px 1px 1px 0px rgba(250, 250, 250, .5), inset -2px -2px 1px 0px rgba(120, 120, 120, .5);  

  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.B2BradioButton:checked + .B2BradioLabel { 
	font-weight:bold; 
}
.B2BradioButton:checked + .B2BradioLabel:before {  
background-color: #666666;  
}
.B2BradioButton:hover + .B2BradioLabel:before {  
background-color: #66aa00;  
}
.B2BradioButton:disabled + .B2BradioLabel, 
.B2BradioButton:disabled + .B2BradioLabel:before {
	opacity:0.5;
	color:#ffffff;
}

