/* main elements */
/* nav */
.text-warning {
  color: #f0ad4e;
}
.text-danger {
  color: #d9534f;
}
.text-success {
  color: #5cb85c;
}
.text-info {
  color: #5bc0de;
}

.ibox-tools a.btn {
  color: #fff;
}
.ibox-tools a.btn.btn-white {
  color: #676a6c;
  border: 1px solid #e7eaec;
}
.ibox-tools a.btn.btn-white:hover {
  border-color: #d2d2d2;
}

.btn-primary.btn-outline {
  color: #e25e26;
}

.ibox-tools a.btn-outline.btn-primary {
  color: #e25e26;
}

.btn-default.btn-outline {
  color: #6c757d;
}

.btn-success.btn-outline {
  color: #28a745;
}

.btn-info.btn-outline {
  color: #17a2b8;
}

.btn-warning.btn-outline {
  color: #ffc107;
}

.btn-danger.btn-outline {
  color: #dc3545;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}

.btn-warning.btn-outline:hover {
  color: #212529;
}

.btn-primary {
  background-color: #e25e26;
  border-color: #e25e26;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #bc4a19;
  border-color: #bc4a19;
  color: #fff;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #bc4a19;
  border-color: #bc4a19;
}

.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.active[disabled],
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: #bc4a19;
  border-color: #bc4a19;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.active:focus {
  background-color: #1e7e34;
  border-color: #1e7e34;
  color: #fff;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #1e7e34;
  border-color: #1e7e34;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info.active:focus {
  background-color: #117a8b;
  border-color: #117a8b;
  color: #fff;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #117a8b;
  border-color: #117a8b;
}

.btn-default {
  color: #fff;
  background: #6c757d;
  border: 1px solid #6c757d;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
  color: #fff;
  border: 1px solid #545b62;
  background: #545b62;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.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.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  color: #fff;
  background: #545b62;
}

.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning.active:focus {
  background-color: #d39e00;
  border-color: #d39e00;
  color: #212529;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #d39e00;
  border-color: #d39e00;
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.active:focus {
  background-color: #bd2130;
  border-color: #bd2130;
  color: #fff;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #bd2130;
  border-color: #bd2130;
}

.btn-link {
  color: inherit;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  color: #e25e26;
  text-decoration: none;
}

.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  background-image: none;
}

.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
  color: #cacaca;
}

.btn-white {
  color: inherit;
  background: #f8f9fa;
  border: 1px solid #f8f9fa;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}

.btn-white:active,
.btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  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.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
  color: #cacaca;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s;
}

.btn-rounded {
  border-radius: 50px;
}

.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px;
}

button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

button.dim:active {
  top: 3px;
}

button.btn-primary.dim {
  box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999;
}

button.btn-primary.dim:active {
  box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999999;
}

button.btn-default.dim {
  box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999;
}

button.btn-default.dim:active {
  box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999;
}

button.btn-warning.dim {
  box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999999;
}

button.btn-warning.dim:active {
  box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999999;
}

button.btn-info.dim {
  box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999999;
}

button.btn-info.dim:active {
  box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999999;
}

button.btn-success.dim {
  box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999999;
}

button.btn-success.dim:active {
  box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999999;
}

button.btn-danger.dim {
  box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999999;
}

button.btn-danger.dim:active {
  box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999999;
}

button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
}

button.dim:active:before {
  top: 7px;
  font-size: 50px;
}

.btn:focus {
  outline: none !important;
}

.label,
.badge {
  background-color: #4da3ff;
  color: #333333;
}
.label-primary,
.badge-primary {
  background-color: #4da3ff;
  color: #fff;
}
.label-success,
.badge-success {
  background-color: #48d368;
  color: #fff;
}
.label-warning,
.badge-warning {
  background-color: #ffd454;
  color: #333333;
}
.label-danger,
.badge-danger {
  background-color: #e77681;
  color: #fff;
}
.label-info,
.badge-info {
  background-color: #36cee6;
  color: #fff;
}
.label-inverse,
.badge-inverse {
  background-color: #4c4c4c;
  color: #fff;
}
.label-white,
.badge-white {
  background-color: #fff;
  color: #333333;
}
.label-disable,
.badge-disable {
  background-color: white;
  color: #777777;
}

/* BACKGROUND COLOURS */
.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

/* body */
body {
  background-color: #fff;
}
body #page-wrapper {
  background-color: #fff;
  border-left: 1px solid #e56f3c;
}
body #page-wrapper > .border-bottom {
  border-bottom: 0 !important;
}
body #page-wrapper .navbar-fixed-top, body #page-wrapper .navbar-static-top {
  background-color: #fff;
  color: #555555;
}
body #page-wrapper .page-heading {
  background-color: #fff;
  border-bottom: 0 !important;
  padding-bottom: 0;
}
body #page-wrapper .page-heading .col-lg-12 {
  padding-bottom: 15px;
  border-bottom: 1px solid #eea180;
}
body #page-wrapper .page-heading .col-lg-12 h2 {
  margin-top: 10px;
}
body #page-wrapper .breadcrumb {
  background-color: #fff;
  color: #888888;
}
body #page-wrapper .ibox {
  background-color: #fff;
  border: 1px solid #f4c2ad;
  border-radius: 0.5rem;
}
body #page-wrapper .ibox .ibox-content,
body #page-wrapper .ibox .ibox-title {
  background: none;
  color: #555555;
}
body #page-wrapper .ibox .ibox-title {
  border: 0;
}
body a {
  color: #e25e26;
}

/* footer */
.footer {
  background-color: #fff;
}

/* NAVIGATION */
/* MAIN SIDEBAR */
#wrapper {
  background-color: #fae4da;
  background: #fae4da;
}
#wrapper .navbar-default .nav .active {
  background-color: #f7d3c3;
  border-left-color: #e25e26;
}
#wrapper .navbar-default .nav .active a {
  background-color: #f1b196;
  color: #555555;
  padding-left: 21px;
}
#wrapper .navbar-default .nav .active li a {
  background-color: #f7d3c3;
  color: #3c3c3c;
  padding-left: 29px;
  padding-right: 20px;
}
#wrapper .navbar-default .nav .active li a:hover {
  background-color: #fceee7;
  color: #555555;
}
#wrapper .navbar-default .nav a {
  color: #3c3c3c;
}
#wrapper .navbar-default .nav a:focus, #wrapper .navbar-default .nav a:hover {
  color: #555555;
  background: #fceee7;
}
#wrapper .navbar-default .nav .nav-second-level a {
  color: #3c3c3c;
}
#wrapper .navbar-default .nav .nav-second-level a:hover {
  color: #555555;
}
#wrapper .navbar-default .nav .nav-second-level .active a {
  background-color: #e87f53;
  color: #fff;
  text-decoration: underline;
}
#wrapper .navbar-default .nav .nav-header {
  border-bottom: 0;
  padding: 10px 25px;
  background-color: #fae4da;
}
#wrapper .navbar-default .nav .nav-header .text-muted {
  color: #222222;
}
#wrapper .navbar-default .nav .nav-header a {
  color: #555555;
}
#wrapper .navbar-default .nav .nav-header a:hover {
  background-color: #eeeeee;
}

/* MINI SIDEBAR */
.mini-navbar #wrapper .navbar-default .nav .active .nav-second-level .active a {
  color: #555555;
}
.mini-navbar #wrapper .navbar-default .nav .active .nav-second-level a {
  color: #3c3c3c;
}
.mini-navbar #wrapper .navbar-default .nav .active .nav-second-level a:hover {
  color: #555555;
}
.mini-navbar #wrapper .navbar-default .nav .nav-second-level a {
  color: #3c3c3c;
}
.mini-navbar #wrapper .navbar-default .nav .nav-second-level a:hover {
  color: #fff;
}
.mini-navbar .nav .active .nav-second-level {
  background: #f7d3c3;
}
.mini-navbar .nav-second-level {
  background-color: #fae4da;
}

/* END OF NAVIGATION */
/* LOGIN */
body.login-screen {
  background-color: #fceee7;
  background-repeat: no-repeat;
  background-size: cover;
}
body.login-screen .middle-box.loginscreen {
  width: 400px;
  background-color: #fff;
  border-right: 2px solid #e56f3c;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding-left: 50px;
  padding-right: 50px;
}
body.login-screen .middle-box.loginscreen h1.logo-name {
  font-size: 18px;
  letter-spacing: inherit;
  font-weight: normal;
}
body.login-screen .middle-box.loginscreen h1.logo-name > a {
  color: #555555;
}

.login .logo-name {
  font-size: 0;
  margin-bottom: 30px;
  margin-top: 0;
}
.login--container {
  margin: 50px auto 50px;
  overflow: hidden;
  width: 100%;
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */
}
@media only screen and (min-width: 768px) {
  .login--container {
    width: 740px;
  }
}
@media only screen and (min-width: 992px) {
  .login--container {
    width: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .login--container {
    width: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  .login--container {
    padding: 20px;
  }
}
.login--promo {
  float: left;
  width: 100%;
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
}
@media only screen and (min-width: 768px) {
  .login--promo {
    width: 336px;
  }
}
@media only screen and (min-width: 992px) {
  .login--promo {
    width: 608px;
  }
}
@media only screen and (max-width: 768px) {
  .login--promo {
    display: none;
  }
}
.login--promo--title {
  margin-top: 0;
}
.login--promo--description {
  margin-bottom: 20px;
  margin-top: 20px;
}
.login--promo--video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.login--promo--video-wrapper--video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.login--sign-in-form {
  text-align: center;
  width: 300px;
}
@media only screen and (max-width: 992px) {
  .login--sign-in-form {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .login--sign-in-form {
    border-left: 1px dotted rgba(0, 0, 0, 0.2);
    float: left;
    padding-left: 50px;
    margin-left: 50px;
  }
}

@media only screen and (max-width: 768px) {
  body.login-screen .middle-box.loginscreen {
    width: 100%;
    max-width: none;
  }
}
body.login-screen {
  background-image: url(/public/images/stepan-background.jpeg);
  background-position: 50% top;
}

#wrapper .navbar-default .nav .nav-header .dropdown-menu a {
  color: #333333;
}

a.dp-item.dp-selected {
  background-colour: #b34618 !important;
}

.nav-header {
  padding: 0px 25px 0px 25px;
}
.nav-header .logo-element {
  padding: 0px;
  margin: 14px 0px;
}

.top-navigation .navbar {
  background-color: #fff !important;
}
.top-navigation .navbar-brand {
  background: #fff;
  width: 150px;
  height: 70px;
}
.top-navigation .nav > li a {
  padding: 25px 20px;
}
.top-navigation .nav > li a:hover, .top-navigation .nav > li a:focus {
  color: #de0b1c;
}
.top-navigation .nav > li.active > a {
  color: #de0b1c;
}

.form-control:focus, .single-line:focus {
  border-color: #74AA50 !important;
}

#wrapper .navbar-header .btn-primary {
  background-color: #e25e26;
  border-color: #e25e26;
}
#wrapper .navbar-header .btn-primary:hover {
  background-color: #b34618;
  border-color: #b34618;
}
#wrapper .navbar-default .nav .profile-element {
  border-bottom: #cccccc solid 1px;
}
#wrapper .navbar-default .nav .profile-element a,
#wrapper .navbar-default .nav .profile-element .text-muted {
  color: #333333;
}
#wrapper .navbar-default .nav .profile-element .dropdown-menu {
  background-color: #fff;
}
/* contacts */
.contact-box.center-version.inverse {
  border: 1px solid #eea180;
  background-color: #fdf4f0;
  border-radius: 0.8rem;
}
.contact-box.center-version.inverse > a {
  background: none;
  color: #555555;
}
.contact-box.center-version.inverse .contact-box-footer {
  background: none;
  border-top: 1px solid #eea180;
}

/* Loading */
.pace .pace-progress {
  background: #fff;
}

/* Kiosk */
.kioskMode--fullScreen .navbar .navbar-brand img {
  width: 100px;
}
.kioskMode .middle-box {
  margin-top: 0px;
  max-width: 1000px;
  padding: 50px;
}
.kioskMode .avatar {
  max-height: 150px;
}
.kioskMode .contact-box,
.kioskMode .modal-footer {
  border: none;
  border-top: none;
}

/* Contacts */
.contact--details--notes {
  background-color: #ffc107;
  color: #d9534f;
}

/* questionnaire */
.progress-bar {
  background-color: #e25e26;
}

/*# sourceMappingURL=verature.css.map */
