/* Compass */
/* Colours */
/* Navigation bar */
body .navbar.non-responsive {
  color: #000;
  height: 10rem;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }
  body .navbar.non-responsive > .row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 1rem 4rem;
    flex-grow: 1; }
    body .navbar.non-responsive > .row.top {
      min-height: 6rem;
      background: #f7f2e4; }
    body .navbar.non-responsive > .row.below {
      background: #fff; }
      body .navbar.non-responsive > .row.below .nav {
        column-gap: 2rem; }
        body .navbar.non-responsive > .row.below .nav li {
          margin: 0; }
        body .navbar.non-responsive > .row.below .nav a.ui.item {
          font-weight: bold;
          padding: 0; }
  body .navbar.non-responsive .navbar-header {
    font-weight: 700;
    -webkit-transition: 0.3s ease-in-out height;
    -moz-transition: 0.3s ease-in-out height false;
    -o-transition: 0.3s ease-in-out height false;
    transition: 0.3s ease-in-out height; }
    body .navbar.non-responsive .navbar-header:hover, body .navbar.non-responsive .navbar-header:active, body .navbar.non-responsive .navbar-header:focus {
      -webkit-transition: 0.2s ease color;
      -moz-transition: 0.2s ease color false;
      -o-transition: 0.2s ease color false;
      transition: 0.2s ease color;
      color: #1a1a1a; }
    body .navbar.non-responsive .navbar-header li {
      margin: 0; }
    body .navbar.non-responsive .navbar-header a {
      padding: 0;
      background: transparent; }
      body .navbar.non-responsive .navbar-header a img.headimg {
        height: 3.2em; }
  body .navbar.non-responsive .navbar-brand {
    margin-left: 2rem;
    justify-content: flex-start; }
    body .navbar.non-responsive .navbar-brand a {
      color: #000; }
      body .navbar.non-responsive .navbar-brand a:hover, body .navbar.non-responsive .navbar-brand a:active, body .navbar.non-responsive .navbar-brand a:focus {
        color: #000;
        opacity: .5; }
  body .navbar.non-responsive ul li a, body .navbar.non-responsive ul.navbar-nav li a {
    background: transparent;
    color: #000; }
    body .navbar.non-responsive ul li a:hover, body .navbar.non-responsive ul li a:active, body .navbar.non-responsive ul li a:focus, body .navbar.non-responsive ul.navbar-nav li a:hover, body .navbar.non-responsive ul.navbar-nav li a:active, body .navbar.non-responsive ul.navbar-nav li a:focus {
      color: #7c7972; }
    body .navbar.non-responsive ul li a svg, body .navbar.non-responsive ul.navbar-nav li a svg {
      width: 2rem;
      height: 2rem; }
      body .navbar.non-responsive ul li a svg.close-svg, body .navbar.non-responsive ul.navbar-nav li a svg.close-svg {
        display: none; }
  body .navbar.non-responsive .nav .sidebar-toggle-right {
    margin: 0 0.5rem; }

body .navbar-collapse {
  background: #f7f2e4 !important;
  color: #000 !important; }

#vertical-nav.expanded + .navbar.fixed-top,
#vertical-nav.collapsed + .navbar.fixed-top {
  width: 100%;
  margin-left: 0; }

#vertical-nav.expanded + .navbar.fixed-top {
  height: 6rem; }
  #vertical-nav.expanded + .navbar.fixed-top .row.below {
    display: none; }
  #vertical-nav.expanded + .navbar.fixed-top .navigation-svg {
    display: none; }
  #vertical-nav.expanded + .navbar.fixed-top .close-svg {
    display: block; }

@media only screen and (min-resolution: 117dpi) and (max-resolution: 119dpi), only screen and (min-resolution: 131dpi) and (max-resolution: 133dpi), only screen and (min-resolution: 145dpi) and (max-resolution: 154dpi), only screen and (min-resolution: 162dpi) and (max-resolution: 164dpi), screen and (max-width: 820px) {
  .navbar .navbar-brand, .navbar .navbar-collapse.right {
    top: 0;
    max-height: 6rem; } }

/* Sidebar */
#vertical-nav {
  width: 100%;
  position: absolute;
  top: 0; }
  #vertical-nav.collapsed {
    display: none; }
  #vertical-nav.expanded {
    display: flex; }
    #vertical-nav.expanded .sidebar-header, #vertical-nav.expanded .sidebar-wrapper {
      width: 100%; }
    #vertical-nav.expanded .input-group.sidebar-search {
      width: 100%; }
  #vertical-nav .sidebar-header {
    background: #fff; }
    #vertical-nav .sidebar-header .bar {
      background: #000; }
    #vertical-nav .sidebar-header a:hover .bar {
      background: #1a1a1a; }
  #vertical-nav.expanded .sidebar-header {
    width: 100%; }
  #vertical-nav.expanded .sidebar-wrapper {
    height: 100vh;
    -ms-overflow-style: scrollbar;
    background: #f7f7f7 !important; }
  #vertical-nav.expanded.sidebar-loaded .sidebar-wrapper {
    -webkit-transition: 0.2s ease width;
    -moz-transition: 0.2s ease width false;
    -o-transition: 0.2s ease width false;
    transition: 0.2s ease width; }
  #vertical-nav.expanded .ui.item,
  #vertical-nav.expanded .ui.item.title {
    padding-left: 1.5em !important;
    justify-content: flex-start;
    font-size: 2em;
    height: 5rem;
    width: 100%;
    border-bottom: none !important;
    display: flex;
    align-items: center;
    background: #f7f7f7; }
    #vertical-nav.expanded .ui.item .fa,
    #vertical-nav.expanded .ui.item.title .fa {
      width: 3rem; }
    #vertical-nav.expanded .ui.item:before, #vertical-nav.expanded .ui.item:after,
    #vertical-nav.expanded .ui.item.title:before,
    #vertical-nav.expanded .ui.item.title:after {
      display: none; }
    #vertical-nav.expanded .ui.item:hover,
    #vertical-nav.expanded .ui.item.title:hover {
      color: #7c7972 !important;
      background: #f7f7f7 !important; }
    #vertical-nav.expanded .ui.item.active:hover,
    #vertical-nav.expanded .ui.item.title.active:hover {
      background: #eaeaea !important; }
  #vertical-nav.expanded .input-group.sidebar-search {
    color: #000;
    background: #f7f7f7;
    -webkit-transition: 0.3s ease background, 0.5s ease border-bottom-color;
    -moz-transition: 0.3s ease background false, 0.5s ease border-bottom-color false;
    -o-transition: 0.3s ease background false, 0.5s ease border-bottom-color false;
    transition: 0.3s ease background, 0.5s ease border-bottom-color;
    border-bottom: 1px solid #eaeaea; }
    #vertical-nav.expanded .input-group.sidebar-search:focus, #vertical-nav.expanded .input-group.sidebar-search:active, #vertical-nav.expanded .input-group.sidebar-search:focus-within {
      background: white;
      -webkit-transition: 0.2s ease background, 0.5s ease border-bottom-color;
      -moz-transition: 0.2s ease background false, 0.5s ease border-bottom-color false;
      -o-transition: 0.2s ease background false, 0.5s ease border-bottom-color false;
      transition: 0.2s ease background, 0.5s ease border-bottom-color; }
    #vertical-nav.expanded .input-group.sidebar-search #sidebar-search {
      padding: 2.25rem .75rem 2.25rem .25rem;
      font-size: 2rem !important; }
    #vertical-nav.expanded .input-group.sidebar-search #sidebar-search, #vertical-nav.expanded .input-group.sidebar-search .input-group-addon {
      background: transparent;
      color: #000;
      border: none;
      opacity: 1; }
    #vertical-nav.expanded .input-group.sidebar-search .clear-search {
      position: absolute;
      right: 0;
      padding: 1.25rem .75rem;
      opacity: .5;
      cursor: pointer;
      z-index: 3; }
    #vertical-nav.expanded .input-group.sidebar-search .input-group-addon {
      font-size: 2rem;
      padding-left: 3.5rem;
      padding-right: 1rem; }
  #vertical-nav.expanded .search-collapse-icon {
    display: none; }
  #vertical-nav.expanded ul {
    background: #f7f7f7;
    padding-bottom: 2rem; }
    #vertical-nav.expanded ul li a {
      padding: 1.5rem 4rem 0 6.25rem;
      font-size: 1.75rem;
      background: #f7f7f7;
      color: #000; }
      #vertical-nav.expanded ul li a:hover {
        color: #7c7972; }
    #vertical-nav.expanded ul li h4 {
      display: none; }
  #vertical-nav.expanded .sidebar-toggle {
    height: 100%;
    justify-content: center; }
    #vertical-nav.expanded .sidebar-toggle::before, #vertical-nav.expanded .sidebar-toggle::after {
      -webkit-transition: -webkit-transform 0.1s ease;
      -moz-transition: -moz-transform 0.1s ease false;
      -o-transition: -o-transform 0.1s ease false;
      transition: transform 0.1s ease; }
  #vertical-nav.expanded .dropdown-menu-open .active.title .dropdown.icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.sidebar.expanded .input-group.sidebar-search, .ui.sidebar.menu.expanded .input-group.sidebar-search {
  background: #eaeaea;
  color: #000; }

.sidebar.expanded .ui.item,
#vertical-nav.expanded .ui.item,
.ui.sidebar.menu.expanded .ui.item,
.sidebar.expanded .ui.item.title,
#vertical-nav.expanded .ui.item.title,
.ui.sidebar.menu.expanded .ui.item.title {
  width: 100%; }

.sidebar .sidebar-wrapper a.ui.item:hover, #vertical-nav .sidebar-wrapper a.ui.item:hover, .ui.sidebar.menu .sidebar-wrapper a.ui.item:hover, .sidebar .sidebar-wrapper .ui.item:hover, #vertical-nav .sidebar-wrapper .ui.item:hover, .ui.sidebar.menu .sidebar-wrapper .ui.item:hover, .sidebar .sidebar-wrapper a.ui.item:active, #vertical-nav .sidebar-wrapper a.ui.item:active, .ui.sidebar.menu .sidebar-wrapper a.ui.item:active, .sidebar .sidebar-wrapper .ui.item:active, #vertical-nav .sidebar-wrapper .ui.item:active, .ui.sidebar.menu .sidebar-wrapper .ui.item:active, .sidebar .sidebar-wrapper a.ui.item.active, #vertical-nav .sidebar-wrapper a.ui.item.active, .ui.sidebar.menu .sidebar-wrapper a.ui.item.active, .sidebar .sidebar-wrapper .ui.item.active, #vertical-nav .sidebar-wrapper .ui.item.active, .ui.sidebar.menu .sidebar-wrapper .ui.item.active, .sidebar .sidebar-wrapper a.ui.item:focus, #vertical-nav .sidebar-wrapper a.ui.item:focus, .ui.sidebar.menu .sidebar-wrapper a.ui.item:focus, .sidebar .sidebar-wrapper .ui.item:focus, #vertical-nav .sidebar-wrapper .ui.item:focus, .ui.sidebar.menu .sidebar-wrapper .ui.item:focus {
  color: #7c7972;
  background: #eaeaea; }

@media screen and (min-width: 767px) {
  .sidebar.expanded .ui.dropdown-menu-inactive, #vertical-nav.expanded .ui.dropdown-menu-inactive, .ui.sidebar.menu.expanded .ui.dropdown-menu-inactive, .sidebar.expanded .ui.dropdown-menu-open, #vertical-nav.expanded .ui.dropdown-menu-open, .ui.sidebar.menu.expanded .ui.dropdown-menu-open {
    width: 100%; } }

.sidebar, #vertical-nav, .ui.sidebar.menu {
  background: #f7f7f7 !important;
  border-top-color: #f7f7f7 !important; }

#vertical-nav {
  top: 6rem !important; }

#user-sidebar {
  top: 10rem !important; }

.sidebar .ui.item, #vertical-nav .ui.item, .ui.sidebar.menu .ui.item {
  color: #000; }
  .sidebar .ui.item:hover, .sidebar .ui.item:active, .sidebar .ui.item:focus, #vertical-nav .ui.item:hover, #vertical-nav .ui.item:active, #vertical-nav .ui.item:focus, .ui.sidebar.menu .ui.item:hover, .ui.sidebar.menu .ui.item:active, .ui.sidebar.menu .ui.item:focus {
    color: #2c2b29 !important; }

.sidebar .sidebar-wrapper > div[data-content="Settings"], #vertical-nav .sidebar-wrapper > div[data-content="Settings"], .ui.sidebar.menu .sidebar-wrapper > div[data-content="Settings"] {
  background: #f7f7f7; }

/* Layout */
html body {
  background: #fff; }
  html body .modal-dialog {
    margin-top: 12rem !important; }
  html body .container#main, html body .container-fluid#main {
    margin-top: 11rem;
    padding-left: 4rem;
    padding-right: 4rem; }
    html body .container#main .card, html body .container-fluid#main .card {
      -webkit-box-shadow: 0 0 0 transparent;
      -moz-box-shadow: 0 0 0 transparent;
      box-shadow: 0 0 0 transparent;
      border: 1px solid #efeee8; }
    html body .container#main ul.breadcrumb, html body .container-fluid#main ul.breadcrumb {
      border: 1px solid #efeee8;
      -webkit-box-shadow: 0 0 0 transparent;
      -moz-box-shadow: 0 0 0 transparent;
      box-shadow: 0 0 0 transparent; }

#vertical-nav.expanded + .navbar + .pusher, #vertical-nav.expanded + .navbar + .pusher + .modal.show,
#vertical-nav.collapsed + .navbar + .pusher, #vertical-nav.collapsed + .navbar + .pusher + .modal.show {
  width: 100%;
  margin-left: 0; }

#vertical-nav.expanded + .navbar + .pusher, #vertical-nav.expanded + .navbar + .pusher + .modal.show {
  display: none; }

body.page-login,
body.page-twofactorauthentication {
  background: #fff;
  color: black; }
  body.page-login::after,
  body.page-twofactorauthentication::after {
    background-image: none !important; }
  body.page-login #vertical-nav,
  body.page-twofactorauthentication #vertical-nav {
    display: none !important; }
  body.page-login .navbar,
  body.page-twofactorauthentication .navbar {
    display: none !important; }
  body.page-login .container-fluid, body.page-login .container-fluid#main,
  body.page-twofactorauthentication .container-fluid,
  body.page-twofactorauthentication .container-fluid#main {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0;
    margin: 0; }
  body.page-login .login-container,
  body.page-twofactorauthentication .login-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    flex-direction: column; }
    body.page-login .login-container > form,
    body.page-twofactorauthentication .login-container > form {
      min-width: 350px; }
    body.page-login .login-container .button-group-auto,
    body.page-twofactorauthentication .login-container .button-group-auto {
      padding-top: .5rem;
      display: flex;
      justify-content: center; }
      body.page-login .login-container .button-group-auto .btn-outline-default,
      body.page-twofactorauthentication .login-container .button-group-auto .btn-outline-default {
        background: #fff;
        border-color: rgba(0, 0, 0, 0.5);
        color: black; }
        body.page-login .login-container .button-group-auto .btn-outline-default:hover, body.page-login .login-container .button-group-auto .btn-outline-default:active, body.page-login .login-container .button-group-auto .btn-outline-default:focus, body.page-login .login-container .button-group-auto .btn-outline-default.active,
        body.page-twofactorauthentication .login-container .button-group-auto .btn-outline-default:hover,
        body.page-twofactorauthentication .login-container .button-group-auto .btn-outline-default:active,
        body.page-twofactorauthentication .login-container .button-group-auto .btn-outline-default:focus,
        body.page-twofactorauthentication .login-container .button-group-auto .btn-outline-default.active {
          border-color: black !important; }
    body.page-login .login-container.alternate-background::after,
    body.page-twofactorauthentication .login-container.alternate-background::after {
      background-image: url(../img/background2.jpg); }
    body.page-login .login-container::after,
    body.page-twofactorauthentication .login-container::after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      background-image: url(../img/background1.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      opacity: 1;
      pointer-events: none; }
  body.page-login .form-group p,
  body.page-twofactorauthentication .form-group p {
    position: relative; }
  body.page-login .form-group .btn.facebook-login,
  body.page-twofactorauthentication .form-group .btn.facebook-login {
    color: #fff;
    background: #4c70ba;
    border-color: #8b9dc3; }
    body.page-login .form-group .btn.facebook-login:hover,
    body.page-twofactorauthentication .form-group .btn.facebook-login:hover {
      background: #3b5998;
      border-color: #8b9dc3; }
  body.page-login .form-group .icon,
  body.page-twofactorauthentication .form-group .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
    font-size: 1.5rem;
    height: 100%;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: black; }
  body.page-login .form-group input,
  body.page-twofactorauthentication .form-group input {
    margin: .5rem 0; }
  body.page-login .form-group input:-webkit-autofill,
  body.page-login .form-group input:-webkit-autofill:hover,
  body.page-login .form-group input:-webkit-autofill:focus,
  body.page-login .form-group textarea:-webkit-autofill,
  body.page-login .form-group textarea:-webkit-autofill:hover,
  body.page-login .form-group textarea:-webkit-autofill:focus,
  body.page-login .form-group select:-webkit-autofill,
  body.page-login .form-group select:-webkit-autofill:hover,
  body.page-login .form-group select:-webkit-autofill:focus,
  body.page-twofactorauthentication .form-group input:-webkit-autofill,
  body.page-twofactorauthentication .form-group input:-webkit-autofill:hover,
  body.page-twofactorauthentication .form-group input:-webkit-autofill:focus,
  body.page-twofactorauthentication .form-group textarea:-webkit-autofill,
  body.page-twofactorauthentication .form-group textarea:-webkit-autofill:hover,
  body.page-twofactorauthentication .form-group textarea:-webkit-autofill:focus,
  body.page-twofactorauthentication .form-group select:-webkit-autofill,
  body.page-twofactorauthentication .form-group select:-webkit-autofill:hover,
  body.page-twofactorauthentication .form-group select:-webkit-autofill:focus {
    background: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    transition: background-color 5000s ease-in-out 0s;
    color: black !important;
    -webkit-text-fill-color: black !important; }
  body.page-login .form-group input,
  body.page-twofactorauthentication .form-group input {
    padding: 2rem 4rem;
    background: #fff !important;
    color: black;
    outline: none;
    font-size: 1.25rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    body.page-login .form-group input:not(:focus),
    body.page-twofactorauthentication .form-group input:not(:focus) {
      border-color: #e6e6e6; }

.login-box {
  border-top: #f7f2e4 2px solid;
  border-bottom: #f7f2e4 2px solid; }
  .login-box h2 {
    text-align: center;
    color: black;
    margin: 0 0 1rem 0 !important; }
  .login-box .form-group {
    width: 100% !important;
    padding: 0 15px 0 15px; }
    .login-box .form-group input, .login-box .form-group .btn {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      margin: 0.5rem 0; }

.login-container .login-card .card-body {
  padding: 2.5rem;
  background-color: #f7f2e4; }

.login-container .login-card .card-header {
  display: flex;
  content: " ";
  align-content: center;
  justify-content: center;
  background-color: #fff;
  padding: 2rem 0; }
  .login-container .login-card .card-header img {
    height: 5rem; }

/* Buttons */
.btn, a.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .btn.btn-success, a.btn.btn-success {
    background-color: #79e89a;
    color: #f7f2e4;
    border: 1px solid #79e89a; }
    .btn.btn-success.fa, a.btn.btn-success.fa {
      border: 1px solid #38dd69 !important;
      background: transparent;
      color: #f7f2e4; }
    .btn.btn-success:not([disabled]):hover, .btn.btn-success:not([disabled]):focus, .btn.btn-success:not([disabled]):active, .btn.btn-success:not([disabled]).active, .btn.btn-success:not([disabled])[checked="checked"], a.btn.btn-success:not([disabled]):hover, a.btn.btn-success:not([disabled]):focus, a.btn.btn-success:not([disabled]):active, a.btn.btn-success:not([disabled]).active, a.btn.btn-success:not([disabled])[checked="checked"] {
      background-color: #6ce690;
      border-color: #6ce690;
      color: #f7f2e4; }
    .btn.btn-success[disabled]:hover, .btn.btn-success[disabled]:focus, .btn.btn-success[disabled]:active, .btn.btn-success[disabled].active, a.btn.btn-success[disabled]:hover, a.btn.btn-success[disabled]:focus, a.btn.btn-success[disabled]:active, a.btn.btn-success[disabled].active {
      background-color: #79e89a !important;
      color: #f7f2e4;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-outline-success, .btn.btn-success-outline, a.btn.btn-outline-success, a.btn.btn-success-outline {
    background-color: white;
    border: 1px solid #79e89a;
    color: #4de179; }
    .btn.btn-outline-success:not([disabled]):hover, .btn.btn-outline-success:not([disabled]):focus, .btn.btn-outline-success:not([disabled]):active, .btn.btn-outline-success:not([disabled]).active, .btn.btn-outline-success:not([disabled])[checked="checked"], .btn.btn-success-outline:not([disabled]):hover, .btn.btn-success-outline:not([disabled]):focus, .btn.btn-success-outline:not([disabled]):active, .btn.btn-success-outline:not([disabled]).active, .btn.btn-success-outline:not([disabled])[checked="checked"], a.btn.btn-outline-success:not([disabled]):hover, a.btn.btn-outline-success:not([disabled]):focus, a.btn.btn-outline-success:not([disabled]):active, a.btn.btn-outline-success:not([disabled]).active, a.btn.btn-outline-success:not([disabled])[checked="checked"], a.btn.btn-success-outline:not([disabled]):hover, a.btn.btn-success-outline:not([disabled]):focus, a.btn.btn-success-outline:not([disabled]):active, a.btn.btn-success-outline:not([disabled]).active, a.btn.btn-success-outline:not([disabled])[checked="checked"] {
      background-color: #79e89a;
      border-color: #79e89a;
      color: #fff; }
    .btn.btn-outline-success[disabled]:hover, .btn.btn-outline-success[disabled]:focus, .btn.btn-outline-success[disabled]:active, .btn.btn-outline-success[disabled].active, .btn.btn-success-outline[disabled]:hover, .btn.btn-success-outline[disabled]:focus, .btn.btn-success-outline[disabled]:active, .btn.btn-success-outline[disabled].active, a.btn.btn-outline-success[disabled]:hover, a.btn.btn-outline-success[disabled]:focus, a.btn.btn-outline-success[disabled]:active, a.btn.btn-outline-success[disabled].active, a.btn.btn-success-outline[disabled]:hover, a.btn.btn-success-outline[disabled]:focus, a.btn.btn-success-outline[disabled]:active, a.btn.btn-success-outline[disabled].active {
      background-color: white !important;
      border: 1px solid #79e89a;
      color: #4de179;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-hover-success:not([disabled]):hover, .btn.btn-hover-success:not([disabled]).active, a.btn.btn-hover-success:not([disabled]):hover, a.btn.btn-hover-success:not([disabled]).active {
    background-color: #79e89a !important;
    color: #f7f2e4 !important;
    border-color: #4de179 !important; }

.open > .dropdown-toggle.btn-success {
  background-color: #79e89a; }

.btn, a.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .btn.btn-primary, a.btn.btn-primary {
    background-color: #000;
    color: #fff;
    border: 1px solid #000; }
    .btn.btn-primary.fa, a.btn.btn-primary.fa {
      border: 1px solid #38dd69 !important;
      background: transparent;
      color: #fff; }
    .btn.btn-primary:not([disabled]):hover, .btn.btn-primary:not([disabled]):focus, .btn.btn-primary:not([disabled]):active, .btn.btn-primary:not([disabled]).active, .btn.btn-primary:not([disabled])[checked="checked"], a.btn.btn-primary:not([disabled]):hover, a.btn.btn-primary:not([disabled]):focus, a.btn.btn-primary:not([disabled]):active, a.btn.btn-primary:not([disabled]).active, a.btn.btn-primary:not([disabled])[checked="checked"] {
      background-color: black;
      border-color: black;
      color: #fff; }
    .btn.btn-primary[disabled]:hover, .btn.btn-primary[disabled]:focus, .btn.btn-primary[disabled]:active, .btn.btn-primary[disabled].active, a.btn.btn-primary[disabled]:hover, a.btn.btn-primary[disabled]:focus, a.btn.btn-primary[disabled]:active, a.btn.btn-primary[disabled].active {
      background-color: #000 !important;
      color: #fff;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-outline-primary, .btn.btn-primary-outline, a.btn.btn-outline-primary, a.btn.btn-primary-outline {
    background-color: white;
    border: 1px solid #000;
    color: #000; }
    .btn.btn-outline-primary:not([disabled]):hover, .btn.btn-outline-primary:not([disabled]):focus, .btn.btn-outline-primary:not([disabled]):active, .btn.btn-outline-primary:not([disabled]).active, .btn.btn-outline-primary:not([disabled])[checked="checked"], .btn.btn-primary-outline:not([disabled]):hover, .btn.btn-primary-outline:not([disabled]):focus, .btn.btn-primary-outline:not([disabled]):active, .btn.btn-primary-outline:not([disabled]).active, .btn.btn-primary-outline:not([disabled])[checked="checked"], a.btn.btn-outline-primary:not([disabled]):hover, a.btn.btn-outline-primary:not([disabled]):focus, a.btn.btn-outline-primary:not([disabled]):active, a.btn.btn-outline-primary:not([disabled]).active, a.btn.btn-outline-primary:not([disabled])[checked="checked"], a.btn.btn-primary-outline:not([disabled]):hover, a.btn.btn-primary-outline:not([disabled]):focus, a.btn.btn-primary-outline:not([disabled]):active, a.btn.btn-primary-outline:not([disabled]).active, a.btn.btn-primary-outline:not([disabled])[checked="checked"] {
      background-color: #000;
      border-color: #000;
      color: #fff; }
    .btn.btn-outline-primary[disabled]:hover, .btn.btn-outline-primary[disabled]:focus, .btn.btn-outline-primary[disabled]:active, .btn.btn-outline-primary[disabled].active, .btn.btn-primary-outline[disabled]:hover, .btn.btn-primary-outline[disabled]:focus, .btn.btn-primary-outline[disabled]:active, .btn.btn-primary-outline[disabled].active, a.btn.btn-outline-primary[disabled]:hover, a.btn.btn-outline-primary[disabled]:focus, a.btn.btn-outline-primary[disabled]:active, a.btn.btn-outline-primary[disabled].active, a.btn.btn-primary-outline[disabled]:hover, a.btn.btn-primary-outline[disabled]:focus, a.btn.btn-primary-outline[disabled]:active, a.btn.btn-primary-outline[disabled].active {
      background-color: white !important;
      border: 1px solid #000;
      color: #000;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-hover-primary:not([disabled]):hover, .btn.btn-hover-primary:not([disabled]).active, a.btn.btn-hover-primary:not([disabled]):hover, a.btn.btn-hover-primary:not([disabled]).active {
    background-color: #000 !important;
    color: #fff !important;
    border-color: black !important; }

.open > .dropdown-toggle.btn-primary {
  background-color: #000; }

.btn, a.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .btn.btn-secondary, a.btn.btn-secondary {
    background-color: #f7f2e4;
    color: #000;
    border: 1px solid #f7f2e4; }
    .btn.btn-secondary.fa, a.btn.btn-secondary.fa {
      border: 1px solid #38dd69 !important;
      background: transparent;
      color: #000; }
    .btn.btn-secondary:not([disabled]):hover, .btn.btn-secondary:not([disabled]):focus, .btn.btn-secondary:not([disabled]):active, .btn.btn-secondary:not([disabled]).active, .btn.btn-secondary:not([disabled])[checked="checked"], a.btn.btn-secondary:not([disabled]):hover, a.btn.btn-secondary:not([disabled]):focus, a.btn.btn-secondary:not([disabled]):active, a.btn.btn-secondary:not([disabled]).active, a.btn.btn-secondary:not([disabled])[checked="checked"] {
      background-color: #f4ecd8;
      border-color: #f4ecd8;
      color: #000; }
    .btn.btn-secondary[disabled]:hover, .btn.btn-secondary[disabled]:focus, .btn.btn-secondary[disabled]:active, .btn.btn-secondary[disabled].active, a.btn.btn-secondary[disabled]:hover, a.btn.btn-secondary[disabled]:focus, a.btn.btn-secondary[disabled]:active, a.btn.btn-secondary[disabled].active {
      background-color: #f7f2e4 !important;
      color: #000;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-outline-secondary, .btn.btn-secondary-outline, a.btn.btn-outline-secondary, a.btn.btn-secondary-outline {
    background-color: white;
    border: 1px solid #ebdfbd;
    color: #ceb05a; }
    .btn.btn-outline-secondary:not([disabled]):hover, .btn.btn-outline-secondary:not([disabled]):focus, .btn.btn-outline-secondary:not([disabled]):active, .btn.btn-outline-secondary:not([disabled]).active, .btn.btn-outline-secondary:not([disabled])[checked="checked"], .btn.btn-secondary-outline:not([disabled]):hover, .btn.btn-secondary-outline:not([disabled]):focus, .btn.btn-secondary-outline:not([disabled]):active, .btn.btn-secondary-outline:not([disabled]).active, .btn.btn-secondary-outline:not([disabled])[checked="checked"], a.btn.btn-outline-secondary:not([disabled]):hover, a.btn.btn-outline-secondary:not([disabled]):focus, a.btn.btn-outline-secondary:not([disabled]):active, a.btn.btn-outline-secondary:not([disabled]).active, a.btn.btn-outline-secondary:not([disabled])[checked="checked"], a.btn.btn-secondary-outline:not([disabled]):hover, a.btn.btn-secondary-outline:not([disabled]):focus, a.btn.btn-secondary-outline:not([disabled]):active, a.btn.btn-secondary-outline:not([disabled]).active, a.btn.btn-secondary-outline:not([disabled])[checked="checked"] {
      background-color: #f7f2e4;
      border-color: #f7f2e4;
      color: #000; }
    .btn.btn-outline-secondary[disabled]:hover, .btn.btn-outline-secondary[disabled]:focus, .btn.btn-outline-secondary[disabled]:active, .btn.btn-outline-secondary[disabled].active, .btn.btn-secondary-outline[disabled]:hover, .btn.btn-secondary-outline[disabled]:focus, .btn.btn-secondary-outline[disabled]:active, .btn.btn-secondary-outline[disabled].active, a.btn.btn-outline-secondary[disabled]:hover, a.btn.btn-outline-secondary[disabled]:focus, a.btn.btn-outline-secondary[disabled]:active, a.btn.btn-outline-secondary[disabled].active, a.btn.btn-secondary-outline[disabled]:hover, a.btn.btn-secondary-outline[disabled]:focus, a.btn.btn-secondary-outline[disabled]:active, a.btn.btn-secondary-outline[disabled].active {
      background-color: white !important;
      border: 1px solid #ebdfbd;
      color: #ceb05a;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-hover-secondary:not([disabled]):hover, .btn.btn-hover-secondary:not([disabled]).active, a.btn.btn-hover-secondary:not([disabled]):hover, a.btn.btn-hover-secondary:not([disabled]).active {
    background-color: #f7f2e4 !important;
    color: #000 !important;
    border-color: #ebdfbd !important; }

.open > .dropdown-toggle.btn-secondary {
  background-color: #f7f2e4; }

.btn, a.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .btn.btn-info, a.btn.btn-info {
    background-color: #82b4ff;
    color: #fff;
    border: 1px solid #82b4ff; }
    .btn.btn-info.fa, a.btn.btn-info.fa {
      border: 1px solid #38dd69 !important;
      background: transparent;
      color: #fff; }
    .btn.btn-info:not([disabled]):hover, .btn.btn-info:not([disabled]):focus, .btn.btn-info:not([disabled]):active, .btn.btn-info:not([disabled]).active, .btn.btn-info:not([disabled])[checked="checked"], a.btn.btn-info:not([disabled]):hover, a.btn.btn-info:not([disabled]):focus, a.btn.btn-info:not([disabled]):active, a.btn.btn-info:not([disabled]).active, a.btn.btn-info:not([disabled])[checked="checked"] {
      background-color: #73abff;
      border-color: #73abff;
      color: #fff; }
    .btn.btn-info[disabled]:hover, .btn.btn-info[disabled]:focus, .btn.btn-info[disabled]:active, .btn.btn-info[disabled].active, a.btn.btn-info[disabled]:hover, a.btn.btn-info[disabled]:focus, a.btn.btn-info[disabled]:active, a.btn.btn-info[disabled].active {
      background-color: #82b4ff !important;
      color: #fff;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-outline-info, .btn.btn-info-outline, a.btn.btn-outline-info, a.btn.btn-info-outline {
    background-color: white;
    border: 1px solid #82b4ff;
    color: #82b4ff; }
    .btn.btn-outline-info:not([disabled]):hover, .btn.btn-outline-info:not([disabled]):focus, .btn.btn-outline-info:not([disabled]):active, .btn.btn-outline-info:not([disabled]).active, .btn.btn-outline-info:not([disabled])[checked="checked"], .btn.btn-info-outline:not([disabled]):hover, .btn.btn-info-outline:not([disabled]):focus, .btn.btn-info-outline:not([disabled]):active, .btn.btn-info-outline:not([disabled]).active, .btn.btn-info-outline:not([disabled])[checked="checked"], a.btn.btn-outline-info:not([disabled]):hover, a.btn.btn-outline-info:not([disabled]):focus, a.btn.btn-outline-info:not([disabled]):active, a.btn.btn-outline-info:not([disabled]).active, a.btn.btn-outline-info:not([disabled])[checked="checked"], a.btn.btn-info-outline:not([disabled]):hover, a.btn.btn-info-outline:not([disabled]):focus, a.btn.btn-info-outline:not([disabled]):active, a.btn.btn-info-outline:not([disabled]).active, a.btn.btn-info-outline:not([disabled])[checked="checked"] {
      background-color: #82b4ff;
      border-color: #82b4ff;
      color: #fff; }
    .btn.btn-outline-info[disabled]:hover, .btn.btn-outline-info[disabled]:focus, .btn.btn-outline-info[disabled]:active, .btn.btn-outline-info[disabled].active, .btn.btn-info-outline[disabled]:hover, .btn.btn-info-outline[disabled]:focus, .btn.btn-info-outline[disabled]:active, .btn.btn-info-outline[disabled].active, a.btn.btn-outline-info[disabled]:hover, a.btn.btn-outline-info[disabled]:focus, a.btn.btn-outline-info[disabled]:active, a.btn.btn-outline-info[disabled].active, a.btn.btn-info-outline[disabled]:hover, a.btn.btn-info-outline[disabled]:focus, a.btn.btn-info-outline[disabled]:active, a.btn.btn-info-outline[disabled].active {
      background-color: white !important;
      border: 1px solid #82b4ff;
      color: #82b4ff;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-hover-info:not([disabled]):hover, .btn.btn-hover-info:not([disabled]).active, a.btn.btn-hover-info:not([disabled]):hover, a.btn.btn-hover-info:not([disabled]).active {
    background-color: #82b4ff !important;
    color: #fff !important;
    border-color: #4f95ff !important; }

.open > .dropdown-toggle.btn-info {
  background-color: #82b4ff; }

.btn, a.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .btn.btn-warning, a.btn.btn-warning {
    background-color: #ffc67a;
    color: #000;
    border: 1px solid #ffc67a; }
    .btn.btn-warning.fa, a.btn.btn-warning.fa {
      border: 1px solid #38dd69 !important;
      background: transparent;
      color: #000; }
    .btn.btn-warning:not([disabled]):hover, .btn.btn-warning:not([disabled]):focus, .btn.btn-warning:not([disabled]):active, .btn.btn-warning:not([disabled]).active, .btn.btn-warning:not([disabled])[checked="checked"], a.btn.btn-warning:not([disabled]):hover, a.btn.btn-warning:not([disabled]):focus, a.btn.btn-warning:not([disabled]):active, a.btn.btn-warning:not([disabled]).active, a.btn.btn-warning:not([disabled])[checked="checked"] {
      background-color: #ffbf6b;
      border-color: #ffbf6b;
      color: #000; }
    .btn.btn-warning[disabled]:hover, .btn.btn-warning[disabled]:focus, .btn.btn-warning[disabled]:active, .btn.btn-warning[disabled].active, a.btn.btn-warning[disabled]:hover, a.btn.btn-warning[disabled]:focus, a.btn.btn-warning[disabled]:active, a.btn.btn-warning[disabled].active {
      background-color: #ffc67a !important;
      color: #000;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-outline-warning, .btn.btn-warning-outline, a.btn.btn-outline-warning, a.btn.btn-warning-outline {
    background-color: white;
    border: 1px solid #ffc67a;
    color: #ff9a14; }
    .btn.btn-outline-warning:not([disabled]):hover, .btn.btn-outline-warning:not([disabled]):focus, .btn.btn-outline-warning:not([disabled]):active, .btn.btn-outline-warning:not([disabled]).active, .btn.btn-outline-warning:not([disabled])[checked="checked"], .btn.btn-warning-outline:not([disabled]):hover, .btn.btn-warning-outline:not([disabled]):focus, .btn.btn-warning-outline:not([disabled]):active, .btn.btn-warning-outline:not([disabled]).active, .btn.btn-warning-outline:not([disabled])[checked="checked"], a.btn.btn-outline-warning:not([disabled]):hover, a.btn.btn-outline-warning:not([disabled]):focus, a.btn.btn-outline-warning:not([disabled]):active, a.btn.btn-outline-warning:not([disabled]).active, a.btn.btn-outline-warning:not([disabled])[checked="checked"], a.btn.btn-warning-outline:not([disabled]):hover, a.btn.btn-warning-outline:not([disabled]):focus, a.btn.btn-warning-outline:not([disabled]):active, a.btn.btn-warning-outline:not([disabled]).active, a.btn.btn-warning-outline:not([disabled])[checked="checked"] {
      background-color: #ffc67a;
      border-color: #ffc67a;
      color: #000; }
    .btn.btn-outline-warning[disabled]:hover, .btn.btn-outline-warning[disabled]:focus, .btn.btn-outline-warning[disabled]:active, .btn.btn-outline-warning[disabled].active, .btn.btn-warning-outline[disabled]:hover, .btn.btn-warning-outline[disabled]:focus, .btn.btn-warning-outline[disabled]:active, .btn.btn-warning-outline[disabled].active, a.btn.btn-outline-warning[disabled]:hover, a.btn.btn-outline-warning[disabled]:focus, a.btn.btn-outline-warning[disabled]:active, a.btn.btn-outline-warning[disabled].active, a.btn.btn-warning-outline[disabled]:hover, a.btn.btn-warning-outline[disabled]:focus, a.btn.btn-warning-outline[disabled]:active, a.btn.btn-warning-outline[disabled].active {
      background-color: white !important;
      border: 1px solid #ffc67a;
      color: #ff9a14;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-hover-warning:not([disabled]):hover, .btn.btn-hover-warning:not([disabled]).active, a.btn.btn-hover-warning:not([disabled]):hover, a.btn.btn-hover-warning:not([disabled]).active {
    background-color: #ffc67a !important;
    color: #000 !important;
    border-color: #ffb047 !important; }

.open > .dropdown-toggle.btn-warning {
  background-color: #ffc67a; }

.btn, a.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .btn.btn-danger, a.btn.btn-danger {
    background-color: #ff6e6e;
    color: #fff;
    border: 1px solid #ff6e6e; }
    .btn.btn-danger.fa, a.btn.btn-danger.fa {
      border: 1px solid #38dd69 !important;
      background: transparent;
      color: #fff; }
    .btn.btn-danger:not([disabled]):hover, .btn.btn-danger:not([disabled]):focus, .btn.btn-danger:not([disabled]):active, .btn.btn-danger:not([disabled]).active, .btn.btn-danger:not([disabled])[checked="checked"], a.btn.btn-danger:not([disabled]):hover, a.btn.btn-danger:not([disabled]):focus, a.btn.btn-danger:not([disabled]):active, a.btn.btn-danger:not([disabled]).active, a.btn.btn-danger:not([disabled])[checked="checked"] {
      background-color: #ff5f5f;
      border-color: #ff5f5f;
      color: #fff; }
    .btn.btn-danger[disabled]:hover, .btn.btn-danger[disabled]:focus, .btn.btn-danger[disabled]:active, .btn.btn-danger[disabled].active, a.btn.btn-danger[disabled]:hover, a.btn.btn-danger[disabled]:focus, a.btn.btn-danger[disabled]:active, a.btn.btn-danger[disabled].active {
      background-color: #ff6e6e !important;
      color: #fff;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-outline-danger, .btn.btn-danger-outline, a.btn.btn-outline-danger, a.btn.btn-danger-outline {
    background-color: white;
    border: 1px solid #ff6e6e;
    color: #ff6e6e; }
    .btn.btn-outline-danger:not([disabled]):hover, .btn.btn-outline-danger:not([disabled]):focus, .btn.btn-outline-danger:not([disabled]):active, .btn.btn-outline-danger:not([disabled]).active, .btn.btn-outline-danger:not([disabled])[checked="checked"], .btn.btn-danger-outline:not([disabled]):hover, .btn.btn-danger-outline:not([disabled]):focus, .btn.btn-danger-outline:not([disabled]):active, .btn.btn-danger-outline:not([disabled]).active, .btn.btn-danger-outline:not([disabled])[checked="checked"], a.btn.btn-outline-danger:not([disabled]):hover, a.btn.btn-outline-danger:not([disabled]):focus, a.btn.btn-outline-danger:not([disabled]):active, a.btn.btn-outline-danger:not([disabled]).active, a.btn.btn-outline-danger:not([disabled])[checked="checked"], a.btn.btn-danger-outline:not([disabled]):hover, a.btn.btn-danger-outline:not([disabled]):focus, a.btn.btn-danger-outline:not([disabled]):active, a.btn.btn-danger-outline:not([disabled]).active, a.btn.btn-danger-outline:not([disabled])[checked="checked"] {
      background-color: #ff6e6e;
      border-color: #ff6e6e;
      color: #fff; }
    .btn.btn-outline-danger[disabled]:hover, .btn.btn-outline-danger[disabled]:focus, .btn.btn-outline-danger[disabled]:active, .btn.btn-outline-danger[disabled].active, .btn.btn-danger-outline[disabled]:hover, .btn.btn-danger-outline[disabled]:focus, .btn.btn-danger-outline[disabled]:active, .btn.btn-danger-outline[disabled].active, a.btn.btn-outline-danger[disabled]:hover, a.btn.btn-outline-danger[disabled]:focus, a.btn.btn-outline-danger[disabled]:active, a.btn.btn-outline-danger[disabled].active, a.btn.btn-danger-outline[disabled]:hover, a.btn.btn-danger-outline[disabled]:focus, a.btn.btn-danger-outline[disabled]:active, a.btn.btn-danger-outline[disabled].active {
      background-color: white !important;
      border: 1px solid #ff6e6e;
      color: #ff6e6e;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-hover-danger:not([disabled]):hover, .btn.btn-hover-danger:not([disabled]).active, a.btn.btn-hover-danger:not([disabled]):hover, a.btn.btn-hover-danger:not([disabled]).active {
    background-color: #ff6e6e !important;
    color: #fff !important;
    border-color: #ff3b3b !important; }

.open > .dropdown-toggle.btn-danger {
  background-color: #ff6e6e; }

.btn, a.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .btn.btn-default, a.btn.btn-default {
    background-color: #f7f7f7;
    color: black;
    border: 1px solid #f7f7f7; }
    .btn.btn-default.fa, a.btn.btn-default.fa {
      border: 1px solid #38dd69 !important;
      background: transparent;
      color: black; }
    .btn.btn-default:not([disabled]):hover, .btn.btn-default:not([disabled]):focus, .btn.btn-default:not([disabled]):active, .btn.btn-default:not([disabled]).active, .btn.btn-default:not([disabled])[checked="checked"], a.btn.btn-default:not([disabled]):hover, a.btn.btn-default:not([disabled]):focus, a.btn.btn-default:not([disabled]):active, a.btn.btn-default:not([disabled]).active, a.btn.btn-default:not([disabled])[checked="checked"] {
      background-color: #f2f2f2;
      border-color: #f2f2f2;
      color: black; }
    .btn.btn-default[disabled]:hover, .btn.btn-default[disabled]:focus, .btn.btn-default[disabled]:active, .btn.btn-default[disabled].active, a.btn.btn-default[disabled]:hover, a.btn.btn-default[disabled]:focus, a.btn.btn-default[disabled]:active, a.btn.btn-default[disabled].active {
      background-color: #f7f7f7 !important;
      color: black;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-outline-default, .btn.btn-default-outline, a.btn.btn-outline-default, a.btn.btn-default-outline {
    background-color: white;
    border: 1px solid #e6e6e6;
    color: black; }
    .btn.btn-outline-default:not([disabled]):hover, .btn.btn-outline-default:not([disabled]):focus, .btn.btn-outline-default:not([disabled]):active, .btn.btn-outline-default:not([disabled]).active, .btn.btn-outline-default:not([disabled])[checked="checked"], .btn.btn-default-outline:not([disabled]):hover, .btn.btn-default-outline:not([disabled]):focus, .btn.btn-default-outline:not([disabled]):active, .btn.btn-default-outline:not([disabled]).active, .btn.btn-default-outline:not([disabled])[checked="checked"], a.btn.btn-outline-default:not([disabled]):hover, a.btn.btn-outline-default:not([disabled]):focus, a.btn.btn-outline-default:not([disabled]):active, a.btn.btn-outline-default:not([disabled]).active, a.btn.btn-outline-default:not([disabled])[checked="checked"], a.btn.btn-default-outline:not([disabled]):hover, a.btn.btn-default-outline:not([disabled]):focus, a.btn.btn-default-outline:not([disabled]):active, a.btn.btn-default-outline:not([disabled]).active, a.btn.btn-default-outline:not([disabled])[checked="checked"] {
      background-color: #f2f2f2;
      border-color: #f2f2f2;
      color: black; }
    .btn.btn-outline-default[disabled]:hover, .btn.btn-outline-default[disabled]:focus, .btn.btn-outline-default[disabled]:active, .btn.btn-outline-default[disabled].active, .btn.btn-default-outline[disabled]:hover, .btn.btn-default-outline[disabled]:focus, .btn.btn-default-outline[disabled]:active, .btn.btn-default-outline[disabled].active, a.btn.btn-outline-default[disabled]:hover, a.btn.btn-outline-default[disabled]:focus, a.btn.btn-outline-default[disabled]:active, a.btn.btn-outline-default[disabled].active, a.btn.btn-default-outline[disabled]:hover, a.btn.btn-default-outline[disabled]:focus, a.btn.btn-default-outline[disabled]:active, a.btn.btn-default-outline[disabled].active {
      background-color: white !important;
      border: 1px solid #e6e6e6;
      color: black;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-hover-default:not([disabled]):hover, .btn.btn-hover-default:not([disabled]).active, a.btn.btn-hover-default:not([disabled]):hover, a.btn.btn-hover-default:not([disabled]).active {
    background-color: #f7f7f7 !important;
    color: black !important;
    border-color: #e6e6e6 !important; }

.open > .dropdown-toggle.btn-default {
  background-color: #f7f7f7; }

.btn, a.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .btn.btn-light, a.btn.btn-light {
    background-color: #f7f7f7;
    color: black;
    border: 1px solid #f7f7f7; }
    .btn.btn-light.fa, a.btn.btn-light.fa {
      border: 1px solid #38dd69 !important;
      background: transparent;
      color: black; }
    .btn.btn-light:not([disabled]):hover, .btn.btn-light:not([disabled]):focus, .btn.btn-light:not([disabled]):active, .btn.btn-light:not([disabled]).active, .btn.btn-light:not([disabled])[checked="checked"], a.btn.btn-light:not([disabled]):hover, a.btn.btn-light:not([disabled]):focus, a.btn.btn-light:not([disabled]):active, a.btn.btn-light:not([disabled]).active, a.btn.btn-light:not([disabled])[checked="checked"] {
      background-color: #f2f2f2;
      border-color: #f2f2f2;
      color: black; }
    .btn.btn-light[disabled]:hover, .btn.btn-light[disabled]:focus, .btn.btn-light[disabled]:active, .btn.btn-light[disabled].active, a.btn.btn-light[disabled]:hover, a.btn.btn-light[disabled]:focus, a.btn.btn-light[disabled]:active, a.btn.btn-light[disabled].active {
      background-color: #f7f7f7 !important;
      color: black;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-outline-light, .btn.btn-light-outline, a.btn.btn-outline-light, a.btn.btn-light-outline {
    background-color: white;
    border: 1px solid #e6e6e6;
    color: black; }
    .btn.btn-outline-light:not([disabled]):hover, .btn.btn-outline-light:not([disabled]):focus, .btn.btn-outline-light:not([disabled]):active, .btn.btn-outline-light:not([disabled]).active, .btn.btn-outline-light:not([disabled])[checked="checked"], .btn.btn-light-outline:not([disabled]):hover, .btn.btn-light-outline:not([disabled]):focus, .btn.btn-light-outline:not([disabled]):active, .btn.btn-light-outline:not([disabled]).active, .btn.btn-light-outline:not([disabled])[checked="checked"], a.btn.btn-outline-light:not([disabled]):hover, a.btn.btn-outline-light:not([disabled]):focus, a.btn.btn-outline-light:not([disabled]):active, a.btn.btn-outline-light:not([disabled]).active, a.btn.btn-outline-light:not([disabled])[checked="checked"], a.btn.btn-light-outline:not([disabled]):hover, a.btn.btn-light-outline:not([disabled]):focus, a.btn.btn-light-outline:not([disabled]):active, a.btn.btn-light-outline:not([disabled]).active, a.btn.btn-light-outline:not([disabled])[checked="checked"] {
      background-color: #f2f2f2;
      border-color: #f2f2f2;
      color: black; }
    .btn.btn-outline-light[disabled]:hover, .btn.btn-outline-light[disabled]:focus, .btn.btn-outline-light[disabled]:active, .btn.btn-outline-light[disabled].active, .btn.btn-light-outline[disabled]:hover, .btn.btn-light-outline[disabled]:focus, .btn.btn-light-outline[disabled]:active, .btn.btn-light-outline[disabled].active, a.btn.btn-outline-light[disabled]:hover, a.btn.btn-outline-light[disabled]:focus, a.btn.btn-outline-light[disabled]:active, a.btn.btn-outline-light[disabled].active, a.btn.btn-light-outline[disabled]:hover, a.btn.btn-light-outline[disabled]:focus, a.btn.btn-light-outline[disabled]:active, a.btn.btn-light-outline[disabled].active {
      background-color: white !important;
      border: 1px solid #e6e6e6;
      color: black;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important; }
  .btn.btn-hover-light:not([disabled]):hover, .btn.btn-hover-light:not([disabled]).active, a.btn.btn-hover-light:not([disabled]):hover, a.btn.btn-hover-light:not([disabled]).active {
    background-color: #f7f7f7 !important;
    color: black !important;
    border-color: #e6e6e6 !important; }

.open > .dropdown-toggle.btn-light {
  background-color: #f7f7f7; }

/* alerts */
.alert.alert-success {
  background-color: #79e89a;
  color: #f7f2e4;
  border-bottom: 2px solid #4de179; }
  .alert.alert-success .close {
    color: #f7f2e4; }

.alert.alert-primary {
  background-color: #000;
  color: #fff;
  border-bottom: 2px solid black; }
  .alert.alert-primary .close {
    color: #fff; }

.alert.alert-secondary {
  background-color: #f7f2e4;
  color: #000;
  border-bottom: 2px solid #ebdfbd; }
  .alert.alert-secondary .close {
    color: #000; }

.alert.alert-info {
  background-color: #82b4ff;
  color: #fff;
  border-bottom: 2px solid #4f95ff; }
  .alert.alert-info .close {
    color: #fff; }

.alert.alert-warning {
  background-color: #ffc67a;
  color: #000;
  border-bottom: 2px solid #ffb047; }
  .alert.alert-warning .close {
    color: #000; }

.alert.alert-danger {
  background-color: #ff6e6e;
  color: #fff;
  border-bottom: 2px solid #ff3b3b; }
  .alert.alert-danger .close {
    color: #fff; }

.alert.alert-default {
  background-color: white;
  color: black;
  border-bottom: 2px solid #e6e6e6; }
  .alert.alert-default .close {
    color: black; }

.alert.alert-light {
  background-color: #f7f7f7;
  color: black;
  border-bottom: 2px solid #e6e6e6; }
  .alert.alert-light .close {
    color: black; }

/* Text */
.text-success {
  color: #79e89a !important; }

.text-colour-success-hover:hover {
  color: #79e89a !important; }

.text-primary {
  color: #000 !important; }

.text-colour-primary-hover:hover {
  color: #000 !important; }

.text-secondary {
  color: #f7f2e4 !important; }

.text-colour-secondary-hover:hover {
  color: #f7f2e4 !important; }

.text-info {
  color: #82b4ff !important; }

.text-colour-info-hover:hover {
  color: #82b4ff !important; }

.text-warning {
  color: #ffc67a !important; }

.text-colour-warning-hover:hover {
  color: #ffc67a !important; }

.text-danger {
  color: #ff6e6e !important; }

.text-colour-danger-hover:hover {
  color: #ff6e6e !important; }

.text-default {
  color: #f7f7f7 !important; }

.text-colour-default-hover:hover {
  color: #f7f7f7 !important; }

.text-light {
  color: #f7f7f7 !important; }

.text-colour-light-hover:hover {
  color: #f7f7f7 !important; }

/* Media */
