.flash__message{box-sizing:border-box;padding:15px 30px 15px 15px;margin-bottom:10px;border:1px solid transparent;border-radius:4px;background-color:#ccc;position:relative}.flash__message.success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.flash__message.warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.flash__message.error{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.flash__message.info{color:#37516a;background-color:#f2f5fe;border-color:#dfe3f0}.flash__close-button{box-sizing:border-box;position:absolute;top:0;right:0;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background:none;border:none;cursor:pointer;font-size:18px;line-height:10px;margin:0;padding:8px}.flash__close-button:active,.flash__close-button:focus{outline:none}

.fix-flash-message {
    position: absolute;
    right: 20px;
    z-index: 99999;
}

.flash__message {
    padding: 25px 40px 25px 35px;
    font-size: 14px;
}

.icon-trash {
    background-image:url(../images/trash.png);
    height:14px;
    width:19px
}

.modal-background {
    background: rgba(51,64,80,0.8);
}


/* Loader */
.lds-roller {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

    .button-small-search {
        max-width: none;
        padding: 0px 15px !important;
        margin-top: 15px !important;
    }

    .small-search {
        display: block;
        background: #fff !important;
        border: 1px solid #dbe6ec !important;
        right: 0;
        margin-right: 20px;
        color: #334050;
    }

    .small-search::placeholder {
        color: #9ea6af;
    }

    .small-search-telephone {
        width: 150px !important;
        position: absolute;
    }

    .validationRed {
        background-color: #ff7183 !important;
    }

    .div-info {
        height: 70%;
        z-index: 1000;
        background-color: #fff;
    }

    .div-info h4 {
        text-align: center;
        padding-top: 45px;
    }

    .div-info img {
        display: block;
        margin: auto;
        padding-top: 55px;
    }

    .row-items {
        width: 100%;
        padding: 0 10px;
        display: block;
        text-align: center;
    }

    .col {
        flex: 1;
        padding: 10px;
    }

    .row-items .box {
        background: #dbe6ec;
        height: auto;
        width: 20%;
        text-align: center;
        margin: 15px;
        padding: 10px 50px;
        border-radius: 5px;
        display: inline-block;
    }

    .row-items .box i {
        padding-right: 10px;
    }

    .row-items .box p {
        font-size: 30px;
        font-weight: bold;
        color: #334050;
        margin: 30px 0;
    }

    .row-items .box .links {
        font-size: 22px;
        font-weight: normal;
    }

    .row-items .box .links a {
        font-size: 22px;
        font-weight: normal;
        color: #334050;
    }

    .row-items .box .links a:hover {
        text-decoration: underline;
    }

    .row-items .box .links p {
        font-size: 18px;
        font-weight: normal;
        margin: 0;
        margin-bottom: 12px;
    }

    .excel {
        margin-right: 15px;
    }

    .pdf {
        margin-left: 15px;
    }

  .vdp-datepicker__clear-button {
      position: absolute;
      top: 5px;
      right: 5px;
      padding: 2px;
  }
