body {
	background-color:#FFFFFF;
}
.btn-image {
	width:120px;
}
.btn-publish,
.btn-publish:hover {
	padding-left: 12px !important;
	padding-right: 12px !important;
	color: #ffffff !important;
	background-color: #3c763d !important;
	border-color: #3c763d !important;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-support,
.btn-support:hover {
	padding-left: 12px !important;
	padding-right: 12px !important;
	color: #ffffff !important;
	background-color: #3276b1 !important;
	border-color: #3276b1 !important;
	border: 1px solid transparent;
	border-radius: 4px;
}
.language-selection {
	margin-left: 42px;
}
#spinner-container {
	min-width:100px;
}
.switcher-example {
	height: 100px;
}
#loading-container {
	background-color:#fcf8e3;
	border-bottom:1px solid;
	border-color:#faebcc;
	color:#8a6d3b;
}
#loading-text {
	padding-left: 40px;
}
.notification-container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top:174px;
}
.alert-guide {
	margin-bottom: 0px;
}
.guide-label {
	font-weight: normal;
	color: #333333;
	font-size: 14px;
	font-weight: 300;
}
.guide-container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.guide-container > .panel-heading {
	border: none;
}
.guide-form-container {
	margin-left: auto;
	margin-right: auto;
}
.welcome-guide-step,
.publish-guide-step {
	padding: 15px;
	background-color: #f2f2f2;
	border-radius: 4px;
	border: 1px solid #e0dede;
}

.publish-guide-button-container > a,
.publish-guide-button-container > button,
.welcome-guide-button-container > a,
.welcome-guide-button-container > button {
	margin-top: 15px !important;
	margin-left: 5px;
	float: none !important;
}
.publish-guide-button-container,
.welcome-guide-button-container {
	text-align: right;
}
.panel-welcome-guide,
.panel-publish-guide {
	padding-top: 5px;
}
.alert-welcome-guide {
	margin-bottom: 15px;
}
.guide-form-container input {
}
.guide-form-container button {
	margin-top: 20px;
	float: right;
}
.btn-start-guide-export {
	margin-right: 10px;
}
.btn-start-guide,
.btn-cancel-guide {
	float: right;
}
.btn-cancel-guide,
.btn-cancel-guide:hover {
	margin-right: 5px;
	float: right;
	color: #ffffff;
	background-color: #383434;
	border-color: #000;
}
.error-container {
	margin-top:120px;
	text-align: center;
}
.error-unauthorized-container {
	text-align:center;
	padding-top:174px;
	padding-bottom:40px;
}
.footer {
	text-align: center;
	height:25px;
	line-height:25px;
	color: #aaa;
	font-size: 12px;
    background-color: #383434;
}
.quotes-wrapper {
    background-color: #f2f2f2;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.quotes {
	color: #999999;
    width: 80%;
    margin: 0 auto;
    display: inline-block;
}
.quote {
	text-align: left;
	font-style: italic;
	padding: 10px;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
}
@media (max-width: 850px) {
    .quote {
        width: 100%;
        margin-top: 0px;
    }
    .quote_sep {
        border-bottom: 1px solid #cccccc;
    }
}
@media (min-width: 851px) {
    .quote {
        width: 33%;
    }
}


.quotee,
.quotee a,
.quotee a:active {
	color: #999999;
	font-style: normal;
	font-weight: bold;
}
.quotee a:hover {
	font-style: normal;
	color: #428bca;
}

#footer nav {
	min-height:25px;
}
#footer span a,
#footer span a:active,
#footer span a:hover {
	color: #aaa;
	text-decoration:none;
}
.trial {
    padding: 20px;
    padding-top: 88px;
    padding-bottom: 150px;
}
.progress {
	height:10px;
	margin-bottom: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color:#b0b0b0;
}
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8, li.L9 {
	list-style-type: decimal !important;
}

.translation-form-container > form .btn-primary {
	margin-right:5px;
}
.message-container {
	color:#ffffff;
	padding:10px;
	margin-bottom:10px;
	border: 1px solid;
}
.table-row-property {
	text-align: right;
	width: 200px;
}
.table-row-property-left {
	text-align: left;
	width:200px;
}
.table-row-progress-property {
	text-align: left;
	width: 200px;
}
.table-row-image-property {
	text-align: right;
	width: 400px;
}

table.welcome {
	margin-top:40px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
}
table.welcome > tr {
	height:100px;
}
td.welcome-topic {
	text-align:left;
	vertical-align:top;
	width:300px;
	height:80px;
}
td.welcome-content {
	text-align: left;
	vertical-align:top;
	width:500px;
	height:80px;
}
td.welcome-topic > h4 {
	padding:0;
	margin:0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align:middle;
}
ol {
	margin: 10px 0 0 0;
}
.red {
	background-color:#e40000;
	border-color:#FFF;
	color:#FFF;
}
.red a {
	color:#FFF;
	text-decoration:underline;
}
.red a:active {
	color:#FFF;
	text-decoration:underline;
}
.red a:hover {
	color:#FFF;
	text-decoration:underline;
}
.green {
	background-color:#ebf8a4;
	border-color: #000;
	color:#000;
}
.yellow {
	background-color:#feb800;
	border-color:#000;
	color:#000;
}
.yellow a {
	color:#000;
	text-decoration:underline;
}
.yellow a:active {
	color:#000;
	text-decoration:underline;
}
.yellow a:hover {
	color:#000;
	text-decoration:underline;
}
#form_cancel.btn-primary {
	background-color: #383434;
	border-color: #000;
}
.btn-primary {
	background-color: #428bca;
}
.btn {
	padding: 6px 12px;
}
.search-form {
	position:relative;
	margin-bottom:30px;
}
.search-form-left-only { 
	margin: 0 110px 0 0;
}
.search-form-left { 
	position: absolute; left: 0; top: 0; width: 210px;
}
.search-form-center {
	margin: 0 110px 0px 280px;
}
.search-form-right {
	position: absolute; right: 0; top: 0; width: 100px;
}
.search-form-left > .btn {
	width:210px;
}
.search-form-right > .btn {
	width:100px;
}
.login-container-wrapper {
    width: 100%;
    text-align: center;
}
.login-container {
    padding: 20px;
    margin-top: 164px;
    margin-bottom: 80px;
}
.login-details {
    width: 60%;
    margin: 0 auto;
    text-align: left;
    margin-top: 50px;
}
.login-details > ul > li {
    font-size: 20px;
    padding-left: 10px;
}
h1.lp,
h2.lp {
    margin-bottom: 20px;
    color: #383434;
}
.quotes > h2.lp {
    color: #999999;
}
.login-form-left > input,
.login-form-right > button {
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
}
@media (min-width: 651px) {
    .login-form {
        display: inline-block;;
    }
    .login-form-left {
        min-width: 300px;
        display: inline;
        float: left;
    }
    .login-form-right {
        display: inline;
        float: left;
        margin-left: 10px;
    }
}

@media (max-width: 650px) {
    .login-form-left {
        width: 100%;
    }
    .login-form-left > input {
        width: 100%;
    }
    .login-form-right {
        width: 100%;
        margin-top: 10px;
    }
    .login-form-right > button {
        width: 100%;
    }
}

.sidebar {
	padding-top:74px;
	width:200px;
	position:absolute;
}
.content {
	padding-top:74px;
	margin-left:200px;
	min-width:795px;
}
.translation-label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
.seo-form-control,
.seo-form-control[readonly] {
	background: #ffffff;
	color: #000000;
	height: 100px !important;
}
#translation-area.form-control {
	height:300px;
	overflow: auto;
}
#asset-translation-area.form-control {
	height:200px;
	overflow: auto;
}
.disabled {
	color:#CCCCCC;
}
.grey-column {
	background-color:#383434;
	color:#FFFFFF;
	padding:10px 0px 10px 10px;
	margin-bottom: 10px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 5px 5px;
	margin-bottom: -1px;
	background-color: transparent;
	font-size: 14px;
}
.variant > .list-group-item {
	border:none;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.list-group {
	margin-bottom: 0px;
	padding-left: 0;
}
textarea.form-control {
	height:300px;
	margin-bottom:15px;
}
.asset > textarea.form-control {
	height:200px;
}
#asset-translation-area {
	height:200px;
	position:relative;
}
#asset-translation-area span.asset-context {
	display:none;
}

#asset-translation-area:hover span.asset-string,
#asset-translation-area:hover span.asset-note {
	display:none;
}
#asset-translation-area:hover span.asset-context {
	display:inline;
}
.asset-note {
	color: #cccccc;
	margin: 5px;
	font-size:11px;
	position:absolute;
	bottom: 0;
	right: 0;
}
span.asset-context pre {
	background-color:#fff;
	border: none;
	padding: 0;
	margin: 0;
}
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav > li > a {
	padding: 6px;
	margin-top:30px;
	margin-right: 15px;
}
#header-navigation.navbar-header {
	float: left;
}
#header-navigation.navbar-collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
#header-navigation.navbar-brand {
	margin-left: 0px;
}
#header-navigation.navbar .open .dropdown-menu {
	position: absolute;
	float: left;
	padding:0px;
	background-color: #fff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-width: 0 1px 1px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#header-navigation.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #000000;
}
#header-navigation.navbar-default .navbar-nav .open .dropdown-menu > li.new-language-link {
	border-top:1px solid;
	border-color:#CCCCCC;
}
#header-navigation.navbar-default .navbar-nav .open .dropdown-menu > li.new-language-link > a,
#header-navigation.navbar-default .navbar-nav .open .dropdown-menu > li.export-language-link > a,
#header-navigation.navbar-default .navbar-nav .open .dropdown-menu > li.import-language-link > a,
#header-navigation.navbar-default .navbar-nav .open .dropdown-menu > li.translate-language-link > a {
	color:#CCCCCC;
}
#header-navigation.navbar .open .dropdown-menu > li > a {
	color: #000000;
	padding:10px 15px;
}
#header-navigation.navbar .open .dropdown-menu > li > a:hover,
#header-navigation.navbar .open .dropdown-menu > li > a:focus,
#header-navigation.navbar .open .dropdown-menu > .active > a,
#header-navigation.navbar .open .dropdown-menu > .active > a:hover,
#header-navigation.navbar .open .dropdown-menu > .active > a:focus {
	color: #FFFFFF !important;
	background-color: #428bca !important;
}
#header-navigation.navbar .open .dropdown-menu > .disabled > a,
#header-navigation.navbar .open .dropdown-menu > .disabled > a:hover,
#header-navigation.navbar .open .dropdown-menu > .disabled > a:focus {
	color: #000000 !important;
	background-color: transparent !important;
}
#header-navigation.navbar-default {
	background-color: #383434;
	border-color: #383434;
		min-width:995px;
	
}
#header-navigation.navbar-default .navbar-nav > li > a {
	color: #CCCCCC;
}
#header-navigation.navbar-default .navbar-nav > li > a:hover,
#header-navigation.navbar-default .navbar-nav > li > a:focus {
	color: #FFFFFF;
	background-color: transparent;
}
#header-navigation.navbar-default .navbar-nav > .open > a,
#header-navigation.navbar-default .navbar-nav > .open > a:hover,
#header-navigation.navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #FFFFFF;
}
#header-navigation.nav .open > a,
#header-navigation.nav .open > a:hover,
#header-navigation.nav .open > a:focus {
	background-color: transparent;
	border-color: #428bca;
}
#sidebar-navigation.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
#sidebar-navigation.nav > li.disabled.nav-header > a {
	cursor: default;
	font-size: 12px;
	color:#cac5b5;
	border:none;
	padding-left: 15px;
	padding-top: 13px;
	text-transform: uppercase;
	background-color:transparent;
}
#sidebar-navigation.navbar .nav > li > a {
    float: none;
    line-height: 19px;
    padding: 9px 10px 11px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color:  #ddd;
}
#sidebar-navigation.nav-pills > li > a {
	font-size:14px;
	border-radius: 0px;
	color: #333333;
	border-top: 1px solid #efede6;
	border-bottom: 1px solid #efede6;
}
#sidebar-navigation.nav > li > a:hover,
#sidebar-navigation.nav > li > a:focus {
	text-decoration: none;
	background-color: #e9e6db;
	border-top: 1px solid #cac5b5;
	border-bottom: 1px solid #cac5b5;
}
#sidebar-navigation.nav-stacked > li + li {
	margin-top: 0px;
	margin-left: 0;
	margin-right: 1px;
}
.panel-description {
	font-size:14px;
}
.panel-heading {
	font-size: 20px;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #FFFFFF;
	border-color: #cac5b5;
}
.panel {
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	font-weight:300;
	line-height: 1.428571429;
	color: #000000;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
  background-color: #ffffff;
}
.impressum {
	padding: 40px;
}
div.tooltip-inner {
	text-align: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
	background-color: #383434;
	font-size: 12px;
}
.fileUpload {
	position: relative;
	overflow: hidden;
}
.fileUpload input.change {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.help-block {
	margin-top: 0px;
	color: #a94442;
}
.beta {
	color: #e40000;
}
.image-original,
.image-translation {
	padding: 4px;
	border: 1px solid;
	border-color: #cccccc;
	max-width:100%;
	margin-bottom: 10px;
}
.image-original-container,
.image-translation-container {
	min-height:100px;
}

.center {
	text-align: center;
}
.btn-delete,
.btn-delete:hover {
	padding-left: 12px !important;
	padding-right: 12px !important;
	color: #ffffff !important;
	background-color: #cc0000 !important;
	border-color: #cc0000 !important;
	border: 1px solid transparent;
	border-radius: 4px;
}

.redactor_toolbar {
	box-shadow: none !important;
}
.redactor_editor {
	border: 1px solid #cccccc !important;
}
.original_content[readonly] {
	background: #222222;
	color: #cccccc;
}
div.currency-row > select {
	height: 35px;
	margin-bottom: 20px;
}
div.currency-row > div {
	height: 35px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.btn-force-sync {
	float: right;
	width: 100px;
}
.btn-force-sync,
.btn-force-sync:hover {
	background-color: #cc0000;
	border-color: #aa0000;
}
.btn-modal-cancel,
.btn-modal-cancel:hover {
	background-color: #383434;
	border-color: #000;
	color: #ffffff;
}
/* EXPORT */
label.export {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
div#export-intro {
	padding-top: 15px;
}
#export-intro > a {
	float: right;
}

#export-step-1 > a,
#export-step-2 > a,
#export-step-3 > a {
	float: right;
	margin-top: 20px;
}

#import-step-1 > label,
#import-step-2 > label,
#import-step-3 > label,
#import-step-4 > label,
#export-step-1 > label,
#export-step-2 > label,
#export-step-3 > label {
	color: #333333;
	font-size: 14px;
	font-weight: 300;
}

#export-step-1-description,
#export-step-2-description,
#export-step-3-description,
#export-step-1,
#export-step-2,
#export-step-3,
#export-final-step-2-description {
	display: none;
}
#export-final-step-2-description {
	padding-bottom: 0;
	font-size: 14px;
}
#export-step-1-description,
#export-step-2-description,
#export-step-3-description {
	padding-bottom: 0;
}

#export-step-1,
#export-step-2,
#export-step-3 {
	padding: 15px;
	background-color: #f2f2f2;
	border-radius: 4px;
	border: 1px solid #e0dede;
}
.btn-form-container {
	text-align:right;
}
.btn-form-container > a,
.btn-form-container > button {
	margin: 0;
	float: none;
	margin-left: 5px;
}
.btn-previous,
.btn-previous:hover {
	color: #ffffff;
	background-color: #383434;
	border-color: #000;
}
.panel-export {
	padding-top: 0;
}

/* DOWNLOAD */
#downloads {
	padding: 5px;
}
.outer-download-container {
	padding:10px;
	width: 50%;
	float: left;
}
.download-container {
	height: 190px;
	background-color: #f2f2f2;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #e0dede;
}
.download-container > h3 {
	margin: 0;
	margin-bottom: 5px;
}
.download-container > .panel-heading {
	background-color: #f2f2f2;
}
.download-description {
	height: 92px;
}
.download-button-container {
	margin-top: 10px;
	text-align: right;
}
.btn-download {
	width: 140px;
}
.download-back-button-container {
	margin-top: 20px;
	text-align: right;
}
/* IMPORT */
label.import {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
div#import-intro {
	padding-top: 15px;
}
#import-intro > a {
	float: right;
}

#import-step-1 > a,
#import-step-2 > a,
#import-step-3 > a,
#import-step-4 > a {
	float: right;
	margin-top: 20px;
}

#import-step-1-description,
#import-step-2-description,
#import-step-3-description,
#import-step-4-description,
#import-step-1,
#import-step-2,
#import-step-3,
#import-step-4 {
	display: none;
}
#import-step-1-description,
#import-step-2-description,
#import-step-3-description,
#import-step-4-description {
	padding-bottom: 0;
}
#import-step-4-description {
	margin-bottom: 15px;
}

#import-step-1,
#import-step-2,
#import-step-3 {
	padding: 15px;
	background-color: #f2f2f2;
	border-radius: 4px;
	border: 1px solid #e0dede;
}
#import-step-3 {
	margin-top: 10px;
}
.btn-form-container {
	text-align:right;
}
.btn-form-container > a,
.btn-form-container > button {
	margin: 0;
	float: none;
	margin-left: 5px;
}
.btn-previous,
.btn-previous:hover {
	color: #ffffff;
	background-color: #383434;
	border-color: #000;
}
.panel-import {
	padding-top: 0;
}
.outer-import-container {
	width: 50%;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.428571429;
	color: #000000;
	padding-bottom: 20px;
}
.outer-import-container-left {
	padding-right: 10px !important;
}
.outer-import-container-right {
	padding-left: 10px !important;
}
.import-container {
	height: 200px;
	background-color: #f2f2f2;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #e0dede;
}
.import-container > h3 {
	margin: 0;
	margin-bottom: 5px;
}
.import-container > .panel-heading {
	background-color: #f2f2f2;
}
.import-description {
	height: 102px;
}
.import-button-container {
	margin-top: 10px;
	text-align: right;
}
.btn-import {
	float: none !important;
	margin: 0 !important;
	width: 140px;
}
.alert-danger-import {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.428571429;
}
.alert-danger-import-failures {
	margin-top: 15px;
}
.price-notification {
	margin-bottom: 0;
	border-radius: 0px;
}
.theme-lang-src {
    background-color: #f5f5f5;
    border: 1px solid;
    border-color: #cccccc;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px;
}
.theme-lang-src-label {
    margin-bottom: 10px;
}
ul.dropdown-menu {
    overflow-x: hidden;
    max-height: 600px;
}
.import-shopify-theme-translations {
    display: inline-block;
    width: 100%;
}
#import-shopify-theme-translations-selector {
    display: inline;
    width: 89%;
    float: left;
}
#import-shopify-theme-translations-button {
    display: inline;
    width: 10%;
    float: right;
}