
@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css?family=Dosis");
body {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #EFD9D9;
  font-family: "Raleway", sans-serif;
}

a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.invisible {
  visibility: hidden;
}

input:focus, select:focus, button:focus, textarea:focus {
  outline: 1px solid #ED1B24;
  border-color: #ED1B24;
}

textarea {
  resize: none;
}

.overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}

.slick-prev {
  left: 30px !important;
}

.slick-next {
  right: 30px !important;
}

.slick-arrow {
  z-index: 1 !important;
}

#sectionA {
  /* For Chrome and Safari */
  /* For old Fx (3.6 to 15) */
  /* For pre-releases of IE 10*/
  /* For old Opera (11.1 to 12.0) */
  background-image: -webkit-gradient(linear, left top, left bottom, from(to right), to(#2E3192, #171949));
  background-image: linear-gradient(to right, #2E3192, #171949);
  /* Standard syntax; must be last */
  height: 20vw;
  padding: 20px 20px 20px 100px;
  color: white;
  min-height: 120px;
}
@media screen and (max-width: 1000px) {
  #sectionA {
    padding-left: 80px;
  }
}
@media screen and (max-width: 900px) {
  #sectionA {
    padding-left: 70px;
  }
}
@media screen and (max-width: 800px) {
  #sectionA {
    padding-left: 60px;
  }
}
@media screen and (max-width: 700px) {
  #sectionA {
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  #sectionA {
    padding-left: 40px;
  }
}
@media screen and (max-width: 500px) {
  #sectionA {
    padding-left: 25px;
  }
}
@media screen and (max-width: 450px) {
  #sectionA {
    padding-left: 15px;
  }
}
#sectionA > h1 {
  font-size: 3.4vw;
}
@media screen and (max-width: 550px) {
  #sectionA > h1 {
    font-size: 18px;
  }
}
#sectionA > p {
  font-size: 2vw;
}
@media screen and (max-width: 550px) {
  #sectionA > p {
    font-size: 12px;
  }
}

section#exchangeRates > div {
  border: 3px solid #EFD9D9;
  background-color: white;
  width: calc(100% - 6px);
}
section#exchangeRates > div > h2 {
  text-align: center;
  color: #ED1B24;
}
section#exchangeRates > div table {
  border: 1px solid #BBB5B5;
  margin-bottom: 10px;
  overflow: scroll;
}
section#exchangeRates > div table td {
  text-align: center;
}
section#exchangeRates > div table input {
  text-align: center;
  padding: 5px;
  width: 70px;
}
section#exchangeRates > div table > thead > tr > td {
  border-bottom: 1px solid #BBB5B5;
  font-weight: 600;
}
section#exchangeRates > div table > tbody td:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding-left: 10px;
}
section#exchangeRates > div table > tbody td:nth-child(1) > img {
  margin-right: 2px;
}
section#exchangeRates > div .dataTables_scrollHead table {
  margin-bottom: 0;
}
section#exchangeRates > div .dataTables_scrollHead table td {
  border-bottom: none;
}
section#exchangeRates > div .dataTables_scrollBody {
  border-bottom: none;
}

.dataTables_wrapper {
  margin: auto;
  padding: 30px;
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .dataTables_wrapper {
    width: 75%;
  }
}
@media screen and (max-width: 750px) {
  .dataTables_wrapper {
    width: 85%;
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .dataTables_wrapper {
    width: 90%;
    padding: 15px;
  }
}
@media screen and (max-width: 550px) {
  .dataTables_wrapper {
    width: 95%;
    padding: 7px;
  }
}
@media screen and (max-width: 500px) {
  .dataTables_wrapper {
    width: 98%;
    padding: 3px;
  }
}
.dataTables_wrapper select {
  border-color: rgba(0, 0, 0, 0.125);
  padding: 5px;
}
.dataTables_wrapper .dataTables_length {
  margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_filter input {
  padding: 5px;
}
.dataTables_wrapper .paginate_button {
  border: 2px solid #ED1B24 !important;
  color: #ED1B24 !important;
  background-color: white !important;
}
.dataTables_wrapper .paginate_button.current.current.current {
  background: #ED1B24 !important;
  color: white !important;
}
.dataTables_wrapper .paginate_button.current.current.current:hover {
  background: #ED1B24 !important;
}
.dataTables_wrapper .paginate_button.disabled {
  cursor: not-allowed !important;
}
.dataTables_wrapper .paginate_button.disabled:hover {
  background: white !important;
}
.dataTables_wrapper .paginate_button:hover {
  background: #ED1B24 !important;
  color: white !important;
}

/*# sourceMappingURL=css/exchangerates.css.map */
