:focus {
  outline: 0;
}
a {
  text-decoration: none;
}
.modal--one .modal-content {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0 20px;
}
.modal-header--blue {
  text-align: center;
  border-bottom: 2px solid #1d4760;
  padding: 5px 0;
  color: #1d4760;
  position: relative;
}
.modal-header--blue .close {
  position: absolute;
  top: 22px;
  right: 15px;
  padding: 0;
  border: 0;
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.modal-header--blue .close span {
  font-size: 2rem !important;
  font-weight: bold !important;
  color: #1d4760;
}
.modal-header--blue .close span:hover {
  color: #1d4760 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.modal-header--blue h4 {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
.form-control--gray-clean {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.btn--blue,
.btn-clean--blue {
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 1rem;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.btn--blue {
  background-color: #004c7a;
  color: #fff;
}
.btn-clean--blue {
  background-color: transparent;
  border: 2px solid #004c7a;
  color: #004c7a;
}
.icon-logout-15x15-text-right--white {
  padding-left: 20px;
  position: relative;
  color: #fff;
}
.icon-logout-15x15-text-right--white .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 14px;
  background-size: 14px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 center;
  -webkit-mask-image: url("../../front/images/main/power-off.svg");
  mask-image: url("../../front/images/main/power-off.svg");
}
@media only screen and (max-device-width: 768px) {
  .modal-header--blue .close {
    top: 50%;
  }
}
.wrap-input-search {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.wrap-input-search--white .input-search {
  border-color: #fff;
  color: #fff;
}
.wrap-input-search--white .input-search__bt svg path {
  fill: #fff;
  color: #fff;
}
.input-search {
  border: 3px solid transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: transparent;
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 45px 0 20px;
}
.input-search__bt {
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -18px;
  border: 0;
  height: 34px;
  width: 34px;
}
.input-search__bt svg {
  width: 100%;
  height: auto;
}
.icon-favorito {
  display: inline-block;
  border: 2px solid #fff;
  height: 60px;
  width: 60px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon-favorito:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
  content: " ";
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center center;
}
.icon-favorito--file-invoice {
  background-color: #ffbe69;
}
.icon-favorito--file-invoice:after {
  margin-left: -15px;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  background-size: 30px;
  -webkit-mask-image: url("../images/favoritos/file-invoice.svg");
  mask-image: url("../images/favoritos/file-invoice.svg");
}
.icon-favorito--clipboard-check {
  background-color: #ffbe69;
}
.icon-favorito--clipboard-check-two {
  background-color: #6c5b7b;
}
.icon-favorito--clipboard-check:after,
.icon-favorito--clipboard-check-two:after {
  margin-left: -14px;
  margin-top: -14px;
  height: 28px;
  width: 28px;
  background-size: 30px;
  -webkit-mask-image: url("../images/favoritos/clipboard-check.svg");
  mask-image: url("../images/favoritos/clipboard-check.svg");
}
.icon-favorito--add:after {
  
  background-size: 30px;
  
}
