body {
	background: #f9f9f9;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
}

.sidebar-container {
	display: block;
	width: 230px;
}

.sidebar {
	position: fixed;
	top:60px;
	bottom:0;
	height:100%;
	left:0;
	width:230px;
	background:#1d232b;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	box-sizing: border-box;
}

.sidebar a {
	float:left;
	position:relative;
	width:100%;
	background:#1d232b;
	padding: 12px 20px;
	box-sizing: border-box;
	font-size:13px;
	color: #9e9e9e;
	text-decoration:none;
}

.sidebar a .arrow::after {
	content: "\f0d7";
}

.sidebar a .arrow {
	transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
	opacity: 1;
    margin-left: 0;
    font-family: 'FontAwesome';
    position: absolute;
    top: 12px;
    display: block;
    right: 19px;
}

.sidebar a:hover {
	color: #fff;
}

.sidebar a::after {
	content: '';
	position: absolute;
	right: 0;
	left: 50px;
	bottom: 0;
	border-bottom: 1px solid #202830;
}

.sidebar a .icon {
	font-weight: normal;
	font-size: 14px;
	min-width: 26px;
	display: block;
}

.sidebar span.nav-item-name {
	margin-left: 0;
	position: relative;
	top: -1px;
	display: block;
}

.nav-submenu {
	float:left;
	width:100%;
	background-color: #171c22;
	position: relative;
	padding: 5px 0 5px 50px;
	margin:0;
	list-style-type: none;
	box-sizing: border-box;
}

.nav-submenu li.nav-group {
	float:left;
	width:100%;
	position: relative;
}

.sidebar li .nav-submenu .nav-group:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 10px;
	left: -27px;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color: #222a32;
	box-shadow: 0 0 0 2px #1a2026;
}

.nav-submenu li a {
	background:none;
	padding: 5px 20px 5px 0px;
}

.nav-submenu li a::after {
	border:0;
}

.nav-submenu:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 26px;
	z-index: 1;
	width: 1px;
}

.nav-submenu:after {
	background-color: #212831;
}

li.menu-item {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type: none;
}

li.group:after {
	content: '';
	position: absolute;
	right: 0;
	left: 50px;
	bottom: 0;
}

.sidebar span.active-icon {
	color: #fdb933;
}

div.whitelabeler {

	float: left;
	width: 1030px;
	margin-top: 90px;
	position: relative;
	left: 230px;
}

div#header {
	position: fixed;
	width:100%;
	min-width:712px;
	height:60px;
	background: #fff;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(0, 0, 0, 0.03);
		z-index: 999;
}

div#logo {
	background: #4e5d9d;
	width:230px;
	height:60px;
	text-align: center;
	float:left;
}

div#links {
	float:left;
	margin-left:30px;
	margin-top: 18px;
}

div#links a {
	margin:10px 25px;
	font-size:1.2em;
}

a.mautic-link {
	color: #4e5d9d;
}

a.mautic-hover {
	color: #3d497b;
}

svg.mautic-logo-figure {
    width: 32px;
    height: 60px;
}

svg.mautic-logo-text {
    height: 60px;
    width: 98px;
    position: relative;
    top:-2px;
    left:-5px;
}

svg.mautic-logo-figure .m, .mautic-brand > svg.mautic-logo-figure .m-arrow, svg.mautic-logo-figure .m-arrow {
    fill: #fdb933;
}

svg.mautic-logo-figure .circle {
    fill: #fff;
}

svg.mautic-logo-text .m, svg.mautic-logo-text .a, svg.mautic-logo-text .u, svg.mautic-logo-text .t, svg.mautic-logo-text .i, svg.mautic-logo-text .c {
    fill: #fff;
}

div.container {
	max-width: 1000px;
}

label {
	margin:0;
	line-height: 1.2;
}
small {
	color: #a2a2a2;
}

div#options {
	width:100%;
	padding:30px;
	background:#fff;
	border-radius: 4px;
	border: 1px solid #ebedf0;
	-webkit-box-shadow: 0px 1px 1px #f3f3f3;
	box-shadow: 0px 1px 1px #f3f3f3;
	padding-bottom: 100px;
}

div#console {
	float:left;
	padding:0.9em 1.4em;
	background:#383a42;
	width:100%;
	height:200px;
	font-family: monospace;
	font-size: 0.9em;
	color: #9a9eaf;
	overflow: hidden;
}

div#console:hover {
	overflow-y:scroll;
}

#waiting-for-input,
#waiting-for-input-success,
#looking-for-installation,
#looking-for-installation-success,
#looking-for-installation-error,
#updating-css,
#updating-css-success,
#updating-css-error,
#updating-companyname,
#updating-companyname-success,
#updating-companyname-error,
#updating-images,
#updating-images-success,
#updating-images-error,
#regenerating,
#regenerating-success,
#regenerating-error,
#clearing,
#clearing-success,
#clearing-error,
#complete
{
	display: none;
}

div#console p {
    margin: 0;
    padding: 0.3em 0;
}

div#console span.arrow {
	font-weight:bold;
	letter-spacing: 2px;
	color:#fff;
}

div#console span.success {
	color:#81ff81;
}
div#console span.error {
	color:#ff6d6d;
}

div#login_preview {
	float:left;
	width:100%;
	max-width: 468px;
}

div#login_preview .mautic-logo {
    width: 150px;
    margin: 0 auto;
    background: #fff;
}

div#login_preview .mb-15, .mb-md {
    margin-bottom: 15px !important;
}

div#login_preview .text-center {
    text-align: center;
}

div#login_preview .img-circle {
    border-radius: 50%;
}

div#login_preview .form-group {
    margin-bottom: 15px;
}

div#login_preview .mb-15, .mb-md {
    margin-bottom: 15px !important;
}

div#login_preview .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

div#login_preview .btn-primary {
    color: #fff;
    background-color: #4e5d9d;
    border-color: #4e5d9d;
}

div#login_preview .panel-body {
    padding: 15px;
}

div#login_preview svg:not(:root) {
    overflow: hidden;
}

div#login_preview .mautic-logo > svg.mautic-logo-figure .circle {
    fill: #4e5e9e;
}
div#login_preview .mautic-logo > svg.mautic-logo-figure .m, .mautic-logo > svg.mautic-logo-figure .m-arrow {
    fill: #fdb933;
}
div#login_preview .mautic-logo > svg.mautic-logo-figure .m, .mautic-logo > svg.mautic-logo-figure .m-arrow {
    fill: #fdb933;
}

div#login_preview .mt-10, .mt-sm {
    margin-top: 10px !important;
}

h2 {
	margin-top:0;
}
.panel-body {
	padding:0;
}
.panel-primary {
	border-color: #4e5d9d;
}
.panel-primary>.panel-heading {
	border-color: #4e5d9d;
	background-color: #4e5d9d;
	text-align: center;
	height: 40px;
}
button.btn-default {
	background-color: #4e5d9d;
	border-color:#4e5d9d;
	color:#fff;
	font-size:1.5em;
	padding:0.5em 1.5em;
}
button.btn-default:hover {
	background-color: #3d497b;
	border-color: #3d497b;
	color:#fff;
}
small.path-fail, small.url-fail {
	word-break: break-word;
	display: none;
	color:red;
}
small.path-success, small.url-success {
	display: none;
	color:#1db91d;
}

.spinner {
  text-align: center;
  display: none;
}

.spinner > div {
  width: 10px;
  height: 10px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.panel {
    border: 1px solid #ebedf0;
    -webkit-box-shadow: 0px 1px 1px #f3f3f3;
    box-shadow: 0px 1px 1px #f3f3f3;
}

div#overlay {
	z-index: 9999;
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0, 0, 0, 0.75);
}

div#overlay i {
	color: #FFF;
    font-size: 72px;
    position: absolute;
    top: 335px;
    width: 100%;
    text-align: center;
}

div#overlay span {
	width: 100%;
	text-align: center;
	color: #FFF;
	position: absolute;
	top: 420px;
	font-size: 21px;
	letter-spacing: 5px;
	font-weight: 300;
}

small {
	color:#000;
}

div#basic {
	float:left;
	width:100%;
	margin:10px 0;
}

div#basic, div#colors, div#sidebarcolors, div#sidebarlogo, div#loginlogo, div#favicon {
	float:left;
	width:100%;
	padding:10px 20px;
	background: #f9f9f9;
	border: 1px solid #e2e1e4;
	margin:0 0 20px 0;
	border-radius: 4px;
}

.col-md-3 {
	padding:0 5px;
}

input[type="file"] {
	width: 180px;
}

h3 {
	margin: 10px 0;
    font-size: 22px;
}

.consolewindow {
	z-index: 9999;
	width:100%;
	max-width: 468px;
}

a#forgot {
	color: #4e5d9d;
}

@keyframes blinker {
  50% { opacity: 0; }
}

.blink {
  animation: blinker 1s linear infinite;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

  @media (min-width: 1199px) {
    &.affix-top {
    }

    &.affix {
      position: fixed;
      top: 20px;
      bottom: 100px;
    }

    &.affix-bottom {
    }
  }
}

.affix {
	position: fixed !important;
	width: 100% !important;
}

button.btn-default:hover, button#login_button:hover {
	background: #3d497b;
	border-color: #3d497b;
}

.form-control:focus {
	border-color: #ccc;
	box-shadow: none;
}

.input-group-addon {
	min-width: 45px;
}

li.support {
	border: 1px solid #4e5d9d;
	margin-top: 10px;
	box-shadow: 0 0 30px inset #4e5d9d;
	padding: 10px;
	width: 90%;
	margin-left: 11px;
	position: absolute;
	bottom: 72px;
	display: none;
	border-radius: 5px;
}

.support h1 {
	color: #fdb933;
	margin: 15px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom:0;
}

.support p {
	color: #929dab;
	margin: 15px;
	margin-top:8px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.3;

}

.sidebar a.btn-support {
	background-color: #4e5d9d;
	border:0px !important;
	color: #fff !important;
	float: none !important;
	font-weight:bold;
	width: 90% !important;
	margin:5px 10px 10px 10px !important;
}

.sidebar a.btn-support::after {
	border-bottom: 0px !important;
}

.sidebar a.btn-support:hover {
	background-color: #3d497b !important;
	color: #fff;
}

#actions .btn {
	font-size: 15px !important;
	margin: 0 5px;
}

#notification {
	display: block;
	margin-top:20px;
	text-align: center;
}

#notification p {
	display:none;
}

#notification p.success {
	color: #1db91d;
}

#notification p.fail {
	color: red;
}

div#sidebar-logo-loaded {
	position: relative;
	display: none;
}

div#login-logo-loaded {
	position: relative;
	display: none;
}

div#favicon-loaded {
	position: relative;
	display: none;
}

div#sidebar-logo-loaded p, div#login-logo-loaded p, div#favicon-loaded p {
	display: block;
	border: 1px solid #e2e1e4;
	border-radius: 4px;
	padding: 10px;
}

div#sidebar-logo-loaded a, div#login-logo-loaded a, div#favicon-loaded a {
	position: absolute;
	right: 12px;
	top: 6px;
	color: red;
	font-size: 20px;
}

div#sidebar-logo-loaded span, div#login-logo-loaded span, div#favicon-loaded span {
	padding-right: 30px;
}

.sidebar-logo-error, .login-logo-error, .favicon-error {
	color: red;
	display: none;
}

.field-container {
	position: relative;
}

#url-loading, #path-loading {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #9c9c9c;
	background: rgba(156, 156, 156, 0.7);
}

#url-loading i, #path-loading i {
	color: white;
	font-size: 28px;
	position: absolute;
	top: 3px;
	left: 45.5%;
}

div#footer {
	color: #8393a2;
	font-size: 13px;
	text-align: center;	
}

#open-config a {
    display: block;
    width: 100%;
    margin: 2px 0;
    padding: 10px;
    background: #efefef;
    color: black;   
    text-decoration: none;
}

#open-config a:hover {
    background: #e4e4e4;
}