/* 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: #FF0066;
}

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

.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: #FF0066;
  border-color: #FF0066;
  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: rgb(204, 0, 81.6);
  border-color: rgb(204, 0, 81.6);
  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: rgb(204, 0, 81.6);
  border-color: rgb(204, 0, 81.6);
}

.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: rgb(204, 0, 81.6);
  border-color: rgb(204, 0, 81.6);
}

.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: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  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: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}

.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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.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 rgb(84.3605150215, 91.3905579399, 97.6394849785);
  background: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.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: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.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: rgb(211, 158.25, 0);
  border-color: rgb(211, 158.25, 0);
  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: rgb(211, 158.25, 0);
  border-color: rgb(211, 158.25, 0);
}

.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: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  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: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.btn-link {
  color: inherit;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  color: #FF0066;
  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: rgb(76.5, 162.6, 255);
  color: #333333;
}
.label-primary,
.badge-primary {
  background-color: rgb(76.5, 162.6, 255);
  color: #fff;
}
.label-success,
.badge-success {
  background-color: rgb(72.268115942, 211.231884058, 104);
  color: #fff;
}
.label-warning,
.badge-warning {
  background-color: rgb(255, 212.125, 83.5);
  color: #333333;
}
.label-danger,
.badge-danger {
  background-color: rgb(231.2974683544, 118.2025316456, 129.0379746835);
  color: #fff;
}
.label-info,
.badge-info {
  background-color: rgb(53.6666666667, 205.7608695652, 229.8333333333);
  color: #fff;
}
.label-inverse,
.badge-inverse {
  background-color: rgb(76.25, 76.25, 76.25);
  color: #fff;
}
.label-white,
.badge-white {
  background-color: #fff;
  color: #333333;
}
.label-disable,
.badge-disable {
  background-color: white;
  color: rgb(119.085, 119.085, 119.085);
}

/* 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 #FF0066;
}
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: rgb(85.425, 85.425, 85.425);
}
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 rgb(255, 153, 193.8);
}
body #page-wrapper .page-heading .col-lg-12 h2 {
  margin-top: 10px;
}
body #page-wrapper .breadcrumb {
  background-color: #fff;
  color: rgb(136.425, 136.425, 136.425);
}
body #page-wrapper .ibox {
  background-color: #fff;
  border: 1px solid rgb(255, 153, 193.8);
  border-radius: 0.5rem;
}
body #page-wrapper .ibox .ibox-content,
body #page-wrapper .ibox .ibox-title {
  background: none;
  color: rgb(85.425, 85.425, 85.425);
}
body #page-wrapper .ibox .ibox-title {
  border: 0;
}
body a {
  color: #FF0066;
}

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

/* NAVIGATION */
/* MAIN SIDEBAR */
#wrapper {
  background-color: #FF0066;
  background: #FF0066;
}
#wrapper .navbar-default .nav .active {
  background-color: rgb(229.5, 0, 91.8);
  border-left-color: #FF0066;
}
#wrapper .navbar-default .nav .active a {
  background-color: rgb(178.5, 0, 71.4);
  color: #fff;
  padding-left: 21px;
}
#wrapper .navbar-default .nav .active li a {
  background-color: rgb(229.5, 0, 91.8);
  color: #fff;
  padding-left: 29px;
  padding-right: 20px;
}
#wrapper .navbar-default .nav .active li a:hover {
  background-color: rgb(214.2, 0, 85.68);
  color: #fff;
}
#wrapper .navbar-default .nav a {
  color: #fff;
}
#wrapper .navbar-default .nav a:focus, #wrapper .navbar-default .nav a:hover {
  color: #fff;
  background: rgb(214.2, 0, 85.68);
}
#wrapper .navbar-default .nav .nav-second-level a {
  color: rgb(229.5, 229.5, 229.5);
}
#wrapper .navbar-default .nav .nav-second-level a:hover {
  color: #fff;
}
#wrapper .navbar-default .nav .nav-second-level .active a {
  background-color: rgb(255, 51, 132.6);
  color: #fff;
  text-decoration: underline;
}
#wrapper .navbar-default .nav .nav-header {
  border-bottom: 0;
  padding: 10px 25px;
  background-color: #FF0066;
}
#wrapper .navbar-default .nav .nav-header .text-muted {
  color: rgb(34.425, 34.425, 34.425);
}
#wrapper .navbar-default .nav .nav-header a {
  color: rgb(85.425, 85.425, 85.425);
}
#wrapper .navbar-default .nav .nav-header a:hover {
  background: none;
}

/* MINI SIDEBAR */
.mini-navbar #wrapper .navbar-default .nav .active .nav-second-level .active a {
  color: #fff;
}
.mini-navbar #wrapper .navbar-default .nav .active .nav-second-level a {
  color: rgb(229.5, 229.5, 229.5);
}
.mini-navbar #wrapper .navbar-default .nav .active .nav-second-level a:hover {
  color: #fff;
}
.mini-navbar #wrapper .navbar-default .nav .nav-second-level a {
  color: #fff;
}
.mini-navbar #wrapper .navbar-default .nav .nav-second-level a:hover {
  color: #fff;
}
.mini-navbar .nav .active .nav-second-level {
  background: rgb(229.5, 0, 91.8);
}
.mini-navbar .nav-second-level {
  background-color: #FF0066;
}

/* END OF NAVIGATION */
/* LOGIN */
body.login-screen {
  background-color: #FF0066;
  background-repeat: no-repeat;
  background-size: cover;
}
body.login-screen .middle-box.loginscreen {
  width: 400px;
  background-color: #fff;
  border-right: 2px solid #FF0066;
  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: rgb(85.425, 85.425, 85.425);
}

.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;
  }
}

div.login-screen {
  background-image: url(/public/heresafe/images/login-background.jpg);
  background-position: 50% top;
  background-repeat: no-repeat;
  background-size: cover;
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
  height: 100%;
  margin-left: 400px;
}

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

a.dp-item.dp-selected {
  background-colour: rgb(193.8, 0, 77.52) !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: #FF0066;
  border-color: #FF0066;
}
#wrapper .navbar-header .btn-primary:hover {
  background-color: rgb(193.8, 0, 77.52);
  border-color: rgb(193.8, 0, 77.52);
}
#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: #fff;
}
#wrapper .navbar-default .nav .profile-element .dropdown-menu {
  background-color: #fff;
}
#wrapper .navbar-default .nav .profile-element .dropdown-menu li a {
  color: rgb(85.425, 85.425, 85.425);
}
#wrapper .navbar-default .nav .profile-element .dropdown-menu li a:focus, #wrapper .navbar-default .nav .profile-element .dropdown-menu li a:hover {
  color: #fff;
  background: rgb(214.2, 0, 85.68);
}

/* contacts */
.contact-box.center-version.inverse {
  border: 1px solid rgb(255, 153, 193.8);
  background-color: #edf3fa;
  border-radius: 0.8rem;
}
.contact-box.center-version.inverse > a {
  background: none;
  color: rgb(85.425, 85.425, 85.425);
}
.contact-box.center-version.inverse .contact-box-footer {
  background: none;
  border-top: 1px solid rgb(255, 153, 193.8);
}

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

/* 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: #FF0066;
}

.subscription-switch {
  position: relative;
  display: inline-block;
  width: 50px !important;
  height: 23px;
}

.subscription-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.subscription-slider {
  position: absolute;
  cursor: pointer;
  inset: 0 0 0 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
}

.subscription-slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
}

input:checked + .subscription-slider {
  background-color: #ff0066;
}

input:focus + .subscription-slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .subscription-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

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