/* Body and structure

-------------------------------------------------- */
body {
	padding-top:60px;
	padding-bottom:60px;
}

.sidebar-nav {
	padding:9px 0;
}

input.accentuate {
	font-size:18px;
	height:36px;
}

ul.no-bullet {
	list-style-type:none;
}
/* ----------------- ROBIN ------------------- */
.ui-timepicker
{
	border:1px solid black;
}
/* Embedded container fix

-------------------------------------------------- */
.row-fluid .container .row [class*="span"] {
	margin-left:20px;
}

.row-fluid .container .span12 {
	width:940px;
}

.row-fluid .container .span11 {
	width:860px;
}

.row-fluid .container .span10 {
	width:780px;
}

.row-fluid .container .span9 {
	width:700px;
}

.row-fluid .container .span8 {
	width:620px;
}

.row-fluid .container .span7 {
	width:540px;
}

.row-fluid .container .span6 {
	width:460px;
}

.row-fluid .container .span5 {
	width:380px;
}

.row-fluid .container .span4 {
	width:300px;
}

.row-fluid .container .span3 {
	width:220px;
}

.row-fluid .container .span2 {
	width:140px;
}

.row-fluid .container .span1 {
	width:60px;
}

/* Tweak navbar brand link to be super sleek

-------------------------------------------------- */
/*

.navbar-fixed-top .navbar-inner,

.navbar-static-top .navbar-inner {

  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);

     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);

          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);

}

.navbar-inner {

  background-color: #2c2c2c;

  background-image: -moz-linear-gradient(top, #212121, #2c2c2c);

  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#212121), to(#2c2c2c));

  background-image: -webkit-linear-gradient(top, #212121, #2c2c2c);

  background-image: -o-linear-gradient(top, #212121, #2c2c2c);

  background-image: linear-gradient(to bottom, #212121, #2c2c2c);

  background-repeat: repeat-x;

  border: 1px solid #000000;

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff212121', endColorstr='#ff2c2c2c', GradientType=0);

}



.navbar .nav > li > a {

  float: none;

  padding: 10px 15px 10px;

  color: #999;

  text-decoration: none;

  text-shadow: 0 -1px 0 #333;

}

*/
.navbar .nav > li > a:focus,.navbar .nav > li > a:hover {
	color:#ccc;
	text-decoration:none;
	background-color:transparent;
}

.navbar .nav > .active > a,.navbar .nav > .active > a:hover,.navbar .nav > .active > a:focus {
	color:#fff;
	text-decoration:none;
	text-shadow:0 -1px 0 #000;
	background-color:#faa732;
	-webkit-box-shadow:inset 0 0 16px rgba(0,0,0,0.25);
	-moz-box-shadow:inset 0 0 16px rgba(0,0,0,0.25);
	box-shadow:inset 0 0 16px rgba(0,0,0,0.25);
}

.navbar .brand {
	padding-right:0;
	padding-left:0;
	margin-left:20px;
	float:right;
	font-weight:700;
	color:#FFF;
	text-shadow:0 -1px 0 rgba(0,0,0,1),0 0 30px rgba(0,0,0,.125);
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	transition:all .2s linear;
}

.navbar-fixed-bottom .brand {
	padding-right:0;
	padding-left:20px;
	margin-left:0;
	font-weight:700;
	color:#FFF;
	float:right;
	text-shadow:0 -1px 0 rgba(0,0,0,1),0 0 30px rgba(0,0,0,.125);
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	transition:all .2s linear;
}

.navbar-fixed-bottom .brand img {
	display:inline-block;
	float:left;
	margin:4px;
}

.navbar-fixed-bottom .brand .highlight {
	color:#F9A800;
	text-shadow:0 -1px 0 rgba(0,0,0,1),0 0 30px rgba(0,0,0,.125);
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	transition:all .2s linear;
}

.navbar-fixed-bottom .brand:hover {
	text-decoration:none;
}

/* Drag n' Drop

-------------------------------------------------- */
[draggable] {
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}

.table-drag {
	display:block;
	min-height:40px;
}

.table-drag .column {
	display:block;
	margin-bottom:4px;
	padding:8px 15px;
	border:1px solid #E5E5E5;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-weight:700;
}

.table-drag .column-placeholder {
	display:block;
	height:40px;
	margin-bottom:4px;
	background-color:#E5E5E5;
	border:1px solid #FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-weight:700;
}

.table-drag .move {
	cursor:move;
}

.table-drag .column > .table-drag {
	display:none;
	margin-top:10px;
}

.table-drag small {
	font-size:80%;
	color:#999;
	font-weight:400;
}

.table-drag .btn-group {
	float:left;
	margin-right:10px;
	margin-top:-4px;
}

.table-drag .over {
	background-color:#FCF8E3;
	border:1px dashed #000;
}

/* Sharebar

-------------------------------------------------- */
/* Gallery

-------------------------------------------------- */
#galleryContainer ul {
	list-style:none;
	padding:0;
	margin:0;
}

#galleryContainer ul li {
	border:1px dashed grey;
	height:200px;
	overflow:hidden;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:3px;
	float:left;
	width:200px;
}

.galleryPreviewImage {
	height:250px;
	width:250px;
	cursor:pointer;
}

/* Edit Toolbar

-------------------------------------------------- */

.toolbar_func {
	position:absolute;
	bottom: -20px;
	left: 0px;
	display:block;
	width:100%;
	height:20px;
	background: #000;
}


.toolbar_func > div {
	display: block;
	width: 90%;
}


.toolbar_func > div > a {
	color:#fff;
	display: block;
	float: left;
	width: 16px;
	line-height: 14px;
}
.toolbar_func > div > a:hover {
	background-color: #666;
}

.show-grid [class*="span"] {
	position: relative;
	background-color: #EEE;
	min-height: 30px;
	margin-bottom: 30px;
}
.show-grid [id*="blockContent"] {
	z-index: 20;
}

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../img/glyphicons-halflings-white.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-se {
	cursor: se-resize;
	bottom: -16px;
	right: 2px;
	background-position: -384px -96px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.ui-resizable-e {
	cursor: e-resize;
	right: -14px;
	top: 50%;
	background-position: -456px -118px;
}

@media print {
	.navbar, #order_details .well.form-inline, .row-fluid .breadcrumb {
		display: none !important;
	}
}
