@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
.onoffswitch {
  position: relative;
  width: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #E3E3E3;
  border-radius: 36px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  line-height: 25px;
  font-size: 18px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #FFFFFF;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #666666;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 19px;
  margin: 3px;
  background: #A1A1A1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  border: 2px solid #E3E3E3;
  border-radius: 36px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: #27A1CA;
}

body {
  font-family: "Poppins", sans-serif;
  background: #fafafa;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
}
p b, p strong {
  font-weight: bold;
}

.pdf-link {
  font-size: 0.6em;
  position: absolute;
  margin-left: 10px;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

label {
  margin-bottom: 0;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-icon {
  width: 30px;
  display: block;
  float: left;
}
.navbar .dropdown-menu {
  min-width: 14.5rem;
}
.navbar .dropdown-menu-right {
  left: 0;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #81723b;
  color: #fff;
  transition: all 0.3s;
}
#sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: translateY(-50%);
}
#sidebar .sidebar-icon {
  width: 30px;
  display: block;
  float: left;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #534c30;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #000000;
  background: #bdb78a;
}

#sidebar ul li.active > a,
a[aria-expanded=true] {
  color: #fff !important;
  background: #9f9755;
}

a[data-toggle=collapse] {
  position: relative;
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386D5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

.card {
  margin-bottom: 5px;
}

.cursor-pointer {
  cursor: pointer;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
  background-color: #fef9f9;
}

.main-body a {
  text-decoration: underline;
  color: #a89150;
}
.main-body a.back-link {
  margin-top: -32px;
}
.main-body .card a {
  text-decoration: none;
  color: inherit;
}
.main-body form.inline_form button.inline_button {
  color: #a89150;
  padding: 0 2px;
}
.main-body .card-body a {
  text-decoration: underline;
  color: firebrick;
}

.left-button {
  float: right;
  margin-bottom: 15px;
}

.center {
  text-align: center;
}

.inline_form {
  display: inline;
}
.inline_form .inline_button {
  background-color: transparent;
  border: none;
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.create_new_btn {
  display: block;
  margin-top: 9px;
}

.row32 .create_new_btn {
  margin-top: -8px;
}

.appointments i {
  color: darkgray;
}

.btn-info {
  background-color: #81723b;
  border-color: #81723b;
}
.btn-info:hover {
  background-color: #81723b;
  border-color: #81723b;
}
.btn-info:focus, .btn-info .focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 114, 59, 0.5);
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 114, 59, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #81723b;
  border-color: #81723b;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  background-color: #81723b;
  border-color: #81723b;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 114, 59, 0.5);
}

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

.btn-primary:hover {
  color: #fff;
  background-color: #81723b;
  border-color: #81723b;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 114, 59, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #81723b;
  border-color: #81723b;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #81723b;
  border-color: #81723b;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 114, 59, 0.5);
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #81723b;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(129, 114, 59, 0.5);
}

.login {
  margin: auto;
  min-width: 400px;
  max-width: 800px;
  padding: 15px;
  border-radius: 15px;
  background-color: #F5F5F5;
}
.login .form-control {
  margin-bottom: 12px;
}
.login .bottom {
  height: 60px;
}
.login .bottom button {
  float: right;
  margin-top: 6px;
}
.login .bottom .checkbox {
  float: left;
}

.dashboard {
  padding: 10px 20px;
  display: flex;
  max-width: 100%;
  flex-flow: wrap;
}
.dashboard .card {
  width: 49%;
  min-width: 600px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  margin-right: 1%;
}

.events {
  padding: 0 20px;
  margin-bottom: 20px;
}
.events table {
  font-size: 0.9em;
}
.events .card-body {
  padding-bottom: 0;
}

/* ---------------------------------------------------
    MEDIA QUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }

  .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  .columnHide {
    display: none;
  }

  .dashboard {
    padding: 10px 10px;
    flex-direction: column;
  }
  .dashboard .card {
    width: 100%;
    min-width: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .row {
    display: block;
  }
  .row .col, .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9, .row .col-10, .row .col-11, .row .col-12 {
    max-width: 100%;
  }

  .login {
    margin: auto;
    min-width: 80%;
    max-width: 90%;
  }

  .checkbox {
    max-width: 40%;
  }

  button {
    max-width: 50%;
    white-space: nowrap;
  }

  .dashboard {
    padding: 10px 10px;
    flex-direction: column;
  }
  .dashboard .card {
    width: 100%;
    min-width: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    margin-right: 0;
  }

  .h1, h1 {
    font-size: 1.5rem;
  }
}

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