body, html {
  height: 100%;
  width: 100%;
}

.hide {
  display: none !important;
  -webkit-transition: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -o-transition: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.white {
  color: white !important;
}

.full-width {
  width: 100% !important;
}

#banner {
  max-height: 120px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#banner.shrink {
  max-height: 0px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#computer-menu {
  margin: 0px;
}

#online-topbar > .menu,
#online-sidebar > .menu {
  border-radius: 0px;
  margin: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

#online-sidebar > .menu {
  height: 100%;
  overflow: auto;
}

#login-container,
#online-workspace,
#online-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#online-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

#pusher,
#online-main,
.online-page-section,
#online-workspace,
#online-content,
#online-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pusher,
#online-main,
.online-page-section,
#online-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.online-page-section {
  max-width: 100% !important;
}

.online-page-section,
.online-page-section > .grid,
.fc-event-new-elem > .fc-content {
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#online-main {
  min-height: 100vh;
  width: 100%;
}

#online-workspace,
#pusher {
  background-color: #F2F1EF;
}

#_app-name {
  /*font-size: 1.3em;*/
}

#account > i.icon {
  margin: 0px;
}

#online-sidebar {
  margin-left: 0px;
  -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

#online-sidebar.shrink {
  margin-left: -210px;
  -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

._app-logo-banner-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._app-userlog-inlinefields {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ui.button.disapproved-app {
  background-color: #ff00ff !important;
}

#computer-menu .item > .image + .content {
  min-width: 0;
  width: auto;
  display: block;
  margin-left: 0;
  -ms-flex-item-align: top;
  -ms-grid-row-align: top;
  align-self: top;
  padding-left: 1.5em;
}

.fc-event-new-elem {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fc-content {
  text-align: center;
}

.fc-unthemed .fc-popover {
  z-index: 999999;
}

.cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  font-size: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3px;
}

.cell p {
  padding: 0;
  margin: 0;
}

.ui.vertical.menu .menu .item {
  font-size: 0.9em !important;
}

.fc-event-new-elem .ui.label,
#app-legend .ui.label {
  background-color: #ecf0f1;
  color: #2c3e50;
  min-height: 0px !important;
}

#app-legend > .ui.divider {
  margin: 0px;
}

.fc-event {
  cursor: pointer;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.fc-event:hover {
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px 0px rgba(83, 92, 104, 0.4);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px 0px rgba(83, 92, 104, 0.4);
}

.fc-event-container .fc-event {
  border-radius: 15px;
  line-height: 1.3;
}

.fc-time {
  display: none;
}

#event-status {
  margin: 2px 0px 0px 2px;
  padding: 0 2px;
}

.dataTables_processing.ui.segment {
  height: 100px;
}

._app-batch-td-elements {
  max-width: 500px;
  overflow-x: auto;
}

._app-batch-td-elements label, ._app-batch-td-elements ._app-batch-status {
  white-space: nowrap;
}

._app-batch-status .menu {
  min-width: 100px !important;
  left: 190px !important;
  top: 75% !important;
}

._app-batch-remark {
  padding: 0.7em 0.3em !important;
}

#_app-cal-loader-container > .active.loader {
  position: relative !important;
  top: 10px !important;
}

.ui.popup {
  z-index: 1000 !important;
}

.select-tr {
  color: white;
  background-color: #2185d0;
}

.period {
  min-height: 5px !important;
}

._app-batch-td-elements::-webkit-scrollbar {
  height: 10px;
}

._app-cal-emp-fc-right {
  padding-bottom: 10px;
  padding-top: 5px;
}

._app-cal-emp-fc-right .buttons:nth-child(1) {
  margin-right: 5px;
}

#_app-view-emp-back {
  height: 2.5em !important;
}

#quill-container .ql-editor {
  max-height: 400px;
  overflow-y: auto;
}

#quill-attachments-container .item .content .header {
  color: #2185d0;
}

#quill-attachments-container {
  max-height: 200px;
  overflow-y: auto;
}

.announcement-box img, .post-box img {
  width: 100% !important;
}

.announcement-box .item .header {
  color: #2185d0 !important;
}

#td-message {
  overflow: hidden;
  max-height: 55px;
}

#td-message.collapse {
  max-height: 100% !important;
}

#td-collapse {
  cursor: pointer;
  color: #767676 !important;
}

#td-row img {
  max-height: 50px !important;
  max-width: 150px !important;
}

.red {
  color: #9f3a38 !important;
}

.post-title {
  cursor: pointer;
}

#lv-timein-n .input.disabled,
#lv-timeout-n .input.disabled {
  opacity: 1 !important;
}

#_app-cal-filter-form .inline.fields {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.cell .calendar-approved-sent {
  color: #CCAC00 !important;
}
.cell .calendar-approved-not-sent {
  color: #009432 !important;
}
.cell .from-tks {
  color: #34495e !important;
}
.cell .disapproved {
  color: #ff00ff !important;
}

#mainAccordion .title {
  color: black;
}

._app-grid-scrolling {
  overflow-x: auto;
}

@media all and (min-width: 1200px) {
  .menu-bar {
    display: none !important;
  }
}
@media all and (min-width: 960px) and (max-width: 1199px) {
  .menu-bar {
    display: none !important;
  }
}
@media all and (max-width: 959px) {
  .main.menu {
    display: none !important;
  }

  .menu-bar {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 770px) {
  .ui.fluid.container#banner {
    margin: 0 !important;
  }

  #online-topbar > .ui.stackable.menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #online-topbar > .ui.stackable.menu .item {
    width: auto !important;
  }

  #online-topbar > .menu > .menu {
    display: none !important;
  }

  .ui.dropdown .menu > * {
    white-space: pre-wrap !important;
  }

  /*--------------------
        Fluid input in Users Security
  ---------------------*/
  .actioninput-resp-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .actioninput-resp-mobile.ui.input > input {
    width: 0px !important;
  }

  #logout {
    display: block !important;
  }

  #_audit-more-content {
    min-width: 300px !important;
    max-width: 300px !important;
  }

    #othersetupform .fields .field,
    #transmittalfilterform .fields .field,
    #lvreportfilterform .fields .field,
    #otreportfilterform .fields .field,
    #dtrreportfilterform .fields .field,
    #otherreportfilterform .fields .field,
    #proreportfilterform .fields .field,
    #rdreportfilterform .fields .field,
    #wsreportfilterform .fields .field,
    #payslipfilterform .fields .field,
    #credibalancefilterform .fields .field,
    #_app-filter-form .fields .field,
    #_app-cal-filter-form .fields .field,
    #attreportfilterform .fields .field
    {
        padding: 0.3rem;
    }

    #more-content.lvreport,
    #more-content.otreport,
    #more-content.dtrreport,
    #more-content.otherreport,
    #more-content.proreport,
    #more-content.rdreport,
    #more-content.wsreport,
    #more-content.attreport
    {
        min-width: 300px !important;
        max-width: 300px !important;
    }

  .forcefullheightcalendar {
    height: 100% !important;
  }

  #banner {
    max-height: 0px !important;
  }
}

/*# sourceMappingURL=temp.css.map */
