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

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.del {
  text-decoration: line-through !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: #21a2b7;
    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 .dt-buttons {
  margin-bottom: 10px; }
  .dataTables_wrapper .dt-buttons .dt-button {
    background: #2185d0;
    border: 1px solid #2185d0;
    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: #1678c2 !important;
      border: 1px solid #1678c2 !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; }

.mainbody {
  padding: 75px 20px 20px 20px; }

@media only screen and (max-width: 767px) {
  .mainbody {
    padding: 65px 10px 10px 10px; } }

/* MENU */
.ui.inverted.menu {
  background: #21a2b7 !important; }
  .ui.inverted.menu .item {
    color: #ffffff; }
    .ui.inverted.menu .item:before {
      background: transparent; }

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

.menu-alert {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }

.menu-panel {
  border: 1px solid #FFFFFF;
  transition: 0.5s; }
  .menu-panel .fa {
    transform: rotate(0deg);
    transition: 0.5s; }
  .menu-panel .panel-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    color: #343434; }
  .menu-panel:hover {
    border: 1px solid #21a2b7;
    transition: 0.5s; }
    .menu-panel:hover .fa {
      transform: rotate(17deg);
      transition: 0.5s; }
    .menu-panel:hover .panel-title {
      color: #21a2b7; }

.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px; }
  .info-box .info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff; }
  .info-box .info-box-content {
    padding: 15px;
    margin-left: 90px; }
    .info-box .info-box-content .info-box-number {
      display: block;
      font-weight: bold;
      font-size: 18px; }
    .info-box .info-box-content .info-box-text {
      display: block;
      font-size: 14px;
      white-space: nowrap;
      overflow: hidden;
      color: #565656; }

.base.content {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 30px;
  position: relative; }
  .base.content .title {
    text-transform: uppercase;
    color: #343434; }
  .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.labeled.input:not([class*="corner labeled"]) input.currency-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.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: #21a2b7; }

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

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 */
