html {
  min-height: 100vh; }

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset !important; }

.form-control,
.btn-group.bootstrap-select, .btn-group.bootstrap-select .btn {
  background: #fafafa; }

textarea {
  resize: vertical; }

section.content {
  margin-top: 70px; }

#content-preloader {
  position: fixed;
  z-index: 9999999 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: none; }
  #content-preloader div.preloader {
    position: absolute;
    left: 50%;
    top: 50%; }

.font-weight-bold {
  font-weight: bold; }

.text-highlight {
  font-size: 1.4em; }

.text-danger {
  color: #a94442 !important; }

.fa-blink {
  animation: fontawesome-blinker 0.7s cubic-bezier(0.2, 0, 1, 1) infinite alternate; }

@keyframes fontawesome-blinker {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.colorpicker.colorpicker-visible {
  z-index: 999999 !important; }

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  height: 34px !important;
  width: 34px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: -6px; }

.d-none {
  display: none; }

@media screen and (min-width: 992px) {
  .col-md-2-5 {
    width: 20%; }

  .col-md-9-5 {
    width: 80%; } }
@media screen and (min-width: 1200px) {
  .col-lg-2-5 {
    width: 20%; }

  .col-lg-9-5 {
    width: 80%; } }
iframe {
  border: 1px solid #888;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  width: 100%;
  min-height: 600px; }

.card .color-black,
.color-black {
  color: #000 !important; }

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

@media screen and (max-width: 992px) {
  #pjax-container {
    margin-left: 0;
    margin-right: 0; } }
.d-inline-block {
  display: inline-block; }

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999 !important;
  float: left;
  display: none;
  min-width: 160px;
  padding: 0 !important;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  max-height: 200px;
  overflow: auto; }

.ui-menu-item .ui-menu-item-wrapper {
  padding: 5px 10px; }
.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none; }

.ui-state-hover, .ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none; }

.ui-helper-hidden-accessible {
  display: none; }

.ui-state-highlight {
  background: #a5e1ff !important;
  height: 80px;
  width: 100%; }

.navbar-brand {
  padding: 0; }
  .navbar-brand > img {
    height: 100%; }

nav.navbar ul.nav li .dropdown-menu {
  margin-top: 10px !important; }

#topbar ul.nav li a {
  padding-left: 15px;
  padding-right: 15px; }
  #topbar ul.nav li a > i {
    font-size: 1em; }

.card {
  border: none; }
  .card a {
    text-decoration: none !important; }
  .card .header {
    background: #F7F7F7;
    border: none; }
    .card .header ul.header-dropdown li a.btn-full {
      margin-top: -4px;
      margin-left: 10px; }
    .card .header ul.header-dropdown li a.btn-primary i {
      font-size: 13px;
      color: #fff; }
    .card .header ul.header-dropdown li.dropdown {
      margin-left: 10px; }
  .card .body .col-xs-1,
  .card .body .col-sm-1,
  .card .body .col-md-1,
  .card .body .col-lg-1 {
    margin-bottom: 6px; }
  .card .body .col-xs-2,
  .card .body .col-sm-2,
  .card .body .col-md-2,
  .card .body .col-lg-2 {
    margin-bottom: 6px; }
  .card .body .col-xs-3,
  .card .body .col-sm-3,
  .card .body .col-md-3,
  .card .body .col-lg-3 {
    margin-bottom: 6px; }
  .card .body .col-xs-4,
  .card .body .col-sm-4,
  .card .body .col-md-4,
  .card .body .col-lg-4 {
    margin-bottom: 6px; }
  .card .body .col-xs-5,
  .card .body .col-sm-5,
  .card .body .col-md-5,
  .card .body .col-lg-5 {
    margin-bottom: 6px; }
  .card .body .col-xs-6,
  .card .body .col-sm-6,
  .card .body .col-md-6,
  .card .body .col-lg-6 {
    margin-bottom: 6px; }
  .card .body .col-xs-7,
  .card .body .col-sm-7,
  .card .body .col-md-7,
  .card .body .col-lg-7 {
    margin-bottom: 6px; }
  .card .body .col-xs-8,
  .card .body .col-sm-8,
  .card .body .col-md-8,
  .card .body .col-lg-8 {
    margin-bottom: 6px; }
  .card .body .col-xs-9,
  .card .body .col-sm-9,
  .card .body .col-md-9,
  .card .body .col-lg-9 {
    margin-bottom: 6px; }
  .card .body .col-xs-10,
  .card .body .col-sm-10,
  .card .body .col-md-10,
  .card .body .col-lg-10 {
    margin-bottom: 6px; }
  .card .body .col-xs-11,
  .card .body .col-sm-11,
  .card .body .col-md-11,
  .card .body .col-lg-11 {
    margin-bottom: 6px; }
  .card .body .col-xs-12,
  .card .body .col-sm-12,
  .card .body .col-md-12,
  .card .body .col-lg-12 {
    margin-bottom: 6px; }
  .card .footer {
    background: #F7F7F7;
    border: none; }
  .card-danger {
    border: 1px solid #a94442 !important; }
    .card-danger .header {
      background: #a94442 !important;
      border-color: rgba(169, 68, 66, 0.35); }
      .card-danger .header h1, .card-danger .header h2, .card-danger .header h3, .card-danger .header h4, .card-danger .header h5 {
        color: #fff !important; }
  @media screen and (max-width: 992px) {
    .card .header .header-dropdown {
      position: relative;
      display: block;
      padding-left: 0;
      right: 0; }
      .card .header .header-dropdown li a.btn-full {
        margin: 0 !important; }
      .card .header .header-dropdown li.dropdown {
        position: absolute;
        right: 0;
        top: -40px; } }

table.table thead th.flag {
  width: 10px;
  padding-right: 10px; }
table.table thead th.remark {
  width: 10px;
  padding-right: 10px; }
table.table thead th.status {
  width: 10px;
  padding-right: 10px; }
table.table tr.active {
  border-left: 4px solid #cccc00; }
  table.table tr.active td {
    background: #ffffe0; }
table.table tr:hover.active td {
  background: #ffffc7; }
table.table-diff {
  font-size: 10px;
  margin-bottom: 0;
  border: 1px solid #aaa; }
  table.table-diff tr {
    border: 1px solid #aaa; }
    table.table-diff tr td {
      padding: 2px !important;
      border: 1px solid #aaa; }
      table.table-diff tr td.attribute {
        font-weight: bold;
        word-wrap: anywhere; }
      table.table-diff tr td.addition {
        background: #e6ffed; }
      table.table-diff tr td.deletion {
        background: #ffeef0; }
table.table-inline td {
  padding-right: 15px; }
table.dataTable {
  width: 100% !important; }
  table.dataTable thead > tr th, table.dataTable thead > tr td, table.dataTable tfoot > tr th, table.dataTable tfoot > tr td {
    background: #f4f4f4; }
    table.dataTable thead > tr th.action, table.dataTable thead > tr td.action, table.dataTable tfoot > tr th.action, table.dataTable tfoot > tr td.action {
      text-align: right; }
  table.dataTable th.focus,
  table.dataTable td.focus {
    outline: none;
    box-shadow: none !important; }
  table.dataTable tr.selected {
    background: #a5e1ff !important;
    color: #000 !important; }
    table.dataTable tr.selected a:not(.btn),
    table.dataTable tr.selected a.btn-default {
      color: #000 !important; }
  table.dataTable tr td.action {
    text-align: right; }
table .dt-checkboxes-cell input.dt-checkboxes {
  position: relative;
  opacity: 1;
  left: auto; }

.dataTables_wrapper .row {
  margin-left: 0;
  margin-right: 0; }
.dataTables_wrapper .table-scroll-wrapper {
  min-height: 250px;
  max-height: calc(100vh - 400px);
  overflow: auto;
  width: 100%; }
  .dataTables_wrapper .table-scroll-wrapper table > thead {
    position: sticky;
    top: 0;
    z-index: 1; }

.dataTables_processing {
  position: absolute;
  top: 0;
  z-index: 999; }

.dataTables_info .select-info {
  display: none; }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  background: #ccc !important; }

.dropdown-toggle:focus {
  border-bottom: 2px solid #1f91f3 !important; }

.bootstrap-select .bs-searchbox input {
  width: auto; }
.bootstrap-select.btn-group .dropdown-menu {
  max-height: 300px !important; }
.bootstrap-select .active {
  background: #eee; }

.bootstrap-select-small .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 110px; }

.modal form [class*="col-xs-"],
.modal form [class*="col-sm-"],
.modal form [class*="col-md-"],
.modal form [class*="col-lg-"] {
  margin-bottom: 5px; }
.modal .modal-footer .btn {
  text-transform: uppercase; }

.form-inline .form-group {
  width: auto;
  margin-right: 15px;
  margin-left: 0; }
  .form-inline .form-group .form-control {
    width: auto;
    background: #fff;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .form-inline .form-group input[type="date"].form-control, .form-inline .form-group input[type="datetime-local"].form-control, .form-inline .form-group input[type="month"].form-control, .form-inline .form-group input[type="time"].form-control {
    line-height: 1; }

.well {
  box-shadow: none;
  border-radius: 0; }
  .well .dataTable {
    background: #fff;
    border: 1px solid #ccc; }
  .well .table-scroll-wrapper {
    min-height: 0; }

.is-invalid input,
.is-invalid textarea,
.is-invalid .dropdown-toggle {
  border: 1px solid #a94442 !important;
  background: rgba(169, 68, 66, 0.2) !important;
  color: #a94442; }

.is-valid input,
.is-valid textarea,
.is-valid .dropdown-toggle {
  border: 1px solid #3c763d !important;
  background: rgba(60, 118, 61, 0.2) !important;
  color: #3c763d; }

[data-validator-result] {
  display: none;
  padding: 15px;
  border: 1px solid #a94442 !important;
  background: rgba(169, 68, 66, 0.2) !important;
  color: #a94442; }

.help-block {
  color: #aaa;
  font-style: italic; }

.ui-autocomplete-input {
  background-position: center right;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url(/images/commons/icons/magnifier.png);
  padding-right: 25px; }

.panel.panel-transparent {
  background: none; }
.panel .panel-collapse.framed {
  padding: 20px 0; }

.modal.modal-lg {
  width: 900px;
  margin: 30px auto; }
.modal .modal-fullwidth {
  width: 90%; }
  .modal .modal-fullwidth iframe {
    height: 80vh; }
.modal .modal-icon {
  font-size: 4em;
  padding: 20px;
  text-align: center; }
.modal .modal-body {
  max-height: 80vh;
  overflow: auto; }

.datepicker-dropdown {
  margin-top: 87px !important; }

.datepicker table tr td.holiday, .datepicker table tr td.holiday:hover {
  border: 1px solid #a94442;
  color: #a94442;
  background: rgba(169, 68, 66, 0.2); }

.twitter-typeahead {
  display: initial !important; }

.bootstrap-tagsinput {
  line-height: 25px;
  display: block !important;
  background: #eee; }

.bootstrap-tagsinput .tag {
  background: #09F;
  padding: 5px;
  border-radius: 4px;
  font-size: 1em;
  font-weight: normal; }

.tt-menu {
  background: #fff;
  border: 1px solid #ddd; }

.tt-hint {
  top: 4px !important; }

.tt-input {
  vertical-align: baseline !important; }

.typeahead {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 8px 12px;
  width: 300px;
  font-size: 1.5em; }

.tt-menu {
  width: 300px; }

span.twitter-typeahead .tt-suggestion {
  padding: 10px 20px;
  border-bottom: #CCC 1px solid;
  cursor: pointer; }

span.twitter-typeahead .tt-suggestion:last-child {
  border-bottom: 0px; }

.product--stock-count .title {
  font-size: 20px; }
.product--stock-count .value {
  padding: 15px;
  font-size: 35px; }

.workflows-kanban-board {
  overflow: auto;
  padding: 40px 0; }
  .workflows-kanban-board .kanban-board {
    box-shadow: inset 0 0 15px rgba(100, 100, 100, 0.15); }

p.info-data .attribute {
  color: #aaa;
  display: block;
  font-size: 120%; }
p.info-data .value {
  font-size: 150%;
  font-weight: bold; }
p.info-data.text-highlight {
  font-size: 1.4em; }

.widget-box {
  box-shadow: none;
  height: 100%;
  margin: 0;
  background: #fff; }
  .widget-box--title {
    background: #F7F7F7;
    padding: 8px 10px;
    color: #555;
    cursor: move; }
  .widget-box--content {
    padding: 10px;
    overflow: auto;
    height: calc(100% - 60px); }
  .widget-box--btn-delete {
    float: right; }

.loadmask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  background-color: #CCC;
  width: 100%;
  height: 100%;
  zoom: 1; }
  .loadmask-msg {
    z-index: 20001;
    position: absolute;
    border: 2px solid #bbb;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background: #fbfbfb;
    padding: 5px; }
    .loadmask-msg div {
      padding: 5px 10px 5px 30px;
      background: #fbfbfb url("/plugins/jquery-loadmask/images/loading.gif") no-repeat 5px 7px;
      color: #222;
      font-size: 13px;
      cursor: wait; }

.masked {
  overflow: hidden !important; }
  .masked-relative {
    position: relative !important; }
  .masked-hidden {
    visibility: hidden !important; }

.elfinder .elfinder-cwd table thead td.ui-state-active {
  background: #3b4047 !important; }

ul.legend {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 15px;
  padding-right: 25px;
  list-style-type: none; }
  ul.legend li .symbol {
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center; }

.legend-symbol {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-align: center;
  margin-right: 2px;
  background: #fff; }

.jexcel_container {
  max-width: 100%; }
  .jexcel_container .jexcel_content {
    display: block;
    max-height: calc(100vh - 480px) !important;
    scrollbar-width: auto !important;
    box-shadow: none !important; }
    .jexcel_container .jexcel_content table.jexcel {
      width: 100% !important;
      border-collapse: collapse; }
      .jexcel_container .jexcel_content table.jexcel > thead > tr > td {
        border-color: #eee;
        font-weight: bold;
        padding: 10px 5px; }
      .jexcel_container .jexcel_content table.jexcel > tbody > tr > td {
        border-color: #eee; }
        .jexcel_container .jexcel_content table.jexcel > tbody > tr > td:not(.editor) {
          padding: 7px 5px;
          position: relative; }
          .jexcel_container .jexcel_content table.jexcel > tbody > tr > td:not(.editor) .color {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 100%;
            width: 100%; }
        .jexcel_container .jexcel_content table.jexcel > tbody > tr > td.editor {
          background: #e5f1fb; }
      .jexcel_container .jexcel_content table.jexcel > tbody > tr:hover {
        background-color: #f5f5f5; }
      .jexcel_container .jexcel_content table.jexcel .highlight-top {
        border-top: 2px solid #000;
        /* var(--jexcel-border-color);*/
        box-shadow: 0px -1px #ccc; }
      .jexcel_container .jexcel_content table.jexcel .highlight-left {
        border-left: 2px solid #000;
        /* var(--jexcel-border-color);*/
        box-shadow: -1px 0px #ccc; }
      .jexcel_container .jexcel_content table.jexcel .highlight-right {
        border-right: 2px solid #000;
        /* var(--jexcel-border-color);*/ }
      .jexcel_container .jexcel_content table.jexcel .highlight-bottom {
        border-bottom: 2px solid #000;
        /* var(--jexcel-border-color);*/ }
      .jexcel_container .jexcel_content table.jexcel .highlight-top, .jexcel_container .jexcel_content table.jexcel .highlight-left, .jexcel_container .jexcel_content table.jexcel .highlight-right, .jexcel_container .jexcel_content table.jexcel .highlight-bottom {
        border-color: #000 !important; }

#scanner-description {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  border: 1px solid #1f91f3;
  padding: 10px 15px;
  border-bottom-width: 2px; }
  #scanner-description i {
    color: #1f91f3;
    font-size: 2em;
    margin-right: 20px; }
  #scanner-description strong {
    color: #1f91f3; }

#dirrty-content {
  background: #feee36;
  border: 2px solid red;
  color: red;
  font-size: 16px !important;
  padding: 10px;
  position: fixed;
  top: 7px;
  width: 600px;
  max-width: 80%;
  z-index: 99999999;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 5px; }

.system-mail-preview {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  max-height: 400px;
  overflow: auto;
  /* -------------------------------------
              GLOBAL RESETS
          ------------------------------------- */
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* -------------------------------------
      BODY & CONTAINER
  ------------------------------------- */
  /* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
  /* This should also be a block element, so that it will fill 100% of the .container */
  /* -------------------------------------
      HEADER, FOOTER, MAIN
  ------------------------------------- */
  /* -------------------------------------
      TYPOGRAPHY
  ------------------------------------- */
  /* -------------------------------------
      BUTTONS
  ------------------------------------- */
  /* -------------------------------------
      OTHER STYLES THAT MIGHT BE USEFUL
  ------------------------------------- */
  /* -------------------------------------
      RESPONSIVE AND MOBILE FRIENDLY STYLES
  ------------------------------------- */
  /* -------------------------------------
      PRESERVE THESE STYLES IN THE HEAD
  ------------------------------------- */ }
  .system-mail-preview img {
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%; }
  .system-mail-preview table {
    border-collapse: collapse;
    mso-table-lspace: 0pt;
    mso-table-rspace: 0pt;
    width: 100%; }
  .system-mail-preview table td {
    font-family: sans-serif;
    font-size: 14px;
    vertical-align: top; }
  .system-mail-preview th {
    text-align: left; }
  .system-mail-preview .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .system-mail-preview .table > thead > tr > th,
  .system-mail-preview .table > tbody > tr > th,
  .system-mail-preview .table > tfoot > tr > th,
  .system-mail-preview .table > thead > tr > td,
  .system-mail-preview .table > tbody > tr > td,
  .system-mail-preview .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .system-mail-preview .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .system-mail-preview .table > caption + thead > tr:first-child > th,
  .system-mail-preview .table > colgroup + thead > tr:first-child > th,
  .system-mail-preview .table > thead:first-child > tr:first-child > th,
  .system-mail-preview .table > caption + thead > tr:first-child > td,
  .system-mail-preview .table > colgroup + thead > tr:first-child > td,
  .system-mail-preview .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .system-mail-preview .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .system-mail-preview .table .table {
    background-color: #fff; }
  .system-mail-preview .table-condensed > thead > tr > th,
  .system-mail-preview .table-condensed > tbody > tr > th,
  .system-mail-preview .table-condensed > tfoot > tr > th,
  .system-mail-preview .table-condensed > thead > tr > td,
  .system-mail-preview .table-condensed > tbody > tr > td,
  .system-mail-preview .table-condensed > tfoot > tr > td {
    padding: 5px; }
  .system-mail-preview .table-bordered {
    border: 1px solid #ddd; }
  .system-mail-preview .table-bordered > thead > tr > th,
  .system-mail-preview .table-bordered > tbody > tr > th,
  .system-mail-preview .table-bordered > tfoot > tr > th,
  .system-mail-preview .table-bordered > thead > tr > td,
  .system-mail-preview .table-bordered > tbody > tr > td,
  .system-mail-preview .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .system-mail-preview .table-bordered > thead > tr > th,
  .system-mail-preview .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }
  .system-mail-preview .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  .system-mail-preview .table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }
  .system-mail-preview table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  .system-mail-preview table td[class*="col-"],
  .system-mail-preview table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }
  .system-mail-preview .table > thead > tr > td.active,
  .system-mail-preview .table > tbody > tr > td.active,
  .system-mail-preview .table > tfoot > tr > td.active,
  .system-mail-preview .table > thead > tr > th.active,
  .system-mail-preview .table > tbody > tr > th.active,
  .system-mail-preview .table > tfoot > tr > th.active,
  .system-mail-preview .table > thead > tr.active > td,
  .system-mail-preview .table > tbody > tr.active > td,
  .system-mail-preview .table > tfoot > tr.active > td,
  .system-mail-preview .table > thead > tr.active > th,
  .system-mail-preview .table > tbody > tr.active > th,
  .system-mail-preview .table > tfoot > tr.active > th {
    background-color: #f5f5f5; }
  .system-mail-preview .table-hover > tbody > tr > td.active:hover,
  .system-mail-preview .table-hover > tbody > tr > th.active:hover,
  .system-mail-preview .table-hover > tbody > tr.active:hover > td,
  .system-mail-preview .table-hover > tbody > tr:hover > .active,
  .system-mail-preview .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }
  .system-mail-preview .table > thead > tr > td.success,
  .system-mail-preview .table > tbody > tr > td.success,
  .system-mail-preview .table > tfoot > tr > td.success,
  .system-mail-preview .table > thead > tr > th.success,
  .system-mail-preview .table > tbody > tr > th.success,
  .system-mail-preview .table > tfoot > tr > th.success,
  .system-mail-preview .table > thead > tr.success > td,
  .system-mail-preview .table > tbody > tr.success > td,
  .system-mail-preview .table > tfoot > tr.success > td,
  .system-mail-preview .table > thead > tr.success > th,
  .system-mail-preview .table > tbody > tr.success > th,
  .system-mail-preview .table > tfoot > tr.success > th {
    background-color: #dff0d8; }
  .system-mail-preview .table-hover > tbody > tr > td.success:hover,
  .system-mail-preview .table-hover > tbody > tr > th.success:hover,
  .system-mail-preview .table-hover > tbody > tr.success:hover > td,
  .system-mail-preview .table-hover > tbody > tr:hover > .success,
  .system-mail-preview .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6; }
  .system-mail-preview .table > thead > tr > td.info,
  .system-mail-preview .table > tbody > tr > td.info,
  .system-mail-preview .table > tfoot > tr > td.info,
  .system-mail-preview .table > thead > tr > th.info,
  .system-mail-preview .table > tbody > tr > th.info,
  .system-mail-preview .table > tfoot > tr > th.info,
  .system-mail-preview .table > thead > tr.info > td,
  .system-mail-preview .table > tbody > tr.info > td,
  .system-mail-preview .table > tfoot > tr.info > td,
  .system-mail-preview .table > thead > tr.info > th,
  .system-mail-preview .table > tbody > tr.info > th,
  .system-mail-preview .table > tfoot > tr.info > th {
    background-color: #d9edf7; }
  .system-mail-preview .table-hover > tbody > tr > td.info:hover,
  .system-mail-preview .table-hover > tbody > tr > th.info:hover,
  .system-mail-preview .table-hover > tbody > tr.info:hover > td,
  .system-mail-preview .table-hover > tbody > tr:hover > .info,
  .system-mail-preview .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3; }
  .system-mail-preview .table > thead > tr > td.warning,
  .system-mail-preview .table > tbody > tr > td.warning,
  .system-mail-preview .table > tfoot > tr > td.warning,
  .system-mail-preview .table > thead > tr > th.warning,
  .system-mail-preview .table > tbody > tr > th.warning,
  .system-mail-preview .table > tfoot > tr > th.warning,
  .system-mail-preview .table > thead > tr.warning > td,
  .system-mail-preview .table > tbody > tr.warning > td,
  .system-mail-preview .table > tfoot > tr.warning > td,
  .system-mail-preview .table > thead > tr.warning > th,
  .system-mail-preview .table > tbody > tr.warning > th,
  .system-mail-preview .table > tfoot > tr.warning > th {
    background-color: #fcf8e3; }
  .system-mail-preview .table-hover > tbody > tr > td.warning:hover,
  .system-mail-preview .table-hover > tbody > tr > th.warning:hover,
  .system-mail-preview .table-hover > tbody > tr.warning:hover > td,
  .system-mail-preview .table-hover > tbody > tr:hover > .warning,
  .system-mail-preview .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc; }
  .system-mail-preview .table > thead > tr > td.danger,
  .system-mail-preview .table > tbody > tr > td.danger,
  .system-mail-preview .table > tfoot > tr > td.danger,
  .system-mail-preview .table > thead > tr > th.danger,
  .system-mail-preview .table > tbody > tr > th.danger,
  .system-mail-preview .table > tfoot > tr > th.danger,
  .system-mail-preview .table > thead > tr.danger > td,
  .system-mail-preview .table > tbody > tr.danger > td,
  .system-mail-preview .table > tfoot > tr.danger > td,
  .system-mail-preview .table > thead > tr.danger > th,
  .system-mail-preview .table > tbody > tr.danger > th,
  .system-mail-preview .table > tfoot > tr.danger > th {
    background-color: #f2dede; }
  .system-mail-preview .table-hover > tbody > tr > td.danger:hover,
  .system-mail-preview .table-hover > tbody > tr > th.danger:hover,
  .system-mail-preview .table-hover > tbody > tr.danger:hover > td,
  .system-mail-preview .table-hover > tbody > tr:hover > .danger,
  .system-mail-preview .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc; }
  .system-mail-preview .table-responsive {
    min-height: .01%;
    overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .system-mail-preview .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
    .system-mail-preview .table-responsive > .table {
      margin-bottom: 0; }
    .system-mail-preview .table-responsive > .table > thead > tr > th,
    .system-mail-preview .table-responsive > .table > tbody > tr > th,
    .system-mail-preview .table-responsive > .table > tfoot > tr > th,
    .system-mail-preview .table-responsive > .table > thead > tr > td,
    .system-mail-preview .table-responsive > .table > tbody > tr > td,
    .system-mail-preview .table-responsive > .table > tfoot > tr > td {
      white-space: nowrap; }
    .system-mail-preview .table-responsive > .table-bordered {
      border: 0; }
    .system-mail-preview .table-responsive > .table-bordered > thead > tr > th:first-child,
    .system-mail-preview .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .system-mail-preview .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .system-mail-preview .table-responsive > .table-bordered > thead > tr > td:first-child,
    .system-mail-preview .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .system-mail-preview .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
    .system-mail-preview .table-responsive > .table-bordered > thead > tr > th:last-child,
    .system-mail-preview .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .system-mail-preview .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .system-mail-preview .table-responsive > .table-bordered > thead > tr > td:last-child,
    .system-mail-preview .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .system-mail-preview .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
    .system-mail-preview .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .system-mail-preview .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .system-mail-preview .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .system-mail-preview .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0; } }
  .system-mail-preview .body {
    background-color: #f6f6f6;
    width: 100%; }
  .system-mail-preview .container {
    display: block;
    Margin: 0 auto !important;
    /* makes it centered */
    max-width: 580px;
    padding: 10px;
    width: 580px; }
  .system-mail-preview .content {
    box-sizing: border-box;
    display: block;
    Margin: 0 auto;
    max-width: 580px;
    padding: 10px; }
  .system-mail-preview .main {
    background: #ffffff;
    border-radius: 3px;
    width: 100%; }
  .system-mail-preview .wrapper {
    box-sizing: border-box;
    padding: 20px; }
  .system-mail-preview .content-block {
    padding-bottom: 10px;
    padding-top: 10px; }
  .system-mail-preview .header {
    clear: both;
    Margin-top: 10px;
    text-align: center;
    width: 100%; }
  .system-mail-preview .header td,
  .system-mail-preview .header p,
  .system-mail-preview .header span,
  .system-mail-preview .header a {
    color: #999999;
    font-size: 12px;
    text-align: center; }
  .system-mail-preview .footer {
    clear: both;
    Margin-top: 10px;
    text-align: center;
    width: 100%; }
  .system-mail-preview .footer td,
  .system-mail-preview .footer p,
  .system-mail-preview .footer span,
  .system-mail-preview .footer a {
    color: #999999;
    font-size: 12px;
    text-align: center; }
  .system-mail-preview h1,
  .system-mail-preview h2,
  .system-mail-preview h3,
  .system-mail-preview h4 {
    color: #000000;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    Margin-bottom: 30px; }
  .system-mail-preview h1 {
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize; }
  .system-mail-preview p,
  .system-mail-preview ul,
  .system-mail-preview ol {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    Margin-bottom: 15px; }
  .system-mail-preview p li,
  .system-mail-preview ul li,
  .system-mail-preview ol li {
    list-style-position: inside;
    margin-left: 5px; }
  .system-mail-preview a {
    color: #0d47a1;
    text-decoration: underline; }
  .system-mail-preview .btn {
    box-sizing: border-box;
    width: 100%; }
  .system-mail-preview .btn > tbody > tr > td {
    padding-bottom: 15px; }
  .system-mail-preview .btn table {
    width: auto; }
  .system-mail-preview .btn table td {
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center; }
  .system-mail-preview .btn a {
    background-color: #ffffff;
    border: solid 1px #0d47a1;
    border-radius: 5px;
    box-sizing: border-box;
    color: #0d47a1;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 12px 25px;
    text-decoration: none;
    text-transform: capitalize; }
  .system-mail-preview .btn-primary table td {
    background-color: #0d47a1; }
  .system-mail-preview .btn-primary a {
    background-color: #0d47a1;
    border-color: #0d47a1;
    color: #ffffff; }
  .system-mail-preview .last {
    margin-bottom: 0; }
  .system-mail-preview .first {
    margin-top: 0; }
  .system-mail-preview .align-center {
    text-align: center; }
  .system-mail-preview .align-right {
    text-align: right; }
  .system-mail-preview .align-left {
    text-align: left; }
  .system-mail-preview .clear {
    clear: both; }
  .system-mail-preview .mt0 {
    margin-top: 0; }
  .system-mail-preview .mb0 {
    margin-bottom: 0; }
  .system-mail-preview .preheader {
    color: transparent;
    display: none;
    height: 0;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    mso-hide: all;
    visibility: hidden;
    width: 0; }
  .system-mail-preview .powered-by a {
    text-decoration: none; }
  .system-mail-preview hr {
    border: 0;
    border-bottom: 1px solid #f6f6f6;
    Margin: 20px 0; }
  @media only screen and (max-width: 620px) {
    .system-mail-preview table[class=body] h1 {
      font-size: 28px !important;
      margin-bottom: 10px !important; }
    .system-mail-preview table[class=body] p,
    .system-mail-preview table[class=body] ul,
    .system-mail-preview table[class=body] ol,
    .system-mail-preview table[class=body] td,
    .system-mail-preview table[class=body] span,
    .system-mail-preview table[class=body] a {
      font-size: 16px !important; }
    .system-mail-preview table[class=body] .wrapper,
    .system-mail-preview table[class=body] .article {
      padding: 10px !important; }
    .system-mail-preview table[class=body] .content {
      padding: 0 !important; }
    .system-mail-preview table[class=body] .container {
      padding: 0 !important;
      width: 100% !important; }
    .system-mail-preview table[class=body] .main {
      border-left-width: 0 !important;
      border-radius: 0 !important;
      border-right-width: 0 !important; }
    .system-mail-preview table[class=body] .btn table {
      width: 100% !important; }
    .system-mail-preview table[class=body] .btn a {
      width: 100% !important; }
    .system-mail-preview table[class=body] .img-responsive {
      height: auto !important;
      max-width: 100% !important;
      width: auto !important; } }
  @media all {
    .system-mail-preview .ExternalClass {
      width: 100%; }
    .system-mail-preview .ExternalClass,
    .system-mail-preview .ExternalClass p,
    .system-mail-preview .ExternalClass span,
    .system-mail-preview .ExternalClass font,
    .system-mail-preview .ExternalClass td,
    .system-mail-preview .ExternalClass div {
      line-height: 100%; }
    .system-mail-preview .apple-link a {
      color: inherit !important;
      font-family: inherit !important;
      font-size: inherit !important;
      font-weight: inherit !important;
      line-height: inherit !important;
      text-decoration: none !important; }
    .system-mail-preview .btn-primary table td:hover {
      background-color: #34495e !important; }
    .system-mail-preview .btn-primary a:hover {
      background-color: #34495e !important;
      border-color: #34495e !important; } }
  .system-mail-preview .text-bold {
    font-weight: bold; }
  .system-mail-preview mark,
  .system-mail-preview .mark {
    padding: .2em;
    background-color: #fcf8e3; }
  .system-mail-preview .text-left {
    text-align: left; }
  .system-mail-preview .text-right {
    text-align: right; }
  .system-mail-preview .text-center {
    text-align: center; }
  .system-mail-preview .text-justify {
    text-align: justify; }
  .system-mail-preview .text-nowrap {
    white-space: nowrap; }
  .system-mail-preview .text-lowercase {
    text-transform: lowercase; }
  .system-mail-preview .text-uppercase {
    text-transform: uppercase; }
  .system-mail-preview .text-capitalize {
    text-transform: capitalize; }
  .system-mail-preview .text-muted {
    color: #777; }
  .system-mail-preview .text-primary {
    color: #337ab7; }
  .system-mail-preview a.text-primary:hover,
  .system-mail-preview a.text-primary:focus {
    color: #286090; }
  .system-mail-preview .text-success {
    color: #3c763d; }
  .system-mail-preview a.text-success:hover,
  .system-mail-preview a.text-success:focus {
    color: #2b542c; }
  .system-mail-preview .text-info {
    color: #31708f; }
  .system-mail-preview a.text-info:hover,
  .system-mail-preview a.text-info:focus {
    color: #245269; }
  .system-mail-preview .text-warning {
    color: #8a6d3b; }
  .system-mail-preview a.text-warning:hover,
  .system-mail-preview a.text-warning:focus {
    color: #66512c; }
  .system-mail-preview .text-danger {
    color: #a94442; }
  .system-mail-preview a.text-danger:hover,
  .system-mail-preview a.text-danger:focus {
    color: #843534; }
  .system-mail-preview .bg-primary {
    color: #fff;
    background-color: #337ab7; }
  .system-mail-preview a.bg-primary:hover,
  .system-mail-preview a.bg-primary:focus {
    background-color: #286090; }
  .system-mail-preview .bg-success {
    background-color: #dff0d8; }
  .system-mail-preview a.bg-success:hover,
  .system-mail-preview a.bg-success:focus {
    background-color: #c1e2b3; }
  .system-mail-preview .bg-info {
    background-color: #d9edf7; }
  .system-mail-preview a.bg-info:hover,
  .system-mail-preview a.bg-info:focus {
    background-color: #afd9ee; }
  .system-mail-preview .bg-warning {
    background-color: #fcf8e3; }
  .system-mail-preview a.bg-warning:hover,
  .system-mail-preview a.bg-warning:focus {
    background-color: #f7ecb5; }
  .system-mail-preview .bg-danger {
    background-color: #f2dede; }
  .system-mail-preview a.bg-danger:hover,
  .system-mail-preview a.bg-danger:focus {
    background-color: #e4b9b9; }
  .system-mail-preview .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .system-mail-preview .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }
  .system-mail-preview .well-lg {
    padding: 24px;
    border-radius: 6px; }
  .system-mail-preview .well-sm {
    padding: 9px;
    border-radius: 3px; }
  .system-mail-preview table td,
  .system-mail-preview table th {
    padding: 0 !important;
    border: none !important; }

.fc .fc-col-header-cell {
  background: #eee; }
  .fc .fc-col-header-cell a {
    color: #333; }
.fc .fc-daygrid-body {
  background: #fcfcfc; }
  .fc .fc-daygrid-body .fc-daygrid-dot-event {
    background: rgba(0, 0, 0, 0.15);
    color: #333;
    font-size: 13px; }
  .fc .fc-daygrid-body .fc-day-other {
    background: rgba(200, 200, 200, 0.15); }
  .fc .fc-daygrid-body .fc-daygrid-event .fc-event-title {
    white-space: break-spaces; }

body {
  background-repeat: repeat;
  background-attachment: fixed;
  background: #E1E1E1; }

.login-page {
  background-color: #888;
  padding-left: 0;
  max-width: 360px;
  margin: 5% auto;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/login_bg.jpg);
  height: 100vh; }
  .login-page .login-box .logo img {
    max-width: 100%;
    margin: 0 auto; }
  .login-page .login-box .card {
    box-shadow: 0 0 30px rgba(100, 100, 100, 0.15); }

#topbar ul.nav li a {
  margin-bottom: 20px; }
#topbar ul.nav li .dropdown-menu {
  margin-top: -10px !important; }
  #topbar ul.nav li .dropdown-menu a {
    margin-bottom: 0; }
#topbar ul.nav li:hover, #topbar ul.nav li:focus, #topbar ul.nav li.dropdown.open {
  background: rgba(255, 255, 255, 0.2); }

.cke_contents {
  overflow: auto !important; }

.label {
  font-size: 100%; }

.table-danger, .table-danger>td, .table-danger>th {
    background-color: #f7c6c5 !important;
}

.table-danger2, .table-danger2>td, .table-danger2>th {
    background-color: #FFA500 !important;
}



.table-hover .table-danger:hover, .table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: #f4b0af !important;
}

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