@CHARSET "UTF-8";

.draggable, .grouppable{
	-webkit-transform: translateZ(0);
}

.title-set {
	margin-top: 15px;
}

.set-container, .set-container.ui-state-hover {
	border: 2px solid #EAEAEA;
	min-height: 160px;
	background: #F5F3F3;
	border-radius: 3px;
	padding-bottom: 6px;
}

.selected-set-over{
	
	
	
}

#group-set {
	        min-height: 60px;
    	
}

.brand_name{    
	    display: table;
    height: 40px;
    text-align: center;
    width: 100%;
}

.brand_name p{
	display: table-cell;
    margin: 0;
    vertical-align: middle;
    line-height: 15px;
	
}

.group {
	border: 5px solid #1EA0DE;
    padding: 7px;
    width: auto;
    float: left;
    margin: 3px;
    border-radius: 8px;
    background: #2BA6DF;
    color: #FFF;
    box-shadow: 2px 2px 2px #BFBFBF;
    font-size: 13px;
    cursor: move;
}



.group.predefined {
	
}

.singlebrand {
	border: 1px solid #E4E4E4;
    height: 50px;
    vertical-align: middle;
    line-height: 35px;
    padding: 5px;
    margin: 4px;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 2px 2px 2px #DADADA;
    cursor:move;
    width: 90px;
}

.custom-group{ cursor:move;}

#brand-set .singlebrand {float:left;}

.singlebrand img{    width: 76px;     max-height: 35px; }


.group-over{
	box-shadow: 0px 0px 0px 3px rgba(43, 166, 223,1);
    animation: opacity-pulsate 1s infinite;
}

.group-over.ui-state-hover{background: #FFF;}
.custom-group.group-over{padding-bottom: 60px;}
.custom-group{
	border: 5px solid #1EA0DE;
    margin-top: 8px;
    margin: 4px;
    background: #2BA6DF;
    border-radius: 13px;
    
}

.grouppable{float:left;}
.grouppable.custom-group{float: none;     clear: both;}
#selected-set .group{float:none;}

.custom-group .grouppable{box-shadow:none; }



.group-name{
	
	clear: both;
    display: block;
    background: transparent;
    color: #FFF;
    border: none;
    margin-left: 4px;
    font-size: 11px;
    width: 100%;
	
}

#open-brand-selector img{
	width: 80px;
    margin-left: 7px;
    margin-top: 2px;
}

#open-brand-selector .brand_name {
    display: table;
    height: auto;
    text-align: left; 
    width: auto;
    float: right;
    margin-left: 11px;
    margin-top: 1px;
}

.mktsel{
	text-align: left;
    display: block;
    float: left;
    margin-right: 6px;
    text-transform: none;
}

.mktsel span{
    font-size: 9px; 
    text-transform: uppercase;
}

.brnsel{
	padding: 6px 0px;
    display: block;
    float: left;
    margin-left: 7px;
    color: #178ECE;
    font-size: 14px;
}

@keyframes opacity-pulsate {
    0%   { box-shadow: 0px 0px 0px 3px rgba(43, 166, 223,1);}
    50% { box-shadow: 0px 0px 0px 3px rgba(43, 166, 223,0);}
    100%   { box-shadow: 0px 0px 0px 3px rgba(43, 166, 223,1); }
}