/*-------------------------
    Variables
--------------------------*/
/*-------------------------
    Variables
--------------------------*/
/*-------------------------
    Global Loader
--------------------------*/
html:not(.ismobile) .global-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  html:not(.ismobile) .global-loader .layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.7; }
  html:not(.ismobile) .global-loader .preloader {
    width: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -55px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  html:not(.ismobile) .global-loader p {
    white-space: nowrap;
    position: relative;
    top: 50%;
    color: #CCC;
    width: 100%;
    text-align: center; }

html.ismobile .global-loader {
  display: none; }

/*-------------------------
    Utility classes
--------------------------*/
.search-cursor {
  cursor: pointer; }

.pointer-cursor {
  cursor: pointer; }

.btn-no-shadow {
  box-shadow: 0 0px 0px !important; }

.hover {
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s; }

.hover:hover {
  background-color: #ebebeb !important; }

.animated-fast {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s; }

.card-header-inverse {
  background-color: #2196F3; }
  .card-header-inverse h2 {
    color: #000000; }

/*-------------------------
    Tables
--------------------------*/
.table-hover > tbody > tr:hover {
  background-color: #ebebeb; }

.table-hover > tbody > tr.selected {
  background-color: #2196F3;
  color: white; }

.table-hover > tbody > tr.selected:hover {
  background-color: #0c7cd5; }

.result-summary {
  margin: 30px; }

/*-------------------------
    Forms
--------------------------*/
.form .form-group .toggle-switch {
  margin-top: 9px; }
  .form .form-group .toggle-switch .ts-label {
    margin: 0px 0px 0px 10px; }

.form .has-error label {
  color: #f6675d; }

/*-------------------------
    Grids
--------------------------*/
.table-hover > tbody > tr.level-0 {
  background-color: white; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-0:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr.level-0:hover {
  background-color: #ebebeb; }

.table-hover > tbody > tr.level-0.selected:hover {
  background-color: #0c7cd5; }

.table-hover > tbody > tr.level-0.selected {
  background-color: #2196f3;
  color: white; }

.table-hover > tbody > tr.level-1 {
  background-color: #e6e6e6; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-1:nth-of-type(odd) {
  background-color: #e0e0e0; }

.table-hover > tbody > tr.level-1:hover {
  background-color: #d2d2d2; }

.table-hover > tbody > tr.level-1.selected:hover {
  background-color: #0960a5; }

.table-hover > tbody > tr.level-1.selected {
  background-color: #0c7cd5;
  color: white; }

.table-hover > tbody > tr.level-2 {
  background-color: #cccccc; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-2:nth-of-type(odd) {
  background-color: #c6c6c6; }

.table-hover > tbody > tr.level-2:hover {
  background-color: #b8b8b8; }

.table-hover > tbody > tr.level-2.selected:hover {
  background-color: #064475; }

.table-hover > tbody > tr.level-2.selected {
  background-color: #0960a5;
  color: white; }

.table-hover > tbody > tr.level-3 {
  background-color: #b3b3b3; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-3:nth-of-type(odd) {
  background-color: #adadad; }

.table-hover > tbody > tr.level-3:hover {
  background-color: #9f9f9f; }

.table-hover > tbody > tr.level-3.selected:hover {
  background-color: #042844; }

.table-hover > tbody > tr.level-3.selected {
  background-color: #064475;
  color: white; }

.table-hover > tbody > tr.level-4 {
  background-color: #999999; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-4:nth-of-type(odd) {
  background-color: #939393; }

.table-hover > tbody > tr.level-4:hover {
  background-color: #858585; }

.table-hover > tbody > tr.level-4.selected:hover {
  background-color: #010c14; }

.table-hover > tbody > tr.level-4.selected {
  background-color: #042844;
  color: white; }

.table-hover > tbody > tr.level-5 {
  background-color: gray; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-5:nth-of-type(odd) {
  background-color: #7a7a7a; }

.table-hover > tbody > tr.level-5:hover {
  background-color: #6c6c6c; }

.table-hover > tbody > tr.level-5.selected:hover {
  background-color: black; }

.table-hover > tbody > tr.level-5.selected {
  background-color: #010c14;
  color: white; }

.table-hover > tbody > tr.level-6 {
  background-color: #666666; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-6:nth-of-type(odd) {
  background-color: #606060; }

.table-hover > tbody > tr.level-6:hover {
  background-color: #525252; }

.table-hover > tbody > tr.level-6.selected:hover {
  background-color: black; }

.table-hover > tbody > tr.level-6.selected {
  background-color: black;
  color: white; }

.table-hover > tbody > tr.level-7 {
  background-color: #4d4d4d; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-7:nth-of-type(odd) {
  background-color: #474747; }

.table-hover > tbody > tr.level-7:hover {
  background-color: #393939; }

.table-hover > tbody > tr.level-7.selected:hover {
  background-color: black; }

.table-hover > tbody > tr.level-7.selected {
  background-color: black;
  color: white; }

.table-hover > tbody > tr.level-8 {
  background-color: #333333; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-8:nth-of-type(odd) {
  background-color: #2d2d2d; }

.table-hover > tbody > tr.level-8:hover {
  background-color: #1f1f1f; }

.table-hover > tbody > tr.level-8.selected:hover {
  background-color: black; }

.table-hover > tbody > tr.level-8.selected {
  background-color: black;
  color: white; }

.table-hover > tbody > tr.level-9 {
  background-color: #1a1a1a; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr.level-9:nth-of-type(odd) {
  background-color: #141414; }

.table-hover > tbody > tr.level-9:hover {
  background-color: #060606; }

.table-hover > tbody > tr.level-9.selected:hover {
  background-color: black; }

.table-hover > tbody > tr.level-9.selected {
  background-color: black;
  color: white; }

.grid .table > thead > tr > th:last-child {
  padding-right: 15px; }

.grid .table > tbody > tr:last-child > td, .table > tfoot > tr:last-child > td {
  padding-bottom: 15px; }

.grid .table.table-condensed > tbody > tr:last-child > td, .table.table-condensed > tfoot > tr:last-child > td {
  padding-bottom: 10px; }

tr.collapsible {
  -webkit-transition: transform 0.25s;
  -moz-transition: transform 0.25s;
  -ms-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0); }
  tr.collapsible .collapsed {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  tr.collapsible .expanded {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }

.quick-search-container {
  float: right;
  width: 40%; }
  .quick-search-container .quick-search {
    border: solid 1px #efefef;
    padding: 5px;
    margin: 10px; }
    .quick-search-container .quick-search .quick-search-input-container {
      margin-right: 30px; }
      .quick-search-container .quick-search .quick-search-input-container input {
        border: 0px;
        width: 100%;
        height: 100%;
        font-weight: 500; }
    .quick-search-container .quick-search i.zmdi {
      font-size: 20px; }

.modal .quick-search {
  margin-right: 0px !important; }

@media (max-width: 767px) {
  .quick-search-container {
    width: 100%; } }

.grid-actions {
  width: 1%;
  padding-right: 0px !important;
  padding-left: 0px !important;
  position: relative; }
  .grid-actions .grid-actions-container {
    white-space: nowrap;
    position: absolute;
    right: 7px;
    margin-top: -2px; }
    .grid-actions .grid-actions-container a.grid-action {
      display: inline-block;
      color: #5E5E5E;
      width: 25px;
      height: 25px;
      border-radius: 2px;
      font-size: 18px;
      text-align: center; }
    .grid-actions .grid-actions-container a.grid-action:hover {
      background-color: #d2d2d2; }

.edit-text-cell .form-control {
  margin: 0px;
  border: 0px;
  padding: 0px;
  height: 18px; }

/*-------------------------
    Select2
--------------------------*/
.select2-selection,
.select2-selection--multiple,
.select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border: 0px;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px; }
  .select2-selection .select2-search__field,
  .select2-selection--multiple .select2-search__field,
  .select2-selection--single .select2-search__field,
  .select2-container--default .select2-selection--multiple .select2-search__field,
  .select2-container--default .select2-selection--single .select2-search__field,
  .select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field,
  .select2-container--default.select2-container--focus .select2-selection--single .select2-search__field {
    margin-top: 8px; }
  .select2-selection .select2-selection__rendered,
  .select2-selection--multiple .select2-selection__rendered,
  .select2-selection--single .select2-selection__rendered,
  .select2-container--default .select2-selection--multiple .select2-selection__rendered,
  .select2-container--default .select2-selection--single .select2-selection__rendered,
  .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered,
  .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered {
    padding-left: 0px; }

.select2-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-top: 1px;
  border: 0;
  top: 0;
  border-radius: 2px; }

/*-------------------------
    Lookup
--------------------------*/
.lookup {
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
  margin-bottom: 3px; }
  .lookup .lookup-header {
    background-color: #FFFFFF;
    height: 30px;
    padding-left: 7px;
    cursor: pointer; }
    .lookup .lookup-header .placeholder {
      color: #AEAEAE; }
    .lookup .lookup-header .actions {
      position: absolute;
      right: 0px; }
  .lookup .lookup-header:hover {
    background-color: #ebebeb; }
  .lookup table {
    /*
    thead {
      th {
        background-color: #FFFFFF;
      }
    }

    td {
      background-color: #fafafa;
    }

    tr:first-child td {
      border-top: 0px;
    }

    tr:hover td {
      background-color: #f0f0f0;
    }
    */ }
    .lookup table th.actions, .lookup table td.actions {
      width: 1%;
      padding: 0px;
      text-align: center;
      vertical-align: middle;
      position: relative; }
      .lookup table th.actions .action, .lookup table td.actions .action {
        position: absolute;
        bottom: 3px; }
  .lookup .lookup-current-value {
    margin-right: 60px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding-top: 5px; }

/*-------------------------
    input-file
--------------------------*/
.input-file {
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
  cursor: pointer;
  height: 30px;
  position: relative;
  overflow: hidden; }
  .input-file .input-file-name {
    padding-left: 7px;
    padding-top: 6px;
    display: block; }
  .input-file .placeholder {
    color: #AEAEAE;
    padding-left: 7px;
    padding-top: 6px;
    display: block;
    cursor: pointer; }
  .input-file input[type=file] {
    position: absolute;
    height: 0%;
    width: 0%;
    top: -100%;
    left: 0px;
    opacity: 0; }

.input-file:hover {
  background-color: #ebebeb; }

/*-------------------------
    input-image
--------------------------*/
.input-image {
  background-color: #ffffff;
  cursor: pointer;
  overflow: hidden; }
  .input-image .img-responsive {
    border-radius: 0px; }
  .input-image .input-image-container {
    position: relative;
    display: block; }
    .input-image .input-image-container .actions {
      position: absolute;
      top: 5px;
      right: 5px; }
  .input-image input[type=file] {
    position: absolute;
    height: 0%;
    width: 0%;
    top: -100%;
    left: 0px;
    opacity: 0; }

/*-------------------------
    profile-box
--------------------------*/
.s-profile {
  position: relative; }
  .s-profile .cover {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 129px;
    position: absolute; }
  .s-profile .sp-pic {
    position: relative; }

/*-------------------------
    forms areas
--------------------------*/
.area-no-card {
  position: relative; }
  .area-no-card .area-no-card-header .actions {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 4; }
  .area-no-card .area-no-card-header h2 {
    margin: 0;
    line-height: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 24px 30px;
    color: #777; }
  .area-no-card .area-no-card-body {
    margin-left: -15px;
    margin-right: -15px; }

/*-------------------------
    Select form control
--------------------------*/
.bootstrap-select-container .fg-line {
  margin-top: -3px; }

.has-error .bootstrap-select .btn-default {
  border-color: #f6675d !important; }

/*-------------------------
    Toggle switch inverse
--------------------------*/
.toggle-switch.toggle-switch-inverse:not([data-ts-color]) input:not(:disabled):checked + .ts-helper {
  background: #57f39d; }

.toggle-switch.toggle-switch-inverse .ts-helper {
  -webkit-transition: background-color 0.28s;
  transition: background-color 0.28s;
  vertical-align: middle;
  cursor: pointer; }

/*-------------------------
    form spacer
--------------------------*/
.form-spacer-control {
  height: 60px; }

/*-------------------------
    color picker
--------------------------*/
.cp-container input.cp-value {
  color: #000 !important;
  background: 0 0 !important; }

.width-90 {
  width: 90% !important; }

.font-size-23 {
  font-size: 23px !important; }

#header {
  background-color: #2196F3; }

.login-content {
  background-color: #2196F3; }

img.logo {
  width: 100%; }

.cooperative-name input {
  font-size: 45px;
  height: 50px; }

@media screen and (max-width: 700px) {
  .cooperative-name input {
    font-size: 12px; } }

.cooperative-cod input {
  font-size: 35px;
  border: 0px;
  height: 40px; }

@media screen and (max-width: 700px) {
  .cooperative-cod input {
    font-size: 10px; } }

.m-t-6 {
  margin-top: 6px; }

.m-b-6 {
  margin-bottom: 6px; }

.h-30 {
  height: 30px; }

.grid {
  overflow-x: auto; }

.m-t-3 {
  margin-top: 3px; }

.m-b-3 {
  margin-bottom: 3px; }

.custom-tooltip {
  border-radius: 18px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: red;
  background-color: red; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.color-red {
  color: red !important; }

.color-green {
  color: #4CD964 !important; }

.color-black {
  color: #000000 !important; }

.original-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .original-container {
    width: 750px; } }

@media (min-width: 992px) {
  .original-container {
    width: 970px; } }

@media (min-width: 1200px) {
  .original-container {
    width: 1170px; } }

.border-bottom-lightgray {
  border-bottom: 1px solid #E0E0E0; }

.color-light-gray {
  color: #808080; }

@media (min-width: 767px) {
  .position-absolute-min-768 {
    position: absolute; } }

.fs-36 {
  font-size: 36px; }

.fs-24 {
  font-size: 24px; }

.fs-20 {
  font-size: 20px; }

.fs-13 {
  font-size: 13px; }

.fs-16 {
  font-size: 16px; }

.fs-14 {
  font-size: 14px; }

.fe-img-bs {
  width: 100px;
  margin-top: 35px; }

.p-t-8 {
  padding-top: 8px; }

.p-b-35 {
  padding-bottom: 35px; }

.p-b-80 {
  padding-bottom: 80px; }

.p-t-35 {
  padding-top: 35px; }

.p-t-60 {
  padding-top: 60px; }

.m-b-50 {
  margin-bottom: 50px; }

@media (max-width: 767px) {
  .text-left-max-768 {
    text-align: left !important; }
  .padding-lateral-15-max-768 {
    padding-left: 15px;
    padding-right: 15px; }
  .margin-top-20-max-768 {
    margin-top: 20px; } }

.green-button {
  background-color: #4CD964;
  border: 1px solid #4CD964;
  color: white;
  box-shadow: none !important;
  border-radius: 2px; }
  .green-button:focus, .green-button:hover {
    color: white; }

.w-120 {
  width: 120px; }

.zero-padding {
  padding-left: 0px;
  padding-right: 0px; }

.fe-navbar .navbar-header {
  min-height: 70px;
  padding: 0 15px; }

.fe-navbar .navbar-header .navbar-brand {
  height: 100%;
  padding: 0 15px;
  font-size: 20px;
  color: #1A1A1A; }

.fe-navbar .navbar-header .navbar-brand:before {
  content: "";
  min-height: 70px;
  display: inline-block;
  vertical-align: middle; }

.fe-navbar .navbar-header .navbar-brand img {
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }

.fe-navbar .navbar-nav > li {
  min-width: 100px;
  text-align: center; }

.fe-navbar .navbar-nav > li > a {
  color: #9A9A9A;
  font-size: 11px;
  padding: 0;
  min-height: 70px; }

.fe-navbar .navbar-nav > li > a > *:before {
  content: "";
  display: inline-block;
  vertical-align: middle; }

.fe-navbar .navbar-nav > li > a i {
  display: block;
  font-size: 20px;
  margin: 0 auto;
  margin-bottom: 6px; }

.fe-navbar .navbar-nav > .active > a, .fe-navbar .navbar-nav > li:hover > a {
  color: #FFFFFF !important;
  background-color: #000000 !important; }

.fe-navbar {
  min-height: 70px;
  background-color: #ffffff;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
  font-family: Roboto; }

.fe-body {
  padding-top: 70px;
  padding-bottom: 25px; }

.fe-card {
  min-height: 120px;
  margin-bottom: 30px;
  background-color: #fff !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.11) !important;
  border-radius: 4px !important;
  /*@media screen and (min-width: 768px) {
      border-radius: 4px !important;
  }*/ }
  .fe-card.invert {
    color: #fff;
    background-color: #A1C2D6 !important;
    box-shadow: none !important; }
  .fe-card .icon {
    height: 60px;
    margin-right: 20px;
    vertical-align: middle; }

.o-auto {
  overflow: auto; }

.fe-grid .quick-search-container {
  width: 100%; }

.fe-grid .quick-search-container .quick-search {
  border-bottom: 1px solid #eceff1;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 5px;
  margin-bottom: 10px;
  position: relative; }

.fe-grid .quick-search-container .quick-search .quick-search-input-container {
  margin-left: 30px;
  margin-right: 0px; }

.fe-grid .pagination > .active > a, .fe-grid .pagination > .active > a:focus, .fe-grid .pagination > .active > a:hover, .fe-grid .pagination > .active > span, .fe-grid .pagination > .active > span:focus, .fe-grid .pagination > .active > span:hover {
  background-color: #000000; }

.fe-grid .table > tbody > tr > td {
  vertical-align: middle; }

.fe-grid .table > tbody > tr > td, .fe-grid .table > tbody > tr > th, .fe-grid .table > tfoot > tr > td, .fe-grid .table > tfoot > tr > th, .fe-grid .table > thead > tr > td, .fe-grid .table > thead > tr > th {
  padding: 8px; }

.fe-grid .table > tbody > tr > td:last-child, .fe-grid .table > tbody > tr > th:last-child, .fe-grid .table > tfoot > tr > td:last-child, .fe-grid .table > tfoot > tr > th:last-child, .fe-grid .table > thead > tr > td:last-child, .fe-grid .table > thead > tr > th:last-child {
  padding-right: 16px; }

.fe-grid .table > tbody > tr > td:first-child, .fe-grid .table > tbody > tr > th:first-child, .fe-grid .table > tfoot > tr > td:first-child, .fe-grid .table > tfoot > tr > th:first-child, .fe-grid .table > thead > tr > td:first-child, .fe-grid .table > thead > tr > th:first-child {
  padding-left: 16px; }

.fe-grid .table > tbody > tr:last-child > td, .fe-grid .table > tfoot > tr:last-child > td {
  padding-bottom: 8px; }

.page-title {
  font-size: 36px;
  font-weight: 900;
  color: #000000; }

.page-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 25px; }

.image-cell-avatar {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto; }

.boxed-text {
  background-color: #424242;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 6px;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-block; }

.catalogue-info-column {
  width: 24px;
  min-width: 24px;
  text-align: center;
  font-size: 24px;
  color: #424242; }
  .catalogue-info-column, .catalogue-info-column i {
    padding: 0; }
  .catalogue-info-column i {
    width: 100%; }
  .catalogue-info-column :not(.header) {
    opacity: 0.5; }
    .catalogue-info-column :not(.header):hover {
      color: #000000;
      opacity: 1; }

.bill-text {
  color: #000000; }

.bill-date {
  color: #888888; }

.border-bottom {
  border-bottom: 1px solid #eceff1; }

.catalogue-grid .quick-search-container {
  width: 90%; }
  .catalogue-grid .quick-search-container .quick-search {
    margin-right: 0px; }
  @media (max-width: 768px) {
    .catalogue-grid .quick-search-container {
      width: 80%; } }
  @media (max-width: 400px) {
    .catalogue-grid .quick-search-container {
      width: 75%; } }

.catalogue-grid .actions-container {
  width: 10%;
  display: inline-block;
  text-align: center; }
  @media (max-width: 768px) {
    .catalogue-grid .actions-container {
      width: 20%; } }
  @media (max-width: 400px) {
    .catalogue-grid .actions-container {
      width: 25%; } }

.catalogue-grid .action-icon {
  padding: 5px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 5px;
  cursor: pointer; }
  .catalogue-grid .action-icon:hover {
    color: #000000; }

.catalogue-grid .filter-item {
  padding: 16px;
  border: 0.5px solid #E5E5E5;
  font-size: 14px;
  color: #424242;
  cursor: pointer; }

.info-actions-column {
  text-align: center; }

.cursor-pointer {
  cursor: pointer; }

.profile-image-box {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
  border-radius: 4px; }

.profile-label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding-bottom: 5px;
  padding-top: 15px; }

.profile-value {
  font-size: 14px;
  color: #888888;
  padding-bottom: 15px; }

.btn-dark-gray {
  background-color: #424242;
  color: #ffffff; }
  .btn-dark-gray:hover {
    background-color: #222222;
    color: #ffffff; }
  .btn-dark-gray:focus {
    background-color: #424242;
    color: #ffffff; }

.btn-red-dark {
  background-color: #e63b30;
  color: #ffffff;
  border: 1px solid #e63b30; }
  .btn-red-dark:hover {
    background-color: #ce382d;
    color: #ffffff; }
  .btn-red-dark:focus {
    background-color: #e63b30;
    color: #ffffff; }

.btn-red {
  background-color: #FF3B30;
  color: #ffffff;
  border: 1px solid #FF3B30; }
  .btn-red:hover {
    background-color: #ce382d;
    color: #ffffff; }
  .btn-red:focus {
    background-color: #FF3B30;
    color: #ffffff; }

.btn-white-text-red {
  background-color: #FFFFFF;
  color: #FF3B30;
  border: 1px solid #FFFFFF; }
  .btn-white-text-red:hover {
    background-color: #cdcdcd;
    color: #FF3B30; }
  .btn-white-text-red:focus {
    background-color: #fff;
    color: #FF3B30; }

.btn-white-text-red-invert {
  background-color: #FF3B30;
  color: #ffffff;
  border: 1px solid #FFFFFF; }
  .btn-white-text-red-invert:hover {
    background-color: #ce382d;
    color: #ffffff; }
  .btn-white-text-red-invert:focus {
    background-color: #FF3B30;
    color: #ffffff; }

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-black:hover {
    color: #e1e1e1; }
  .btn-black:focus {
    color: #fff; }

.btn-status {
  padding: 6px 24px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #FFF; }
  .btn-status:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #FFF; }
  .btn-status:focus {
    background-color: rgba(0, 0, 0, 0.1);
    color: #FFF; }

.no-shadow {
  box-shadow: none !important; }

.m-t-10 {
  margin-top: 10px; }

@media (min-width: 1280px) {
  .fe-wrapper #content:not(.content-alt) {
    padding-left: 15px;
    padding-right: 15px; } }

.new-order-date {
  font-size: 14px;
  color: #9B9B9B; }

.input-bordered {
  border: 1px solid #BDBDBD !important;
  border-radius: 4px;
  padding: 15px !important; }

.order-footer {
  position: fixed !important;
  height: unset !important;
  padding: 20px 30px !important;
  z-index: 10;
  color: #ffffff !important; }

.fs-18 {
  font-size: 18px; }

.fw-medium {
  font-weight: 500; }

.wrapper-zmdi-24 {
  margin-bottom: 0.1em;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  text-align: center;
  vertical-align: middle; }

.navbar-fixed-bottom, .navbar-fixed-top {
  z-index: 100; }

.navbar-default .navbar-toggle {
  float: right;
  margin-top: 15px; }

.quantity-minus {
  padding: 4px 8px;
  border: 1px solid #424242;
  border-right: 0px;
  border-radius: 4px 0px 0 4px;
  cursor: pointer;
  font-size: 14px;
  color: #424242; }
  .quantity-minus:hover {
    color: #000000; }

.quantity-plus {
  padding: 4px 8px;
  border: 1px solid #424242;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
  font-size: 14px;
  color: #424242; }
  .quantity-plus:hover {
    color: #000000; }

.grid-action {
  color: #424242;
  font-size: 18px; }
  .grid-action:hover {
    color: #000000; }

.add-article-container {
  text-align: center;
  padding: 30px;
  cursor: pointer;
  background-color: #ddd; }

.fe-wrapper .datepicker table thead tr:first-child th {
  background-color: #000; }
  .fe-wrapper .datepicker table thead tr:first-child th:hover {
    background-color: #000;
    color: #e1e1e1; }

.fe-wrapper .datepicker-months .month.active, .fe-wrapper .datepicker-years .year.active, .fe-wrapper .timepicker-hours .hour.active, .fe-wrapper .timepicker-minutes .minute.active {
  background-color: #000; }

.fe-wrapper .bootstrap-datetimepicker-widget table td span.active {
  background-color: #000;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.fe-wrapper .bootstrap-datetimepicker-widget table td span:hover {
  background-color: #e1e1e1; }

.fe-wrapper .datepicker table thead tr:last-child th {
  background-color: #000;
  border-top: 1px solid #fff; }

.fe-wrapper .datepicker table td.active:before {
  background-color: #000; }

.bold {
  font-weight: 700; }
