/********* start login page **********/
body.page-md.login {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

body.page-md.login .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin: unset;
  height: auto;
  z-index: 999;
}

body.page-md.login .log_im {
  max-width: 280px;
  max-height: 80px;
  margin: 25px auto;
}

body.page-md.login .log_im img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/********* end login page **********/
/********* start navbar **********/
.page-header.navbar .page-logo {
  background-color: #fff;
}

.page-header.navbar .page-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
}

/********* end navbar **********/
/********* start content **********/
.fc .fc-toolbar {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fc .fc-toolbar .fc-toolbar-chunk {
  margin: 0 6px;
}

.page-sidebar .page-sidebar-menu li > a > .arrow:before,
.page-sidebar-closed.page-sidebar-fixed
.page-sidebar:hover
.page-sidebar-menu
li
> a
> .arrow:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  content: "\f107";
  display: inline-block;
}

.portlet.box > .portlet-body {
  padding: 10px !important;
}

.form-control {
  padding: 0 12px;
}

textarea.form-control {
  height: 100px;
  overflow: hidden;
  overflow-y: auto;
  resize: none;
}

.dataTables_wrapper .dataTables_filter input {
  outline: 0 !important;
}

table.dataTable.dtr-inline.collapsed
> tbody
> tr[role="row"]
> td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
> tbody
> tr[role="row"]
> th.dtr-control:before {
  background-color: #fbd74d !important;
}

div#example_filter {
  margin-bottom: 14px;
}

.portlet .form .form-actions button.btn.green {
  margin: 0 auto;
  display: table;
  min-width: 100px;
}

.table .btn {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin-bottom: 4px;
}

/********* end content **********/
/*******************start bottom icons **************************/
.the_icons {
  display: none;
  -webkit-box-shadow: 0px -4px 8px 0px rgba(104, 105, 107, 0.08);
  box-shadow: 0px -4px 8px 0px rgba(104, 105, 107, 0.08);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background-color: #fff;
  z-index: 99;
  border-top: 1px solid #e7e8e9;
  direction: ltr;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.the_icons li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: inline-block;
}

.the_icons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.the_icons li a::before {
  content: "";
  position: absolute;
  height: 50%;
  top: 25%;
  width: 2px;
  background-color: rgba(189, 189, 189, 0.6);
  right: 0;
}

.the_icons li a b {
  margin: 0;
  font-size: 17px;
}

.the_icons li a p {
  font-size: 11px;
  margin: 0;
  text-align: center;
  line-height: 1;
}

.the_icons li:last-child a {
  color: #b0413e;
}

.the_icons li:last-child a::before {
  display: none;
}

/*******************end bottom icons **************************/
.table-responsive {
  padding: 15px 0;
}

.navbar-collapse.in.new_height {
  min-height: 480px !important;
}

.form-horizontal .control-label {
  text-align: right;
}

/******************* Responsive **************************/
@media (max-width: 991px) {
  .page-header.navbar {
    padding: 0;
  }
  .page-header.navbar .page-logo {
    max-width: 200px;
    padding: 0 6px;
  }
}

@media (max-width: 767px) {
  .hide_xs {
    display: none !important;
  }
  .fc .fc-toolbar .fc-toolbar-chunk:last-child {
    margin: 10px auto 0 auto;
  }
  /*******************start bottom icons **************************/
  .the_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.page-md.page-header-fixed.page-quick-sidebar-over-content .page-content {
    padding-bottom: 70px !important;
  }
  .fc .fc-toolbar-title {
    margin: 10px 0;
  }
  .page-footer {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .page-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.portlet-body div img, .row.fileupload-buttonbar div img {
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
/*# sourceMappingURL=new_style.css.map */