@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(Roboto-Regular.ttf) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(Roboto-Medium.ttf) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(Roboto-Bold.ttf) format('woff2');
}

.popup-container.popup-showing {
  visibility: visible;
}

.popup-container.popup-hidden .popup {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.popup-container.active .popup {
  -webkit-animation-name: superScaleIn;
  animation-name: superScaleIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.popup-container .popup {
  position: absolute;
  z-index: 99999;
  color: #fff;
  width: 250px;
  height: 250px;
  top: calc(50% - 125px);
  left: calc(50% - 125px);
}

.popup-head {
  background-color: #849036;
  padding: 15px 10px;
  border-bottom: 1px solid white;
  text-align: center;
}

.popup-title {
  background-color: #849036;
  font-family: roboto;
  color: white;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.popup-body {
  background-color: #849036;
  color: white;
  padding: 20px;
}

.popup-buttons {
  background-color: #414141;
  color: white;
  font-family: roboto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px;
  min-height: 65px;
}

.popup-buttons .button {
  background-color: #849036;
  border: solid 1px #849036;
  font: 190% Roboto;
  height: 40px;
  width: 85px;
  font-weight: 500;
  color: #414141;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*display: block;*/
  min-height: 45px;
  /*border-radius: 2px;*/
  line-height: 20px;
  margin-right: 5px;
}

.close_popup {
  background-color: #f4f4f4;
  border: solid 1px #849036;
  font: 190% Roboto;
  height: 40px;
  width: 98%;
  font-weight: 500;
  color: #849036;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*display: block;*/
  min-height: 45px;
  /*border-radius: 2px;*/
  line-height: 20px;
  margin-right: 5px;
}

.popup-buttons .button:last-child {
  margin-right: 0px;
}

.popup-open {
  pointer-events: none;
}

.popup-open.modal-open .modal {
  pointer-events: none;
}

.popup-open .popup-backdrop, .popup-open .popup {
  pointer-events: auto;
}

@-webkit-keyframes scaleOut {
  from {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes scaleOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes superScaleIn {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.scroll-horizontal-desactivado {
  overflow-x: hidden;
  overflow-y: hidden;
}

.roboto {
  font-family: Roboto, Arial;
}

@-webkit-keyframes type-green {
  1%, 100% {
    border-color: #849036
  }
  50% {
    border-color: #849036
  }
}

@keyframes type-green {
  1%, 100% {
    border-color: #849036
  }
  50% {
    border-color: #849036
  }
}

.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: solid 7px #849036;
  -webkit-animation-name: type-green;
  animation-name: type-green
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #849036;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #849036;
  opacity: 0.8;
  color: #FFF
}


.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
  color: #849036 !important
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 17px;
  height: 17px;
}

.loader {
  margin: auto;
  font-size: 2px;
  color: transparent;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.alert-cp{
  z-index: 999999;
}

