body {
  background-color: #E0E0E0;
  font-family: 'Catamaran';
}
button,
input,
optgroup,
select,
textarea {
  font-family: 'Catamaran';
}
button.center,
div.center {
  margin-left: auto;
  margin-right: auto;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100500;
  display: none;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #ff2d2d;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  right: 50%;
}
.true-button {
  cursor: pointer;
}
.false-button {
  cursor: disabled;
}
input[type="submit"]:disabled {
  cursor: not-allowed;
}
.panel-red {
  background-color: #333;
  color: white;
  font-weight: 100;
  padding: 20px;
  z-index: 5;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 0px;
  transition: 1s;
  -webkit-transition: 1s;
  /* Safari 3.1 to 6.0 */
}
.panel-red:after {
  content: '\A';
  border-style: solid;
  border-width: 20px 20px 0px 20px;
  border-color: #333 transparent transparent transparent;
  position: relative;
  bottom: -45px;
  left: 135px;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container-width-90 {
  border-radius: 5px;
  width: 90%;
  margin: 0px auto;
  float: none;
}
.container-match-parent-height {
  min-height: 100%;
  height: 100%;
}
.right-divider {
  border-right: 2px solid rgba(0, 0, 0, 0.05);
}
.bottom-divider {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
.adjust-bar {
  position: relative;
  top: -10px;
}
.center-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-h-wrapper {
  display: flex;
  justify-content: center;
}
#state-menu {
  font-family: 'Catamaran';
  color: white;
}
body.open #state-menu {
  display: none;
}
.icon-nav-atras {
  /* Firefox */
  -moz-transition: all 1s ease;
  /* WebKit */
  -webkit-transition: all 1s ease;
  /* Opera */
  -o-transition: all 1s ease;
  /* Standard */
  transition: all 1s ease;
}
body.open .icon-nav-atras {
  /* Firefox */
  -moz-transform: rotate(180deg);
  /* WebKit */
  -webkit-transform: rotate(180deg);
  /* Opera */
  -o-transform: rotate(180deg);
  /* Standard */
  transform: rotate(180deg);
}
/*===============Tables Win===============*/
th {
  width: 7%;
  text-align: center;
  font-size: 10px;
}
th {
  text-transform: uppercase;
  padding: 10px;
}
td {
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.table-header {
  background-color: #F5F5F5;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
td > img {
  margin-top: 5px;
}
td > span {
  margin-top: 5px;
}
tr.row-padding {
  vertical-align: middle;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.empty-table {
  background-color: white;
  padding: 10px 15px;
}
table.fecha {
  width: 100%;
}
/*================Modales==================*/
.header-color {
  color: #0182a0;
  font-size: 13px;
}
.modal-title-modal {
  color: #0579da;
  font-size: 33px;
  text-align: center;
  font-weight: 300;
  max-width: 450px;
  margin: 20px auto 5px;
}
.modal-header .close {
  padding: 0!important;
  margin: 0px !important;
}
/*=================Forms=================*/
div.btn-form {
  padding: 0px 15px;
  margin-bottom: 1rem!important;
}
.btn {
  border-radius: 4px;
  border-bottom: 2px solid;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 16px 6px;
}
.btn-green {
  background-color: #00bea9;
  color: white;
  border-bottom-color: #009987;
}
.btn-green:hover {
  background-color: #009987;
}
.btn-blue {
  background-color: #0579da;
  color: white;
  border-bottom-color: #023f72;
}
.btn-blue:hover {
  background-color: #023f72;
}
.btn-gray {
  background-color: #999;
  color: white;
  border-bottom-color: #737373;
}
.btn-gray:hover {
  background-color: #737373;
}
.upload-area div {
  color: #999;
  font-weight: 300;
}
.thumbnail-config {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin-right: 15px;
  object-fit: cover;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.thumbnail-config:hover {
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.thumbnail-config-na:hover {
  cursor: not-allowed !important;
}
a.area {
  width: calc(100% - 95px);
}
.upload-area {
  padding: 10px 15px 10px 15px;
  background-color: white;
  border: 1px dashed #999;
  width: 100%;
  min-height: 80px;
}
.upload-area > img {
  height: 30px;
  position: absolute;
  right: 65px;
  top: 75px;
}
.upload-area:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}
.upload-area-na:hover {
  cursor: not-allowed !important;
  background-color: white!important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right center ;
  background-repeat: no-repeat;
}
.table-input-radio td {
  padding: 0px 20px!important;
}
.table-input-radio td:first-child {
  padding: 0px 20px 0px 4px!important;
}
.table-input-radio td:first-child > label {
  margin: 0px;
}
.form-control:focus {
  /*
    border-color:@azul-win;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(5, 121, 218,0.5);
    */
  border-color: #00bea9;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 190, 169, 0.5);
}
.custom-form {
  font-weight: 300;
  border-radius: 2px;
  height: 50px;
}
.error-react {
  color: #ff2d2d;
  font-weight: 100;
  margin-bottom: 15px;
  margin-top: 5px;
}
.custom-form.error {
  border-color: #ff2d2d;
  margin-bottom: 0px!important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 45, 45, 0.5);
}
.input-upper {
  text-transform: uppercase;
}
.form-wb {
  background-color: #f6fafa!important;
}
div.shadow.card.activator-card.new-card-win:hover {
  cursor: auto!important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05) !important;
}
.message-in-a-bottle {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 15px;
  padding-top: 10px;
}
.message-in-a-bottle > p.error {
  color: #ff2d2d;
  margin-bottom: 0px;
}
.message-in-a-bottle > p.success {
  color: #00bea9;
  margin-bottom: 0px;
}
.input-group-addon {
  height: 50px;
  width: 50px;
  padding-top: 13px;
  background-color: #f2f2f2;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-form {
  width: calc(100% - 50px) !important;
}
.input-group-addon > span {
  font-size: 24px;
  margin: 0px;
}
label.dinamic {
  position: absolute;
  margin-left: 15px;
  margin-top: 15px;
  color: gray;
  font-weight: 100;
}
.cut-gray {
  content: '\A';
  border-style: solid;
  border-width: 0px 0px 36px 12px;
  border-color: transparent transparent transparent #d6d6d6;
  font-size: 0px;
  float: left;
}
.nivel {
  background-color: #d6d6d6;
  font-size: 16px;
  color: #333;
  padding: 7px 15px;
  float: left;
}
.more-cut {
  float: left;
  margin-left: 5px;
  width: 8px;
  height: 38px;
  background-color: #d6d6d6;
  -ms-transform: skewX(-20deg);
  /* IE 9 */
  -webkit-transform: skewX(-20deg);
  /* Safari 3-8 */
  transform: skewX(-20deg);
}
div.numbers > div:first-child {
  height: 100px;
  width: 100px;
  margin: auto;
  border: 8px solid #00bea9;
  border-radius: 50%;
  padding-top: 16px;
  font-size: 35px;
  font-weight: 200;
}
div.numbers > span:last-child {
  font-weight: 700;
  color: #333;
  position: relative;
  top: 8px;
}
.header-black {
  background-color: #000;
  width: 100%;
  height: 45px;
}
.head-icon {
  max-height: 45px;
  max-width: 80px;
  margin: 3px 0px 0px;
}
.head-icon > img {
  width: 100%;
  height: auto;
}
.container-win {
  max-width: 1250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 30px 5px 15px;
}
div.h3 {
  color: #737373;
  font-weight: 300;
}
.col-lg-adj-4 {
  padding-right: 30px;
  max-width: 450px;
  min-width: 400px;
}
.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
ul.win-navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
ul.win-navbar li {
  float: left;
}
ul.win-navbar > li > a {
  display: block;
  color: #333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  border-bottom: 2px solid #999;
}
ul.win-navbar > li > a:hover:not(.active) {
  background-color: #00ccb4;
  border-bottom-color: #00bea9;
  color: white;
}
ul.win-navbar > li > a.active {
  background-color: #00bea9;
  border-bottom-color: #00bea9;
  color: white;
}
.page-link:focus {
  border-color: none;
  box-shadow: none;
}
.input-icon-end {
  margin-left: -45px;
  z-index: 9;
  background-color: white;
  border: none;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 30px;
  pointer-events: none;
}
.custom-search-input {
  border-radius: 0px;
  height: 40px;
}
.mini-circle {
  width: 33px;
  height: 33px;
  margin-top: 5px;
  border-radius: 50%;
  object-fit: cover;
  background-color: white;
}
/*================Dashboard==================*/
.table-thumbnail {
  margin-right: 10px;
  margin-top: -5px;
  width: 80px;
  height: 80px;
  object-fit: "cover";
}
span.bonus-text {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: normal;
  padding-top: 8px;
  font-weight: 500;
  font-size: 20px;
  color: #0579da;
}
span.pill-yes {
  margin-top: -10px;
  width: 50px !important;
  height: 28px;
  border: 3px solid;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  color: #0579da;
  font-weight: 500;
  user-select: none;
}
span.pill-no {
  margin-top: -10px;
  width: 50px !important;
  height: 28px;
  border: 3px solid;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  color: #ff2d2d;
  font-weight: 500;
  user-select: none;
}
span.card-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0px;
}
span.card-title > a {
  color: #000;
  text-transform: capitalize;
}
div.active-company {
  font-weight: 500;
  font-size: 24px;
}
div.active-company-desc {
  color: gray;
  font-weight: 500;
  font-size: 14px;
}
span.d-inline-block.text-truncate {
  min-width: 300px;
  max-width: 300px;
  padding-top: 10px;
}
div.shadow.card.activator-card {
  max-width: 330px !important;
  min-width: 330px !important;
  min-height: 373px !important;
}
div.shadow.card.activator-card:hover {
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.menu-icons {
  font-size: 35px;
  margin-right: 10px;
}
.left-panel {
  padding-left: 10px;
  max-width: 240px!important;
}
.navbar .navbar-nav li > a {
  max-width: 240px!important;
}
.navbar .navbar-nav li {
  max-width: 240px!important;
}
.header-menu {
  background-color: #ff2d2d;
  height: 45px;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0;
}
.left-panel {
  padding-top: 50px;
}
.navbar-header > .glyphicons {
  color: white;
}
.circle-progress {
  background-color: white;
  border: 1px solid #e6e6e6;
  height: 19px;
  width: 19px;
  float: right;
  position: relative;
  top: -3px;
  right: -5px;
  border-radius: 10px;
}
.card-list {
  list-style-type: none;
}
.card-list li {
  float: left;
}
/************/
.progress-bar-win {
  width: 100%;
  max-width: 400px;
  height: 15px;
  border-radius: 10px;
  border: 2px solid #f2f2f2;
  margin: 5px auto 10px;
  /*
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
    */
}
.progress-fill {
  width: 100%;
  height: 13px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 0;
  background-color: #00bea9;
}
div.avance {
  color: #333;
  font-size: 15px;
  max-width: 400px;
  width: 100;
  margin: 10px auto 0px;
}
.contract {
  background-color: white;
  padding: 65px 35px 65px 55px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.contract > p {
  color: #333;
  text-align: justify;
}
.contract > h2 {
  color: #333;
  text-align: justify;
  font-size: 1.4em;
  margin-bottom: 0.83em;
}
.contract > ol > li > p {
  color: #333;
  text-align: justify;
}
.notavailable {
  display: none;
}
.header-card-activator {
  height: 95px;
  width: 100%;
}
.search-win {
  max-width: 25%;
  float: right;
  min-width: 230px;
}
.row-win-form div[class*="col-"]:first-child {
  padding-right: 7.5px;
}
.row-win-form div[class*="col-"]:last-child {
  padding-left: 7.5px;
}
.card-thumbnail {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
@media only screen and (max-width: 575.99px) {
  .search-win {
    max-width: 100%;
  }
  .row-win-form {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row-win-form div[class*="col-"] {
    padding: 0px!important;
  }
  .table-thumbnail {
    width: 40px;
    height: 40px;
  }
  .col-xs-6 {
    width: 50% !important;
  }
  .header-card-activator {
    height: auto;
    margin-bottom: 15px;
  }
  div.shadow.card.activator-card {
    width: calc(100vw - 45px) !important;
    max-width: none !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .header-menu {
    display: none;
  }
  .left-panel {
    background: #ff2d2d!important;
    padding-top: 0px;
  }
  .navbar-header {
    background-color: #ff2d2d;
  }
  .mr-5,
  .mx-5 {
    margin-right: auto!important;
    margin-left: auto!important;
  }
  .row.text-center.pb-5 {
    margin: 5px;
  }
  .left-panel {
    padding-left: 10px;
    max-width: none!important;
  }
  .navbar .navbar-nav li > a {
    max-width: none!important;
  }
  .navbar .navbar-nav li {
    max-width: none!important;
  }
  .right-panel {
    padding-top: 35px;
  }
  .right-panel .content {
    padding: 0px;
  }
  .visitor-profile-image {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 400px) {
  .col-lg-adj-4 {
    min-width: auto!important;
  }
}
/*
@media only screen and (max-width: 2000px) {
    .card-list{
        max-width: 720px;
    }
}

*/
