body {
  font-family: "Nunito", "Open Sans", "Sans-Sherif";
  font-weight: 400;
  color: #696969;
  font-size: 14px; }

img {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  img.cover {
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover; }
  img.circle {
    border-radius: 50%; }

.middle {
  vertical-align: middle !important; }

a, button {
  transition: all 0.3s ease !important; }
  a:hover, button:hover {
    transition: all 0.3s ease !important; }

.full.width {
  width: 100% !important; }

.clearfix {
  clear: both; }

.text.uppercase {
  text-transform: uppercase !important; }

.text.lowercase {
  text-transform: lowercase !important; }

.text.light {
  font-weight: 300 !important; }

.text.normal {
  font-weight: 400 !important; }

.text.strong {
  font-weight: 700; }

.text.black {
  color: #343434 !important; }

.text.white {
  color: #fff !important; }

.text.gray {
  color: #6f7986 !important; }

.text.red {
  color: #e74c3c !important; }

.text.green {
  color: #1abc9c !important; }

.text.left {
  text-align: left !important; }

.text.center {
  text-align: center !important; }

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

.margin.auto {
  margin: auto !important; }

.margin.b0 {
  margin-bottom: 0 !important; }

.margin.t0 {
  margin-top: 0 !important; }

.margin.t3 {
  margin-top: 3px !important; }

.margin.b3 {
  margin-bottom: 3px !important; }

.margin.t5 {
  margin-top: 5px !important; }

.margin.b5 {
  margin-bottom: 5px !important; }

.margin.t10 {
  margin-top: 10px !important; }

.padding.b0 {
  padding-bottom: 0 !important; }

.padding.t0 {
  padding-top: 0 !important; }

.padding.t5 {
  padding-top: 5px !important; }

.padding.b5 {
  padding-bottom: 5px !important; }

.opacity.o2 {
  opacity: .2; }

.border.bb1 {
  border-bottom-width: 1px !important; }

/* Mobile Only Hide */
@media only screen and (max-width: 767px) {
  .mobile.hide {
    display: none !important; } }

/* Tablet Only Hide */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tablet.hide {
    display: none !important; } }

/* Computer Only Hide */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .computer.hide {
    display: none !important; } }

/* Large Screen Only Hide */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .computer.hide {
    display: none !important; } }

/* Widescreen Only Hide */
@media only screen and (min-width: 1920px) {
  .computer.hide {
    display: none !important; } }

.ui.menu,
.ui.button,
.ui.accordion .title:not(.ui) {
  font-family: "Nunito", "Open Sans", "Sans-Sherif"; }

h1, h2, h3, h4, h5, h6, strong,
.ui.header {
  font-weight: 700;
  font-family: "Nunito", "Open Sans", "Sans-Sherif"; }

.ui.form .fields:not(.inline) label {
  margin-top: 7px; }

.ui.table {
  border: 0;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0;
  width: 100% !important;
  overflow: hidden; }
  .ui.table thead tr:first-child > th:first-child,
  .ui.table tfoot tr:first-child > th:first-child,
  .ui.table tr:first-child > th:last-child {
    border-radius: 0 0 0 0 !important; }
  .ui.table thead th {
    background-color: #37474f;
    color: #fff; }
  .ui.table tfoot th {
    background: #ffffff; }
  .ui.table .thick.border {
    border-top: 1px solid #ababab;
    border-bottom: 1px solid #ababab; }

.ui.definition.table thead:not(.full-width) th:first-child {
  background: #37474f !important;
  color: #fff;
  font-weight: 700; }

.ui.definition.table thead:not(.full-width) th:nth-child(2) {
  border-left: 0; }

.ui.definition.table tr td:first-child {
  background: #37474f !important;
  color: #fff !important; }

/* Custom DataTables Style */
table.dataTable.no-footer {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15); }

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #ecf0f1; }

.dataTables_wrapper .dataTables_length select {
  border: 1px solid rgba(34, 36, 38, 0.15) !important;
  background: #fff; }

.dataTables_wrapper .dataTables_filter {
  color: #b6b5c5 !important; }
  .dataTables_wrapper .dataTables_filter input[type=search] {
    background: #f8f8fc;
    border: 0;
    border-radius: 20px;
    padding: 7px 15px; }
    .dataTables_wrapper .dataTables_filter input[type=search]:focus {
      outline: none !important; }

.dataTables_wrapper .dataTables_length {
  padding-top: 0.6em; }

.dataTables_wrapper .dataTables_info {
  clear: none;
  padding-left: 0.5em; }

.dataTables_wrapper .dt-buttons {
  margin-bottom: 10px; }
  .dataTables_wrapper .dt-buttons .dt-button {
    background: #00b5ad;
    border: 1px solid #00b5ad;
    color: #fff;
    padding: .4em 1.2em; }
    .dataTables_wrapper .dt-buttons .dt-button:hover, .dataTables_wrapper .dt-buttons .dt-button:focus, .dataTables_wrapper .dt-buttons .dt-button:active {
      background: #009c95 !important;
      border: 1px solid #009c95 !important;
      color: #fff !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #f8f8fc;
  border: 1px solid #f8f8fc;
  color: #343434 !important;
  border-radius: 50%;
  width: 35px;
  padding-left: 0;
  padding-right: 0;
  text-align: center; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background: #f8f8fc;
    border: 1px solid #f8f8fc;
    color: #dedede !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
      background: #f8f8fc;
      border: 1px solid #f8f8fc;
      color: #dedede !important; }
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #b6b5c5;
    border: 1px solid #b6b5c5; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #b6b5c5;
    border: 1px solid #b6b5c5;
    color: #ffffff !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
      background: #b6b5c5;
      border: 1px solid #b6b5c5;
      color: #ffffff !important; }

/* Mini Modal */
.ui.mini.modal > .header:not(.ui) {
  font-size: 1.3em; }

@media only screen and (max-width: 767px) {
  .ui.mini.modal {
    width: 95%;
    margin: 0em 0em 0em -47.5%; } }

@media only screen and (min-width: 768px) {
  .ui.mini.modal {
    width: 35.2%;
    margin: 0em 0em 0em -17.6%; } }

@media only screen and (min-width: 992px) {
  .ui.mini.modal {
    width: 340px;
    margin: 0em 0em 0em -170px; } }

@media only screen and (min-width: 1200px) {
  .ui.mini.modal {
    width: 360px;
    margin: 0em 0em 0em -180px; } }

@media only screen and (min-width: 1920px) {
  .ui.mini.modal {
    width: 380px;
    margin: 0em 0em 0em -190px; } }

/* Tiny Modal */
.ui.small.modal > .header:not(.ui) {
  font-size: 1.3em; }

@media only screen and (max-width: 767px) {
  .ui.tiny.modal {
    width: 95%;
    margin: 0em 0em 0em -47.5%; } }

@media only screen and (min-width: 768px) {
  .ui.tiny.modal {
    width: 52.8%;
    margin: 0em 0em 0em -26.4%; } }

@media only screen and (min-width: 992px) {
  .ui.tiny.modal {
    width: 510px;
    margin: 0em 0em 0em -255px; } }

@media only screen and (min-width: 1200px) {
  .ui.tiny.modal {
    width: 540px;
    margin: 0em 0em 0em -270px; } }

@media only screen and (min-width: 1920px) {
  .ui.tiny.modal {
    width: 570px;
    margin: 0em 0em 0em -285px; } }

.sweet-alert {
  margin-left: -239px; }

.sidebar.toggle {
  cursor: pointer; }

.wrapper {
  padding-top: 55px; }

.mainbody {
  margin-left: 280px;
  background: #f6f6f6;
  height: calc(100vh - 55px);
  overflow-y: scroll; }
  .mainbody > .body-menu {
    padding: 5px 15px;
    background: #ffffff;
    box-shadow: 0 0 5px #cdcdcd; }
    .mainbody > .body-menu > .ui.secondary.menu {
      overflow-y: hidden;
      background: #ffffff; }
      .mainbody > .body-menu > .ui.secondary.menu .item {
        padding: .7em 1.2em;
        border-radius: 100px;
        margin-right: .7em;
        color: #676767;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase; }
        .mainbody > .body-menu > .ui.secondary.menu .item.active, .mainbody > .body-menu > .ui.secondary.menu .item:hover {
          background: #398adb;
          color: #ffffff; }
  .mainbody > .body-content {
    padding: 20px 20px 40px 20px; }

@media only screen and (max-width: 767px) {
  .mainbody {
    margin-left: 0;
    padding: 0; }
    .mainbody > .body-content {
      padding: 20px 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainbody {
    margin-left: 0;
    padding: 0; }
    .mainbody > .body-content {
      padding: 20px; } }

/* MENU */
.ui.inverted.menu {
  background: #212529 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .ui.inverted.menu .item {
    color: rgba(255, 255, 255, 0.5); }
    .ui.inverted.menu .item:before {
      background: transparent; }

.ui.left.demo.vertical.inverted.sidebar.overlay.visible {
  background-color: #343b42;
  background: #343b42; }

.mainmenu {
  float: left;
  width: 280px;
  position: relative;
  background: #343b42;
  height: calc(100vh - 55px);
  overflow-y: scroll; }
  .mainmenu.inverted {
    background: #323232; }

.profile-menu {
  padding: 25px 20px 20px 20px;
  color: #efefef;
  background: #343b42; }

@media only screen and (max-width: 991px) {
  .profile-menu .item {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }

.menu-title {
  padding: 0 10px 0 7px;
  margin-bottom: 5px;
  font-size: 12px;
  background: #343b42;
  cursor: pointer; }
  .menu-title:after {
    position: absolute;
    right: 10px;
    font-family: "Pe-icon-7-stroke" !important;
    font-size: 20px;
    content: '\e688';
    color: #ffffff; }

ul.nav {
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0; }
  ul.nav > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  ul.nav > li > a {
    display: block;
    position: relative;
    color: #6f7986;
    font-size: 12px;
    font-family: "Nunito", "Open Sans", "Sans-Sherif";
    text-transform: uppercase;
    background: #343b42;
    height: 60px;
    line-height: 62px;
    transition: all 0.3s !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    ul.nav > li > a .pe {
      float: left;
      background: #212529;
      color: #6f7986;
      text-align: center;
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 16px;
      overflow: hidden;
      margin-right: 21px;
      transition: all 0.3s !important; }
  ul.nav > li.active .pe {
    background: #398adb;
    color: #ffffff; }
  ul.nav > li:hover > a {
    background: #398adb;
    color: #ffffff; }
    ul.nav > li:hover > a:after {
      color: #ffffff; }
    ul.nav > li:hover > a .pe {
      background: #2b7bbb;
      color: #ffffff; }
  ul.nav > li.colapsible ul.sub.nav {
    max-height: 0;
    overflow: hidden;
    transition: all 1s !important; }
    ul.nav > li.colapsible ul.sub.nav > li > a {
      padding-left: 100px;
      font-size: 12px;
      line-height: 50px;
      border-bottom: 0 !important; }
      ul.nav > li.colapsible ul.sub.nav > li > a:not(:hover) {
        background: #f0f0f0; }
      ul.nav > li.colapsible ul.sub.nav > li > a:after {
        content: ''; }
  ul.nav > li.colapsible:hover > a:after {
    font-family: "Pe-icon-7-stroke" !important;
    content: '\e688';
    color: #ffffff; }
  ul.nav > li.colapsible:hover ul.sub.nav {
    max-height: 500px;
    transition: all 1s !important; }

@media only screen and (max-width: 991px) {
  .mainmenu {
    width: 0;
    overflow-x: hidden; } }

.base.content {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  position: relative; }
  .base.content .title {
    text-transform: uppercase;
    color: #343434; }
  .base.content .inside {
    margin-top: 20px; }
    .base.content .inside .popup-action {
      padding: 15px;
      border-radius: 5px;
      margin-bottom: 20px;
      background: #f8f8fc;
      color: #b6b5c5; }
  .base.content .toolbar {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px; }
    .base.content .toolbar a {
      color: #454545; }

.statistics-icon {
  position: absolute;
  z-index: 0;
  right: 10px;
  top: 10px; }
  .statistics-icon i {
    font-size: 100px;
    color: #f2f2f2; }
  .statistics-icon + .ui.statistic {
    position: relative;
    z-index: 1; }

/* FORM & BUTTON */
.ui.form .field input[readonly] {
  pointer-events: none;
  opacity: .45; }

.ui.icon.input > .pe {
  position: absolute;
  top: 2px; }

.ui.transparent[class*="left icon"].input > input {
  padding-left: 2.3em !important; }

.ui.selection.dropdown {
  min-width: unset; }

.main.button {
  color: #fff;
  background: #212529; }

.main.button:hover {
  color: #fff;
  background: #343b42; }

table .ui.checkbox .box:before,
table .ui.checkbox label:before {
  top: -1px;
  left: -1px; }

.combodate select {
  display: inline-block !important; }

ul.pagination {
  list-style: none; }
  ul.pagination > li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    width: 35px;
    height: 35px;
    border: 2px solid #f88457;
    border-radius: 50%;
    text-align: center;
    padding-top: 4px;
    transition: all 0.3s ease; }
    ul.pagination > li > a, ul.pagination > li > span {
      color: #f88457;
      font-size: 14px;
      padding: 12px; }
    ul.pagination > li.disabled {
      border: 2px solid #d4d4d5; }
      ul.pagination > li.disabled > a, ul.pagination > li.disabled > span {
        color: #d4d4d5; }
      ul.pagination > li.disabled:hover {
        cursor: not-allowed; }
    ul.pagination > li.active {
      background: #f88457; }
      ul.pagination > li.active > a, ul.pagination > li.active > span {
        color: #fff; }
    ul.pagination > li:hover {
      color: #fff; }
      ul.pagination > li:hover:not(.disabled) {
        background: #f88457;
        transition: all 0.3s ease; }
        ul.pagination > li:hover:not(.disabled) > a, ul.pagination > li:hover:not(.disabled) > span {
          color: #fff; }

ul.report-menu {
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0; }
  ul.report-menu > li {
    border-bottom: 1px solid #dedede; }
    ul.report-menu > li:first-child {
      border-top: 1px solid #dedede; }
    ul.report-menu > li > a {
      display: block;
      position: relative;
      color: #6f7986;
      font-size: 12px;
      font-family: "Nunito", "Open Sans", "Sans-Sherif";
      text-transform: uppercase;
      transition: all 0.3s !important;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding: 10px 0 10px 10px; }
    ul.report-menu > li.active, ul.report-menu > li:hover {
      transition: all 0.3s !important; }
      ul.report-menu > li.active > a, ul.report-menu > li:hover > a {
        background: #398adb;
        color: #ffffff; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  color: #454545; }

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #398adb; }

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