*, body{
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

body {
	padding: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position-x: center;
	background-position-y: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color:#ffffff;
}

.shop-body{
	background-color:#f6f6f6;

}
._file{

	display:none;
}



.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control.form-error {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	background-color: #ffe2e0;
}


input[type=number], input[type=text],
input[type=url], input[type=password],
input[type=email], input[type=search],
input[type=date], input[type=datetime],
input[type=time], textarea.form-control, select.form-control, optgroup {
	display: block;
	padding: 6px 11px;
	border: none;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	font-size: 16px;
	width: 100%;
}

input.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}




input[disabled],
input[readonly] {
	background-color: #f7f7f7;
}

select option:disabled {
	color: #ccc;
}


h1, h2, h3, h4{
	font-weight: 400;
	line-height: 1.5;
}

a, a:hover, a:focus, a:visited {
	transition: color 200ms linear;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	text-decoration: none;
}

a, a:hover {
	color: #007aff;
}
div.orders a,div.orders a:hover {
	color: #333;
}


hr {
	margin: 10px 0;
	border:none;
	border-bottom: 1px solid #e5e5e5;
}

.grid {
	border: 1px solid #ccc;
	border-width: 0px 0 0 1px;
	position:absolute;
	z-index:-1;
	/* display: none; */
}

.grid div {
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	float: left;
}


.paydro-bg {
	background-color: #39cd69;
}

.paydro-color {
	color: #39cd69;
}

.paydro-border {
	border-color: #39cd69;
}

.hide-block {
	display: none;
}


label,.radio label, .checkbox label{
	ffont-weight: 400;
}
.orders label{
	font-weight: 400;
	margin-bottom: 0;
}

.block {
	display: block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.btn-shadow-green{
	box-shadow: 0 8px 8px -8px rgba(75,196,109, .6);
}

.btn-shadow-dark-green{
	box-shadow: 0 8px 8px -8px rgba(64,148,96, .6);
}
.btn-shadow-dark-grey{
	box-shadow: 0 8px 8px -8px rgba(30,30,30, .6);
}
.btn-shadow-mid-grey{
	box-shadow: 0 8px 8px -8px rgba(130,130,130, .6);
}
.btn-shadow-light-grey{
	box-shadow: 0 8px 8px -8px rgba(230,230,230, .6);
}
.btn-shadow-light-blue{
	box-shadow: 0 8px 8px -8px rgba(25,136,247, .6);
}
.btn-shadow-dark-blue{
	box-shadow: 0 8px 8px -8px rgba(46,49,146, .6);
}

.btn{
	padding: 9px 15px;
	border-radius:6px;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 8px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.success-message {
	font-size: 1.2rem;
}

body .no-padding-top {
	padding-top: 0;
}

/**
	Dropzone field
*/
.dropzone-field {
	width: 100%;
	height: 375px;
	display: inline-block;
	border: 1px dashed #cccccc;
	position: relative;
}

.dropzone-field .upload-label-wrapper {
	height: 100%;
	width: 100%;
	display: table;
	position: absolute;
	top: 0;
}

.dropzone-field .upload-image-label {
	position: relative;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.dropzone-field .preview {
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.dropzone-field-wrapper {
	position: relative;
}

.dropzone-field-wrapper.contain-image:hover .dropzone-delete-button {
	display: block;
}

.dropzone-delete-button {
	right: 10px;
	top: 10px;
	position: absolute;
	display: none;
}

.dropzone-error {
	position: absolute;
	top: 20px;
	text-align: center;
	width: 100%;
}

.event-header .dropzone-error {
	top: 0;
}

.dropzone-error p {
	display: inline-block;
}

.dropzone-error .alert-image-size {
	width: 100%;
	background-color: #e74c3c;
	font-weight: 500;
}

.tweet-limit {
	float: right;
}

.clear {
	clear: both;
	width: 100%;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.left {
	float: left;
}

.right {
	float: right;
}


.right-10{
	margin-right: 10px;
}

.right-20{
	margin-right: 20px;
}

.right-30{
	margin-right: 30px;
}
.right-40{
	margin-right: 40px;
}

.left-10{
	margin-left: 10px;
}

.left-20{
	margin-left: 20px;
}

.left-30{
	margin-left: 30px;
}
.left-40{
	margin-left: 40px;
}

.top-10 {
	margin-top: 10px;
}

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

.top-20 {
	margin-top: 20px;
}

.bot-10 {
	margin-bottom:20px;
}

.bot-15 {
	margin-bottom:15px;
}

.bot-20, .bottom-20 {
	margin-bottom:20px;
}

.text-top{
	vertical-align: top;
}

.text-bottom{
	vertical-align: bottom;
}

.interface-border{
	border: solid 1px rgba(0,0,0,.1);
}

.interface-border-top {
	border-top: solid 1px rgba(0,0,0,.1);

}

.interface-border-right{
	border-right: solid 1px rgba(0,0,0,.1);
}

.interface-border-bottom {
	border-bottom: solid 1px rgba(0,0,0,.1);

}



.interface-border-left{
	border-left: solid 1px rgba(0,0,0,.1);
}

.border-round-5{
	border-radius: 5px;
}

.border-round-10{
	border-radius: 10px;
}

.border-round-20{
	border-radius: 20px;

}



.w5{
	width: 5%;
}
.w10{
	width: 10%;
}
.w15{
	width: 15%;
}
.w20{
	width: 20%;
}
.w25{
	width: 25%;
}
.w30{
	width: 30%;
}
.w33{
	width: 33.33%;
}
.w35{
	width: 35%;
}
.w40{
	width: 40%;
}
.w45{
	width: 45%;
}
.w50{
	width: 50%;
}
.w55{
	width: 55%;
}
.w60{
	width: 60%;
}
.w65{
	width: 65%;
}
.w66{
	width: 66.66%;
}
.w70{
	width: 70%;
}
.w75{
	width: 75%;
}
.w80{
	width: 80%;
}
.w85{
	width: 85%;
}
.w90{
	width: 90%;
}
.w95{
	width: 95%;
}
.w100{
	width: 100%;
}



.animated.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.animated3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.animated.animated4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.animated.animated5 {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.flat-button [class^="icon-"], .flat-button [class*=" icon-"]{
	margin-top: 3px;
}

.flat-text, .flat-button{
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	padding: 0;
	display: inline-block;
}

.flat-button{
	cursor: pointer;
}

.flat{
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;

	padding: 0;
}

.flat-button-normal{
	font-weight: normal;
}

.flat-button:hover{
	background-color: transparent;
}

a.flat-button:active, a.flat-button:focus{
	text-decoration: none;
}

.flat-button.border_bottom_active{
	border-bottom: solid 2px #555;
	margin-bottom: -1px;
}

.filter-button{
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	white-space: nowrap;
	cursor: pointer;
	padding: 0 10px 0 10px;
	margin-top: 8px;
	margin-right:-1px;
	border: solid 1px #f1f1f1;
	border-width: 1px 0 1px 0px;
	background-color: #fff;
	color: #333;
	transition: background-color ease-in-out .2s;
}

.filter-button-active, .filter-button:hover{
	background-color: #f1f1f1;
	color: #333;

	transition: background-color ease-in-out .2s;
}

.filter-button:first-child{
	border-radius: 3px 0 0 3px;
	border-width: 1px 0 1px 1px;

}
.filter-button:last-child{
	border-radius: 0px 3px 3px 0;
	border-width: 1px  1px 1px 0;

}
.filter-button:first-child:last-child{
	border-radius: 3px;
	border-width: 1px;

}
.border_right_active{
	border-right: solid 2px #007aff;
}

.flat-button-grey{
	color: #999;
}
.flat-button-grey:hover{
	color: #777;
}

.flat-button-grey.border_bottom_active{
	border-bottom: solid 2px #999;
	padding-bottom: 11px;
}

button.flat-button{
	background-color: transparent;
	border: 0;
	color: #167efb;
}

.delete-button, .menu .flat-button.delete-button, button.delete-button, .delete-button:hover{
	color: #ff3b30;
}

.success-button, button.success-button, .success-button:hover{
	color: #39cd69;
}


.bi {
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: -.125em;
}

.alert {
  padding: 10px 20px;

  border: 1px solid transparent;
  border-radius: 4px;
	text-shadow: none;
	font-size: 17px;
	font-weight: 400;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 200;
  color: #ffffff;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #333;
  background-color: #f5fff7;
  border-color: #d2f0d7;
}

.alert-success hr {
  border-top-color: #2ac82b;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
	color: #000;
  background-color: #fff;
  border-color: #999;
}

.alert-info hr {
  border-top-color: #1fa0b4;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  color: #ffffff;
  background-color: #ffcc00;
  border-color: #e69100;
}

.alert-warning hr {
  border-top-color: #cc8100;
}

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  color: #333;
  background-color: #fff5f4;
  border-color: #ffe2e0;
}

.alert-danger hr {
  border-top-color: #fc001d;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}




.help_icon{
	cursor: pointer;
	margin-bottom: 1px;
}

img.help_icon{
	width: 22px;
}
img.help_icon_large{
	height: 44px;
}



.plus_icon{
	width: 22px;
	margin-top:4px
}

.help_info{
	display: none;
	background-color:#fff;
	padding:10px 20px;
	border-radius: 4px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15),0px 0px 1px 1px rgba(0,0,0,0.1);
}
.flat-button.help_icon {
	margin-bottom: 0;
	margin-top: 0;
}
.pen_bg{
	background-image: url('/svg/pen.svg');
	background-size: 44px 44px;
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 44px;
}

.help_icon.help_dropdown{
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}

.help_info.help_dropdown:before {
	position: absolute;
	top: -7px;
	left: 19px;
	right: auto;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #eee;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.1);
	content: '';
}


.help_info.help_dropdown:after
{
	position: absolute;
	top: -6px;
	left: 20px;
	right: auto;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}


.help_info.help_dropdown_right:before {
	position: absolute;
	top: -7px;
	right: 20px;
	left: auto;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #eee;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.1);
	content: '';
}


.help_info.help_dropdown_right:after
{
	position: absolute;
	top: -6px;
	right: 21px;
	left: auto;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}


.help_info_accent{
	background-color:#007aff;

}
.help_info_accent a{
	color: #fff;
	clear: both;
	white-space: nowrap;
}
.help_dropdown .hr {
	clear: both;
	float: left;
	width: 100%;
}

.help_info.help_dropdown.help_info_accent:after
{
	position: absolute;
	top: -10px;
	left: 16px;
	right: auto;
	display: inline-block;
	border:none;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #007aff;
	border-left: 10px solid transparent;
	content: '';
}



.help_info.help_dropdown_right.help_info_accent:after
{
	position: absolute;
	top: -10px;
	right: 16px;
	left: auto;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #39cd69;
	border-left: 10px solid transparent;
	content: '';
}



.dropdown-menu{
	border: 1px solid rgba(0, 0, 0, 0.35);
	border-radius: 6px;
}

.dropdown-hover:hover .dropdown-menu, .dropdown-menu:hover {
	display: block;
}

.help_info_accent.help_info_accent_green{
	background-color:rgb(57, 205, 105);
	box-shadow: 0px 0px 15px rgba(57, 205, 105,0.15), 0px 0px 1px 1px rgba(0,0,0,0.1);
	border:none;
}

.help_info_accent.help_info_accent_green a, .help_info_accent.help_info_accent_green a:hover{
	color:#fff;

}

.help_info.help_dropdown.help_info_accent.help_info_accent_green:after{
	border-bottom: 10px solid #39cd69;
}





.help_info_tabs{
	width:160px;
	display: block;
	float:left;
	margin-right:20px;
}

.help_info_tabs > li > a{
	display:block;
}
.events-menu{
	background-color: #f9f9f9;
}
.events-open-menu{
	background-color: #39cd69;
	color:#fff;	
}
.events-open-menu .text-muted{
	color:rgba(255,255,255,.7);
}
@media (min-width: 768px) {

	.events-menu, .events-open-menu{
		position:fixed;
		width:100%;
		z-index:3;
	}
}


.menu-border{
	border-bottom: solid 1px #e5e5e5;
}

.menu{

	padding: 0px 40px 0px 40px;
	margin: 0 auto;
}


.menu .flat-button{
	color: #555;
	line-height:60px;
}

.menu .flat-button.link{
color:#007aff;
}

.menu .dropdown-menu .flat-button{

	line-height: 2em;
	white-space: nowrap;
	display: block;

}

.menu .flat-button.border_left_active{
	border: none;
	border-left: solid 4px #007aff;
	color: #fff;
	padding-left: 8px;
	margin-left: -10px;
	background-color: #007aff;
	margin-right: -10px;
}
.menu .flat-button.border_bottom_active{
	border-bottom: solid 2px #555;
	
}



.top_menu .flat-button {
	color: #333;
}

.flat-button:hover{
	color: #007aff;
}
.menu.menu-light {
	background-color: #fff;
}



.top_menu_absolute {
	position: absolute;
	left:0;
	right:0;
	z-index:3;
}

.top_menu{

	background-color: #f1f1f1;
	padding: 0 20px;
	width: 100%;
	z-index:4;
	position:fixed;
	top:0;
	height: 60px;
	background-image: linear-gradient(to right,  #f1f1f1 10%, #fff 30%);
}

body.cliperado-help-show .top_menu, body.cliperado-help-show .meenu{
	left:0;
	right:300px !important;
	width:auto;
}

.top_menu_inner .paydro-top-logo {
	width: 119px;
}

.top_menu a  {
	line-height: 58px;
	display: inline-block;
	/* color:#fff; */
	font-weight: 400;

}

.top_menu a.flat-button-grey{
	color: rgba(255,255,255,.6);
}



.border_bottom_active_dark:after {
	content: " ";
	border-bottom: 2px solid #555;
	width: 100%;
	clear: both;
	height: 1px;
	margin-top: -3px;
	float: left;
}

.top_menu .paydro-top-logo img {
	margin: 0;
	vertical-align: middle;
	height: 29px;
}


#top_menu_event_name{
	font-weight: 500;


	font-size:1.2em;

}

#searchForm .q:not(:focus){
	box-shadow: none;
}

.menu-20{
	width:20%;
	margin-left:0;
	float:left;
}

.menu-200{
	width:200px;
	margin-left:0;
	float:left;
}

.menu-250{
	width:250px;
	margin-left:0;
	float:left;
}

.menu.vertical-menu{
	padding: 0;
	margin-right:-1px;
	z-index:1;
	background-color:#f9f9f9;
	position:relative;

}

.menu.vertical-menu.vertical-right-menu{
	padding: 0;
	margin-right:-1px;
	z-index:1;
	background-color:#f9f9f9;
	position:relative;
}

.menu.vertical-menu.vertical-right-menu.xs-width-250{
position: absolute;

}

.vertical-menu .flat-button{
	clear: left;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 40px;
	line-height: 45px;
	white-space: nowrap;
}

.vertical-menu .flat-button span{
	display:inline-block;
}
.vertical-menu .devider{
	clear: left;
	display: block;
	width: 100%;
	padding: 15px 0px 10px 20px;
	color: #bababa;
	cursor: default;
	font-weight: 500;
}

.vertical-menu .flat-button.vertical-menu-sub{
	clear: left;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 60px;
}


.menu.vertical-menu .flat-button.active, .vertical-menu .flat-button.active{
	/* border-bottom: none; */
	/* margin-bottom: 0; */
	 background-color: #007aff;
	 color: #fff;
	width: auto;

}
@media (max-width: 991px) and (min-width: 768px){ 

	.vertical-menu.menu-sm-icon{
		width:55px;
	}
}
@media (max-width: 767px){ 

	.menu-xs-icon{
		width:55px;
		position: absolute;
		right: 0;
	}
	.xs-width-250{
		width:250px;
	}
	
}
.main {
	/* max-width:1440px; */
	/* padding: 0px 0px 0px 0px; */
	padding: 0 40px;
	position:relative;
	margin: 0 auto;
}

.main-80{
	width: 80%;
	float:left;
}
.main-min-height{
	min-height: 250px;
}

/* main-overflow used for responsive main content next to left sidebar submenu*/
.main-overflow {
	overflow:hidden;
}

.main-no-padding{
	padding:0;
}

.menu.menu-no-padding{

	padding-left:0;
	padding-right:0;
}

.main-fill-left{
	margin-left:-20px;
	padding-left:20px;
}

.main-fill-right{
	margin-right:-20px;
	padding-right:20px;
}

.main-top-padding{
	padding-top: 30px;
}
.main-bottom-padding{
	padding-bottom: 30px;
}

.top-padding-5{
	padding-top: 5px;
}
.bottom-padding-5{
	padding-bottom: 5px;
}

.padding-0{
	padding:0px;
}
.padding-5{
	padding:5px;
}
.padding-10{
	padding:10px;
}
.padding-15{
	padding:15px;
}
.padding-20{
	padding:20px;
}
.padding-25{
	padding:25px;
}
.padding-30{
	padding:30px;
}

.top-padding-0{
	padding-top: 0px;
}
.right-padding-0{
	padding-right: 0px;
}
.bottom-padding-0{
	padding-bottom: 0px;
}
.left-padding-0{
	padding-left: 0px;
}

.top-padding-5{
	padding-top: 5px;
}
.right-padding-5{
	padding-right: 5px;
}
.bottom-padding-5{
	padding-bottom: 5px;
}
.left-padding-5{
	padding-left: 5px;
}

.top-padding-10{
	padding-top: 10px;
}
.right-padding-10{
	padding-right: 10px;
}
.bottom-padding-10{
	padding-bottom: 10px;
}
.left-padding-10{
	padding-left: 10px;
}

.top-padding-15{
	padding-top: 15px;
}
.right-padding-15{
	padding-right: 15px;
}
.bottom-padding-15{
	padding-bottom: 15px;
}
.left-padding-15{
	padding-left: 15px;
}

.top-padding-20{
	padding-top: 20px;
}
.right-padding-20{
	padding-right: 20px;
}
.bottom-padding-20{
	padding-bottom: 20px;
}
.left-padding-20{
	padding-left: 20px;
}


/* @group Totals */
.totals dd {
	margin-left: 200px;
	text-align: right;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit;

}
.totals dt{
	float: left;
	width: 200px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
}


.totals .grandTotal {
	font-weight: bold;
}

.totals .small {
	font-size: .8em;
}

.totals .no-line{
	border:none;
}

div.row.totals  div {
	padding-top:5px;
	padding-bottom:5px;
}

div.row.totals:last-child div {
	border-top: solid 1px #ccc;
}



.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {

	margin-left: 0px;
	clear: left;
}


.hr{
	margin: 14.5px 0;
	border-bottom: 1px solid #e5e5e5;
}

.hr-white{
	border-bottom: 1px solid #fff;
}

.hr-sub-header{
	border-bottom: 1px solid #f9f9f9;
}

.backend_header_wrapper{
	height: 69px;
}

.backend_header_title{
	font-weight: 200;
	font-size: 3em;

	padding: 5px 0 0px 0
}

.backend_subheader_title{
	font-weight: 400;
	font-size: 2.4em;
	padding: 0px 0 13px 0
}

.backend_subheader_title2{
	font-weight: 400;
	font-size: 2em;
	padding: 0px 0 0px 0
}

.backend_subheader_title3{
	font-weight: 200;
	font-size: 1.8em;
	padding: 0px 0 0px 0
}

.modal-content .hr.hr-fill{
	margin: 10px -15px;
}

.menu .btn-group.btn-group-flat-blue{
	margin-top: 2px;

}

.no-shadow{
	box-shadow: none;
}
.btn-group.btn-group-flat-blue a, .btn-group.btn-group-flat-blue button{
	border: solid 1px #007aff;
	transition: background-color 200ms linear;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
}

.btn-group.btn-group-flat-blue a, .btn-group.btn-group-flat-blue button{
	box-shadow: none;
	background-image: none;
	text-shadow: none;
	color:#007aff;
	background-color: #fff;
}

.btn-group.btn-group-flat-blue a:hover, .btn-group.btn-group-flat-blue button:hover{
	background-color: #d9ecff;
}

.btn-group.btn-group-flat-blue a.active, .btn-group.btn-group-flat-blue button.active{
	background-color: #007aff;
	color:#fff;
	text-shadow: none;
	box-shadow: none;
}

.btn-group.btn-group-flat-blue .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #007aff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.menu .btn-group.btn-group-flat-gray{
	margin-top: 2px;

}
.btn-group.btn-group-flat-gray a{
	border: solid 1px #848484;
	transition: background-color 200ms linear;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
}

.btn-group.btn-group-flat-gray a{
	box-shadow: none;
	background-image: none;
	text-shadow: none;
	color:#848484;
	background-color: transparent;
}

.btn-group.btn-group-flat-gray a:hover{
	background-color: #e8e8e8;
}

.btn-group.btn-group-flat-gray a.active{
	background-color: #848484;
	color:#fff;
	text-shadow: none;
	box-shadow: none;
}
.btn-group.btn-group-flat-blue .btn-small, .btn-group.btn-group-flat-gray .btn-small{
	line-height:16px;
}





.form_end{
	border-top: 1px solid #e5e5e5;
	padding: 10px 0px;
	margin-top:-1px;
}


.form_end button[type="submit"].flat-button {
	padding: 2px 6px 3px 6px;
}

.dform_end button[type="submit"]:hover, .dform_end button[type="submit"]:focus, .dform_end button[type="submit"]:active {
	background-color: #d9ecff;

	outline: 5px auto-webkit-focus-ring-color;
	outline-offset: -2px;

}
.form_end button[type="submit"]:active {
	background-image: none;
}

.section .form_end {
	border: none;
	padding-left: 0;
}

form .info {
	font-size:.85em;
	color:#444;
}


.btn:hover, .btn:focus {
	color: #007aff;
	text-decoration: none; }
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none; }


.btn-primary {
	color: #fff;
	background-color: #007aff;
	border-color: #006fe6; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0063cc;
	border-color: #0051a8; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
	background-color: #007aff;
	border-color: #006fe6; }
.btn-primary .badge {
	color: #007aff;
	background-color: #fff; }



.btn-default {
	color: #007aff;
	background-color: #fff;
	border-color: #007aff; }

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	color: #007aff;
	background-color: #d9ecff;
	border-color: #005ec2;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	color: #007aff;
	background-color: #d9ecff;
	border-color: #005ec2; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #007aff; }
.btn-default .badge {
	color: #fff;
	background-color: #007aff; }
.btn-default-bold {
	font-weight: bold;
}


.btn-white {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
	color: #fff;
	background-color: transparent;
	border-color: #fff;}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
	background-image: none; }
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
	background-color: rgba(255,255,255,.5);

}
.btn-white .badge {
	color: #fff;
	background-color: transparent;
}
.btn-white-bold {
	font-weight: bold;
}


.btn-999 {
	color: #999;
	background-color: transparent;
	border-color: #999;
}
.btn-999:hover, .btn-999:focus, .btn-999:active, .btn-999.active, .open > .btn-999.dropdown-toggle {
	color: #fff;
	background-color: #999;
	border-color: #999;
}
.btn-999:active, .btn-999.active, .open > .btn-999.dropdown-toggle {
	background-image: none;
}
.btn-999.disabled, .btn-999.disabled:hover, .btn-999.disabled:focus, .btn-999.disabled:active, .btn-999.disabled.active, .btn-999[disabled], .btn-999[disabled]:hover, .btn-999[disabled]:focus, .btn-999[disabled]:active, .btn-999[disabled].active, fieldset[disabled] .btn-999, fieldset[disabled] .btn-999:hover, fieldset[disabled] .btn-999:focus, fieldset[disabled] .btn-999:active, fieldset[disabled] .btn-999.active {
	background-color: rgba(255,255,255,.5);

}
.btn-999 .badge {
	color: #fff;
	background-color: transparent;
}
.btn-999-bold {
	font-weight: bold;
}



.btn-black, .btn-black:hover, .btn-black:focus, btn-black:active {
	border-color: #333;
	color:#333;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #39cd69;
	border-color: #37d551;
}
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #39cd69;
	border-color: #37d551;
}
.btn-success:hover {
	color: #fff;
	background-color: #39cd69;
	border-color: #37d551;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #39cd69;
	border-color: #37d551;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #39cd69;
	border-color: #37d551;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	color: #fff;
	background-color: #39cd69;
	border-color: #37d551;
}


.btn-delete {
	color: #ffffff;
	background-color: #e74c3c;
	border-color: #e74c3c; }
.btn-delete:hover, .btn-delete:focus, .btn-delete:active, .btn-delete.active, .open > .btn-delete.dropdown-toggle {
	color: #ffffff;
	background-color: #e74c3c;
	border-color: #e74c3c; }
.btn-delete:active, .btn-delete.active, .open > .btn-delete.dropdown-toggle {
	background-image: none; }
.btn-delete.disabled, .btn-delete.disabled:hover, .btn-delete.disabled:focus, .btn-delete.disabled:active, .btn-delete.disabled.active, .btn-delete[disabled], .btn-delete[disabled]:hover, .btn-delete[disabled]:focus, .btn-delete[disabled]:active, .btn-delete[disabled].active, fieldset[disabled] .btn-delete, fieldset[disabled] .btn-delete:hover, fieldset[disabled] .btn-delete:focus, fieldset[disabled] .btn-delete:active, fieldset[disabled] .btn-delete.active {
	background-color: #e74c3c;
	border-color: #e74c3c; }
.btn-delete .badge {
	color: #fff;
	background-color: #e74c3c; }
.btn-delete-ghost {
	background-color: transparent;
	color: #e74c3c;
}

.btn-xl{

	font-size: 1.8em;
	padding: .4em 1.1em;
}

.bootstrap-switch {
	display: inline-block;
	direction: ltr;
	cursor: pointer;
	border-radius: 16px;
	border: 1px solid;
	border-color: #cccccc;
	position: relative;
	text-align: left;
	overflow: hidden;
	line-height: 8px;
	z-index: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch .bootstrap-switch-container {
	display: inline-block;
	top: 0;
	border-radius: 16px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block !important;
	height: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
	text-align: center;
	z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
	color: #fff;
	background: #007aff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
	color: #fff;
	background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
	color: #fff;
	background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
	background: #f0ad4e;
	color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
	color: #fff;
	background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
	color: #000;
	background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
	text-align: center;
	margin-top: -1px;
	margin-bottom: -1px;
	z-index: 100;
	color: #333333;
	background: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
	position: absolute !important;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
	height: auto;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
	padding: 6px 16px;
	font-size: 18px;
	line-height: 1.33;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
	cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
	-webkit-transition: margin-left 0.5s;
	-moz-transition: margin-left 0.5s;
	-o-transition: margin-left 0.5s;
	transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
	bborder-color: #007aff;
	outline: 0;
	q-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 122, 255, 0.6);
	qbox-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 122, 255, 0.6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}


.progress-meter-base{

	background-color: #39cd6944;
	border-radius:3px;
}

.progress-meter-indicator{
	background-color: #39cd69;
	border-radius:3px;
	height: 6px;
}
.progress-meter-indicator-sm{
	background-color: #39cd69;
	height: 6px;
}

.display_none {
	display: none;
}


.pad-left-10{
	padding-left:10px;
}

.pad-right-10{
	padding-right:10px;
}

.pad-left-20{
	padding-left:20px;
}

.pad-right-20{
	padding-right:20px;
}

.section {
	padding: 30px 0px;
	clear: both;
	position: relative;
}
.shop_settings .nav-tabs > li > a{
	font-size: 21px;
	font-weight: 400;
	color: #555;

}
.subSection {
	padding: 16px 0px;
	clear: both;
	position: relative;
}
.subSection:last-child{
	border:none;
}
.subSection	.legend{
	padding: 0;
	line-height: 34px;
	margin-bottom: 0;
}

.section .header{
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 6px;
	font-weight: 400;
}

.section > .header:last-child{
	margin-bottom: 0px;
}
.subSection .header{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: 400;
}

.btn.magic_field{
	margin-bottom:5px;
}

.label-as-badge {
	border-radius: 1em;
}

.design_menu{
	margin-right: 10px;
	position: absolute;
	left: 100px;
	top:0px;
	z-index: 35;
	background-color: #fff;
	padding: 10px;
	border-radius: 0  5px 5px 0;
	width: 50px;
	height: 51px;
}

.design_menu_image{
	top: 30px;
}
.design_menu_image_picker_wrapper{
	top:-50px;
	left:45px;
}


.image-picker .design_menu_image_picker{
	margin-top:10px;
}

.design_menu_image_picker, .design_menu_image_picker:active, .design_menu_image_picker:hover {

	cursor: pointer;
	background-image: url('/svg/camera.svg');
	background-repeat: no-repeat;
	padding-left:44px;
	font-weight: 400;
	border: 1px solid #fff;
	color:#fff;

}

.design_menu_image_picker.btn-lg {
	padding-left: 56px;
}

.paid, .open-status {
	color:#39cd69;
}

.notpaid, .sold.out {
	color:#E67E22;
}

.overdue {
	color:#E74C3C;
}

.canceled, .closed-status {
	color:#2980B9;
}

.refused {
	color:#cccccc;
}

.pending {
	color: #f1c40f;
}

.credited, .concept-status {
	color: #a8a8a8;
}


.failed {
	color:#C0392B;
}

.reservation {
	color: #8E44AD;
}

.vouchered{
	color: teal;
}

.concept-bg{
	background-color: #a8a8a8;
}

.open-bg {
	background-color:#39cd69;
}

.closed-bg {
	background-color:#2980B9;
}
.sold.out-bg {
	background-color:#E67E22;
}

.light-blue-bg{
	background-color:#f2f9ff;
}

.light-green-bg{
	background-color:#f5fff7;
}


.light-red-bg{
	background-color: #fff5f4;

}


.green-bg{
	background-color:#39cd69;
}

.open-text {
	color:#39cd69;
}


.modal-content {



	border: none;
	border-radius: 3px;


	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px 1px rgba(0, 0, 0, 0.05);



}

.modal-backdrop.in {
	filter: alpha(opacity=20);
	opacity: .2;
}
.fix-menu{
	width: 100%;
	position: fixed;
	z-index: 4;

}
.fix-menu-height{
	height: 90px;
}

select.input-sm{
	font-size: 14px;
}

td.right-align, th.right-align{
	text-align: right;
}

table th a, table th a:hover {
	text-decoration: none;
	display:block;
	padding: 0px 5px;
	font-weight: 400;
}

table th.no-link{
	padding: 0px 5px 0px 5px;
	font-weight: 400;
}

table th.no-link:first-child{
	padding-left:0;
}

table th.no-link.right-align{
	padding: 0px 5px 0px 5px;
	font-weight: 400;
}

table tr td {
	padding: 5px 5px 5px 5px;
	background-color: inherit;
	line-height: 1.4em;
	vertical-align: middle;
}

.order-line {
	margin-top: 10px;
}


table.order-product td:first-child {
	padding-left: 0;
}

.turnover table tr td{
	padding-left:0;
	padding-right:0;
}


#sortable td.indicators {
	width: 16px;
	padding: 5px 0 0 0;
	vertical-align:top;
}

#sortable td.indicators div{
	padding: 8px 0 0 0;
}

.indicators img.status {
	margin: 0 4px 0 4px;
}

#sortable .sort {
	margin-bottom: 20px;
}

#sortable, #sortable ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.sortable_group{
	display:block;
}

ul.sortable_group li.placeholder {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	/*height:37px;*/
}

ul.sortable_product li.placeholder {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	height:69px;
}

ul.sortable_product .dragged, ul.sortable_group .dragged {
	position: absolute;
}


li.single-ticket{
	margin-bottom:30px;
	background-color: #ffffff;
}

.single-ticket .label {
	font-size: 1.2rem;
	display: inline-block;
	position: relative;
	padding: 0.3rem 0.6rem;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 5px;
}

.single-ticket .tooltip {
	margin-left: 19px;
}

.single-ticket .label-hidden {
	background-color: #999;
}

.single-ticket .product-title {
	margin: 0;
	line-height: 2.2rem;
	margin-bottom:10px;
	font-weight: 600;

}
.shop-edit .product-title{
	color:#007aFF;
}

.single-ticket p {
	margin-bottom: 0;
}

.single-ticket .package-title {
	font-size : 0.9em;
	font-weight : bold;
	margin-top : 2px;
}
.single-ticket .product-description {
	padding: 1em 0;
}

.reserved-count {
	font-size: 1rem;
	display: inline-block;
	position: absolute;
	top: -2px;
	margin-left: 4px;
}

.legend, .form-labels label{
	font-size:1.2em;
	line-height: 30px;
	font-weight: 500;
	color:#999;

}

.backend_subheader_title + .legend{
	padding-top:0;
	mmargin-top:-15px;
}

.highlightColor, .highlightColor:hover, .highlightColor:active, .highlightColor:focus{
	color: #007aff;

}
.highlightBorderColor, .highlightBorderColor:hover, .highlightBorderColor:active, .highlightBorderColor:focus {
	border-color: #007aff;

}
.highlightBackgroundColor, .highlightBackgroundColor:hover, .highlightBackgroundColor:active, .highlightBackgroundColor:focus   {
	background-color: #007aff;
}

legend, .legend{

	font-size: 1.2em;

	line-height: 25px;
	padding: 0px 0 5px 0;

	color:#999;
}

.legend-dark{
	color:#555;
	color:rgba(0,0,0,.69);
}

.legend-sm{
	font-size:1.0em;
	line-height: 20px;
	display:block;
}

.legend.legend-large{
	font-size:1.2em;
	padding:0 0 1em 0;
	color:#333;
}

.legend.legend-medium{
	font-size:1.2em;
	padding:0 0 1em 0;
	color:#333;
}

.legend.legend-small{
	font-size:14px;

	color:#7e7e7e;
}



.legend-green{
	color:#39cd69;
}

.legend-extra-dark{
	color:#555;
	color:rgba(0,0,0,.9);
}

.legend.legend-padding{
	padding-left: 15px;
	padding-right: 15px;

}

.eventHeader{
	padding-top: 10%;
	padding-bottom: 10%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
	border-bottom:5px solid #fff;
}

.eventHeader{
	color: #fff;
	margin: 0;
}

.eventName{
	color: inherit;
	margin:0 0 0 30px;
}


.eventDate{
	font-weight: 400;
	font-size: 1.2em;
	line-height: 24px;
	color: #ddd;
	margin-top: 10px;
	margin-left:30px;
	color: inherit;
}

.headerOverlay{
	background-image: -webkit-linear-gradient( rgba(0,0,0,0.4),rgba(0,0,0,0.4));
	background-image: linear-gradient( rgba(0,0,0,0.4),rgba(0,0,0,0.4));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#70000000, endColorstr=#70000000 );

	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
}

.repeating .checkbox {
	margin-top: 20px;
}


.liveEdit .editable, .shop-edit .organizationContactinfo, .shop-edit .eventAboutInfo, .shop-edit .single-ticket{
	cursor: pointer;
}

.liveEdit .editable:hover{
	cursor: pointer;

}

.liveEdit .featured-image.no-upload {
	background-image: none;
}

.googlemap.address-invalid, .googlemap.address-suggestion{
	display:none;

}

.googlemap.address-invalid, .googlemap.address-suggestion{
	display:none;

}

.event-footer-save {
	position:	fixed;
	bottom: 0;
	left:	20%;
	right: 0;
	border-color: #e5e5e5;
	border-top-width: 5px;
	background-color:#fff;
	z-index: 10;
}

.event-survey-footer {
	left:	0;
}

/**
 Extra questions & options
*/
.modal .modal-body {
	overflow: hidden;
}

.extra-questions-group {
	position: relative;
	/*padding-bottom: 8px;*/
	display: inline-block;
	z-index: 1;
}


.question-body legend {
	margin-bottom: 0;
}

.form-preview-default-fields{
	padding: 0 10px;
}
.extraFieldList {
	list-style-type: none;
	padding-left: 10px;
}

.extraFieldList li {
	line-height: 2.5rem;
}

.extraFieldList .drag_handle:hover {
	cursor: move;
}

.extraFieldList .drag_handle {
	margin-right: 10px;
}

.question-body {
	padding: 0;
}

.categoryFields {
	background-color:#F0F0F0;
	border:1px solid #CCCCCC;
	padding:16px 20px;
}
.categoryFields fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.account_photo, .organization_logo{
	background-size: cover;
	background-repeat: no-repeat;
	display:inline-block;
	background-size: contain;
	background-position: center center;
}

.account_photo{
	border-radius: .2rem;
}

/**
	Widget: Shop link widget
*/
.company-link-domain {
	float: left;
}

.event-slug-form {
	position: relative;
}

.event-slug-input {
	float: left;
}

.event-slug-label, .current-event-url {
	line-height: 34px;
	font-weight: 400;
	margin-bottom: 0;
}

.current-event-url {
	min-height: 34px;
}

.event-slug-form .edit-slug {
	position: absolute;
	top: 0;
	display: none;
}

.edit-slug-button {
	margin-top: 10px;
}

.event-slug-form .slug-error #EventSlug {
	border-color: #e74c3c;
	color: #e74c3c;
}

#eventAbout{
	min-height: 44px;
	line-height:1.7em;
}
.edit-slug-status {
	display: inline-block;
	margin-left: 20px;
}

.edit-slug-status * {
	line-height: 35px;
}

.edit-slug-status .edit-slug-invalid {
	color: #e74c3c;
	display: none;
}

.edit-slug-status .edit-slug-valid {
	color: #2ecc71;
	display: none;
}

.edit-slug-valid .glyphicon, .edit-slug-invalid .glyphicon {
	padding-right: 5px;
}

.widget-shop-settings {
	text-align: left;
	max-width: 650px;
	margin: 0 auto;
	clear: both;
}

.widget-shop-settings label {
	margin-right: 10px;
	line-height: 30px;
}

.widget-shop-settings .bootstrap-switch {
	float: right;
}

.bg-hightlight-top{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6ffd8+0,ffffff+20 */
	background: #c6ffd8; /* Old browsers */

	background: linear-gradient(to right, #c6ffd8 0%,#ffffff 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ffd8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
/**
	Paydro Color Picker
*/
.design_menu {
	padding: 0;
}

.paydro-color-picker {
	display: block;
	color: #fff;
	cursor: pointer;
	background-image: url('/svg/highlight-color.svg');
	background-repeat: no-repeat;
	padding-left: 36px;
	font-weight: 400;
	border: 1px solid #fff;
}

.paydro-color-picker:hover {
	color: #fff;
}

.paydro-color-picker .color-preview {
	width: 44px;
	height: 44px;
	display: block;
	border-radius: 50%;
	background-image: url('/svg/palet.svg');
}

.color-picker-scheme {
	width: 230px;
	background-color: #ffffff;
	padding: 5px 5px 0px 5px;
	position: absolute;
	height: 0px;
	overflow: hidden;
	left: -2px;
	z-index: 1;
	top:50px;
	border-radius: 0 0 10px 10px;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.color-picker-scheme.show{
	box-shadow: 0px 8px 15px 2px rgba(150,150,150,.3);
	height:230px;
}
/**
	Payment section
*/
.payment-button-section {
	border-bottom-width: 5px;
}

.btn-confirm-free {
	float: right;
}

.color-scheme {
	padding-left: 0;
}

.color-scheme .color {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin: 2px;
	border-radius: 2px;
}

input.hex-color {
	float: left;
	width: auto;
	margin-left: 2px;
	width: 128px;
}

.color-config {
	margin-top: 5px;
	margin-bottom: 5px;
}

.color-config .choose-color {
	margin-left: 4px;
	width:84px;
	padding: 7px 12px;
}

.color-scheme li {
	list-style-type: none;
}

.thumb_16{width:16px;height:16px}
.thumb_20{width:20px;height:20px}
.thumb_24{width:24px;height:24px}
.thumb_32{width:32px;height:32px}
.thumb_36{width:36px;height:36px}
.thumb_48{width:48px;height:48px}
.thumb_72{width:72px;height:72px}
.thumb_192{width:192px;height:192px}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { bottom:-60px; } to { bottom:0px; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


@-webkit-keyframes slideUpIn { from { bottom:-60px; } to { bottom:0px; } }
@-moz-keyframes slideUpIn { from { bottom:-60px; } to { bottom:0px; } }
@keyframes slideUpIn { from { bottom:-60px; } to { bottom:0px; } }


/**
 Spinner
*/
.spinner
{
	-webkit-animation: rotation 1.4s linear infinite;
	animation: rotation 1.4s linear infinite;
	stroke: #007aff;
	width: 20px;
	height: 20px;
}

.white .spinner {
	stroke: #ffffff;
}

.font-1em{
	font-size:1em;
}

.font-2em{
	font-size:2em;
}

.font-3em{
	font-size:3em;
}

.font-4em{
	font-size:4em;
}

.font-5em{
	font-size:5em;
}


/**
	Error pages
*/
.company-overview-page .event-not-found  h2 {
	margin-top: 0;
}

.company-overview-page .event-not-found hr {
	margin: 30px 0 40px 0;
}

.error-page {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.error-page .error-404 {
	flex: 1;
	padding-top: 50px;
	padding-bottom: 50px;
}

.error-404 h3 {
	margin-bottom: 10px;
	font-size: 1.8rem;
}

.error-404 ul li {
	line-height: 2.8rem;
	font-size: 1.7rem;
}

.error-404 .error-content {
	float: left;
	width: 60%;
	padding-top: 120px;
}

.error-404 .error-image {
	float: left;
	width: 40%;
}

.error-404 .error-image img {
	max-width: 100%;
}


/**
 Signup
*/
#slug_overlay {
	font-weight: normal;
	-webkit-transition: width 2s;
	-moz-transition: width 2s;
	-o-transition: width 2s;
	transition: width 2s;
	max-width: 95%;
	overflow: hidden;
	white-space: pre;
	color: rgba(0,0,0,0);
	z-index: 5;
	font-size: 18px;
	position: absolute;
	margin: 1.1rem;
	pointer-events: none;
	border-left: 1px solid;
	border-color: rgba(0,0,0,0);
}

#slug_overlay::before {
	color: #9e9ea6;
	content: "http://";
}
#slug_overlay::after {
	color: #9e9ea6;
	content: ".paydro.com";
}

#CompanySlug {
	position: relative;
	padding-left: 6.1rem;
}

/**
	Calendar component
*/
.shop .show-more-days {
	margin: 30px auto;
	display: inline-block;
	font-size: 1.4rem;
	width: auto;
}

.calendar .header {
	font-size: 1.4rem;
	font-weight: 500;
}

.shop .calendar {
	display: none;
}

.shop .calendar:first-child {
	display: inline-block;
}

/*.shop .calendar-wrapper {
	display: none;
}*/

.calendar-wrapper {
	margin: 0 auto;
	max-width: 350px;
	overflow: hidden;
	/*width: 100%;*/
}

.edit.calendar-wrapper {
	max-width: 100%;
}

.calendar {
	float: left;
	max-width: 350px;
}

.edit .calendar {
	max-width: 570px;
}

.calendar .header {
	text-align: center;
}

.calendar span {
	border-radius: 999px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.calendar .has-products span {
	border: 1px solid #000;
	transition: background-color 200ms linear;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
}

.calendar .has-products span:hover {
	cursor: pointer;
}

.calendar .has-products .highlightBackgroundColor {
	transition: background-color 200ms linear;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;

	color: #fff;
}

#ajax .calendar .has-products.sold-out span,
#ajax .calendar .has-products.sold-out span.highlightBorderColor {
	background-color: #e74c3c;
	border-color: #e74c3c;
	color: #ffffff;
}

.edit .calendar .day span {
	line-height: 1rem;
	width: auto;
	height: auto;
}

.calendar .day,
.calendar .day input {
	text-align: center;
}

.calendar td.day {
	padding: 5px 5px;
}

.calendar tr td:first-child{
	padding: 5px 5px 5px 0;
}

.calendar tr td:last-child{
	padding: 5px 0px 5px 5px;
}

.calendar .day span {
	margin-bottom: 8px;
	display: inline-block;
	font-size: 1.4rem;
}

.calendar .day input {
	margin-bottom: 5px;
}

.calendar .day input[disabled] {
	background-color: #eee;
}

.calendar .calendar-header {
	font-size: 1.7rem;
	text-align: center;
}

.calendar .previous-month {
	display: inline-block;
	float: left;
}

.calendar .next-month {
	content: ">";
	display: inline-block;
	float: right;
}

.calendar .previous-month,
.calendar .next-month {
	cursor: pointer;
	display: none;
}

.calendar-wrapper.edit .previous-month,
.calendar-wrapper.edit .next-month {
	display: inline-block;
}

.calendar-wrapper.edit .calendar:first-child .previous-month {
	display: none;
}

.shop .calendar-wrapper .different-month {
	color: #999;
}

.calendar-wrapper .calendar {
	margin-bottom: 20px;
}

/**
	Shop Repeating Products
*/
.current-event-date {
	float: left;
	font-size: 2rem;
}

.page-bottom-bar #intercom-container .intercom-launcher {
	bottom: 120px;
}

input.slug {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 10px;
	border: none;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	font-size: 18px;
	width: 100%;
	height:auto;
}


#_DymoLabelFrameworkJslPlugin{
	position: absolute;
	top:0
}


.liveEdit :target, .backend:target {
	animation: target-fade .7s 2 .5s;
	-moz-animation: target-fade .7s 2 .5s;
	-webkit-animation: target-fade .7s 2 .5s;
}

/**
	Wizard next
*/
.wizard-next {
	background-color: #ffffff;
	height: 80px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

.wizard-next .btn {
	margin-top: 11px;
}

.shop .wizard-next {
	border-top: 5px solid #e5e5e5;
}

.shop .wizard-next .btn {
	margin-top: 8px;
}

/**
	Design event wizard
*/
.design-event-wizard {
	padding: 0;
}

.design-event-wizard h2 {
	margin-top: 0;
}

.design-event-wizard .wizard-image {
	margin-bottom: 10px;
	height: 95px;
	margin-right: 10px;
	width: 100%;
	display: inline-block;
	float: left;

	max-width: -moz-calc(33.33333333334% - 6.666666667px);
	max-width: -webkit-calc(33.33333333334% - 6.666666667px);
	max-width: -o-calc(33.33333333334% - 6.666666667px);
	max-width: calc(33.33333333334% - 6.666666667px);
}

.design-event-wizard .wizard-image:nth-child(3n) {
	margin-right: 0;
}

.design-event-wizard .wizard-image > div {
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.design-event-wizard .wizard-image:hover {
	cursor: pointer;
}

.design-event-wizard .color-picker-scheme {
	overflow: visible;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
}

.design-event-wizard .color-scheme {
	margin: -4px;
}

.design-event-wizard .choose-color {
	display: none;
}

.image-picker-wrapper {
	width: 100%;
	float: left;
	padding-right: 270px;
}

.color-picker-wrapper {
	max-width: 240px;
	margin-right: -240px;
	right: 240px;
	position: relative;
	float: right;
}

/**
	Signin buttons
*/
.form-signin-bottom{
	position: absolute;
	bottom:20px;;
	left:0;
	right:0;
}
.form-signin button, .form-signin a.button{

	font-size:1.8em;
	padding: .4em 1.1em;
	border-radius: 40px;
	padding-left: 40px;
	padding-right: 40px;
}

@-webkit-keyframes target-fade{
	0%	{
		background-color:rgba(0,0,0,0)
	}
	50%	{
		background-color:#B2D7FF
	}
	100%	{
		background-color:rgba(0,0,0,0)
	}

}

@-moz-keyframes target-fade{
	0%	{
		background-color:rgba(0,0,0,0)
	}
	50%	{
		background-color:#B2D7FF
	}
	100%	{
		background-color:rgba(0,0,0,0)
	}
}

@keyframes target-fade{
	0%	{
		background-color:rgba(0,0,0,0)
	}
	50%	{
		background-color:#B2D7FF
	}
	100%	{
		background-color:rgba(0,0,0,0)
	}
}


@-webkit-keyframes rotation
{
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@keyframes rotation
{
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

.circle
{
	stroke-dasharray: 187;
	stroke-dashoffset: 0;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-animation: turn 1.4s ease-in-out infinite;
	animation: turn 1.4s ease-in-out infinite;
}

@-webkit-keyframes turn
{
	0% {
		stroke-dashoffset: 187;
	}

	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}

@keyframes turn
{
	0% {
		stroke-dashoffset: 187;
	}

	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}

/** Wizard steps  **/

.wizardtab-wrapper {
	max-width:100%;
	margin:0 auto;
	padding: 20px 0;
}

.wizard-tabs {
	max-width: 1440px;
	list-style-type:none;
	text-align:center;
	margin: 0 auto;
	padding-left: 0;
}

.wizstep {
	display:inline-block;
	width: 20%;
	padding-bottom:.5em;
	text-align:center;
	font-size: 1.8rem;
	position:relative;
}

.wizstep span {
	display: block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	margin:0 auto;
	margin-bottom:1em;

	-moz-border-radius: 30px;
	border-radius: 30px;

	background-color: #d2d1d1;
	color: white;
	font-size:.8em;
	position: relative;
	z-index:2;
}
.wizstep-line{
	background-color:#ccc;
	height:5px;
	width:50%;
	position:absolute;
	top:15px;
}
.wizstep-line.finish, .wizstep-line.wizactive{
	background-color: #4bc46d;
}

.wizstep-line-right.wizactive{
	background-color:#ccc;

}
.wizstep-line-right{
	right:0;
}

.wizstep-line-left{
	left:0;
}

.finish span {
	background-color: #4bc46d;
}

.wizactive {
}

.wizactive span {
	background-color: #333;
}

.light{
	font-weight: 400;
}


.font-w700{
	font-weight: 700;
}

.font-w600{
	font-weight: 600;
}

.font-w500{
	font-weight: 500;
}

.font-w400{
	font-weight: 400;
}
.font-w300{
	font-weight: 300;
}

.font-w200{
	font-weight: 200;
}

.font-w100{
	font-weight: 100;
}

@media (max-width: 1470px) {

	.error-404 .error-content {
		padding-top: 60px;
	}

}

@media (max-width: 1200px) {

	.error-404 .error-content {
		padding-top: 0;
	}

}



@media (max-width: 992px) {

	.col-btn.col-sm-12+.col-btn.col-sm-12 {
		margin-top: 15px;
	}

}

@media (max-width: 880px) {
	.wizardtab-wrapper {
		margin-bottom:0px;
	}
}

@media (max-width: 767px) {

	.xs-padding-5{
		padding:5px;
	}
	.xs-padding-10{
		padding:10px;
	}
	.xs-padding-15{
		padding:15px;
	}
	.xs-padding-20{
		padding:20px;
	}
	.xs-padding-25{
		padding:25px;
	}
	.xs-padding-30{
		padding:30px;
	}



	.xs-text-left{
		text-align: left;

	}
	.xs-text-right{
		text-align: right;
	}
	.xs-max-width-200{
		max-width: 200px;
	}
	.xs-max-width-300{
		max-width: 300px;
	}



	.xs-padding-left-50{
		padding-left:0px;
	}

	.xs-padding-left-5{
		padding-left:5px;
	}
	.xs-padding-left-10{
		padding-left:10px;
	}
	.xs-padding-left-20{
		padding-left:20px;
	}
	.xs-padding-left-30{
		padding-left:30px;
	}
	.xs-padding-left-40{
		padding-left:40px;
	}

	.xs-padding-right-0{
		padding-right:0px;
	}
	.xs-padding-right-5{
		padding-right:5px;
	}
	.xs-padding-right-10{
		padding-right:10px;
	}
	.xs-padding-right-20{
		padding-right:20px;
	}
	.xs-padding-right-30{
		padding-right:30px;
	}
	.xs-padding-right-40{
		padding-right:40px;
	}


	.xs-left--20{
		margin-left:-20px;
	}

	.xs-left--10{
		margin-left:-10px;
	}
	.xs-left--5{
		margin-left:-5px;
	}
	
	.xs-left-0{
		margin-left:0px;
	}
	.xs-left-5{
		margin-left:5px;
	}
	.xs-left-10{
		margin-left:10px;
	}
	.xs-left-20{
		margin-left:20px;
	}
	.xs-left-30{
		margin-left:30px;
	}
	.xs-left-40{
		margin-left:40px;
	}
	
	.xs-right--20{
		margin-right:-20px;
	}

	.xs-right--10{
		margin-right:-10px;
	}
	.xs-right--5{
		margin-right:-5px;
	}
	.xs-right-0{
		margin-right:0px;
	}
	.xs-right-5{
		margin-right:5px;
	}
	.xs-right-10{
		margin-right:10px;
	}
	.xs-right-20{
		margin-right:20px;
	}
	.xs-right-30{
		margin-right:30px;
	}
	.xs-right-40{
		margin-right:40px;
	}
	
	.xs-right-55{
		margin-right:55px;
	}
	


	.xs-float-none{
		float: none;
	}
	.xs-float-right{
		float:right;
	}

	.xs-float-left{
		float:left;
	}

	.modal .modal-dialog {
		margin-bottom: 100px;
	}


	div.eventHeader{
		height: auto;
		background-repeat: no-repeat
	}



	div.eventHeader h1, .event_network h1 {
		font-size: 1.7em;
		line-height: 1em;
		font-weight: 400;
	}

	.xs-font-w700{
		font-weight: 700;
	}

	.xs-font-w600{
		font-weight: 600;
	}

	.xs-font-w500{
		font-weight: 500;
	}

	.xs-font-w400{
		font-weight: 400;
	}

	.xs-font-w300{
		font-weight: 300;
	}

	.xs-font-w200{
		font-weight: 200;
	}

	.xs-font-w100{
		font-weight: 100;
	}



	.xs-font-1em{
		font-size:1em;
	}
	.xs-font-1-1em{
		font-size:1.1em;
	}
	.xs-font-1-2em{
		font-size:1.2em;
	}
	.xs-font-1-5em{
		font-size:1.5em;
	}
	.xs-font-2em{
		font-size:2em;
	}
	.xs-font-3em{
		font-size:3em;
	}

	.xs-w5{
		width: 5%;
	}
	.xs-w10{
		width: 10%;
	}
	.xs-w15{
		width: 15%;
	}
	.xs-w20{
		width: 20%;
	}
	.xs-w25{
		width: 25%;
	}
	.xs-w30{
		width: 30%;
	}
	.xs-w33{
		width: 33.33%;
	}
	.xs-w35{
		width: 35%;
	}
	.xs-w40{
		width: 40%;
	}
	.xs-w45{
		width: 45%;
	}
	.xs-w50{
		width: 50%;
	}
	.xs-w55{
		width: 55%;
	}
	.xs-w60{
		width: 60%;
	}
	.xs-w65{
		width: 65%;
	}
	.xs-w66{
		width: 66.66%;
	}
	.xs-w70{
		width: 70%;
	}
	.xs-w75{
		width: 75%;
	}
	.xs-w80{
		width: 80%;
	}
	.xs-w85{
		width: 85%;
	}
	.xs-w90{
		width: 90%;
	}
	.xs-w95{
		width: 95%;
	}
	.xs-w100{
		width: 100%;
	}
}

@media (min-width: 768px) {

	.sm-padding-left-5{
		padding-left:5px;
	}
	.sm-padding-left-10{
		padding-left:10px;
	}
	.sm-padding-left-20{
		padding-left:20px;
	}
	.sm-padding-left-30{
		padding-left:30px;
	}
	.sm-padding-left-40{
		padding-left:40px;
	}

	.sm-padding-right-5{
		padding-right:5px;
	}
	.sm-padding-right-10{
		padding-right:10px;
	}
	.sm-padding-right-20{
		padding-right:20px;
	}
	.sm-padding-right-30{
		padding-right:30px;
	}
	.sm-padding-right-40{
		padding-right:40px;
	}

	.sm-left-5{
		margin-left:5px;
	}
	.sm-left-10{
		margin-left:10px;
	}
	.sm-left-20{
		margin-left:20px;
	}
	.sm-left-30{
		margin-left:30px;
	}
	.sm-left-40{
		margin-left:40px;
	}

	.sm-right-5{
		margin-right:5px;
	}
	.sm-right-10{
		margin-right:10px;
	}
	.sm-right-20{
		margin-right:20px;
	}
	.sm-right-30{
		margin-right:30px;
	}
	.sm-right-40{
		margin-right:40px;
	}

	.sm-float-none{
		float: none;
	}
	.sm-float-right{
		float:right;
	}

	.sm-float-left{
		float:left;
	}

	.sm-font-1em{
		font-size:2em;
	}

	.sm-font-2em{
		font-size:2em;
	}

	.sm-w5{
		width: 5%;
	}
	.sm-w10{
		width: 10%;
	}
	.sm-w15{
		width: 15%;
	}
	.sm-w20{
		width: 20%;
	}
	.sm-w25{
		width: 25%;
	}
	.sm-w30{
		width: 30%;
	}
	.sm-w33{
		width: 33.33%;
	}
	.sm-w35{
		width: 35%;
	}
	.sm-w40{
		width: 40%;
	}
	.sm-w45{
		width: 45%;
	}
	.sm-w50{
		width: 50%;
	}
	.sm-w55{
		width: 55%;
	}
	.sm-w60{
		width: 60%;
	}
	.sm-w65{
		width: 65%;
	}
	.sm-w66{
		width: 66.66%;
	}
	.sm-w70{
		width: 70%;
	}
	.sm-w75{
		width: 75%;
	}
	.sm-w80{
		width: 80%;
	}
	.sm-w85{
		width: 85%;
	}
	.sm-w90{
		width: 90%;
	}
	.sm-w95{
		width: 95%;
	}
	.sm-w100{
		width: 100%;
	}


	.sm-interface-border-top{
		border-top: solid 1px #e5e5e5;
	}
	.sm-interface-border-right{
		border-right: solid 1px #e5e5e5;
	}
	.sm-interface-border-bottom{
		border-bottom: solid 1px #e5e5e5;
	}
	.sm-interface-border-left{
		border-left: solid 1px #e5e5e5;
	}


	.sm-pad-left-10{
		padding-left:10px;
	}

	.sm-pad-right-10{
		padding-right:10px;
	}

	.sm-pad-left-20{
		padding-left:20px;
	}

	.sm-pad-right-20{
		padding-right:20px;
	}



}

@media (min-width: 992px) {
	.md-float-none{
		float: none;
	}
	.md-float-right{
		float:left;
	}

	.md-float-left{
		float:left;
	}


	.md-w5{
		width: 5%;
	}
	.md-w10{
		width: 10%;
	}
	.md-w15{
		width: 15%;
	}
	.md-w20{
		width: 20%;
	}
	.md-w25{
		width: 25%;
	}
	.md-w30{
		width: 30%;
	}
	.md-w33{
		width: 33.33%;
	}
	.md-w35{
		width: 35%;
	}
	.md-w40{
		width: 40%;
	}
	.md-w45{
		width: 45%;
	}
	.md-w50{
		width: 50%;
	}
	.md-w55{
		width: 55%;
	}
	.md-w60{
		width: 60%;
	}
	.md-w65{
		width: 65%;
	}
	.md-w66{
		width: 66.66%;
	}
	.md-w70{
		width: 70%;
	}
	.md-w75{
		width: 75%;
	}
	.md-w80{
		width: 80%;
	}
	.md-w85{
		width: 85%;
	}
	.md-w90{
		width: 90%;
	}
	.md-w95{
		width: 95%;
	}
	.md-w100{
		width: 100%;
	}


	.md-interface-border-top{
		border-top: solid 1px #e5e5e5;
	}
	.md-interface-border-right{
		border-right: solid 1px #e5e5e5;
	}
	.md-interface-border-bottom{
		border-bottom: solid 1px #e5e5e5;
	}
	.md-interface-border-left{
		border-left: solid 1px #e5e5e5;
	}



}


@media (min-width: 1200px) {

	.lg-float-none{
		float: none;
	}
	.lg-float-right{
		float:left;
	}

	.lg-float-left{
		float:left;
	}


	.lg-w5{
		width: 5%;
	}
	.lg-w10{
		width: 10%;
	}
	.lg-w15{
		width: 15%;
	}
	.lg-w20{
		width: 20%;
	}
	.lg-w25{
		width: 25%;
	}
	.lg-w30{
		width: 30%;
	}
	.lg-w33{
		width: 33.33%;
	}
	.lg-w35{
		width: 35%;
	}
	.lg-w40{
		width: 40%;
	}
	.lg-w45{
		width: 45%;
	}
	.lg-w50{
		width: 50%;
	}
	.lg-w55{
		width: 55%;
	}
	.lg-w60{
		width: 60%;
	}
	.lg-w65{
		width: 65%;
	}
	.lg-w66{
		width: 66.66%;
	}
	.lg-w70{
		width: 70%;
	}
	.lg-w75{
		width: 75%;
	}
	.lg-w80{
		width: 80%;
	}
	.lg-w85{
		width: 85%;
	}
	.lg-w90{
		width: 90%;
	}
	.lg-w95{
		width: 95%;
	}
	.lg-w100{
		width: 100%;
	}
}

.main, .menu{
	padding-left:40px;
	padding-right:40px;
}
@media (max-width: 1480px) {

	.hr.hr-fill{
		margin: 10px -20px;
	}
}

@media (max-width: 768px){
	.social-buttons {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.error-404 .error-content,
	.error-404 .error-image {
		width: 100%;
	}

}

@media (max-width: 600px) {

	.image-picker-wrapper {
		padding-right: 0;
	}

	.color-picker-wrapper {
		left: 0;
		float: none;
		right: 0;
		margin-right: 0;
		display: inline-block;
		margin-top: 20px;
	}

	.color-picker-wrapper .color-config {
		display: inline-block;
	}
}

@media (max-width: 550px) {
	.reserved-count {
		margin-left: 15px;
	}
}

/* responsive top menu backend */

/*.topbar-navigation {
			 display:block;
}

@media screen and (max-width:652px) {
		.topbar-navigation {
			 display:block;
			 padding-top:50px;
		}
} */

/* topbar backend menu */

.sub-nav {
	display:none;
}

.topbar-menu-btn {
	border-radius:5px;
	padding:.5em 1em;
	color:#555;
	cursor: pointer;
}

.navright-30 {
	margin-right:30px;
}

/* topbar navigation backend menu */

@media (max-width: 992px){
	.collapse-topmenu a, .collapse-menu a{
		display: block;
		float:none;
		border-bottom:1px solid #e5e5e5;

	}

	.collapse-topmenu a:last-child{
		border-bottom: none;
	}

	.collapse-topmenu{
		text-align: center;
	}


}


/* sub navigation backend menu */
.submenu-nav a{
	display:block;
}

@media (max-width: 992px){
	.sm-right-10{
		margin-right:10px;
	}

	#submenu-wrapper{
		padding-top:0px;
		/*padding-bottom: 10px; */
		/* background-color:#f6f6f6; */
	}
	.sub-nav {
		display:block;
		height:50px;
		float:right;
		z-index: 5;
		position: fixed;
		padding-right: 10px;
		right:0;
	}

	.submenu-nav a{
		padding: 1.5em 0;
	}

	.collapse-submenu a, .collapse-menu a{
		display: block;
		float:none;
	}

	.collapse-submenu a:last-child{
		border-bottom: none;
	}

}

@media (min-width: 992px){
	.submenu-nav{
		display: none;
	}
	.hidden-sub-nav{
		display:block;
	}
}

@media screen and (min-width:744px) {
	.bot-15{
		margin-bottom:0px;
	}
}

/*event menu */

.eventMenuItem-container {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;

}

.left-pad {
	padding:0 1em;
}

@media screen and (max-width:1080px) {
	.left-pad {
		padding:0 1em 0 0;
	}
}

/* event icons menu */

a.border_bottom_active > span.hidden-xs {
	display:block !important;
}

.top-event-menu-icons {
	display:none;
}

@media (max-width: 768px){
	.top-event-menu-icons {
		display:flexbox;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display:flex;
		justify-content: space-between;
	}
}


/*Emailings style*/

.emailings-main {
	width:70%;
	padding-right:20px;
}

.emailings-aside {
	width:30%;
	padding-left:20px;
	border-left: solid 1px #e5e5e5;
}

@media (max-width: 770px){
	.emailings-main {
		width:100%;
		padding-right:0px;
	}

	.emailings-aside {
		width:100%;
		padding-left:00px;
		border-left: none;
	}

}


/* reponsive menu & containers  */


@media screen and (min-width:992px) {
	.hide-mobile{
		display:block;
	}

	.hide-desktop {
		display:none;
	}

	.w70-100 {
		width:70%;
	}

	.w30-100 {
		width:30%;
	}

	.w20-100 {
		width:20%;
		padding-left:20px;
	}

	.w80-100 {
		width:80%;
		padding-right:20px;
		border-right: solid 1px #e5e5e5;
	}
}

@media screen and (max-width:991px) {
	.main, .menu {
		padding-left:  20px;
		padding-right:  20px;
	}

	.vertical-menu .flat-button{
		padding-left:  20px;
	}
	.vertical-menu .flat-button.vertical-menu-sub {
		padding-left:  30px;
	}

	.hide-mobile{
		display:none;
	}

	.hide-desktop {
		display:block;
	}

	.w70-100 {
		width:100%;
	}

	.w30-100 {
		width:100%;
	}

	.w20-100 {
		width:100%;
		padding-left:0px;
		margin-bottom:30px;
	}

	.w80-100 {
		width:100%;
		padding-right:0px;
		border-right:none;
	}
}


/* responsive slide in menu */

/* wrapper */
.has-active-menu {
	overflow: hidden;
}

/* sidenav button */
.sidenav-btn {
	display:block;
	cursor:pointer;

}

.sidenav-btn a{
	margin: .5em 0;
	display: inline-block;
	border-radius: 5px;
	padding: .5em 1em;
	color: #555;
	cursor: pointer;
}

/* The side navigation menu */
.sidenav {
	height: 100%; /* 100% Full-height */
	width: 250px;
	position: fixed; /* Stay in place */
	z-index: 100; /* Stay on top */
	top: 0;
	left: 0;
	transform: translateX(-250px);
	background-color:#f5f5f5;
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav-open {
	transform: translateX(0px);
}

/* The navigation menu links */
.sidenav a, .sidenav div.flat-button {
	padding: 12px 8px 12px 32px;
	text-decoration: none;
	color: #333;
	display: block;
	transition: 0.2s ease-out;
}

.sidenav  .flat-button.vertical-menu-sub {
	clear: left;
	display: block;
	width: 100%;
	padding: 10px 0px 10px 60px;
}


.sidenav a.flat-button.border_bottom_active {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 10px;
	background-color: #46a9ff;
	color: #fff;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
	color: #1988f7;
}

/* */

.sidenav a.indent {
	padding-left:50px;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	display:block;
	margin-bottom:1em;
	color:#333;
}

.sidenav .closebtn:hover {
	background-color:#e4e4e4;
	color:#333;
}


/* mask */

.mask {
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	opacity: 0;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	transition: opacity 0.3s;
}

/* responisve side top menu styling */


/* The side navigation menu */
.sidenav-top {
	width: 100%;
	position: fixed; /* Stay in place */
	z-index: 100; /* Stay on top */
	top: 0;
	left: 0;
	transform: translateY(-100%);
	background-color:#f5f5f5;
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav-top-open {
	transform: translateY(0);
}

/* The navigation menu links */
.sidenav-top a {
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #333;
	display: block;
	transition: 0.2s ease-out;
	line-height:45px;
}

.sidenav-top a.flat-button.border_bottom_active {
	border-bottom: none;

	background-color: #46a9ff;
	color: #fff;
}

/* When you mouse over the navigation links, change their color */
.sidenav-top a:hover, .offcanvas a:focus{
	color: #1988f7;
}


/* Position and style the close button (top right corner) */
.sidenav-top .closebtn {
	display:block;
	color:#333;
}

.sidenav-top .closebtn:hover {
	background-color:#e4e4e4;
	color:#333;
}


@media screen and (max-width:992px) {
	.top_menu .sidenav-top a  {
		line-height: 24px;
	}
}


/* center form on max 768px */

.form-sm-center {
	float:left;
	margin:0 0 0 10px;
}

@media screen and (max-width:768px) {

	.form-sm-center {
		margin: 0 auto;
		float:none;
		margin:0 auto 0 auto;
	}


}



@keyframes floatup2{
  20%{
    opacity:.999
  }
  100%{
		transform:translate3d(0,0,0);
		
  }

}





