@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700");
.form-group label {
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 6px;
}

.form-control {
  border-radius: 0;
  min-height: 44px;
}

.form-control:focus {
  background-color: rgba(102, 175, 233, 0.05);
}

.form-control.form-control-sm {
  min-height: 32px;
  text-align: center;
}

.form-control.search {
  text-align: left;
  margin-bottom: 5px;
}

select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/select-arrows.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  outline: none;
  padding-right: 22px;
}

.form-check {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-check .form-check-label {
  font-weight: 300;
}

.form-buttons {
  margin-top: 30px;
}

.btn {
  border-radius: 0;
  font-weight: 300;
}

.btn.btn-primary {
  background: #F44336;
  border-color: #F44336;
  color: #FFFFFF;
}

.btn.btn-secondary {
  color: #b8b8b8;
}

.btn.btn-secondary:hover {
  background: #FFFFFF;
  border-color: #b8b8b8;
  opacity: 0.5;
}

.text-right {
  text-align: right;
}

.transition, .form-control, nav.primary .main-menu__category ul > li > a {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.modal {
  overflow-y: auto;
}

body,
html {
  background: #ececec;
  font-family: 'Roboto Slab', serif;
  color: #3E3C42;
}

h1,
h2 {
  font-weight: 300;
  margin-bottom: 30px;
}

h1 small,
h2 small {
  font-size: 14px;
}

h2 {
  margin-top: 5px;
}

h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 30px;
}

h4 {
  font-size: 14px;
}

#login-page {
  padding: 20px 0;
}

@media (min-width: 768px) {
  #login-page {
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.login-container {
  width: 300px;
  background: #FFFFFF;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .login-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
  }
}

.login-container__header {
  background: #3E3C42;
  font-size: 0;
  text-align: center;
  padding: 20px;
}

.login-container__header img {
  display: inline-block;
}

.login-container__fields {
  padding: 15px;
}

.pagination {
  margin: 0;
}

.pagination .page-link.active {
  color: #014c8c;
}

nav.primary {
  background: #4F4D54;
  width: 100%;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  nav.primary {
    width: 250px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }
}

nav.primary .nav-logo {
  background: #3E3C42;
  padding: 30px;
}

nav.primary .nav-logo a {
  display: inline-block;
}

nav.primary .menu-toggle {
  font-size: 80%;
  padding: 10px 0;
  margin-top: -10px;
}

@media (min-width: 768px) {
  nav.primary .menu-toggle {
    display: none;
  }
}

nav.primary .main-menu {
  padding: 30px;
  display: none;
}

@media (min-width: 768px) {
  nav.primary .main-menu {
    display: block !important;
    position: absolute;
    top: 84px;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

nav.primary .main-menu__category h6 {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.3;
}

nav.primary .main-menu__category ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

nav.primary .main-menu__category ul > li {
  margin: 0 -30px;
}

nav.primary .main-menu__category ul > li > a {
  display: block;
  padding: 7px 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  text-decoration: none;
}

nav.primary .main-menu__category ul > li > a:hover {
  text-decoration: none;
  background: #F44336;
}

nav.primary .main-menu__category ul > li > a.active {
  color: #F44336;
  background: #3E3C42;
  cursor: default;
}

#content .content-wrap {
  background: #FFFFFF;
}

@media (min-width: 768px) {
  #content .content-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 250px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: visible;
  }
}

#content .content-wrap__inner {
  padding: 15px 0;
}

@media (min-width: 768px) {
  #content .content-wrap__inner {
    padding: 30px 60px;
  }
}

.primary-content a {
  color: #F44336;
  text-decoration: none;
}

.primary-content h3:first-child {
  margin-top: 0;
}

table.two-five {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
}

table.two-five thead {
  border-top: solid 1px #e2e2e2;
  border-left: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
}

table.two-five th {
  font-size: 14px;
  font-weight: 500;
  padding: 7px;
  background: #f4f4f4;
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 768px) {
  table.two-five th {
    padding: 15px;
  }
}

table.two-five tbody tr {
  border: solid 1px #e2e2e2;
}

table.two-five tbody tr:hover {
  background-color: #f4f4f4;
}

table.two-five tbody tr:nth-child(even):hover {
  background-color: #f4f4f4;
}

table.two-five tbody td {
  padding: 7px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  table.two-five tbody td {
    padding: 15px;
  }
}

.table-holder {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
}

.table-sortable th {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.add-new {
  text-align: right;
}

.primary-content {
  padding-top: 30px;
}

.system-msg {
  padding: 15px 0px;
  text-align: center;
}

.system-msg.success {
  background: #B0E9CA;
  border-bottom: 1px solid #5BD391;
}

.system-msg.error {
  background: rgba(233, 176, 176, 0.8);
  border-bottom: 1px solid rgba(210, 90, 90, 0.8);
}

.hide {
  display: none;
}

.-emails tr th:first-child {
  width: 35%;
}

.order-tabs {
  background: #f4f4f4;
  margin: 0 -60px 0 -60px;
  padding: 0 60px;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.order-tabs .container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .order-tabs .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.order-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.order-tabs ul li {
  display: inline-block;
  border-bottom: 1px solid #e2e2e2;
}

@media (min-width: 768px) {
  .order-tabs ul li {
    border-bottom: none;
  }
}

.order-tabs ul li a {
  display: inline-block;
  padding: 10px 15px;
  border-right: 1px solid #e2e2e2;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  color: #3E3C42;
  text-decoration: none;
}

.order-tabs ul li a.active {
  border-bottom: 1px solid #ffffff;
  background: #FFFFFF;
}

.order-tabs ul li a.active:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #F44336;
}

.order-tabs ul li a.active:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background: #ffffff;
}

.order-tabs ul li:first-child a {
  border-left: 1px solid transparent;
}

.order-tabs ul li:first-child a.active {
  border-left: 1px solid #e2e2e2;
}

.pika-lendar .pika-table abbr {
  border-bottom: none;
  text-decoration: none;
  cursor: default;
}

.pika-lendar .pika-table td.is-selected .pika-button {
  background: #F44336;
  -webkit-box-shadow: inset 0 1px 3px #ea1c0d;
          box-shadow: inset 0 1px 3px #ea1c0d;
}

.pika-lendar .pika-button:hover {
  color: #fff;
  background: #66afe9;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

.pika-lendar .pika-table {
  margin-bottom: 0;
}

.card-block {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block:first-child {
  border-top: none;
}

.card-block h3 {
  margin-top: 0;
}

.card-block h4 {
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 8px;
}

.card-block h4:first-child {
  margin-top: 0;
}

.card-block p.card-text,
.card-block .card-text {
  font-size: 13px;
}

.card-block .card-link {
  font-size: 13px;
  outline: none;
  text-decoration: none;
}

@media (min-width: 544px) {
  .side-panel {
    margin-top: 30px;
    padding-left: 15px;
  }
}

.side-panel .card-block {
  background: #fcfcfc;
}

.side-panel .card {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.separated-content {
  margin-top: 30px;
  padding-top: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.order-title h2 {
  margin-bottom: 5px;
}

.order-title small {
  margin-bottom: 30px;
  display: inline-block;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.status-pill {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  background: #a5b2bd;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  text-transform: uppercase;
  border-radius: 2px;
}

.status-pill.status-0, .status-pill.status-1 {
  background: #4bc27d;
}

.status-pill.status-2, .status-pill.status-3 {
  background: #72808e;
}

.status-pill.status-4 {
  background: #3197d6;
}

.info-block {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 15px;
  margin-top: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.info-block small {
  display: block;
  font-size: 11px;
  opacity: 0.75;
  margin-bottom: 0;
}

.add-new .info-block {
  margin-top: 9px;
  display: block;
  margin-right: 0;
}

.add-new-small {
  margin-top: 26px;
}

.tas-dropdown {
  cursor: pointer;
}

.status-dropdown {
  display: inline-block;
}

.dropdown-item {
  font-size: 14px;
  cursor: pointer;
}

.no-results-container {
  padding: 60px;
  text-align: center;
  background: #f4f4f4;
  border: 1px solid #e2e2e2;
  color: rgba(62, 60, 66, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.main-menu-log-out a {
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.5;
  font-weight: 300;
  text-decoration: none;
}

.ledger-list {
  padding-top: 20px;
}

.ledger-entry {
  font-size: 14px;
}

.ledger-entry .ledger-entry-time {
  font-size: 13px;
  text-align: right;
  color: #707070;
}

.ledger-entry .ledger-entry-creator {
  font-size: 12px;
  font-style: italic;
  color: #707070;
}

.ledger-entry.entry-type-1, .ledger-entry.entry-type-4 {
  padding: 12px 10px 9px 10px;
  border-bottom: 1px solid #e3e8eb;
  background: #f6f6f6;
  opacity: 0.7;
  font-size: 76%;
}

.ledger-entry.entry-type-2 {
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #e3e8eb;
}

.payment-table-container {
  text-align: right;
}

.payment-table {
  display: inline-block;
}

.payment-table table {
  width: auto;
  font-size: 12px;
}

.payment-table table tr {
  border: none;
}

.payment-table table tr:hover {
  background: none !important;
}

.payment-table table tr td {
  border: none;
  text-align: right;
  font-weight: bold;
}

.payment-table table tr td:first-child {
  font-weight: normal;
  text-align: right;
}

.team-list .card.active {
  background: #91fabe;
}

@media (min-width: 544px) {
  .active-status-dropdown {
    left: auto;
    right: 0;
  }
}

.mfp-close-btn-in .mfp-close {
  display: none;
}
/*# sourceMappingURL=screen.css.map */