@charset "UTF-8";
/*
 *  Fichier CSS principal pour Ves web client
 *  Attention : ne modifiez pas directement le fichier *.scss.css correspondant (utilisez plutôt ves_client_custom.css si nous ne voulez pas utiliser SASS)
 */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
html,
body {
  height: 100%;
}

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

body {
  background-color: #eee;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
}
body footer#footer {
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 0.9rem;
  position: fixed;
  padding: 0px 15px 15px;
  overflow: hidden;
  color: #898989;
  font-weight: bold;
  line-height: 28px;
}
body footer#footer a {
    font-size: 0.9rem !important;
}
body footer#footer .link-container {
  text-align: center;
  margin-bottom: 5px;
}
body footer#footer .link-container a {
  padding-bottom: 5px;
  /*border-bottom: 1px solid #bbb;*/
}
body footer#footer .link-container-bottom {
  text-align: center;
  margin-top: 5px;
}
body footer#footer .link-container-bottom a {
  padding-top: 5px;
  /*border-top: 1px solid #bbb;*/
}
body footer#footer .col-md-4:not(:last-of-type) {
  border-right: 1px solid #bbb;
}
body footer#footer h4.clinique-name {
  margin-bottom: 0px;
  line-height: 28px;
  position: relative;
  top: -2px;
}
body footer#footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-weight: normal;
}
body main a, body footer a {
  color: #8fb12a;
}
body main a:hover, body footer a:hover {
  color: #6f8920;
}
body header#main-header div.header-top {
  /*height : 144px;*/
}
body header#main-header nav.navbar {
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 0px;
  background-color: #8fb12a;
  border-radius: 0.25rem;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  padding: 0px !important;
  height: 70px;
}
/*@media (min-width: 992px) {*/
/*    .navbar-expand-lg .navbar-collapse {*/
/*        display: none !important;*/
/*    }*/
/*}*/

body header#main-header nav.navbar .classic-tabs {
    display: flex;
}

@media (width <= 1199px) {
    body header#main-header nav.navbar .new-tabs-wrapper {
        margin-top: -10px;
    }
    body header#main-header nav.navbar .classic-tabs {
        flex-direction: column !important;
        padding: 10px 20px !important;
    }
    body header#main-header nav.navbar .clinique_name{
        width: auto;
        min-height: 80px;
        display: flex !important;
        align-items: center;
    }
    body header#main-header nav.navbar .new-tabs-wrapper-sm {
        margin: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (width < 576px) {
    body header#main-header nav.navbar .clinique_name{
        width: auto;
        margin-left: 37.5px;
    }
}


/*body header#main-header nav.navbar .tabs-wrapper {*/
/*  display: none;*/
/*}*/
body header#main-header nav.navbar .tabs-wrapper-sm {
  display: block;
  color: #fff;
  font-size: 20px;
}
body header#main-header nav.navbar .logo {
  height: 70px;
}
body header#main-header nav.navbar .breadcrumb {
  font-size: 20px;
  padding-top: 0px;
  line-height: 5px;
  position: relative;
  top: 5px;
}
body header#main-header nav.navbar .breadcrumb a {
  color: #fff !important;
}
body header#main-header nav.navbar .tabs-wrapper {
  float: right;
  height: 70px;
  z-index: 100;
}
body header#main-header nav.navbar .tabs-wrapper .home {
  display: none;
}
body header#main-header nav.navbar .tabs-wrapper .nav-item {
  position: relative;
  height: 70px;
}
body header#main-header nav.navbar .tabs-wrapper .nav-item a.nav-link {
  padding: 0.5rem 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  height: 70px;
  line-height: 60px;
}
body header#main-header nav.navbar .tabs-wrapper .nav-item a.nav-link.active {
  color: #fff;
  border-bottom: 3px solid #fff;
}
body header#main-header nav.navbar .tabs-wrapper .nav-item .badge {
  position: absolute;
  top: 12px;
  right: 0px;
  background-color: #ff3547 !important;
  color: #fff !important;
}
body header#main-header nav.navbar .lang_selector {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  bottom: -38px;
  right: 0px;
  height: 30px;
  background-color: #8fb12a;
  border-radius: 0.25rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/*body header#main-header nav.navbar .lang_selector:hover .lang_selector_item {*/
/*  width: 30px !important;*/
/*}*/
body header#main-header nav.navbar .lang_selector .lang_selector_list {
  margin: 0px;
  padding: 0px;
  display: flex;
  list-style: none;
  justify-content: space-between;
}

body header#main-header nav.navbar .lang_selector .lang_selector_list .first_item {
    cursor: pointer;
    margin: auto;
    text-transform: uppercase;
    width: auto !important;
    font-weight: bold;
    padding: 5px !important;
    transition: all 0.2s linear;
    color: #fff !important;
    display: inline-block;
}
body header#main-header nav.navbar .lang_selector .lang_selector_list:hover {
  width: auto !important;
}
body header#main-header nav.navbar .lang_selector .lang_selector_list .lang_selector_item {
  position: relative;
  top: -3px;
  transition: all 0.2s linear;
  padding: 0px 5px;
  width: 0px;
  overflow: hidden;
  padding: 0px;
}
/*body header#main-header nav.navbar .lang_selector .lang_selector_list .lang_selector_item.active {*/
/*  width: auto !important;*/
/*}*/
body header#main-header nav.navbar .lang_selector .lang_selector_list .lang_selector_item.active a {
  font-weight: bold;
}
body header#main-header nav.navbar .lang_selector .lang_selector_list .lang_selector_item a {
  padding: 5px;
  transition: all 0.2s linear;
  color: #fff !important;
  display: inline-block;
}
body .md-form.form-control {
  margin: 0px;
}
body .help-block {
  /*margin-bottom : 1rem;
  font-style: italic;
  font-size:75%;
  padding-bottom:0.5rem;
  color: #888;
  padding-left : 10px;*/
}
body .select-form-container {
  /*margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height:35.6px !important;*/
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body .row-marginb {
  margin-bottom: 15px;
}
body .facture-header-table {
  width: 94%;
  table-layout: fixed;
  text-align: center;
  margin: 20px 2% 0px;
}
body .facture-header-table th, body .facture-header-table td {
  padding: 8px;
}
body .facture-header-table thead {
  border-bottom: 2px solid #8fb12a;
}
body .facture-header-table tbody tr td:last-of-type {
  font-weight: bold;
}
body .facture-table-consult .tab_header {
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  text-align: left;
  letter-spacing: 1px;
  font-weight: normal !important;
}
body .facture-table-consult td {
  border-bottom: 1px solid #f2f2f2;
}
body .sorting_disabled {
  padding-left: 25px !important;
}
body .icon_in_dt {
  font-size: 1.5rem;
}
body h2.h2-responsive {
  font-size: 1.3rem;
  margin-bottom: 0rem;
}
body .card-title-alone {
  margin-bottom: 0rem;
  margin: 1.25rem;
}
body .card-header {
  line-height: 30px;
}
body .card-header .btn {
  margin: 0px !important;
  float: right;
}
body .card.card-cascade .view.gradient-card-header {
  padding: 1rem;
}
body .color-block {
  height: auto !important;
  padding: 15px !important;
  text-align: left !important;
  border-radius: 0.25rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.2s linear;
  overflow: hidden;
  color: white;
  margin-bottom: 20px;
}
body .color-block.hidden {
  height: 0 !important;
  padding: 0px !important;
}
body .bold {
  font-weight: bold !important;
}
body .bold * {
  font-weight: bold !important;
}
body .bolder {
  font-weight: bolder !important;
}
body .bolder * {
  font-weight: bolder !important;
}
body .select2-search__field {
  border-bottom: none !important;
}
body .tab-in-card {
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
body .tab-in-card .nav-item:first-of-type .nav-link {
  border-left: none;
}
body .tab-in-card .nav-item:last-of-type .nav-link {
  border-right: none;
}
body .tab-in-card .nav-item .nav-link {
  border-radius: 0px;
}
body .fiche_chev_header {
  padding: 1.25rem;
}
body .fiche_chev_header .cheval_img {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.125);
  width: 150px;
  height: 150px;
  margin: auto;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  cursor: pointer;
  transition: all 0.2s linear;
}
body .fiche_chev_header .cheval_img:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
body .fiche_chev_header .cheval_img:hover::after {
  opacity: 0.2;
}
body .fiche_chev_header .cheval_img::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 90px;
  line-height: 150px;
  opacity: 0.1;
  color: #000;
  text-align: center;
}
body #fiche .fiche-table-form {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1.25rem;
}
body #fiche .fiche-table-form > thead th {
  padding-left: 5px;
  padding: 1rem !important;
  color: #8fb12a;
}
body #fiche .fiche-table-form > thead th:not(:first-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body #fiche .fiche-table-form > thead th:last-of-type {
  padding-left: 3rem !important;
}
body #fiche .fiche-table-form > tbody > tr {
  transition: all 0.2s linear;
  background-color: transparent;
}
body #fiche .fiche-table-form > tbody > tr:hover {
  background-color: #F6F6F6;
}
body #fiche .fiche-table-form > tbody > tr > td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem !important;
  height: 40px;
  width: calc(100% - 200px - 50%);
}
body #fiche .fiche-table-form > tbody > tr > td:first-of-type {
  padding-right: 3rem !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
body #fiche .fiche-table-form > tbody > tr > td:last-of-type {
  padding-left: 3rem !important;
}
body #fiche .fiche-table-form > tbody > tr > th {
  padding: 1rem !important;
  height: 40px;
  padding-left: 25px;
}
body #fiche .mdb-select {
  position: relative;
  top: 5px;
}
body #fiche .md-form {
  margin-top: 0px;
  top: 5px;
}
body #fiche .md-form .form-control {
  padding-bottom: 0.15rem;
}
body .fiche-table-mp {
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1.25rem;
}
body .fiche-table-mp td, body .fiche-table-mp th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.9rem !important;
  height: 40px;
}
body .fiche-table-mp > tbody > tr {
  transition: all 0.2s linear;
  background-color: transparent;
}
body .fiche-table-mp > tbody > tr:hover {
  background-color: #F6F6F6;
}
body .fiche-table-mp .tab_header {
  color: #8fb12a;
}
body #factures_table_wrapper span.typefa {
  font-weight: bold;
}
body #factures_table_wrapper span.typefa.impaye {
  color: #CC0000 !important;
}
body #factures_table_wrapper span.typefa.acompte {
  color: #0099CC !important;
}
body #factures_table_wrapper span.typefa.tab_col_green {
  color: #007E33 !important;
}
body #factures_table_wrapper span.typefa.avoir {
  color: #FF8800 !important;
}
body #factures_table_wrapper span.typefa.non_final {
  color: #666 !important;
}

.text-grey {
  color: #757575;
}

.traitement_row {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
}
.traitement_row .traitement_body .label {
  font-weight: bolder;
  padding-left: 25px;
}

.card-cheval-accueil {
  margin-top: 25px;
}
.card-cheval-accueil a:not(.btn) {
  color: #8fb12a !important;
}
.card-cheval-accueil table td, .card-cheval-accueil table th {
  padding: 0.3rem;
  font-size: 85% !important;
}

form#animal_add .md-form {
  position: relative;
  margin-top: 0rem;
}

header.filter-block {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
header.filter-block form {
  padding: 15px;
  padding-bottom: 0px;
}

.md-form.select {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.md-form.select label {
  position: absolute;
  top: 0.65rem;
  left: 0;
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  -webkit-transform: translateY(-140%);
  -ms-transform: translateY(-140%);
  transform: translateY(-140%);
}
.md-form.select .select2-selection__arrow {
  display: none;
}
.md-form.select .select2 {
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 21px;
  padding: 0.3rem 0 0.6rem;
  margin: 0 0 0.5rem;
}
.md-form.select .select2 .select2-selection {
  border-radius: 0px;
  border-width: 0px;
  border-bottom-width: 1px;
  position: relative;
  padding-right: 35px;
}
.md-form.select .select2 .select2-selection::after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  font-family: "Glyphicons Halflings";
  content: "";
  line-height: 35px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.md-form.select .select2-container--open .select2-selection {
  border-bottom: 1px solid #4285f4;
}

.table_droits {
  table-layout: fixed;
  width: 100%;
  margin: 35px;
}

.md-form.checkbox {
  overflow: auto;
}
.md-form.checkbox label {
  position: static;
}

.card-header {
  position: relative;
}
.card-header a.add_button {
  background-color: #8fb12a;
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 25px;
  top: -15px;
  font-size: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card-header a.add_button:hover {
  background-color: #6f8920;
}

.col-md-offset-2 {
  margin-left: 0%;
}

@media (min-width: 1px) {
  .col-md-offset-2 {
    margin-left: 0% !important;
  }

  .logo {
    display: none !important;
  }

  .dataTables_filter > label input {
    color: #495057;
  }
}
@media (min-width: 825px) {
    .fixed-sn #footer {
        width: 800px;
        margin: auto;
    }
}
@media (min-width: 767px) {
  .fixed-sn main {
    margin-left: 5%;
    margin-right: 5%;
  }

  .navbar {
    margin-left: 0%;
    margin-right: 0%;
  }
  .navbar .nav-link i:not(.fa-bars):not(.fa-power-off) {
    display: none;
    transition: all 0.2s linear;
  }
  .navbar .logo {
    display: inline-block !important;
  }

  .dataTables_filter > label {
    color: #495057;
  }

  .col-md-offset-2 {
    margin-left: 25% !important;
  }
  .fixed-sn #footer .address-container {
    margin: 0px auto !important;
  }
}
@media (max-width: 992px) {
    .fixed-sn #footer {
      margin: 0px 20px !important;
    }
    body footer#footer .col-md-4:not(:last-of-type) {
        border-right: none !important;
    }
}
@media (min-width: 992px) {
  .fixed-sn main {
    margin-left: calc(5% + 0px);
    margin-right: calc(5% + 0px);
  }

  .col-md-offset-2 {
    margin-left: 0% !important;
  }

  .card-cheval-accueil {
    margin-top: 0px !important;
  }
}
@media (min-width: 1150px) {
  .navbar {
    margin-left: 0%;
    margin-right: 0%;
  }
  .navbar .tabs-wrapper {
    display: block !important;
  }
  .navbar .tabs-wrapper-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .fixed-sn main {
    margin-left: calc(5% + 25px);
    margin-right: calc(5% + 25px);
  }

  .col-md-offset-2 {
    margin-left: 0% !important;
  }

  .navbar {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
}
@media (min-width: 1300px) {
  .home {
    display: block !important;
  }

  /*.navbar .nav-link i:not(.fa-bars) {*/
  /*  display: inline !important;*/
  /*}*/
}
@media (min-width: 1800px) {
  .fixed-sn main {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .card-standard {
    margin: 1rem;
  }

  .navbar {
    margin-left: calc(5% + 170px) !important;
    margin-right: calc(5% + 170px) !important;
  }
  .navbar .logo {
    height: 70px;
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    transform: translate(-15px, 5px) scale(1.2, 1.2) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  }
}
.fact_detail {
  padding: 0px;
}
.fact_detail .facture-table-consult td, .fact_detail .facture-table-consult th {
  padding: 3px 10px;
}
.fact_detail .facture-table-consult tfoot td {
  border: none;
}
.fact_detail .facture-table-consult tfoot th {
  text-align: center;
}

.fixed-sn main, .hidden-sn main {
  padding-top: 3rem;
  padding-bottom: 2.8rem;
}

.consultation .card:not(.card-standard) {
  margin-bottom: 20px;
}
.consultation .card:not(.card-standard) div.header {
  font-weight: bold;
  margin-bottom: 15px;
}
.consultation .card-body > .row:not(:first-of-type) {
  border-top: 1px solid #F3F3F3;
  margin-top: 25px;
  padding: 10px 15px;
}

.fake_form {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  padding: 0px;
  overflow: hidden;
}

.no-padding {
  padding: 0px !important;
}

.separator_thin {
  background-color: #5f6972;
  height: 1px;
}

.uploader-flex {
  width: 100%;
  padding: 0.4rem;
  /*background-color: rgba(0, 0, 0, 0.1);*/
  /*box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);*/
  position: relative;
  overflow: hidden;
}

.uploader-flex li{
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.uploader-flex input[type=file] {
  width: 0px;
  height: 0px;
  position: absolute;
  overflow: hidden;
}
.uploader-flex ul {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}
.uploader-flex ul li.file {
  float: left;
  height: 70px;
  width: 60px;
  margin-left: 2px;
  margin-top: 2px;
  flex-direction: column-reverse;
  cursor: pointer;
}
.uploader-flex ul li.file a {
  transition: all 0.2s linear;
  color: #495057;
}
.uploader-flex ul li.file a:hover {
  border-color: #353535 !important;
  color: #353535 !important;
}
.uploader-flex ul li.file a:hover * {
  border-color: #353535 !important;
  color: #353535 !important;
}
.uploader-flex ul li.file .icon {
  width: 100%;
  height: 40px;
  padding: 5px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
}
.uploader-flex ul li.file .icon * {
  position: relative;
  top: -5px;
}
.uploader-flex ul li.file .title {
  width: 100%;
  height: 30px;
  font-size: 0.6rem;
  overflow: hidden;
  text-align: center;
  line-height: 0.7rem;
}
.uploader-flex .add_button {
  display: inline-block;
  transition: all 0.2s linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  font-size: 25px;
  border: 2px solid #495057;
  color: #495057;
  cursor: pointer;
}
.uploader-flex .add_button:hover {
  border-color: #353535;
  color: #353535;
}

.ves-fancybox {
  margin: 10px;
}
.ves-fancybox img {
  border-radius: 0.25rem;
}

.consultation .card-standard {
  margin: 2.2rem;
}

.card-standard {
  cursor: pointer;
  transition: all 0.2s linear;
}
.card-standard:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.card-standard:hover a {
  color: #8fb12a;
}
.card-standard a {
  transition: all 0.2s linear;
  color: #495057;
}
.card-standard .card-body {
  padding: 0px;
  display: flex;
}
.card-standard .card-body .card-icon {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  width: 100px;
  text-align: center;
  color: #8fb12a;
  font-size: 3rem;
  line-height: 110px;
  min-height: 100px;
  min-width: 100px;
}
.card-standard .card-body .card-true-body {
  flex: 1;
  padding: 2rem 1rem;
  flex-direction: column;
}
.card-standard .card-body .card-true-body h5 {
  margin-bottom: 0.25rem !important;
  font-size: 1.17em;
  font-weight: 600;
}
.card-standard .card-body .card-true-body p {
  color: #495057;
}

.card-standard-icon {
  height: 90px !important;
  width: 90px !important;
  position: relative;
}
.card-standard-icon:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  line-height: 90px;
  opacity: 0.1;
  color: #000;
}

.card-standard-icon.horse:after {
  content: "";
}

.card-standard-icon.vet:after {
  content: "";
}

.form-block {
  margin-bottom: 3.25rem;
}
.form-block > div {
  padding: 0 1.25rem;
}

.card-standard-body {
  padding: 0.7rem !important;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}
.card-standard-body .card-standard-body-text {
  font-size: 0.8rem;
  height: 75%;
}

.md-form.required label:after {
  content: "*";
  color: red;
  padding-left: 5px;
  font-size: 0.8rem;
}

.select2-container .select2-selection--single {
  height: auto !important;
  padding-bottom: 2px;
}

div.dataTables_wrapper div.dataTables_processing div.processing_content div.processing_text {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #8fb12a !important;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: 1px;
  white-space: nowrap;
}

.progress-bar {
  background-color: #8fb12a !important;
}

.btn-primary {
  background-color: #8fb12a !important;
}

table.dataTable > tbody > tr.child span.dtr-title {
  color: #8fb12a !important;
}

.table.dataTable.dtr-column > tbody > tr > th.control:before, .table.dataTable.dtr-column > tbody > tr td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before, table.dataTable.dtr-column > tbody > tr td.control:before {
  background-color: #8fb12a !important;
}

.separator {
  display: block;
  content: " ";
  height: 0px;
  padding: 16px;
  display: block;
  width: 100%;
  background: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(179, 179, 179, 0.03) 0, rgba(179, 179, 179, 0.03) 10px) rgba(179, 179, 179, 0.03);
}

.darker-card-body {
  background-color: #F8F9FA;
  padding: 2rem;
}

.card.solo {
  position: absolute;
  height: 150px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 600px;
  margin: auto;
}

.soft-blink {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-animation: blink normal 1.5s infinite ease-in-out;
  /* Firefox */
  -webkit-animation: blink normal 1.5s infinite ease-in-out;
  /* Webkit */
  -ms-animation: blink normal 1.5s infinite ease-in-out;
  /* IE */
  animation: blink normal 1.5s infinite ease-in-out;
}

@keyframes blink {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.7;
  }
}

/*# sourceMappingURL=ves_client_main.scss.css.map */
