﻿/* ########## IMAGES ########## */
/* ########## COLORS ########## */
/* Mobile device colors */
/* ########## FIXED COLORS ########## */
/* ########## TEXT ########## */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/muli/v33/7Aujp_0qiz-afTfcIyoiGtm2P0wG05Fz4eqVxg.ttf) format('truetype');
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/muli/v33/7Aulp_0qiz-aVz7u3PJLcUMYOFmQkEk30e0.ttf) format('truetype');
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/muli/v33/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk30e0.ttf) format('truetype');
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/muli/v33/7Aulp_0qiz-aVz7u3PJLcUMYOFkpl0k30e0.ttf) format('truetype');
}
/* ########## MISCELLANEOUS ########## */
/* NOTES
    Use only REM units.
    To define something as 12px, use 1.2rem, 14px use 1.4rem...
*/
/* ########## MISCELLANEOUS ########## */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
h1 {
  border-bottom: 0.2rem solid #DFE3E9;
  color: #151f41;
  font-family: Muli;
  font-size: 2.4rem;
  line-height: 3.5rem;
  margin-bottom: 2.3rem;
  padding-bottom: 2.9rem;
}
h2 {
  color: #151f41;
  font-size: 1.9rem;
  margin: 0;
}
h3 {
  color: #151f41;
  font-size: 1.6rem;
  margin-top: 2.3rem;
}
h4 {
  color: #000000;
  font-size: 1.6rem;
}
h5 {
  color: #000000;
  font-size: 1.4rem;
}
p {
  color: #3e3e3e;
  font-size: 1.2rem;
  letter-spacing: 0.22px;
}
.underline {
  text-decoration: underline !important;
}
.text-danger {
  color: #ea3d31 !important;
}
.text-success {
  color: #008c45 !important;
}
.text-blue {
  color: #428BCA !important;
}
.text-info {
  color: #F5A623 !important;
}
.text-dark-green {
  color: #389A63 !important;
}
.ql-bubble .ql-tooltip {
  z-index: 1;
}
.main-title-wrapper {
  border-bottom: 0.2rem solid #DFE3E9;
  margin-bottom: 2.3rem;
  padding-bottom: 2.6rem;
}
.main-title-wrapper h1 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .main-title-wrapper a {
    margin-top: 1.5rem;
  }
}
.main-title {
  font-weight: 600;
}
iframe {
  border: none;
}
.join-with-previous {
  margin-left: -1.5rem !important;
}
.h-0 {
  height: 0 !important;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .text-sm-nowrap {
    white-space: nowrap;
  }
}
/* ########## BUTTONS ########## */
a {
  color: #151f41;
}
a:hover {
  color: #428BCA;
}
.btn {
  border-radius: 0.2rem;
  color: #151f41;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0.7rem 3rem;
}
.btn.btn-primary {
  border-color: #151f41;
  background-color: transparent;
  box-shadow: inset 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.btn.btn-primary:hover {
  background-color: #151f41;
  border-color: #151f41;
  color: #ffffff;
}
.btn.btn-primary:focus,
.btn.btn-primary.focus {
  background-color: #151f41;
  border-color: #151f41;
  box-shadow: none !important;
  color: #ffffff !important;
}
.btn.btn-primary:disabled,
.btn.btn-primary.disabled {
  border-color: #777777;
  background-color: #777777;
  opacity: 1;
}
.btn.btn-primary.loading {
  border-color: rgba(66, 139, 202, 0.75);
  background-color: rgba(66, 139, 202, 0.75);
}
.btn.btn-secondary {
  border-color: #428BCA;
  background-color: transparent;
  color: #428BCA;
}
.btn.btn-secondary:hover {
  border-color: #428BCA;
  background-color: #428BCA;
  color: #ffffff;
}
.btn.btn-secondary:focus,
.btn.btn-secondary.focus {
  box-shadow: none;
}
.btn.btn-danger {
  border-color: #D0021B;
  background-color: transparent;
  color: #D0021B;
}
.btn.btn-danger:hover {
  border-color: #D0021B;
  background-color: #D0021B;
  color: #ffffff;
}
.btn.btn-danger:disabled,
.btn.btn-danger.disabled {
  border-color: #777777;
  background-color: #777777;
}
.btn.btn-link {
  color: #428BCA;
}
.btn.btn-icon {
  height: 3.8rem;
}
.btn.btn-icon > i {
  font-size: 2.2rem;
  display: block;
}
.btn.loading {
  color: transparent !important;
  position: relative;
}
.btn.loading:focus,
.btn.loading.focus {
  color: transparent !important;
}
.btn.loading::before {
  animation: spin 1s linear infinite;
  color: #ffffff;
  content: "\eff7";
  font-family: "IcoFont";
  font-size: 2rem;
  left: calc(50% - 1rem);
  position: absolute;
  top: calc(50% - 1.1rem);
}
.btn.btn-custom {
  background-color: #389A63;
  border-color: #389A63;
  color: #ffffff !important;
  box-shadow: inset 0 0 0.2rem rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.btn.btn-custom:hover {
  background-color: #5FA82C;
  border-color: #5FA82C;
  color: #ffffff !important;
}
.btn.btn-custom:focus,
.btn.btn-custom.focus {
  background-color: #5FA82C;
  border-color: #5FA82C;
  box-shadow: none !important;
  color: #ffffff !important;
}
.btn.btn-custom:disabled,
.btn.btn-custom.disabled {
  border-color: #777777;
  background-color: #777777;
  opacity: 1;
}
.btn.btn-custom.loading {
  border-color: rgba(56, 154, 99, 0.75);
  background-color: rgba(56, 154, 99, 0.75);
}
.btn.btn-danger-custom {
  border-color: #E13B30;
  background-color: #E13B30;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.btn.btn-danger-custom:hover {
  border-color: #FB2C2B;
  background-color: #FB2C2B;
  color: #ffffff;
}
.btn.btn-danger-custom:focus,
.btn.btn-danger-custom.focus {
  background-color: #FB2C2B;
  border-color: #FB2C2B;
  box-shadow: none !important;
  color: #ffffff !important;
}
.btn.btn-danger-custom:disabled,
.btn.btn-danger-custom.disabled {
  border-color: #777777;
  background-color: #777777;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 1.3rem;
  padding: 0.3rem 1.7rem;
}
.rounded {
  border-radius: 0.4rem !important;
}
/* ########## PAGE LAYOUT ########## */
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  background-color: #f7f7f7;
  color: #3e3e3e;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  min-height: 100%;
  padding-top: 6rem;
}
body.login {
  background-attachment: fixed;
  background-image: url("../images/background_768.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  letter-spacing: 2.1px;
  padding-top: 0;
}
@media (min-width: 1024px) {
  body.login {
    background-image: url("../images/background_1024.jpg");
  }
}
@media (min-width: 1366px) {
  body.login {
    background-image: url("../images/background_1366.jpg");
  }
}
@media (min-width: 1920px) {
  body.login {
    background-image: url("../images/background_1920.jpg");
  }
}
body.error-404 {
  background-attachment: fixed;
  background-image: url("../images/notfound_768.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.error-404.anonymous {
  padding-top: 0;
}
@media (min-width: 1024px) {
  body.error-404 {
    background-image: url("../images/notfound_1024.jpg");
  }
}
@media (min-width: 1366px) {
  body.error-404 {
    background-image: url("../images/notfound_1366.jpg");
  }
}
@media (min-width: 1920px) {
  body.error-404 {
    background-image: url("../images/notfound_1920.jpg");
  }
}
body.error-500 {
  background-attachment: fixed;
  background-image: url("../images/error_768.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.error-500.anonymous {
  padding-top: 0;
}
@media (min-width: 1024px) {
  body.error-500 {
    background-image: url("../images/error_1024.jpg");
  }
}
@media (min-width: 1366px) {
  body.error-500 {
    background-image: url("../images/error_1366.jpg");
  }
}
@media (min-width: 1920px) {
  body.error-500 {
    background-image: url("../images/error_1920.jpg");
  }
}
body > .body-content {
  padding-bottom: 10rem;
  padding-top: 2.6rem;
}
body > .body-content section.white-box {
  background-color: #ffffff;
  border-radius: 0.4rem;
  box-shadow: -10px 9px 21px 0 rgba(128, 152, 213, 0.07);
  padding: 1.5rem;
  width: 100%;
}
body > .body-content section.white-box.white-box-terms {
  margin-bottom: 2.7rem;
  padding-bottom: 6rem;
}
body > .body-content section.white-box > article.no-items {
  color: #428BCA;
  font-size: 1.8rem;
  text-align: center;
}
body > .body-content section.white-box > article.no-items i.icon {
  font-size: 6.2rem;
  margin-top: 0.7rem;
}
body > .body-content div.white-box-summary-card {
  background-color: #ffffff;
  border-radius: 0.4rem;
  box-shadow: -10px 9px 21px 0 rgba(128, 152, 213, 0.07);
  padding: 1.5rem;
  width: 23%;
  display: inline-block;
}
body > .body-content div.white-box-summary-card label {
  height: 24px;
  font-size: 18px;
}
body > .body-content div.white-box-summary-card div.display-value {
  height: 30px;
  /*width: 41px;*/
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0.42px;
  line-height: 30px;
}
body > .body-content div.split-box-summary-card {
  display: inline-block;
  width: 1.9%;
}
body > .body-content section.white-box.details-page-notifications label {
  height: 24px;
  font-size: 18px;
}
body > .body-content section.white-box.details-page-notifications div.display-value {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.42px;
  line-height: 30px;
}
body > .body-content div.white-box-clients-left {
  background-color: #ffffff;
  border-radius: 0.4rem;
  box-shadow: -10px 9px 21px 0 rgba(128, 152, 213, 0.07);
  display: inline-grid;
  min-height: 8.7rem;
  padding: 1.5rem;
  width: 81%;
}
body > .body-content div.white-box-clients-right {
  background-color: #ffffff;
  border-radius: 0.4rem;
  box-shadow: -10px 9px 21px 0 rgba(128, 152, 213, 0.07);
  display: inline-grid;
  margin-left: 3%;
  padding: 1.5rem;
  width: 15%;
}
body > .body-content section.details-page-ads div.container {
  padding-left: unset !important;
  padding-right: unset !important;
}
body > .body-content section.details-page-ads .row {
  margin-bottom: 2rem;
}
body > .body-content section.details-page-ads h5 > label {
  font-size: 18px;
  margin-bottom: 1rem;
}
body > .body-content section.details-page-ads div.card-text {
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0.42px;
  line-height: 30px;
}
body > .body-content section.details-page-ads span.ads-state {
  border-radius: 1rem;
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  padding: 0.3rem 2rem;
  text-align: center;
  width: 8.6rem;
}
body > .body-content section.details-page-ads span.ads-state.adsSchedule {
  background-color: #F5A623;
}
body > .body-content section.details-page-ads span.ads-state.adsGoing {
  background-color: #389A63;
}
body > .body-content section.details-page-ads span.ads-state.adsExpired {
  background-color: #D0021B;
}
body > .body-content i.icon {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
body > .body-content a.return-link {
  display: inline-flex;
  align-items: flex-start;
  float: left;
  margin-top: 0.5rem;
  color: #389A63;
  width: 3rem;
}
body > .body-content a.return-link:hover {
  text-decoration: none;
}
body > .body-content a.label-icon {
  display: inline-flex;
  align-items: flex-end;
  margin-left: 0.5rem;
  width: 2rem;
}
body > .body-content a.label-icon:hover {
  text-decoration: none;
  cursor: pointer;
}
body > .body-content a.label-icon i {
  font-size: 2rem;
  line-height: 2rem;
}
body > .body-content div.custom-row-clients > div > label,
body > .body-content div.configuration-row-current-status > div > label {
  margin-bottom: unset;
}
body > .body-content div.custom-row-clients > div,
body > .body-content div.configuration-row-current-status > div {
  border-right: solid 1px #eceaef;
}
body > .body-content div.custom-row-clients > div > div,
body > .body-content div.configuration-row-current-status > div > div {
  font-weight: 600;
  font-size: 12px;
}
body > .body-content div.custom-row-clients > div:last-child,
body > .body-content div.configuration-row-current-status > div:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  body > .body-content div.custom-row-clients > div,
  body > .body-content div.configuration-row-current-status > div {
    border-right: none;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  body > .body-content div.custom-row-clients.marginTop2rem,
  body > .body-content div.configuration-row-current-status.marginTop2rem {
    margin-top: 2rem;
  }
}
body > .body-content div.custom-lastrow-clients {
  margin-bottom: 1rem !important;
}
body > .body-content div.custom-lastrow-clients > div {
  padding-top: 1.5rem;
  border-top: solid 1px #eceaef;
}
body > .body-content div.section-label-info {
  line-height: 24px;
  margin-bottom: 3rem;
}
body > .body-content div.section-label-info > label {
  font-size: 1.8rem;
  font-weight: 700;
}
body > .body-content div.details-table-label-info label {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  body > .body-content div.white-box-clients-left {
    width: 76%;
  }
  body > .body-content div.white-box-clients-right {
    width: 20%;
  }
  body > .body-content div.white-box-summary-card {
    width: 100%;
  }
  body > .body-content div.split-box-summary-card {
    display: none;
  }
}
@media (min-width: 1200px) {
  body > .body-content div.split-box-summary-card {
    width: 2%;
  }
}
body > .body-content #createAds {
  padding-left: unset;
  padding-right: unset;
}
body > .body-content #createAds > .row:last-child {
  margin-top: 3rem;
}
body > .body-content #createAds div.card {
  max-height: 100%;
  height: auto;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
}
body > .body-content #createAds div.card h5.card-title > label {
  font-size: 18px;
}
body > .body-content #createAds div.card #createAsdAditionalMessageDisabled,
body > .body-content #createAds div.card #createAsdAditionalMessageCompanyDisabled {
  resize: none;
}
@media screen and (max-width: 831px) {
  body > .body-content #createAds div.card #createAsdAditionalMessageDisabled,
  body > .body-content #createAds div.card #createAsdAditionalMessageCompanyDisabled {
    height: 40rem;
  }
}
@media screen and (min-width: 832px) and (max-width: 954px) {
  body > .body-content #createAds div.card #createAsdAditionalMessageDisabled,
  body > .body-content #createAds div.card #createAsdAditionalMessageCompanyDisabled {
    height: 28.5rem;
  }
}
@media screen and (min-width: 955px) and (max-width: 1078px) {
  body > .body-content #createAds div.card #createAsdAditionalMessageDisabled,
  body > .body-content #createAds div.card #createAsdAditionalMessageCompanyDisabled {
    height: 21.5rem;
  }
}
@media screen and (min-width: 1079px) {
  body > .body-content #createAds div.card #createAsdAditionalMessageDisabled,
  body > .body-content #createAds div.card #createAsdAditionalMessageCompanyDisabled {
    height: 18.5rem;
  }
}
body > .body-content #createAds div.card #editAsdAditionalMessageDisabled,
body > .body-content #createAds div.card #editAsdAditionalMessageCompanyDisabled {
  resize: none;
}
@media screen and (max-width: 831px) {
  body > .body-content #createAds div.card #editAsdAditionalMessageDisabled,
  body > .body-content #createAds div.card #editAsdAditionalMessageCompanyDisabled {
    height: 40rem;
  }
}
@media screen and (min-width: 832px) and (max-width: 954px) {
  body > .body-content #createAds div.card #editAsdAditionalMessageDisabled,
  body > .body-content #createAds div.card #editAsdAditionalMessageCompanyDisabled {
    height: 28.5rem;
  }
}
@media screen and (min-width: 955px) and (max-width: 1078px) {
  body > .body-content #createAds div.card #editAsdAditionalMessageDisabled,
  body > .body-content #createAds div.card #editAsdAditionalMessageCompanyDisabled {
    height: 21.5rem;
  }
}
@media screen and (min-width: 1079px) {
  body > .body-content #createAds div.card #editAsdAditionalMessageDisabled,
  body > .body-content #createAds div.card #editAsdAditionalMessageCompanyDisabled {
    height: 18.5rem;
  }
}
body > .body-content #createAds div.card textarea {
  height: 10.8rem;
  min-height: unset;
  resize: none;
}
body > .body-content #createAds div.card textarea#createAsdAditionalMessageDisabled {
  resize: none;
}
@media screen and (max-width: 831px) {
  body > .body-content #createAds div.card textarea#createAsdAditionalMessageDisabled {
    height: 40rem;
  }
}
@media screen and (min-width: 832px) and (max-width: 954px) {
  body > .body-content #createAds div.card textarea#createAsdAditionalMessageDisabled {
    height: 28.5rem;
  }
}
@media screen and (min-width: 955px) and (max-width: 1078px) {
  body > .body-content #createAds div.card textarea#createAsdAditionalMessageDisabled {
    height: 21.5rem;
  }
}
@media screen and (min-width: 1079px) {
  body > .body-content #createAds div.card textarea#createAsdAditionalMessageDisabled {
    height: 18.5rem;
  }
}
body > .body-content #createAds div.card textarea#Category {
  height: 4.8rem;
}
body > .body-content #createAds div.card textarea#CategoryCompany {
  height: 4.8rem;
}
body > .body-content #createAds div.card textarea#editAsdAditionalMessageDisabled,
body > .body-content #createAds div.card textarea#editAsdAditionalMessageCompanyDisabled {
  resize: none;
}
@media screen and (max-width: 831px) {
  body > .body-content #createAds div.card textarea#editAsdAditionalMessageDisabled,
  body > .body-content #createAds div.card textarea#editAsdAditionalMessageCompanyDisabled {
    height: 40rem;
  }
}
@media screen and (min-width: 832px) and (max-width: 954px) {
  body > .body-content #createAds div.card textarea#editAsdAditionalMessageDisabled,
  body > .body-content #createAds div.card textarea#editAsdAditionalMessageCompanyDisabled {
    height: 28.5rem;
  }
}
@media screen and (min-width: 955px) and (max-width: 1078px) {
  body > .body-content #createAds div.card textarea#editAsdAditionalMessageDisabled,
  body > .body-content #createAds div.card textarea#editAsdAditionalMessageCompanyDisabled {
    height: 21.5rem;
  }
}
@media screen and (min-width: 1079px) {
  body > .body-content #createAds div.card textarea#editAsdAditionalMessageDisabled,
  body > .body-content #createAds div.card textarea#editAsdAditionalMessageCompanyDisabled {
    height: 18.5rem;
  }
}
body > .body-content #createAds div.card textarea#Category {
  height: 4.8rem;
}
body > .body-content #createAds div.cardDisabled {
  max-height: 100%;
  height: auto;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
}
body > .body-content #createAds div.cardDisabled h5.card-title > label {
  font-size: 18px;
}
body > .body-content #createAds div.cardDisabled textarea {
  min-height: unset;
  resize: none;
}
@media screen and (max-width: 831px) {
  body > .body-content #createAds div.cardDisabled textarea {
    height: 40rem;
  }
}
@media screen and (min-width: 832px) and (max-width: 954px) {
  body > .body-content #createAds div.cardDisabled textarea {
    height: 28.5rem;
  }
}
@media screen and (min-width: 955px) and (max-width: 1078px) {
  body > .body-content #createAds div.cardDisabled textarea {
    height: 21.5rem;
  }
}
@media screen and (min-width: 1079px) {
  body > .body-content #createAds div.cardDisabled textarea {
    height: 18.5rem;
  }
}
body > .body-content #createAds div.messageCard {
  height: 26rem;
}
body > .body-content #createAds div.messageCard textarea.medium-text-area {
  height: 18rem;
  resize: none;
}
body > .body-content #createAds div.custom-file {
  border: 1px #389A63;
  height: 10.8rem;
}
body > .body-content #createAds div#uploader,
body > .body-content #createAds div#UploaderMediaPortalImage,
body > .body-content #createAds div#UploaderMediaBannerPortalImage,
body > .body-content #createAds div#UploaderMediaPortalCompanyImage,
body > .body-content #createAds div#UploaderMediaBannerPortalCompanyImage {
  border: 1px dashed #389A63;
  border-radius: 0.25rem;
  height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  padding: 1rem;
}
body > .body-content #createAds div#uploader .icon,
body > .body-content #createAds div#UploaderMediaPortalImage .icon,
body > .body-content #createAds div#UploaderMediaBannerPortalImage .icon,
body > .body-content #createAds div#UploaderMediaPortalCompanyImage .icon,
body > .body-content #createAds div#UploaderMediaBannerPortalCompanyImage .icon {
  color: #5FA82C;
}
body > .body-content #createAds p.lead {
  margin-top: 1.2rem;
}
body > .body-content #createAds #imageName {
  font-weight: 600;
}
@media (min-width: 576px) {
  body > .body-content #createAds .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body > .body-content #createAds p.lead {
    margin-top: 1rem;
  }
}
body > .body-content #createProd {
  padding-left: unset;
  padding-right: unset;
}
body > .body-content #createProd > .row:first-child div.card {
  height: 12rem !important;
}
body > .body-content #createProd div.card {
  max-height: 100%;
  height: auto;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
}
body > .body-content #createProd div.card h5.card-title > label {
  font-size: 1.8rem;
}
body > .body-content #createProd div.card textarea {
  height: 10.8rem;
  min-height: unset;
  resize: none;
}
body > .body-content #createProd div.card .image-detail {
  padding: unset !important;
}
body > .body-content #createProd div.card .icon-detail {
  padding: 2rem !important;
}
body > .body-content #createProd div.card .portal-image-detail {
  padding: 2rem !important;
}
body > .body-content #createProd div.card img {
  max-height: 100%;
}
body > .body-content #createProd div.messageCard {
  height: 26rem;
}
body > .body-content #createProd div.messageCard textarea.medium-text-area {
  height: 18rem;
  resize: none;
}
body > .body-content #createProd div.custom-file {
  border: 1px #389A63;
  height: 10.8rem;
}
body > .body-content #createProd div#uploader,
body > .body-content #createProd div#imageUploader,
body > .body-content #createProd div#iconUploader,
body > .body-content #createProd div#UploaderMediaPortalImage,
body > .body-content #createProd div#UploaderMediaBannerPortalImage,
body > .body-content #createProd div#frontCardImageUploader,
body > .body-content #createProd div#backCardImageUploader {
  border: 0.1rem dashed #389A63;
  border-radius: 0.25rem;
  height: 10.8rem;
  padding: 1rem;
}
body > .body-content #createProd div#uploader .icon,
body > .body-content #createProd div#imageUploader .icon,
body > .body-content #createProd div#iconUploader .icon,
body > .body-content #createProd div#UploaderMediaPortalImage .icon,
body > .body-content #createProd div#UploaderMediaBannerPortalImage .icon,
body > .body-content #createProd div#frontCardImageUploader .icon,
body > .body-content #createProd div#backCardImageUploader .icon {
  color: #5FA82C;
}
body > .body-content #createProd p.lead {
  margin-top: 1.2rem;
}
body > .body-content #createProd #imageName {
  font-weight: 600;
}
@media (min-width: 576px) {
  body > .body-content #createProd .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body > .body-content #createProd p.lead {
    margin-top: 1rem;
  }
}
body > .body-content #detailProd {
  padding-left: unset;
  padding-right: unset;
}
body > .body-content #detailProd > .row:first-child div.card {
  height: unset !important;
}
body > .body-content #detailProd div.card {
  /*height: 18rem;*/
}
body > .body-content #detailProd div.card h5.card-title > label {
  font-size: 1.8rem;
}
body > .body-content #detailProd div.card textarea {
  height: 10.8rem;
  min-height: unset;
  resize: none;
}
body > .body-content #detailProd div.card .image-detail {
  padding: 2rem !important;
}
body > .body-content #detailProd div.card .icon-detail {
  padding: 2rem !important;
}
body > .body-content #detailProd div.card .portal-image-detail {
  padding: 2rem !important;
}
body > .body-content #detailProd div.card img {
  max-height: 100%;
}
body > .body-content #detailProd div.messageCard {
  height: 6rem;
}
body > .body-content #detailProd div#uploader,
body > .body-content #detailProd div#imageUploader,
body > .body-content #detailProd div#iconUploader,
body > .body-content #detailProd div#UploaderMediaPortalImage,
body > .body-content #detailProd div#UploaderMediaBannerPortalImage,
body > .body-content #detailProd div#frontCardImageUploader,
body > .body-content #detailProd div#backCardImageUploader {
  border: 0.1rem dashed #389A63;
  border-radius: 0.25rem;
  height: 10.8rem;
  padding: 1rem;
}
body > .body-content #detailProd div#uploader .icon,
body > .body-content #detailProd div#imageUploader .icon,
body > .body-content #detailProd div#iconUploader .icon,
body > .body-content #detailProd div#UploaderMediaPortalImage .icon,
body > .body-content #detailProd div#UploaderMediaBannerPortalImage .icon,
body > .body-content #detailProd div#frontCardImageUploader .icon,
body > .body-content #detailProd div#backCardImageUploader .icon {
  color: #5FA82C;
}
@media (min-width: 576px) {
  body > .body-content #detailProd .card {
    margin-top: 2rem;
  }
}
body > .body-content .errorMessage {
  height: 16rem !important;
}
body > .body-content .btn-ads {
  margin-top: 2rem;
}
body > .body-content .ads-table {
  margin-top: 2rem;
}
body > .body-content .previewBtn {
  margin: 0;
}
@media (max-width: 768px) {
  body > .body-content .adsBtns div {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body > .body-content .float-md-right {
    margin-left: 0.75rem;
  }
}
body .divider {
  margin-bottom: 2rem;
}
body #previewAdvertising .center {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
body #previewAdvertising .iphone8plus {
  width: 283px;
  height: 580px;
  background: #464646;
  border-radius: 45px;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7);
}
body #previewAdvertising .iphone8plus:before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 6px;
  content: '';
  left: 6px;
  border-radius: 45px;
  background: #080808;
  z-index: 1;
}
body #previewAdvertising .iphone8plus:after {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  content: '';
  left: 8px;
  border-radius: 48px;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #212121;
  z-index: 2;
}
body #previewAdvertising .iphone8plus .home {
  background: #080808;
  background: linear-gradient(135deg, #080808 0%, #464646 50%, #080808 100%);
  border-radius: 100%;
  bottom: 15px;
  left: 50%;
  height: 40px;
  margin-left: -17px;
  position: absolute;
  width: 40px;
  z-index: 3;
}
body #previewAdvertising .iphone8plus .home:before {
  background: #080808;
  position: absolute;
  content: '';
  border-radius: 100%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
}
body #previewAdvertising .iphone8plus .bottom-bar {
  height: 14px;
  background: #bfbfc0;
  position: absolute;
  bottom: 68px;
  left: 0;
}
body #previewAdvertising .iphone8plus .sleep {
  position: absolute;
  top: 120px;
  right: -2px;
  width: 2px;
  height: 40px;
  border-radius: 0px 2px 2px 0px;
  background: #464646;
}
body #previewAdvertising .iphone8plus .volume {
  position: absolute;
  left: -4px;
  top: 120px;
  z-index: 0;
  height: 40px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: #464646;
}
body #previewAdvertising .iphone8plus .volume:before {
  position: absolute;
  left: 0px;
  top: -60px;
  height: 30px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: '';
  display: block;
}
body #previewAdvertising .iphone8plus .volume:after {
  position: absolute;
  left: 0px;
  top: 45px;
  height: 40px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: '';
  display: block;
}
body #previewAdvertising .iphone8plus .sensor {
  background: #3c3d3d;
  border-radius: 100%;
  height: 8px;
  left: 75px;
  position: absolute;
  top: 37px;
  width: 8px;
  z-index: 1;
}
body #previewAdvertising .iphone8plus .speaker {
  background: #292728;
  border-radius: 6px;
  height: 4px;
  left: 50%;
  margin-left: -35px;
  position: absolute;
  top: 37px;
  width: 70px;
  z-index: 3;
}
body #previewAdvertising .iphone8plus .screen {
  background-color: #ffffff;
  height: 450px;
  left: 15px;
  overflow: hidden;
  position: relative;
  top: 63px;
  width: 253px;
  z-index: 3;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body #previewAdvertising .iphone8plus .screen ::-webkit-scrollbar {
  width: 5px;
}
body #previewAdvertising .iphone8plus .screen ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
body #previewAdvertising .iphone8plus .screen ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
body #previewAdvertising .iphone8plus .screen ::-webkit-scrollbar-thumb:hover {
  background: #565656;
}
body #previewAdvertising .iphone8plus .screen div#mobileHeader .comunications {
  color: #000000;
  margin-left: 3px;
  width: 28%;
}
body #previewAdvertising .iphone8plus .screen div#mobileHeader #previewTime {
  align-self: center;
  color: #000000;
  top: 1rem;
  width: 40%;
}
body #previewAdvertising .iphone8plus .screen div#mobileHeader div:last-child {
  align-items: end;
  padding-left: 1rem;
  width: 30%;
}
body #previewAdvertising .iphone8plus .screen div#mobileHeader div:last-child .text {
  font-size: 1.1rem;
}
body #previewAdvertising .iphone8plus .screen div#mobileHeader i {
  font-size: 1.4rem;
}
body #previewAdvertising .iphone8plus .screen div#mobileHeader i.icofont-ui-bluetooth {
  font-size: 1.2rem;
}
body #previewAdvertising .iphone8plus .screen .mobile-info {
  height: 2rem;
  margin-bottom: 0.5rem;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active {
  height: 42rem;
  max-height: 42rem;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#previewDetailAds {
  max-height: 42rem;
  overflow-y: scroll;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#previewDetailAds .logo {
  height: 4.2rem;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#previewDetailAds .previewTitle {
  position: absolute;
  top: 2.2rem;
  left: 5.2rem;
  font-size: 12px;
  font-weight: 700;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#previewDetailAds .icofont-close {
  color: #ccc;
  font-size: 1.3rem;
  vertical-align: text-top;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#previewDetailAds .preview-image img {
  width: 100%;
  max-height: 12rem;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#previewDetailAds .custom-container {
  margin-top: 1rem;
  padding: 0 2.3rem;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#previewDetailAds .preview-message {
  font-size: 8px;
  line-height: 1.6rem;
  text-align: justify;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#myApolicies {
  height: 42rem;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#myApolicies .preview-image {
  width: 25%;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#myApolicies .preview-image img {
  height: 6rem;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#myApolicies .previewHeader {
  align-self: center;
  color: #000000;
  font-size: 18px;
  font-weight: 800;
  padding: 0 0.5rem;
  width: 60%;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#myApolicies .apolicy-icon {
  align-self: center;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#myApolicies .apolicy-icon img {
  height: 2.7rem;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#myApolicies .ads-row {
  box-shadow: 2px 0 0.5rem 0.2rem #bbb8b8;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  height: 8rem;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#myApolicies .ads-row img {
  float: left;
  height: 8rem;
  width: 9rem;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#myApolicies .ads-row div.content-heading {
  float: right;
  padding: 0.5rem;
  width: 58%;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#myApolicies .ads-row div.content-heading p.previewTitle {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .carousel-item.active#myApolicies .ads-row div.content-heading p:not(.previewTitle) {
  display: -webkit-box;
  font-size: 1rem;
  height: 4.8rem;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .icofont-simple-left,
body #previewAdvertising .iphone8plus .screen #carouselPreviewControls .icofont-simple-right {
  color: #7C7B7E;
}
body #previewPortalAdvertising .center {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
body #previewPortalAdvertising .desktop {
  width: 1200px;
  height: 600px;
  background-attachment: fixed;
  background-image: url("../images/DELLCA_Seguros_BO2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  letter-spacing: 2.1px;
  padding-top: 0;
  border-radius: 45px;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7);
}
body #previewPortalAdvertising .desktop .blackScreen {
  background-color: #000000;
  height: 545px;
  overflow: hidden;
  position: relative;
  width: 1200px;
  border-radius: 35px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen {
  background-color: #ffffff;
  height: 500px;
  left: 12px;
  overflow: hidden;
  position: relative;
  top: 25px;
  width: 1175px;
  z-index: 3;
  margin-left: 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body #previewPortalAdvertising .desktop .blackScreen .screen ::-webkit-scrollbar {
  width: 5px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen ::-webkit-scrollbar-thumb:hover {
  background: #565656;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .portalLeftMenu {
  float: left;
  padding-left: 0;
  padding-right: 0;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .portalLeftMenu .portalLeftMenuImage {
  width: 100%;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen {
  float: right;
  background-image: url("../images/background_white_portal.jpg");
  width: 900px;
  height: 580px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  letter-spacing: 2.1px;
  padding-top: 0;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .portalHomeTitle {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: -0.135rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .portalIcons {
  width: inherit;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .bannerPreview {
  background: #ffffff;
  width: 705px;
  height: 250px;
  display: inline-flex;
  align-items: center;
  padding-left: 3rem;
  justify-content: space-between;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .bannerPreview .bannerContent {
  width: 375px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .bannerPreview .bannerContent .previewPortalTitle {
  font-size: 1.953rem;
  letter-spacing: -0.085rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #1f1f1f;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .bannerPreview .bannerContent .previewPortalBannerMessage p {
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  line-height: 1.75;
  font-size: 1.2rem;
  letter-spacing: 0rem;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  margin-bottom: 2rem;
  color: #1f1f1f;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .bannerPreview .bannerContent .cas-btn.mdc-button--outlined {
  border-radius: 0.1875rem;
  background-clip: padding-box;
  transition: background 0.3s ease, color 0.6s ease;
  background: transparent;
  border: 0.125rem solid #4f9700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .bannerPreview .bannerContent .mdc-button__label {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 0.9rem;
  letter-spacing: 0.153125rem;
  padding-top: 0.125rem;
  color: #70ab37;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .bannerPreview .mediaBanner .detailBannerPortalImg {
  max-width: 300px;
  min-height: 250px;
  max-height: 250px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .noBackgroundBannerPreview {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  width: 705px;
  height: 250px;
  display: inline-flex;
  align-items: center;
  padding-left: 3rem;
  justify-content: space-between;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .noBackgroundBannerPreview .bannerContent .previewPortalTitle {
  font-size: 2.1rem;
  letter-spacing: -0.085rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #1f1f1f;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .noBackgroundBannerPreview .bannerContent .previewPortalBannerMessage {
  width: 375px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .noBackgroundBannerPreview .bannerContent .previewPortalBannerMessage p {
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  line-height: 1.75;
  font-size: 1.2rem;
  letter-spacing: 0rem;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  margin-bottom: 2rem;
  color: #1f1f1f;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .noBackgroundBannerPreview .bannerContent .cas-btn.mdc-button--outlined {
  border-radius: 0.1875rem;
  background-clip: padding-box;
  transition: background 0.3s ease, color 0.6s ease;
  background: transparent;
  border: 0.125rem solid #4f9700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .noBackgroundBannerPreview .bannerContent .mdc-button__label {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 0.9rem;
  letter-spacing: 0.153125rem;
  padding-top: 0.125rem;
  color: #70ab37;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .noBackgroundBannerPreview .mediaBanner .detailBannerPortalImg {
  max-width: 300px;
  min-height: 220px;
  max-height: 220px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .detailsButton {
  float: right;
}
body #previewPortalAdvertising .desktop .blackScreen .screen .mainScreen .detailsButton #detailPageBtn {
  height: 400px;
  width: 30px;
  background: transparent;
  border: transparent;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage {
  height: inherit;
  background-image: url("../images/background_white_portal.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  letter-spacing: 2.1px;
  padding-top: 0;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage #homePageBtn {
  background: transparent;
  border: transparent;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage #closePreviewSymbol {
  width: 35px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage .detailPortalImg {
  max-width: 450px;
  max-height: 300px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage .categoryDetail {
  color: #70ab37;
  font-family: 'Roboto', sans-serif;
  font-size: 0.955rem;
  font-weight: 900;
  letter-spacing: 0.1275rem;
  margin: 0;
  text-transform: uppercase;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage .previewPortalTitle {
  color: #1f1f1f;
  font-size: 4.0625rem;
  letter-spacing: -0.135rem;
  font-weight: 700;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage .previewMiddleAdicionalMessage {
  padding-top: 1rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage .previewMiddleAdicionalMessage p {
  max-width: 350px;
  line-height: 1.75;
  padding-bottom: 3rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage .previewMiddleMessage {
  padding-top: 1rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage .previewMiddleMessage p {
  max-width: 350px;
  line-height: 1.75;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage .previewMessage {
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  color: #1f1f1f;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage #closePreview {
  max-width: 75px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage .closePreview {
  margin-bottom: 30px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage .leftContent {
  max-height: 400px;
  width: 550px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage #topSideTemplate {
  overflow-y: scroll;
  max-height: 400px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage .detailTopPortalImg {
  max-width: 950px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage .previewTopMessage {
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  color: #1f1f1f;
  max-width: 950px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage #middleTemplate {
  max-height: 400px;
  min-height: 400px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage .titlePadding {
  padding-left: 55px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage .messagePadding {
  padding-left: 40px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #detailPage .detailMiddlePortalImg {
  max-width: 360px;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active {
  height: 42rem;
  max-height: 42rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#previewDetailAds {
  max-height: 42rem;
  overflow-y: scroll;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#previewDetailAds .logo {
  height: 4.2rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#previewDetailAds .previewTitle {
  position: absolute;
  top: 2.2rem;
  left: 5.2rem;
  font-size: 12px;
  font-weight: 700;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#previewDetailAds .icofont-close {
  color: #ccc;
  font-size: 1.3rem;
  vertical-align: text-top;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#previewDetailAds .preview-image img {
  width: 100%;
  max-height: 12rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#previewDetailAds .custom-container {
  margin-top: 1rem;
  padding: 0 2.3rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#previewDetailAds .preview-message {
  font-size: 8px;
  line-height: 1.6rem;
  text-align: justify;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#myApolicies {
  height: 42rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#myApolicies .preview-image {
  width: 25%;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#myApolicies .preview-image img {
  height: 6rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#myApolicies .previewHeader {
  align-self: center;
  color: #000000;
  font-size: 18px;
  font-weight: 800;
  padding: 0 0.5rem;
  width: 60%;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#myApolicies .apolicy-icon {
  align-self: center;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#myApolicies .apolicy-icon img {
  height: 2.7rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#myApolicies .ads-row {
  box-shadow: 2px 0 0.5rem 0.2rem #bbb8b8;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  height: 8rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#myApolicies .ads-row img {
  float: left;
  height: 8rem;
  width: 9rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#myApolicies .ads-row div.content-heading {
  float: right;
  padding: 0.5rem;
  width: 58%;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#myApolicies .ads-row div.content-heading p.previewTitle {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
body #previewPortalAdvertising .desktop .blackScreen .screen #carouselPreviewControls .carousel-item.active#myApolicies .ads-row div.content-heading p:not(.previewTitle) {
  display: -webkit-box;
  font-size: 1rem;
  height: 4.8rem;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body .pre-line {
  white-space: pre-line;
}
p.page-top-text {
  border-bottom: 0.1rem solid rgba(23, 69, 121, 0.15);
  font-size: 1.2rem;
  margin: 0 0 1.5rem;
  padding-bottom: 1.4rem;
}
/* ########## NAVBAR ########## */
.navbar {
  background-color: #389A63;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
  color: #ffffff;
  height: 6rem;
  padding: 0 3rem;
}
@media (max-width: 1199.98px) {
  .navbar {
    display: block;
    padding: 0;
    text-align: center;
  }
  .navbar .navbar-collapse {
    background-color: #389A63;
    text-align: left;
  }
}
.navbar .navbar-toggler {
  color: #ffffff;
  font-size: 3.2rem;
  left: 0.7rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.navbar .navbar-toggler i.icon.ion-md-menu {
  display: none;
}
.navbar .navbar-toggler i.icon.ion-md-close {
  display: inline-block;
}
.navbar .navbar-toggler.collapsed i.icon.ion-md-menu {
  display: inline-block;
}
.navbar .navbar-toggler.collapsed i.icon.ion-md-close {
  display: none;
}
.navbar .navbar-brand {
  margin-right: 3.4rem;
  padding: 1.3rem 0.4rem 1.4rem;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-brand {
    margin-right: 0;
  }
}
.navbar .navbar-brand > img {
  height: 3.3rem;
}
.navbar .nav-item {
  margin-left: 3rem;
}
@media (max-width: 1199.98px) {
  .navbar .nav-item {
    margin-left: 0;
  }
}
.navbar .nav-item .nav-link {
  color: #ffffff;
  padding: 2.1rem 0;
}
.navbar .nav-item .nav-link.nav-sub-link {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .navbar .nav-item .nav-link {
    border: none !important;
    font-size: 1.4rem;
    padding: 1.2rem 2.2rem !important;
    position: relative;
  }
}
.navbar .nav-item .nav-link > i {
  margin-right: 0.6rem;
}
.navbar .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
@media (max-width: 1199.98px) {
  .navbar .nav-item .nav-link.dropdown-toggle::after {
    background-color: #ffffff;
    border: none;
    border-radius: 100%;
    color: #428BCA;
    content: "+";
    display: inline-block;
    height: 1.5rem;
    line-height: 1.3rem;
    margin: 0;
    position: absolute;
    right: 2.4rem;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    vertical-align: middle;
    width: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .navbar .nav-item.show .nav-link {
    background-color: #ffffff;
    color: #428BCA;
  }
  .navbar .nav-item.show .nav-link.dropdown-toggle::after {
    background-color: #428BCA;
    color: #ffffff;
    content: "-";
  }
}
.navbar .nav-item:first-child {
  margin-left: 0;
}
.navbar .nav-item.active .nav-link,
.navbar .nav-item:hover .nav-link {
  border-bottom: 4px solid #ffffff;
  padding-bottom: 1.7rem;
}
.navbar .nav-item .dropdown-menu {
  border: none;
  border-radius: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.navbar .nav-item .dropdown-menu .dropdown-item {
  color: #428BCA;
  font-size: 1.4rem;
  padding: 1.2rem 2.2rem;
}
.navbar .nav-item .dropdown-menu .dropdown-item.active,
.navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  .navbar .nav-item .dropdown-menu > a {
    display: inline-block;
    font-size: 1.2rem;
    padding: 0.6rem 1.4rem;
    width: 100%;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .navbar .nav-item .dropdown-menu {
    position: fixed;
    top: 60px;
    width: 100vw;
    right: -2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .navbar .nav-item .dropdown-menu > a {
    font-size: 1.4rem;
    padding: 1.2rem 2.4rem;
  }
}
.user-info {
  line-height: 1.2rem;
  margin-right: 0.8rem;
}
@media (max-width: 1199.98px) {
  .user-info {
    position: absolute;
    top: 50%;
    right: 5rem;
    transform: translate(0, -50%);
  }
}
@media (max-width: 480px) {
  .user-info {
    display: none;
  }
}
.user-info span.role-name {
  font-size: 0.8rem;
}
@media (max-width: 1199.98px) {
  .user-menu {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
  }
}
.user-menu > button.account-btn {
  background-color: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 3.6rem;
  height: 3.6rem;
  line-height: 0;
  margin: 1.2rem -0.3rem 1.2rem 0;
  padding: 0;
  width: 3.6rem;
}
@media (max-width: 1199.98px) {
  .user-menu > button.account-btn {
    font-size: 3.1rem;
  }
}
.user-menu.dropdown > button i.icon.ion-md-close {
  display: none;
}
@media (max-width: 1199.98px) {
  .user-menu.dropdown > button i.icon.ion-md-contact {
    display: inline-block;
  }
  .user-menu.dropdown > button i.icon.ion-md-close {
    display: none;
  }
  .user-menu.dropdown.show > button i.icon.ion-md-contact {
    display: none;
  }
  .user-menu.dropdown.show > button i.icon.ion-md-close {
    display: inline-block;
  }
}
.user-menu .dropdown-menu {
  background-color: #ffffff;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
  border: none;
  border-radius: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 1199.98px) {
  .user-menu .dropdown-menu {
    position: fixed;
    top: 60px;
    width: 100vw;
    right: -2rem;
  }
}
.user-menu .dropdown-menu:before {
  box-shadow: 0 0 0.5rem 0 #000000;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}
.user-menu .dropdown-menu:after {
  background-color: #389A63;
  content: "";
  height: 0.8rem;
  left: -0.5rem;
  position: absolute;
  top: -0.8rem;
  width: calc(100% + 10rem);
}
.user-menu .dropdown-menu > a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.6rem 1.4rem;
  text-align: right;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .user-menu .dropdown-menu > a {
    font-size: 1.4rem;
    padding: 1.2rem 2.4rem;
  }
}
.user-menu .dropdown-menu > a.logout {
  background-color: #ea3d31;
  color: #ffffff;
}
.navbar-header ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.navbar-header ul > li {
  display: inline;
  padding: 0;
}
.navbar-header ul > li a {
  padding: 1rem 2rem 1.6rem;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 0.2rem solid transparent;
  color: #3e3e3e;
}
.navbar-header ul > li a.active,
.navbar-header ul > li a:hover,
.navbar-header ul > li a:active,
.navbar-header ul > li a:focus {
  border-bottom: 0.6rem solid #174579;
  color: #174579;
  padding-bottom: 1.3rem;
}
.navbar-header .dropdown {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.navbar-header .dropdown .dropdown-menu {
  background-color: #ffffff;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
  border: none;
  border-radius: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.navbar-header .dropdown .dropdown-menu > a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.6rem 1.4rem;
  text-align: left;
  width: 100%;
  white-space: nowrap;
}
.navbar-header .dropdown .dropdown-menu > a.logout {
  background-color: #ea3d31;
  color: #ffffff;
}
@media (min-width: 768px) {
  .navbar-header {
    border-bottom: 0.2rem solid #E5E5E5;
  }
  .navbar-header ul > li a {
    margin-bottom: -0.2rem;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ########## LOADING OVERLAY ########## */
#Overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}
#Overlay i {
  animation: spin 1s linear infinite;
  color: #ffffff;
  font-size: 3.5rem;
  left: calc(50% - 1.25rem);
  position: absolute;
  top: calc(50% - 1.25rem);
}
/* ########## MODALS ########## */
.modal .modal-subtitle {
  margin-bottom: 1.5rem;
}
.modal .modal-content {
  border: none;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5), -10px 9px 21px 0 rgba(128, 152, 213, 0.07);
}
.modal .modal-header {
  border: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.modal .modal-header .modal-title {
  color: #389A63;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 24px;
  width: 85%;
}
.modal .modal-header .close {
  color: #565656;
  left: unset;
  margin: 0;
  position: absolute;
  right: 0.6rem;
  top: 0.4rem;
  width: 3rem;
  font-size: 1.5rem;
}
.modal .modal-header button {
  position: relative;
  left: 14rem;
}
.modal .modal-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.modal .modal-body label {
  color: #389A63;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.modal .modal-body textarea.small-text-area {
  height: 13rem;
  min-height: unset;
  resize: none;
}
.modal .modal-body div.medium-text-area {
  height: 22rem;
  resize: none;
  padding: 0 !important;
}
.modal .modal-footer {
  border: none;
  justify-content: center !important;
  padding: 0.5rem 1.5rem 1.5rem;
}
.modal .modal-footer .btn-cell {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576px) {
  .modal .modal-sm {
    max-width: 350px;
  }
}
.modal .modal-dialog {
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%) !important;
}
.modal .modal-dialog .btn.btn-primary:focus {
  background-color: transparent;
  color: #151f41 !important;
}
.modal .modal-dialog .btn.btn-primary:hover {
  background-color: #151f41;
  color: #ffffff !important;
}
#addOrEditProbableCauseModal.modal.fade.show {
  display: grid !important;
  align-items: baseline;
}
/* ######### CAROUSELS ######## */
.carousel .carousel-indicators {
  position: relative;
  bottom: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.carousel .carousel-indicators li {
  border: 0.5rem solid #ffffff;
  background-color: #ffffff;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  box-shadow: 0 0 0 0.1rem #428BCA;
  margin: 0.5rem;
}
.carousel .carousel-indicators li h4 {
  color: #000000;
  text-shadow: 0 0 0 #000000;
}
.carousel .carousel-indicators li.active {
  border-color: #428BCA;
  background-color: #428BCA;
}
/* ########## FORMS ########## */
form {
  width: 100%;
}
.validation-summary-errors {
  background-color: #ea3d31;
}
.validation-summary-success {
  background-color: #008c45;
}
.validation-summary-info {
  background-color: #174579;
}
.validation-summary-success,
.validation-summary-errors,
.validation-summary-info {
  border-radius: 0.3rem;
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 1.6rem;
  padding: 1.2rem 4.4rem 1.2rem 1.2rem;
  position: relative;
  transition: opacity 0.5s ease-in-out;
}
.validation-summary-success ul,
.validation-summary-errors ul,
.validation-summary-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.validation-summary-success button.close-button,
.validation-summary-errors button.close-button,
.validation-summary-info button.close-button {
  background-color: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 1rem 1.3rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group .btn-inline {
  margin-top: 3.1rem;
}
.form-group .icon {
  position: relative;
}
.form-group .icon input {
  padding-right: 4rem;
}
.form-group .icon i.icon {
  color: #777777;
  cursor: text;
  font-size: 2.1rem;
  line-height: 1.8rem;
  position: absolute;
  right: 1.2rem;
  top: 0.9rem;
}
.form-group small {
  color: #428BCA;
  font-style: italic;
}
.form-group.no-label,
.form-group .no-label {
  margin-top: 3.1rem;
}
.form-group.inline-label {
  margin-top: 3.1rem;
}
.form-group.inline-label label {
  margin-bottom: 0;
}
label {
  color: #151f41;
  font-size: 1.2rem;
  margin-bottom: 1.3rem;
}
label.font-size-lg {
  font-size: 1.8rem;
}
.details-page label {
  font-size: 1.7rem;
  margin-bottom: 0;
}
.details-page-clients label {
  height: 2.3rem;
  color: #389A63;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.3rem;
}
.details-page-clients label > .display-value {
  height: 3.2rem;
  width: 13.8rem;
  color: #000000;
  font-size: 1.2rem;
  letter-spacing: 0.022rem;
  line-height: 1.6rem;
}
.details-page-notifications {
  margin-bottom: 2rem;
}
.details-page-notifications label {
  font-size: 1.7rem;
  /*margin-bottom: 0;*/
  color: #389A63;
  font-weight: 700;
}
.details-page-notifications label > .display-value {
  height: 3.2rem;
  width: 13.8rem;
  color: #000000;
  font-size: 1.2rem;
  letter-spacing: 0.22px;
  line-height: 1.6rem;
}
.form-control {
  border-color: #777777;
  color: #3e3e3e;
  font-size: 1.2rem;
  height: 3.8rem;
  padding: 0.5rem 1.2rem;
}
.form-control:focus {
  color: #3e3e3e;
  border-color: #428BCA;
  border-width: 0.2rem;
  outline: 0;
  box-shadow: none;
  padding: 0.4rem 1.1rem;
}
.form-control.input-validation-error {
  border-color: #ea3d31 !important;
}
.form-control.input-validation-error ~ .dropdown-toggle {
  border-color: #ea3d31 !important;
}
.form-control.disabled,
.form-control:disabled {
  background-color: #f0f0f0;
  color: #777777;
}
.form-control.color-gray {
  background-color: #f0f0f0;
}
input[hidden].input-validation-error + div.form-control {
  border-color: #ea3d31 !important;
}
textarea.form-control {
  min-height: 13.8rem;
}
.form-check-group {
  margin-bottom: 2rem;
}
.form-check {
  padding-left: 0;
}
.form-check.form-check-inline {
  margin-right: 3.3rem;
}
@media (max-width: 767.98px) {
  .form-check.form-check-inline {
    display: block;
    margin-top: 1.5rem;
    margin-right: 0;
  }
  .form-check.form-check-inline:first-child {
    margin-top: 0;
  }
}
.form-check input[type="checkbox"],
.form-check input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-check input[type="checkbox"]:checked ~ .form-check-label > i.icon,
.form-check input[type="radio"]:checked ~ .form-check-label > i.icon {
  display: block;
}
.form-check input[type="checkbox"]:disabled ~ .form-check-label,
.form-check input[type="radio"]:disabled ~ .form-check-label {
  border-color: #3e3e3e;
  color: #777777;
}
.form-check input[type="checkbox"]:disabled ~ .form-check-label:before,
.form-check input[type="radio"]:disabled ~ .form-check-label:before {
  background-color: #f0f0f0;
}
.form-check input[type="checkbox"]:disabled ~ .form-check-label > i.icon,
.form-check input[type="radio"]:disabled ~ .form-check-label > i.icon {
  color: #777777;
}
.form-check input[type="checkbox"].input-validation-error ~ .form-check-label,
.form-check input[type="radio"].input-validation-error ~ .form-check-label {
  color: #ea3d31 !important;
}
.form-check input[type="checkbox"].input-validation-error ~ .form-check-label:before,
.form-check input[type="radio"].input-validation-error ~ .form-check-label:before {
  border-color: #ea3d31 !important;
}
.form-check .form-check-label {
  cursor: pointer;
  line-height: 2.2rem;
  padding-left: 3.4rem;
  position: relative;
}
.form-check .form-check-label:before {
  border: 1px solid #777777;
  content: "";
  height: 2.2rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.2rem;
  z-index: 1;
}
.form-check .form-check-label i.icon {
  color: #3e3e3e;
  display: none;
  font-size: 2.2rem;
  left: 0.3rem;
  line-height: 2.2rem;
  position: absolute;
  top: 0;
  z-index: 2;
}
.label-table {
  margin-bottom: 1.2rem;
}
.form-check input[type="radio"] + .form-check-label::before {
  border-radius: 100%;
}
.form-check input[type="radio"]:checked + .form-check-label::before {
  background-color: #428BCA;
  border-color: #428BCA;
}
.form-check input[type="radio"]:checked + .form-check-label::after {
  background-color: #ffffff;
  border-radius: 100%;
  content: "";
  height: 0.8rem;
  left: 0.7rem;
  position: absolute;
  top: 0.7rem;
  width: 0.8rem;
  z-index: 1;
}
.form-check input[type="radio"]:checked:disabled ~ .form-check-label {
  color: #777777;
}
.form-check input[type="radio"]:checked:disabled ~ .form-check-label::before {
  background-color: #f0f0f0;
  border-color: #3e3e3e;
}
.form-check input[type="radio"]:checked:disabled ~ .form-check-label::after {
  background-color: #777777;
}
.coma-sepatator {
  color: #174579;
  font-size: 3.2rem;
  line-height: 3.8rem;
  padding: 0 1rem 0 1.2rem !important;
}
.wrapper-question {
  color: #777777;
  font-size: 2.5rem;
  line-height: 3.8rem;
  padding-left: 10px !important;
}
.wrapper-question > div[title] {
  cursor: help;
}
.input-group.date {
  position: relative;
}
.input-group.date input {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  padding-left: 4.4rem;
}
.input-group.date input:focus {
  padding-left: 4.3rem;
}
.input-group.date i.icon {
  color: #777777;
  cursor: text;
  font-size: 2rem;
  left: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}
/* ########## BOOTSTRAP SELECT ########## */
.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  background-color: #ffffff;
  border-color: #777777;
  color: #3e3e3e;
  font-size: 1.2rem;
  padding-left: 1.4rem;
}
.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  box-shadow: none;
  color: #3e3e3e;
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle.disabled,
.bootstrap-select > .dropdown-toggle.bs-placeholder.disabled,
.bootstrap-select > .dropdown-toggle:disabled,
.bootstrap-select > .dropdown-toggle.bs-placeholder:disabled {
  background-color: #f0f0f0;
  border-color: #777777;
  color: #777777;
  opacity: 1;
}
.bootstrap-select > .dropdown-toggle::after,
.bootstrap-select > .dropdown-toggle.bs-placeholder::after {
  border-top-width: 0.3rem;
  border-left-width: 0.3rem;
  border-right-width: 0.3rem;
  margin-left: 0.255rem;
  vertical-align: 0.255rem;
}
.bootstrap-select.show > .dropdown-toggle,
.bootstrap-select.show > .dropdown-toggle.bs-placeholder {
  border-color: #428BCA;
  border-width: 0.2rem;
  padding: 0.6rem 2.4rem 0.6rem 1.3rem;
}
.bootstrap-select .dropdown-menu {
  border: 1px solid #777777;
  border-radius: 0.4rem;
  margin: 0.5rem 0 0;
  padding: 0;
}
.bootstrap-select .dropdown-menu .dropdown-item {
  padding: 1.1rem 1.5rem;
}
.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item.dropdown-item:active {
  background-color: #151f41;
  color: #ffffff;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select.show > .btn-light.dropdown-toggle {
  background-color: #ffffff;
  border-color: #428BCA;
  color: #3e3e3e;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select.dropup .dropdown-menu {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.field-validation-error {
  color: #ea3d31;
  display: block;
  font-size: 1.1rem;
  margin-top: 0.2rem;
}
.field-validation-error + .field-validation-error {
  display: none;
}
.rgpd-radios-wrapper {
  margin: 1rem 0;
  border-bottom: 0.1rem solid rgba(66, 139, 202, 0.21);
  border-top: 0.1rem solid rgba(66, 139, 202, 0.21);
  padding: 1rem 0;
}
.line-bottom,
.line-both {
  border-bottom: 0.2rem solid #DFE3E9;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.line-top,
.line-both {
  border-top: 0.1rem solid rgba(66, 139, 202, 0.21);
  padding-top: 1rem;
  margin-top: 1rem;
}
.line-bottom {
  margin-bottom: 2.3rem;
  padding-bottom: 2.7rem;
}
.file-input label {
  margin: 0;
}
.file-input .filename {
  display: inline-block;
  padding: 0.7rem 1.3rem;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #000000;
  cursor: pointer;
}
/* ########## DROPDOWN MENU ########## */
.dropdown-toggle {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.dropdown-toggle::after {
  border-top-width: 0.5rem;
  border-left-width: 0.5rem;
  border-right-width: 0.5rem;
  margin-left: 1.6rem;
  vertical-align: 0.2rem;
}
.dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
  font-size: 1.2rem;
  margin: 0 -0.1rem 0 0;
  min-width: 20rem;
  padding: 0;
}
.dropdown-menu .dropdown-item {
  color: #151f41;
  padding: 0.6rem 1rem;
  cursor: pointer;
}
/* ########## LOGIN ########## */
.login-box-wrapper {
  height: 100vh;
  min-height: 65rem;
  padding: 1.2rem;
}
.login-box-wrapper .login-box {
  background-color: #ffffff;
  color: #428BCA;
  max-width: 41rem;
  padding: 3rem;
  width: 100%;
}
.login-box-wrapper .login-box .login-logo {
  margin-bottom: 3.4rem;
  padding: 0.5rem 0;
  text-align: center;
}
.login-box-wrapper .login-box .login-logo > img {
  height: 4rem;
}
.login-box-wrapper .login-box .login-bottom-section {
  margin-top: 2rem;
  text-transform: uppercase;
}
.login-box-wrapper .login-box .btn-custom {
  letter-spacing: 2.06px;
  text-transform: uppercase;
}
.login-box-wrapper .login-box .form-group label {
  color: #389A63;
  font-size: 11px;
  font-style: normal;
  height: 21px;
  letter-spacing: 2.2px;
  line-height: 21px;
  text-transform: uppercase;
}
.login-box-wrapper .login-box .form-check-label {
  color: #174579;
}
.login-box-wrapper .login-box a {
  color: #174579;
}
.login-box-wrapper .login-box a.recover-password {
  color: #7C7B7E;
  font-size: 1.4rem;
  font-weight: 600;
}
.login-box-wrapper .login-box .recover-password {
  color: #7C7B7E;
}
.login-box-wrapper .login-box .recover-password p:first-child {
  margin-bottom: unset;
}
.login-box-wrapper .bootstrap-select > .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #428BCA;
  font-size: 1.2rem;
  padding: 0;
}
.login-box-wrapper .bootstrap-select > .dropdown-toggle:after {
  font-size: 1.4rem;
  margin-left: 0.7rem;
  vertical-align: 0.1em;
}
.login-box-wrapper .bootstrap-select > .dropdown-toggle .flag-icon {
  border-radius: 0.2rem;
  margin-right: 0.7rem;
  width: 1.6rem;
}
.login-box-wrapper .bootstrap-select .dropdown-menu {
  background-color: #ffffff;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.36);
  border: none;
  border-radius: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
/* ########## REGISTER ########## */
.login-box-wrapper .login-box p.create-user-message {
  margin-bottom: 1.6rem;
}
.login-box-wrapper .login-box a.back-to-login-link {
  color: #7C7B7E;
  font-size: 1.4rem;
  font-weight: 600;
}
/* ########## MESSAGES ########## */
.notifications-wrapper article.notification {
  border-top: 0.1rem solid rgba(23, 69, 121, 0.15);
  padding: 1.4rem 0 1.8rem;
}
.notifications-wrapper article.notification:first-child {
  border-top: none;
  padding-top: 0;
}
.notifications-wrapper article.notification:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.notifications-wrapper article.notification span.title {
  color: #428BCA;
}
.notifications-wrapper article.notification time {
  color: #428BCA;
  display: block;
  font-style: italic;
}
/* ########## DATATABLES ########## */
.table-container {
  margin-top: 2.5rem;
}
div.dataTables_wrapper {
  margin-bottom: 1.6rem;
  margin-top: 0;
}
div.dataTables_wrapper div.dataTables_paginate {
  padding-top: 1.5rem;
}
@media (max-width: 767.98px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
  }
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button {
  background-color: #ffffff;
  border: 0.1rem solid #DCE3EB !important;
  border-radius: 0;
  color: #151f41 !important;
  font-size: 1.1rem;
  height: 4.4rem;
  margin: 0 0 0 -1px;
  padding: 1.3rem 0.4rem;
  text-align: center;
  width: 4.4rem;
}
@media (max-width: 767.98px) {
  div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    height: 3.5rem;
    padding: 1rem 0.4rem;
    width: 3.5rem;
  }
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
  box-shadow: none;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous,
div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
  font-size: 1.4rem;
  line-height: 1.5rem;
  vertical-align: top;
}
@media (max-width: 767.98px) {
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous,
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    line-height: 1rem;
  }
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous {
  border-radius: 0.2rem 0 0 0.2rem;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
  border-radius: 0 0.2rem 0.2rem 0;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.disabled,
div.dataTables_wrapper div.dataTables_paginate .paginate_button.disabled:hover {
  background: #ffffff;
  border-color: #DCE3EB !important;
  color: #dddddd !important;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.current,
div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
  background: #389A63;
  border-color: #389A63 !important;
  color: #ffffff !important;
  cursor: default;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover {
  background: #5FA82C;
  border-color: #5FA82C !important;
  color: #ffffff !important;
}
table.dataTable {
  box-shadow: -1rem 0.9rem 2.1rem 0 rgba(128, 152, 213, 0.07);
  width: 100%;
}
table.dataTable thead > tr > th,
table.dataTable thead > tr > td {
  background-color: #565656;
  border: none;
  color: #ffffff;
  font-weight: 400;
  padding: 2.1rem 1.4rem;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-image: none;
  position: relative;
}
table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc_disabled::before,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
  border-style: solid;
  bottom: 0;
  content: "";
  height: 0;
  opacity: 0.5;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0px, -50%);
  width: 0;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  border-width: 0 0.3rem 0.5rem 0.3rem;
  border-color: transparent transparent #ffffff transparent;
  margin-top: -0.4rem;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  border-width: 0.5rem 0.3rem 0 0.3rem;
  border-color: #ffffff transparent transparent transparent;
  margin-top: 0.4rem;
}
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_asc_disabled::after {
  opacity: 1;
}
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc_disabled::before {
  opacity: 1;
}
table.dataTable tbody > tr:first-child > td {
  border-top: 0.1rem solid rgba(23, 69, 121, 0.15);
}
table.dataTable tbody > tr > td {
  background-color: #ffffff;
  border-bottom: 0.1rem solid rgba(23, 69, 121, 0.15);
  color: #777777;
  padding: 1.4rem;
}
table.dataTable td.actions-column {
  font-size: 2.1rem;
  line-height: 1.8rem;
  text-align: right;
  white-space: nowrap;
  width: 14rem;
}
table.dataTable td.actions-column > a {
  color: #777777;
  cursor: pointer;
  display: inline-block;
  height: 2.6rem;
  padding: 0.4rem;
  width: 2.6rem;
}
table.dataTable td.actions-column > a.disabled {
  color: rgba(119, 119, 119, 0.25);
  cursor: default;
}
table.dataTable td.actions-column > a.disabled.hide-on-disable {
  visibility: hidden;
}
table.dataTable td.actions-column > a:hover {
  text-decoration: none;
}
table.dataTable td.actions-column > a i.ion-md-key {
  color: #F5A623;
}
table.dataTable td.actions-column > a i.ion-md-trash {
  color: #ea3d31;
}
table.dataTable td.actions-column > a i.ion-md-lock {
  color: #ea3d31;
}
table.dataTable td.actions-column > a i.ion-md-unlock {
  color: #00684F;
}
table.dataTable td.actions-column > a.expand-row {
  background: #151f41 url(../images/plus_minus.png) no-repeat 0 0;
  border-radius: 100%;
  color: #ffffff;
  height: 1.8rem;
  margin: 0 0.4rem;
  padding: 0 0.3rem;
  vertical-align: -0.1rem;
  width: 1.8rem;
}
table.dataTable td.actions-column > a.expand-row.minus {
  background-position: 0 -18px;
}
table.dataTable td.actions-column > p {
  color: #777777;
  cursor: pointer;
  display: inline-block;
  height: 2.6rem;
  padding: 0.4rem;
  vertical-align: middle;
  width: 2.6rem;
}
table.dataTable td.actions-column > p > img {
  width: 2.2rem;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
  background-color: #428BCA;
  border: none;
  box-shadow: none;
  height: 1.5rem;
  left: 1rem;
  line-height: 1.6rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.5rem;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  background-color: #ea3d31;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}
table.dataTable > tbody > tr.child ul.dtr-details li {
  border: none;
  font-size: 1rem;
  padding: 1rem 0;
}
table.dataTable > tbody > tr.child ul.dtr-details li:first-child {
  padding-top: 0.4rem;
}
table.dataTable > tbody > tr.child ul.dtr-details li:last-child {
  padding-bottom: 0.4rem;
}
table.dataTable > tbody > tr.child ul.dtr-details li span.dtr-title {
  color: #428BCA;
  font-weight: normal;
  width: 38%;
}
table.dataTable > tbody > tr.child ul.dtr-details li span.dtr-data {
  display: inline-block;
  max-width: 60%;
}
table.dataTable.no-footer {
  border: none;
}
table.dataTable tr.expanded-row .row > div {
  margin-bottom: 3.5rem;
}
table.dataTable tr.expanded-row .row > div:nth-child(5),
table.dataTable tr.expanded-row .row > div:nth-child(6),
table.dataTable tr.expanded-row .row > div:nth-child(7) {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  table.dataTable tr.expanded-row .row > div {
    margin-bottom: 2rem;
  }
  table.dataTable tr.expanded-row .row > div:nth-child(5),
  table.dataTable tr.expanded-row .row > div:nth-child(6) {
    margin-bottom: 2rem;
  }
  table.dataTable tr.expanded-row .row > div:nth-child(7) {
    margin-bottom: 0;
  }
}
table.dataTable span.expand-row-title {
  color: #151f41;
  display: block;
  font-size: 1.7rem;
}
table.dataTable span.display-value {
  display: block;
}
.dataTable-filters button.export {
  background-color: transparent;
  border: none;
  color: #777777;
  cursor: pointer;
  font-size: 2.8rem;
  line-height: 0.1rem;
  padding: 0.5rem 0;
}
.dataTable-filters .icon {
  position: relative;
}
.dataTable-filters .icon input {
  padding-right: 4rem;
}
.dataTable-filters .icon i.icon {
  color: #777777;
  cursor: text;
  font-size: 2.1rem;
  line-height: 1.8rem;
  position: absolute;
  right: 2.7rem;
  top: 0.9rem;
}
/* ########## QUICKSEARCH ########## */
.quicksearch-panel {
  border: 0.1rem solid #565656;
  margin-bottom: 2.5rem;
}
.quicksearch-panel .panel-heading {
  background-color: #565656;
  color: #ffffff;
  cursor: pointer;
  height: 5.8rem;
  padding: 0 0 0 5.8rem;
  position: relative;
}
.quicksearch-panel .panel-heading h5 {
  color: #ffffff;
  font-size: 1.6rem;
  margin: 0;
  padding: 2rem 0;
}
.quicksearch-panel .panel-heading a {
  color: #ffffff;
}
.quicksearch-panel .panel-heading i.icon {
  font-size: 2.5rem;
  position: absolute;
}
.quicksearch-panel .panel-heading i.icon.ion-md-search {
  left: 2rem;
  top: 50%;
  transform: translate(0, -50%);
}
.quicksearch-panel .panel-heading i.icon.ion-md-arrow-dropdown,
.quicksearch-panel .panel-heading i.icon.ion-md-arrow-dropup {
  right: 2.5rem;
  top: 50%;
  transform: translate(0, -50%);
}
.quicksearch-panel .panel-heading i.icon.ion-md-arrow-dropdown {
  display: none;
}
.quicksearch-panel .panel-heading i.icon.ion-md-arrow-dropup {
  display: block;
}
.quicksearch-panel .panel-heading.collapsed i.icon.ion-md-arrow-dropdown {
  display: block;
}
.quicksearch-panel .panel-heading.collapsed i.icon.ion-md-arrow-dropup {
  display: none;
}
.quicksearch-panel .panel-body {
  background-color: #ffffff;
}
.quicksearch-panel .panel-body .quicksearch-wrapper {
  padding: 2rem 2rem 0.5rem;
}
.quicksearch-panel .panel-body .separator {
  background-color: #DFE3E9;
  height: 0.2rem;
  margin: 0 1.5rem 1.4rem;
  width: 100%;
}
.quicksearch-panel .panel-body .inline-filter label {
  font-size: 1.68rem;
}
.quicksearch-panel .panel-body .form-actions button.btn {
  padding-left: 0rem;
  padding-right: 0rem;
}
.quicksearch-panel .panel-body .form-datepicker {
  position: relative;
}
.quicksearch-panel .panel-body .form-datepicker input {
  padding-left: 4.4rem;
}
.quicksearch-panel .panel-body .form-datepicker i.icon {
  color: #777777;
  font-size: 2rem;
  left: 3rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
/* ########## WIDGET ########## */
.widget {
  background-color: #ffffff;
  border-radius: 0.4rem;
  box-shadow: -1rem 0.9rem 2.1rem 0 rgba(128, 152, 213, 0.07);
  margin-bottom: 3rem;
  position: relative;
}
.widget .widget-wrapper {
  padding: 1.6rem 1.5rem;
  width: 100%;
}
.widget .loading-icon {
  color: rgba(119, 119, 119, 0.25);
  display: none;
  font-size: 2.5rem;
  left: calc(50% - 1.25rem);
  margin-top: 1.5rem;
  position: absolute;
  top: calc(50% - 1.25rem);
}
.widget .error-icon {
  display: none;
  font-size: 2.5rem;
  left: calc(50% - 1.25rem);
  margin-top: 1.5rem;
  position: absolute;
  top: calc(50% - 1.25rem);
}
.widget.loading * {
  visibility: hidden;
}
.widget.loading h3 {
  visibility: visible;
}
.widget.loading .loading-icon {
  animation: spin 1s linear infinite;
  display: inline-block;
  visibility: visible;
}
.widget.loading .loading-icon * {
  visibility: visible;
}
.widget.error * {
  visibility: hidden;
}
.widget.error h3 {
  visibility: visible;
}
.widget.error .error-icon {
  display: inline-block;
  visibility: visible;
}
.widget.error .error-icon * {
  visibility: visible;
}
.widget h3 {
  margin: 0 0 1.1rem;
}
.widget i.icon {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.widget p {
  font-size: 1.5rem;
  line-height: 3rem;
  margin: 0;
}
.widget p.danger,
.widget p.success {
  height: 3rem;
}
.widget p.font-size-lg {
  font-size: 2rem;
}
.widget p.font-size-xl {
  font-size: 3.3rem;
}
.widget a {
  color: #428BCA;
  font-size: 1.2rem;
}
.widget a i.icon {
  font-size: 1.4rem;
}
.widget .mt-2 {
  margin-top: 2.1rem !important;
}
.widget .mb-2 {
  margin-bottom: 2.1rem !important;
}
/* ########## ANIMATIONS ########## */
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ########## RECOVER PASSWORD WITH SUCCESS ########## */
.recover-password-icon {
  color: #008c45;
  font-size: 8rem;
}
.recover-password-icon-error {
  color: #ea3d31;
  font-size: 8rem;
}
.msg-onblue {
  color: #428BCA;
}
/* ########## BOOTSTRAP TOOLTIP ########## */
.tooltip {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #3e3e3e;
}
.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #3e3e3e;
}
.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #3e3e3e;
}
.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #3e3e3e;
}
.tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #3e3e3e;
}
/* ########## RGPD ########## */
.rgpd-date-authorization {
  height: 1.7rem;
  color: #174579;
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0.022rem;
  line-height: 1.7rem;
}
.ico-font {
  font-size: 3rem;
}
/* ########## PRINT ########## */
@media print {
  .hide-on-print {
    display: none;
  }
}
/* ########## FILE UPLOADS ########## */
input[type="file"] {
  width: 0.01rem;
  height: 0.01rem;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
input[type="file"] + label {
  border-radius: 0.2rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0.8rem 1.3rem;
  border-color: #428BCA;
  background-color: #428BCA;
  box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
input[type="file"]:focus + label {
  outline: 1px dotted #000000;
  outline: -webkit-focus-ring-color auto 5px;
}
input[type="file"].input-validation-error + .dz-wrapper {
  border-color: #ea3d31 !important;
}
input[type="file"]:focus + .dz-wrapper {
  border-width: 0.2rem !important;
  padding: 0.9rem !important;
}
/* ########## ERRORS ########## */
.error-wrapper {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 4rem;
}
@media (max-width: 767.98px) {
  .error-wrapper {
    margin-top: 0;
    min-height: 24rem;
  }
}
.error-wrapper .word-error {
  font-size: 3.8rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .error-wrapper .word-error {
    display: block;
    font-size: 2rem;
  }
}
.error-wrapper .error-code {
  font-size: 14rem;
  font-weight: 700;
  margin-left: 3rem;
}
@media (max-width: 767.98px) {
  .error-wrapper .error-code {
    display: block;
    font-size: 7.4rem;
    margin-left: 0;
    margin-top: -3rem;
  }
}
.error-wrapper h1 {
  color: #ffffff;
  font-size: 3.8rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .error-wrapper h1 {
    font-size: 1.4rem;
  }
}
.error-wrapper p {
  color: #ffffff;
  font-size: 1.6rem;
  margin: 0.8rem 0 3rem;
}
@media (max-width: 767.98px) {
  .error-wrapper p {
    font-size: 1.2rem;
  }
}
/* ########## DASHBOARD ########## */
h1.dashboard-welcome {
  border-bottom: none;
  padding-bottom: 0;
}
/* ########## USERS ########## */
span.user-state {
  border-radius: 1rem;
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  padding: 0.3rem 2rem;
  text-align: center;
  width: 8.6rem;
}
span.user-state.active {
  background-color: #417505;
}
span.user-state.inactive {
  background-color: #D0021B;
}
.option-delete {
  background-color: #ea3d31;
  color: #ffffff !important;
}
.option-delete:hover {
  background-color: #ea3d31;
  color: #ffffff !important;
}
.no-line {
  border-bottom: none;
}
.read-only-like-disabled {
  background-color: #c0c0c0;
}
.warning-rgpd-message {
  color: #174579;
}
.ion-ios-timer {
  font-size: 1.5rem !important;
}
.ion-ios-flag {
  font-size: 1.5rem !important;
}
.segment-detail-block {
  font-size: 2.5rem;
}
.close-modal {
  left: 0rem !important;
  border: none;
  background-color: transparent;
}
.dropzone {
  border: 0.1rem dashed #151f41 !important;
  height: 12rem;
}
.big-icon {
  color: #151f41;
  font-size: 5rem;
}
.dz-message {
  color: #151f41;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  line-height: 1.5rem;
}
.dz-message.hover {
  border-width: 0.2rem !important;
  padding: 0.9rem !important;
}
.dz-image {
  display: none !important;
  background-color: transparent !important;
}
.dz-preview {
  margin-left: 15rem !important;
}
.display-none {
  display: none !important;
}
.breakWords {
  word-break: break-all;
  word-wrap: break-word;
}
.ql-container {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.2rem;
}
.ql-editor {
  padding: 0.5rem 1.2rem !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.2rem;
}
#editProduct,
#Message {
  height: 80% !important;
}
#createAsd,
#createAsdAditional,
#createAsdAditionalCompany,
#createAsdCompany {
  resize: none;
}
@media screen and (max-width: 831px) {
  #createAsd,
  #createAsdAditional,
  #createAsdAditionalCompany,
  #createAsdCompany {
    height: 40rem;
  }
}
@media screen and (min-width: 832px) and (max-width: 954px) {
  #createAsd,
  #createAsdAditional,
  #createAsdAditionalCompany,
  #createAsdCompany {
    height: 28.5rem;
  }
}
@media screen and (min-width: 955px) and (max-width: 1078px) {
  #createAsd,
  #createAsdAditional,
  #createAsdAditionalCompany,
  #createAsdCompany {
    height: 21.5rem;
  }
}
@media screen and (min-width: 1079px) {
  #createAsd,
  #createAsdAditional,
  #createAsdAditionalCompany,
  #createAsdCompany {
    height: 18.5rem;
  }
}
#createAsdPortalBanner,
#createAsdPortalBannerCompany {
  height: 10.8rem;
  min-height: unset;
  resize: none;
}
@media screen and (max-width: 831px) {
  #createAsdPortalBanner,
  #createAsdPortalBannerCompany {
    height: 15.8rem;
  }
}
#editAsd,
#editAsdAditional,
#createProduct,
#createProductCompany,
#editAsdCompany,
#editAsdAditionalCompany {
  resize: none;
}
@media screen and (max-width: 831px) {
  #editAsd,
  #editAsdAditional,
  #createProduct,
  #createProductCompany,
  #editAsdCompany,
  #editAsdAditionalCompany {
    height: 40rem;
  }
}
@media screen and (min-width: 832px) and (max-width: 954px) {
  #editAsd,
  #editAsdAditional,
  #createProduct,
  #createProductCompany,
  #editAsdCompany,
  #editAsdAditionalCompany {
    height: 28.5rem;
  }
}
@media screen and (min-width: 955px) and (max-width: 1078px) {
  #editAsd,
  #editAsdAditional,
  #createProduct,
  #createProductCompany,
  #editAsdCompany,
  #editAsdAditionalCompany {
    height: 21.5rem;
  }
}
@media screen and (min-width: 1079px) {
  #editAsd,
  #editAsdAditional,
  #createProduct,
  #createProductCompany,
  #editAsdCompany,
  #editAsdAditionalCompany {
    height: 18.5rem;
  }
}
#editAsdPortalBanner,
#editAsdPortalBannerCompany {
  height: 10.8rem;
  min-height: unset;
  resize: none;
}
@media screen and (max-width: 831px) {
  #editAsdPortalBanner,
  #editAsdPortalBannerCompany {
    height: 15.8rem;
  }
}
#createMessage .ql-editor.ql-blank::before {
  font-style: unset !important;
}
#createMessage .ql-editor {
  padding: 0 !important;
}
#createMessage .ql-editor p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.42px;
  line-height: 30px;
}
.align-right {
  float: right;
  /*@media (max-width: 991px) {
        display: block;

        a {
            width: 48%;
        }
    }*/
}
/* ########## Error ########## */
.error-box-wrapper {
  min-height: 44rem;
  padding: 1.2rem;
  margin-top: -10rem;
}
.error-box-wrapper .login-box {
  background-color: #ffffff;
  color: #428BCA;
  max-width: 41rem;
  padding: 3rem;
  width: 100%;
}
.error-box-wrapper .login-box .login-logo {
  margin-bottom: 3.4rem;
  padding: 0.5rem 0;
  text-align: center;
}
.error-box-wrapper .login-box .login-logo > img {
  height: 4rem;
}
.error-box-wrapper .login-box .login-bottom-section {
  margin-top: 2rem;
  text-transform: uppercase;
}
.error-box-wrapper .login-box .btn-custom {
  font: 13px;
  letter-spacing: 1.76px;
  text-transform: uppercase;
  color: #ffffff;
}
.error-box-wrapper .error-404-code {
  font-size: 76px;
  color: #7C7B7E;
  font-weight: 900;
  letter-spacing: 13.03px;
  line-height: 101px;
  text-align: center;
}
.error-box-wrapper .error-description {
  font-size: 12px;
  color: #7C7B7E;
  text-align: center;
  letter-spacing: 2.4px;
  font-weight: 900;
  line-height: 19px;
}
.title-card {
  opacity: 0.5;
  font-size: 1.3rem;
  line-height: 1.92;
}
.card {
  display: flex;
  flex-direction: column;
  background-color: white;
  margin-bottom: 0.6rem;
  -webkit-column-break-inside: avoid;
  box-sizing: border-box;
  padding: 1rem;
  width: calc((100% - 1.5rem) / 3);
  margin-right: 0.5rem;
  height: 32rem;
  border: 0px;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 831px) {
  .card {
    height: 24.6rem;
  }
}
@media screen and (min-width: 832px) and (max-width: 954px) {
  .card {
    height: 29.6rem;
  }
}
@media screen and (min-width: 955px) and (max-width: 1078px) {
  .card {
    height: 34.6rem;
  }
}
@media screen and (min-width: 1079px) and (max-width: 1149px) {
  .card {
    height: 35.6rem;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1200px) {
  .card {
    height: 37.6rem;
  }
}
.card.shadow {
  width: auto;
  height: unset;
}
.messageCard {
  width: auto;
}
#DisplayPortalBannerBackground,
#DisplayPortalBannerBackgroundCompany {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
.DetailsContainer {
  margin-bottom: inherit;
}
strong {
  font-weight: bold !important;
}
h5.card-title .reducedTitle {
  font-size: 75%;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 31px !important;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E5E5E5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #389A63;
}
input:focus + .slider {
  box-shadow: 0 0 1px #389A63;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.receiveAdsLabel {
  color: #608000;
  margin-left: 1rem;
}
#OpenHistory {
  color: #608000 !important;
  text-decoration: underline !important;
  font-weight: bold;
}
#OpenHistory:hover {
  cursor: pointer !important;
}
#HistoryList {
  height: 40rem;
  overflow-y: auto;
  margin-top: 3rem;
}
.historyListItem {
  padding-left: 2rem;
  border-left: 2px solid #389A63;
}
.historyListContainer {
  padding-left: 2rem;
  padding-right: 2rem;
}
.modal-btn {
  background-color: #389A63;
  border-color: #389A63;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.modal-footer-shadow {
  box-shadow: 0px 10px 28px #888;
}
.modal-client {
  width: 40rem;
}
.modal-scrollbar-primary::-webkit-scrollbar {
  width: 0.8rem;
}
.modal-scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #888;
}
#HistoryList > div {
  font-size: 14px;
  padding-bottom: 2rem;
}
span.probable-cause-state {
  border-radius: 1rem;
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  padding: 0.3rem 2rem;
  text-align: center;
}
span.probable-cause-state.active {
  background-color: #417505;
}
span.probable-cause-state.inactive {
  background-color: #D0021B;
}
.coverage-check {
  text-transform: unset !important;
}