.empty_field{
	width:100%;
	margin: 0px auto 0px auto;
}


.fill{
	background: #F5F5F5;
	border: 2px dashed #CCC;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #AAA;
	font-size: 24px;
	height: 120px;
	padding: 20px;
	text-align: center;
	display:none;
	padding-top:80px;
}

 a .empty_field{
	color:#0069D6;
}

.layout_div li{
	margin-left:10px;
	list-style-type: none;
	float:left;
	width:73px;
	height:43px;
	border:1px solid #cccccc;
	padding-left:5px;
	padding-top:5px;
}

.layout_div li:hover, .layout_div li.hover {
	border:1px solid #3366cc;
}

.layout_div li a{
	display: block;
	float: left;
	width: 68px;
	height: 37px;
	display:block;
}

a.layout_1{
	background: #FFF url('../images/layouts.png') no-repeat;
	background-position: 0px 0px;
}

a.layout_1:hover,a.layout_1_h{
	background: #FFF url('../images/layouts.png') no-repeat;
	background-position: -73px 0px;
}

a.layout_2{
	background: #FFF url('../images/layouts.png') no-repeat;
	background-position: 0px -40px;
}

a.layout_2:hover,a.layout_2_h{
	background: #FFF url('../images/layouts.png') no-repeat;
	background-position: -73px -40px;
}

a.layout_3{
	background: #FFF url('../images/layouts.png') no-repeat;
	background-position: 0px -80px;
}

a.layout_3:hover,a.layout_3_h{
	background: #FFF url('../images/layouts.png') no-repeat;
	background-position: -73px -80px;
}

a.layout_4{
	background: #FFF url('../images/layouts.png') no-repeat;
	background-position: 0px -120px;
}

a.layout_4:hover,a.layout_4_h{
	background: #FFF url('../images/layouts.png') no-repeat;
	background-position: -73px -120px;
}

a.layout_5{
	background: #FFF url('../images/layouts.png') no-repeat;
	background-position: 0px -160px;
}

a.layout_5:hover,a.layout_5_h{
	background: #FFF url('../images/layouts.png') no-repeat;
	background-position: -73px -160px;
}


.ui-sortable-placeholder { 
	border: 2px dashed #CCC;

	background: #F5F5F5;
	visibility: visible !important; 
	color: #AAA;
	font-size: 24px;
	text-align: center;
}
.ui-sortable-placeholder * {
	visibility: hidden; 
}


.drag-handle { 
	width:100%;
	color: #2e415c;
	background-color: #FEFEFE;
	cursor:move;
}

.no_cursor{
	cursor:auto;
}

.dashboard_gadgets{
	overflow:hidden;
}

.rubbish{
	height:100px;
	text-align:center;
	display:none;
}

.rubbish_icon{
	font-size:80px;
}

.dashboard_gadgets:hover>.drag-handle
{
	
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
	
}

.dashboard_gadgets:hover>.drag-handle:hover
{
	background-color:#F1F5FA;
}

.dashboard_gadgets .header_name
{
	padding: 0 0 0 9px;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
}

.dashboard_gadgets .header_control
{
	padding:6px 7px 0 0;
}

.dashboard_gadgets .header_control img{
	width:16px;
	height:16px;
	vertical-align:middle;
}

.dashboard_gadgets .content{
	padding:5px 0 0 0;
	margin-bottom:10px;
}

.gad_icon{
	font-size:16px;
	width:16px;
	height:16px;
}


label{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none;
}

.coupon_input{
	width:100px;
}