/**
 * ALEX_STYLE
 */
/**
 * CONTAINERS
 */
.center-children {
  text-align: center; }

.box, .box-muted, .box-primary, .box-success, .box-info, .box-warning, .box-danger {
  width: 100%;
  padding: 10px 30px; }

/**
 * TEXT
 */
* {
  word-break: break-word; }

/* HELPERS */
/**
 * TABLES
 */
.table {
  display: table;
  /* General ps in tables */
  /* General buttons in tables */
  /* ROWS */
  /* SUBTABLES */ }
  .table p {
    display: inline-block;
    margin: 0; }
  .table input[type="button"], .table button[type="submit"], .table span.colorOn {
    display: inline-block;
    box-sizing: border-box;
    float: right; }
  .table .table-row {
    min-height: 32px;
    margin-top: 4px;
    font-size: 16px;
    /* TITLE ROWS */
    /* CELLS */ }
    .table .table-row:last-child {
      margin-bottom: 4px; }
    .table .table-row.title {
      min-height: 48px;
      margin: 0;
      padding: 0; }
      .table .table-row.title input[type="button"], .table .table-row.title button[type="submit"], .table .table-row.title button, .table .table-row.title span.colorOn {
        height: 48px;
        padding: 16px;
        font-size: 16px;
        line-height: 100% !important; }
      .table .table-row.title p {
        padding: 15px;
        font-size: 18px;
        line-height: 100% !important; }
    .table .table-row ._1, .table .table-row ._2, .table .table-row ._3, .table .table-row ._4, .table .table-row ._5, .table .table-row ._6, .table .table-row ._7, .table .table-row ._8, .table .table-row ._10, .table .table-row ._16, .table .table-row ._20, .table .table-row ._30, .table .table-row ._33, .table .table-row ._40, .table .table-row ._60, .table .table-row ._66 {
      padding-left: 20px;
      font-size: 16px;
      line-height: 100% !important; }
      .table .table-row ._1:last-child, .table .table-row ._2:last-child, .table .table-row ._3:last-child, .table .table-row ._4:last-child, .table .table-row ._5:last-child, .table .table-row ._6:last-child, .table .table-row ._7:last-child, .table .table-row ._8:last-child, .table .table-row ._10:last-child, .table .table-row ._16:last-child, .table .table-row ._20:last-child, .table .table-row ._30:last-child, .table .table-row ._33:last-child, .table .table-row ._40:last-child, .table .table-row ._60:last-child, .table .table-row ._66:last-child {
        padding-right: 20px; }
      .table .table-row ._1 input[type="button"], .table .table-row ._1 button[type="submit"], .table .table-row ._1 button, .table .table-row ._1 span.colorOn, .table .table-row ._2 input[type="button"], .table .table-row ._2 button[type="submit"], .table .table-row ._2 button, .table .table-row ._2 span.colorOn, .table .table-row ._3 input[type="button"], .table .table-row ._3 button[type="submit"], .table .table-row ._3 button, .table .table-row ._3 span.colorOn, .table .table-row ._4 input[type="button"], .table .table-row ._4 button[type="submit"], .table .table-row ._4 button, .table .table-row ._4 span.colorOn, .table .table-row ._5 input[type="button"], .table .table-row ._5 button[type="submit"], .table .table-row ._5 button, .table .table-row ._5 span.colorOn, .table .table-row ._6 input[type="button"], .table .table-row ._6 button[type="submit"], .table .table-row ._6 button, .table .table-row ._6 span.colorOn, .table .table-row ._7 input[type="button"], .table .table-row ._7 button[type="submit"], .table .table-row ._7 button, .table .table-row ._7 span.colorOn, .table .table-row ._8 input[type="button"], .table .table-row ._8 button[type="submit"], .table .table-row ._8 button, .table .table-row ._8 span.colorOn, .table .table-row ._10 input[type="button"], .table .table-row ._10 button[type="submit"], .table .table-row ._10 button, .table .table-row ._10 span.colorOn, .table .table-row ._16 input[type="button"], .table .table-row ._16 button[type="submit"], .table .table-row ._16 button, .table .table-row ._16 span.colorOn, .table .table-row ._20 input[type="button"], .table .table-row ._20 button[type="submit"], .table .table-row ._20 button, .table .table-row ._20 span.colorOn, .table .table-row ._30 input[type="button"], .table .table-row ._30 button[type="submit"], .table .table-row ._30 button, .table .table-row ._30 span.colorOn, .table .table-row ._33 input[type="button"], .table .table-row ._33 button[type="submit"], .table .table-row ._33 button, .table .table-row ._33 span.colorOn, .table .table-row ._40 input[type="button"], .table .table-row ._40 button[type="submit"], .table .table-row ._40 button, .table .table-row ._40 span.colorOn, .table .table-row ._60 input[type="button"], .table .table-row ._60 button[type="submit"], .table .table-row ._60 button, .table .table-row ._60 span.colorOn, .table .table-row ._66 input[type="button"], .table .table-row ._66 button[type="submit"], .table .table-row ._66 button, .table .table-row ._66 span.colorOn {
        height: 32px;
        padding: 4px 16px;
        font-size: 14px;
        line-height: 100% !important; }
  .table.subtable {
    margin: 1em 0;
    padding-left: 20px;
    /* ROWS */ }
    .table.subtable:last-child {
      margin-bottom: 8px; }
    .table.subtable .table-row {
      min-height: 24px;
      margin-top: 2px;
      font-size: 14px;
      /* TITLE ROWS */
      /* CELLS */ }
      .table.subtable .table-row:last-child {
        margin-bottom: 2px; }
      .table.subtable .table-row.title {
        min-height: 32px;
        margin: 0;
        padding: 0;
        background: none; }
        .table.subtable .table-row.title p {
          padding: 8px;
          font-size: 16px;
          line-height: 100% !important;
          font-style: italic; }
        .table.subtable .table-row.title input[type="button"], .table.subtable .table-row.title button[type="submit"], .table.subtable .table-row.title button, .table.subtable .table-row.title span.colorOn {
          height: 32px;
          padding: 9px;
          font-size: 14px;
          line-height: 100% !important; }
      .table.subtable .table-row ._1, .table.subtable .table-row ._2, .table.subtable .table-row ._3, .table.subtable .table-row ._4, .table.subtable .table-row ._5, .table.subtable .table-row ._6, .table.subtable .table-row ._7, .table.subtable .table-row ._8, .table.subtable .table-row ._10, .table.subtable .table-row ._16, .table.subtable .table-row ._20, .table.subtable .table-row ._30, .table.subtable .table-row ._33, .table.subtable .table-row ._40, .table.subtable .table-row ._60, .table.subtable .table-row ._66 {
        padding-left: 10px;
        font-size: 14px;
        line-height: 100% !important; }
        .table.subtable .table-row ._1:last-child, .table.subtable .table-row ._2:last-child, .table.subtable .table-row ._3:last-child, .table.subtable .table-row ._4:last-child, .table.subtable .table-row ._5:last-child, .table.subtable .table-row ._6:last-child, .table.subtable .table-row ._7:last-child, .table.subtable .table-row ._8:last-child, .table.subtable .table-row ._10:last-child, .table.subtable .table-row ._16:last-child, .table.subtable .table-row ._20:last-child, .table.subtable .table-row ._30:last-child, .table.subtable .table-row ._33:last-child, .table.subtable .table-row ._40:last-child, .table.subtable .table-row ._60:last-child, .table.subtable .table-row ._66:last-child {
          padding-right: 10px; }
        .table.subtable .table-row ._1 input[type="button"], .table.subtable .table-row ._1 button[type="submit"], .table.subtable .table-row ._1 button, .table.subtable .table-row ._1 span.colorOn, .table.subtable .table-row ._2 input[type="button"], .table.subtable .table-row ._2 button[type="submit"], .table.subtable .table-row ._2 button, .table.subtable .table-row ._2 span.colorOn, .table.subtable .table-row ._3 input[type="button"], .table.subtable .table-row ._3 button[type="submit"], .table.subtable .table-row ._3 button, .table.subtable .table-row ._3 span.colorOn, .table.subtable .table-row ._4 input[type="button"], .table.subtable .table-row ._4 button[type="submit"], .table.subtable .table-row ._4 button, .table.subtable .table-row ._4 span.colorOn, .table.subtable .table-row ._5 input[type="button"], .table.subtable .table-row ._5 button[type="submit"], .table.subtable .table-row ._5 button, .table.subtable .table-row ._5 span.colorOn, .table.subtable .table-row ._6 input[type="button"], .table.subtable .table-row ._6 button[type="submit"], .table.subtable .table-row ._6 button, .table.subtable .table-row ._6 span.colorOn, .table.subtable .table-row ._7 input[type="button"], .table.subtable .table-row ._7 button[type="submit"], .table.subtable .table-row ._7 button, .table.subtable .table-row ._7 span.colorOn, .table.subtable .table-row ._8 input[type="button"], .table.subtable .table-row ._8 button[type="submit"], .table.subtable .table-row ._8 button, .table.subtable .table-row ._8 span.colorOn, .table.subtable .table-row ._10 input[type="button"], .table.subtable .table-row ._10 button[type="submit"], .table.subtable .table-row ._10 button, .table.subtable .table-row ._10 span.colorOn, .table.subtable .table-row ._16 input[type="button"], .table.subtable .table-row ._16 button[type="submit"], .table.subtable .table-row ._16 button, .table.subtable .table-row ._16 span.colorOn, .table.subtable .table-row ._20 input[type="button"], .table.subtable .table-row ._20 button[type="submit"], .table.subtable .table-row ._20 button, .table.subtable .table-row ._20 span.colorOn, .table.subtable .table-row ._30 input[type="button"], .table.subtable .table-row ._30 button[type="submit"], .table.subtable .table-row ._30 button, .table.subtable .table-row ._30 span.colorOn, .table.subtable .table-row ._33 input[type="button"], .table.subtable .table-row ._33 button[type="submit"], .table.subtable .table-row ._33 button, .table.subtable .table-row ._33 span.colorOn, .table.subtable .table-row ._40 input[type="button"], .table.subtable .table-row ._40 button[type="submit"], .table.subtable .table-row ._40 button, .table.subtable .table-row ._40 span.colorOn, .table.subtable .table-row ._60 input[type="button"], .table.subtable .table-row ._60 button[type="submit"], .table.subtable .table-row ._60 button, .table.subtable .table-row ._60 span.colorOn, .table.subtable .table-row ._66 input[type="button"], .table.subtable .table-row ._66 button[type="submit"], .table.subtable .table-row ._66 button, .table.subtable .table-row ._66 span.colorOn {
          min-height: 24px;
          padding: 6px;
          font-size: 12px;
          line-height: 100% !important; }

/**
 * BUTTONS
 */
button[type="submit"], a.colorOn, a.colorOff {
  width: auto;
  margin: 0;
  border: 0;
  cursor: initial; }
  .row:not(.title) button[type="submit"], .row:not(.title) a.colorOn, .row:not(.title) a.colorOff {
    min-height: 45px;
    padding: 10px 15px;
    /* width: 100%; */ }                                            /* ALSO REMOVE THIS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
  @media (max-width: 900px) {
    button[type="submit"] .button-text, a.colorOn .button-text, a.colorOff .button-text {
      display: inline; } }
  @media (max-width: 600px) {
    button[type="submit"], a.colorOn, a.colorOff {
      padding: 5px 10px; }
      .row:not(.title) button[type="submit"], .row:not(.title) a.colorOn, .row:not(.title) a.colorOff {
        float: right;
        width: auto; }
      button[type="submit"] .button-text, a.colorOn .button-text, a.colorOff .button-text {
        display: none; } }

.row:not(.title) .submit .colorOn,
.row:not(.title) .submit .colorOff,
.row:not(.title) .submit .primary,
.row:not(.title) .submit .danger,
.row:not(.title) .submit .muted {
  height: 30px;
  min-width: initial; }

/**
 * ICONS
 */
.icon {
  width: 1em;
  padding: 0;
  background: none;
  margin: 0 3px -2px 0;
  /* SIZE */
  /* ROTATE */ }

  .icon.icon-sm {
    width: 0.5em; }
  .icon.icon-lg {
    width: 2em; }
  .icon.icon-xl {
    width: 4em; }
  .icon.rotate-90 {
    transform: rotate(0.25turn); }
  .icon.rotate-180 {
    transform: rotate(0.5turn); }
  .icon.rotate-270 {
    transform: rotate(0.75turn); }

/**
 * DATE-TIME
 */
/* pickadate.js */
.picker__holder .picker__frame {
  overflow-y: auto; }

.picker__holder .picker__box {
  margin-bottom: 0; }

/*
 * ANIMATIONS
 */
* {
  transition: all 0.5s; }

.lite-2013-layout-box-menu-040, .lite-2013-layout-box-primary-000 {
  transition: all 0s; }

/*# sourceMappingURL=../css/maps/alex_style.css.map */