html {
	font: 12px sans-serif;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
  	min-height: 100%;	
}		

*:focus, input {
	outline: 0;
}		


/* UI SLIDER */

/*! jQuery UI - v1.11.4 - 2015-10-13
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #ccc;
	background: #fff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #31708f;
	background: #31708f;
	font-weight: bold;
	color: #1c94c4;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) !important;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	cursor: pointer;
 	background-color: #338cb8;
    border-color: #338cb8;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
 	background-color: #338cb8;
    border-color: #338cb8;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
 	background-color: #338cb8;
    border-color: #338cb8;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
 	background-color: #338cb8;
    border-color: #338cb8;
}

.showhand {
	cursor: pointer;
}

.header {
    background: url("../gfx/cream.png");
    border-bottom: 1px solid #ddd;
    padding: 15px 0 15px 20px;
}

.header .version {
	position: relative;
	top: -4px;
	left: 4px;
	display: inline-block;
	color: #00305d;
	font-weight:bold;
	font-size: 14px;
}

body {
	background: url(../gfx/main-back.png);
	width: 100% !important;
	padding: 0 !important;
 	margin-bottom: 26px;
}

input, select, textarea, span, .form-control, .alert {
	border-radius: 0 !important;
	box-shadow: none !important;
}

hr {
	margin: 12px 0 12px 0;
	color: #ccc;
	background: #ccc;
	border-color: #ccc;
}

button, .tab, .btn {
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.5) !important;	
}

.btn:active, .btn.active {
    background-color: #8be59a !important;
}
.login-logo{
	border-radius: 80px; 
	background: #ccc;
	width: 120px;
	height: 120px;
	margin: auto;
	font-size: 100px;
	color: #eee;
	text-align: center;
	line-height: 160px;
}

.margin-bottom {
	margin-bottom: 7px;
}
.no-margin {
	margin: 0;
}

.progressbar-no-padding {
	padding-right: 0;
	padding-left:4px;
}

.input-group-btn, .input-group-addon, .btn, .modal-content{
	border-radius: 0 !important;
}

.input-group .optionsinput {
	height: 30px;	
}

.label-group {
	display: flex;
	flex-direction: column;	
}
.mb-2 {
	margin-bottom: 4px;
}

.tab-btn {
	box-shadow: inset 0 1px 1px #fff;
	height: 40px;
}

.mce-fullscreen {
	z-index: 600 !important;
}

.cattext {
	display: none;
}

table[class*="storecat"]{
	width: 99% !important;
}

/* Ajax Loader */

.loader1, .loader2, .loader3, .loader4 {
	width: 100%;
	height: 186px;
	position: absolute;
	text-align: center;
	padding: 60px 30px 0 0;
	top: 24px;	
	display: none;
}


.vcenter {
    display: inline-block;
	margin-top: 5px;
}

/* tables */

.result-table, .options-table {
	margin-bottom: 0;
}

.result-table .tablehead, .options-table .tablehead {
	cursor: default;
}

.tablehead span {
	cursor: pointer;
}

.result-table-head, .options-table-head {
	color: #333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.result-table th, .options-table th {
	white-space: nowrap;
}

.result-table tr, .tab {
	cursor: pointer;
}

.result-table tr:nth-child(even), .options-table tr:nth-child(even) {
	box-shadow: inset 0 1px 1px #fff;
	background: #eee;
}

.result-table tr:nth-child(odd), .options-table tr:nth-child(odd) {	
	background: #fff;			
}

.result-table tr:hover:not(.tablehead), .options-table tr:hover:not(.tablehead) {
	background: #d9edf7;
}

.result-table .disable-row:hover {
	background: #8be59a !important;
	box-shadow: inset 0 1px 1px #9af4a9 !important;
}	

.account-table {
	border-left: 1px solid #ddd; 
	border-right: 1px solid #ddd;
	background: #fff !important;
	border-bottom: 1px solid #ddd;		
}

.account-table tr {
	box-shadow: inset 0 1px 1px #fff;
	background: #eee;
}

.options-table .bgcolor-red:hover {
	background: #EBCECE !important;
	box-shadow: inset 0 1px 1px #F5E8E8 !important;
}

.options-table .bgcolor-yellow:hover {
	background: #e8cfa4 !important;
	box-shadow: inset 0 1px 1px #F5E8E8 !important;
}		

.result-table .disable-row {
	background: #b5f2bf !important;	
	box-shadow: inset 0 1px 1px #bdffc8 !important;
}

.result-table td:nth-child(7), .result-table td:nth-child(6) {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jsontable th:nth-child(2) {
	width: 10%;
}

.jsontable th:nth-child(3) {
	width: 36%;
}

.jsontable td:nth-child(4) {
	text-align: justify;
}

.jsontable2 th:nth-child(1) {
	width: 20%;
}

.jsontable2 th:nth-child(3) {
	width: 20%;
}

.placeholder-table td:nth-child(1) {
	width: 24%;
	font-weight: bold;
}

.auction-settings {
	padding-top: 20px;
	background: #f0f0f0;
}

.input-pricerange input {
  text-align: left;
}

.input-pricerange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-pricerange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-pricerange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.additional-table {
	width: 99%;
}

.color-grey {
	color: #888;
}

.color-white {
	color: #fff;
}

.bgcolor-red {
	background-color:#f2dede !important;
}
.bgcolor-yellow {
	background-color:#ffdda1 !important;
}

.saving, .creatingObjects, .loader {
	width: 300px;
	min-height:50px;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left:-150px;
	text-align: center;
	background-color: rgba(0,0,0,0.6); 
	color: #fff;
	font-size: 18px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding-top: 10px;	
	z-index: 10000;
}

.shadow{
	text-shadow:2px 0px 1px #FAFAFA,-2px 0px 1px #FAFAFA,0px 2px 1px #FAFAFA,0px -2px 1px #FAFAFA;
	color:#525252;
}

.imgmoveright:hover, .imgmoveleft:hover {
	color: #337ab7;
}

/* Scrollspy */

.spymenu {
	width: 260px;
	background: #ebebeb;
	border-radius: 0;
}

.spymenu:hover {
	z-index: 500;	
}

.spymenu a {
	color: #333 !important;
}

.spymenu a:hover {
	font-weight: bold;
}

.spymenu .active {
	background: #fff !important;
	font-weight: bold;
}

/* Menu tabs */
.content-bg {
	background: #f0f0f0;
	border-bottom: 1px solid #fff;
	box-shadow: inset 0 1px 1px #fff;
	padding-top: 14px;
	padding-bottom: 14px;	
}

.filter-bg {
	background: #f0f0f0;
	border-bottom: 1px solid #fff;
	box-shadow: inset 0 1px 1px #fff;
	padding-bottom: 12px;
}

.filter-bg label {
	margin: 8px 0 2px 0;
	font-weight: bold;
	font-size: 13px;
}

.filter-quali {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.filtercheckbox {
	margin: 0 0 0 1px;
}

.filter-group {
	float:left;
}

.filter-options-group .btn-group:nth-of-type(n+1){
	margin-left: 4px;		
}

.checkbox label {
	-moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.menubar {
    background: linear-gradient(center top , #f8f8f8, #f2f2f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ccc;
    padding: 8px 20px;
	height: 55px;
}

.menubar-small {
	background: linear-gradient(center top , #f8f8f8, #f2f2f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding-left: 16px;
}

.tabmenu-small {
	padding: 6px 12px 10px 12px;
}

.menubar-smhelper {
	position: relative;
	border-top: 1px solid #ccc;
	height:20px;
	margin-top: -4px;
	margin-bottom: -2px;
	background: #f0f0f0;
	z-index: 400;
}

.tabmenubtn {
	padding: 2px;
}

.tabmenubtn button {
	height: 40px;
	display:block;
}

.tabmenu {
	padding: 2px;
}
	
.tabmenu div {
	padding: 0 8px 0 8px;
}	
.tabmenu a, .tabmenu span {
	display: block;
	height: 40px;
	border: 1px solid #ccc;
	padding: 9px 12px 2px 12px;	
	color: #333;   	
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	background: #dddddd;
	box-shadow: inset 0 1px 1px #fff;	
	z-index:500;
}	

.tabmenu a:hover:not(.active), .tabmenu span:hover:not(.active){
	background: #f0f0f0;
}

.tabmenu .disabled {
   pointer-events: none;
   cursor: default;
   color: #888;
}

.tabmenu .active {
	position: relative;
	background: #f0f0f0;
	height: 47px;
	border-bottom: 2px solid #f0f0f0;
	box-shadow: inset 0 1px 1px #fff;	
}		

.insertArticlesTab {
	cursor: pointer;
}

/* Page Flip */

.blaetter_wrapper {
	background: #f2f2f2;
}

.blaetter_wrapper ul {
	padding: 16px 0 16px;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

.blaetter_wrapper ul li {
	display: inline;
}	

/* Images in Modal */
.removeimg:hover {
	color: #a94442;
}



/* Progressbar */

.progress-bar-background {
	background: #f8f8f8;
	border-left: 1px solid #cccccc;	
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	box-shadow: inset 0 1px 1px #fff;	
	background: #dddddd;		
}

.progress {
	margin: 0 8px 8px 8px !important;
	background: #777 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.progress-bar {
	background:	#aaa !important;
	box-shadow: none !important;
}

/* Vortschrittsbalken */
/*@media (max-width: 1440px) {
	.progressbar-step-container {	
		display: none;
	}
}*/

.progressbar-step-container {
	width:100%;
	text-align: center;
}

.progressbar-step-container .progress-step {
	margin: 0 auto;
	width: 100%;
}

.progressbar-step-container .progress-bar-step {
	position: relative;
	height: 26px;
	border: 1px solid #e7e7e7;	
}

.progressbar-step-container .progress-bar-step:before, .progressbar-step-container .progress-bar-step:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.progressbar-step-container .progress-bar-step:before {
	bottom: 0;
	background: url("../gfx/stripes.png") 0 0 repeat;
}

.progress-bar-step1 {
	width: 25%;
	background-color: #d9534f;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;	
}

.progress-bar-step2 {
	width: 50%;
	background-color: #f0ad4e;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;	
}

.progress-bar-step3 {
	width: 75%;
	background-color: #f0db4e;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;	
}

.progress-bar-step4 {
	width: 100%;
	background-color: #5cb85c;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;	
}

.progressbar-step-container .progress-bar-step:after {
	z-index: 2;
	bottom: 45%;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.progressbar-step-container .progress-bar-step-text {
	position: relative;
	margin-top: 6px;
	font: 11px verdana, sans-serif;
	float: left;
	width: 25%;
	z-index: 400;
	color: #fff;
	text-shadow: 0 0 3px #000;
}

.progressbar-step-container .progress-bar-step-text span {
	display: inline-block;
	width: 16px;
	height: 15px;
	border-radius: 28px !important;
	background: white;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 0 #fff;
	color: #333;
}

.progressbar-step-container .progress-bar-step-text-dark {
	position: relative;
	margin-top: 11px;
	font: 11px verdana, sans-serif;
	float: left;
	width: 25%;
	z-index: 400;
	color: #6a6a6a;
}

.progressbar-step-container .progress-bar-step-text-dark span {
	display: inline-block;
	width: 16px;
	height: 15px;
	border-radius: 28px !important;
	background: #6a6a6a;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 0 #fff;
	color: #fff;
}

/* Filter Amount Parts */
.found {
	display: block;
	height: 40px;
	border: 1px solid #ccc;
	padding: 9px 12px 2px 12px;	
	color: #333;   	
	font-size: 14px;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	background: #dddddd;
	box-shadow: inset 0 1px 1px #fff;	
}

.notfound {
	display: block;
	height: 40px;
	border: 1px solid #ccc;
	padding: 9px 12px 2px 12px;	
	margin-top: 12px;
	margin-bottom: 12px;
	color:#a94442;   	
	font-size: 14px;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	background: #f2dede;
	box-shadow: inset 0 1px 1px #fff;	
}

.verifyremovebtn {
	margin-top: 12px;
	margin-bottom: 12px;
	height: 40px;
}

.helper {
	display: block;
	height: 40px;
	border: 1px solid #ccc;
	padding: 9px 12px 2px 12px;	
	margin-top: 12px;
	margin-bottom: 12px;
	color:#31708f;
	font-size: 14px;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	background: #d9edf7;
	box-shadow: inset 0 1px 1px #fff;	
}

.errorhelper {
	background:#f2dede;
	color:#a94442;
}

/*.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 26px;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	background: #f0f0f0;
	box-shadow: inset 0 1px 1px #fff;	
	margin-top: 10px;
}*/

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 26px;
  	text-align: center;
  	border-top: 1px solid #ccc;
  	background: #f0f0f0;
  	font-size: 11px;
	font-weight: bold;
	font-style: italic;	
	box-shadow: inset 0 1px 1px #fff;
	margin-top: 10px;
}



/* Placeholders*/
.placeholdercontainer {
	overflow-y:auto;
	height:600px;
	border:1px solid #ccc;
}

/* Pictures */

.imgcontainer{
	overflow-y:auto;
	height:180px;
	border:1px solid #ccc;
}

.imgrow{
	margin:0 6px 24px 6px;
}

.img-thumbnail{
	border-radius: 0;
	width:100%;
	height: 100%;
	z-index: 400;
}

.imgnumber{
	display: block;
	color:#fff;
	background: rgba(0, 0, 0, 0.6);
	font-size:18px;
	width: 30px;
	text-align: center;
	font-weight:bold;
	position:absolute;
	top:5px;
	left:20px;
	z-index: 500;
}

.removeimg, .deleteimg{
	cursor:pointer;
	display: block;
	position:absolute;
	top:8px;
	right:24px;
	z-index: 500;
}

.imgmoveright{
	cursor:pointer;
	position:absolute;
	top: 46%;
	right: 6px;
	z-index: 500;
}

.imgmoveleft{
	cursor:pointer;
	position:absolute;
	top: 46%;
	left: 6px;
	z-index: 500;
}

.paymentTable td {
	padding: 1px 0 1px 6px !important;
}

/* Tooltip */

.ecarlister-tooltip .tooltip-inner {
	background: #31708f;	
}

.tooltip-inner {
	min-width: 350px;
}


/* Easteregg */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.barrelroll {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes barrelroll {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.barrelroll {
  -webkit-animation-name: barrelroll;
  animation-name: barrelroll;
}


/* Sorttable */


@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
.sortable{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):before { 
    content:"\f0dc\00a0";
    color: #337ab7;
}

th.sorttable_sorted::before {
	content:"\f0de\00a0";
	color: #337ab7;
}
th.sorttable_sorted span:nth-child(2) {
	display: none;
}
th.sorttable_sorted_reverse::before {
	content:"\f0dd\00a0";
	color: #337ab7;
}
th.sorttable_sorted_reverse span:nth-child(2) {
	display: none;
}

table.sortable td {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
