/* _COLORS */
@import url(../fonts/PTSans_stylesheet.css);
@import url(../fonts/Acrom_stylesheet.css);
@import url(../fonts/Corbel_stylesheet.css);
@import url(../fonts/Sentury-gothic_stylesheet.css);
@import url(../fonts/Roboto_stylesheet.css);
/* _BTN */
.btn {
  padding: 11px 20px;
  border-radius: 25px;
  box-sizing: border-box;
  box-shadow: none !important;
  cursor: pointer;
  text-decoration: none !important;
  font-family: "CenturyGothicBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
  min-width: 200px;
}
.btn:hover, .btn:active, .btn:focus, .btn.active {
  outline: none;
}

.btn.access-btn {
  width: 80px;
  font-size: 14px;
  margin-top: 5px;
}

.btn.compact-btn {
  padding: 2px 15px !important;
}

.btn.midi-btn {
  padding: 5px 30px !important;
}

.btn.fileinput-btn {
  padding: 4px 10px !important;
}

.btn.btn-faicon {
  padding: 12px 12px !important;
  font-size: 20px;
  line-height: 20px;
}

.btn-default {
  color: #010101;
  border: solid 0px #E3F1FC;
  background: #E3F1FC;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default.active {
  color: #344446;
  background: #E3F1FC;
  border-color: #E3F1FC;
}
.btn-default.btn-notactive {
  cursor: default !important;
  color: #344446 !important;
}
.btn-default.btn-notactive:hover {
  background: #E3F1FC !important;
  border-color: #E3F1FC !important;
}

.btn-white {
  color: #29CF96;
  border: solid 0px #fff;
  background: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white.active {
  color: #29CF96;
  background: #FCF9F9;
  border-color: #FCF9F9;
}
.btn-white.btn-notactive {
  cursor: default !important;
  color: #29CF96 !important;
}
.btn-white.btn-notactive:hover {
  background: #FCF9F9 !important;
  border-color: #FCF9F9 !important;
}

.bg-gray .btn-default {
  color: #010101;
  border: solid 0px #E5E5E5;
  background: #E5E5E5;
}
.bg-gray .btn-default:hover, .bg-gray .btn-default:active, .bg-gray .btn-default:focus, .bg-gray .btn-default.active {
  color: #344446;
  background: #9D9D9D;
  border-color: #9D9D9D;
}

.btn-primary {
  color: #fff;
  background: #E96216;
  border: solid 0px #E96216;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active {
  color: #fff;
  background-color: #d55005 !important;
  border-color: #d55005 !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #E96216 !important;
  border-color: #E96216 !important;
}

.btn-success {
  color: #fff;
  background: #29CF96;
  border: solid 0px #29CF96;
}
.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.active, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background: #24bc86 !important;
  border-color: #24bc86 !important;
}
.btn-success.btn-notactive {
  cursor: default !important;
}
.btn-success.btn-notactive:hover {
  background: #24bc86 !important;
  border-color: #24bc86 !important;
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #24bc86 !important;
  border-color: #24bc86 !important;
}

.btn-border-primary {
  color: #344446;
  background: #fff;
  border: solid 1px #E96216;
}
.btn-border-primary:hover, .btn-border-primary:active, .btn-border-primary:focus, .btn-border-primary.active {
  color: #fff;
  background: #d55005 !important;
  border-color: #d55005 !important;
}
.btn-border-primary.btn-notactive {
  cursor: default !important;
}
.btn-border-primary.btn-notactive:hover {
  color: #344446 !important;
  background: #fff !important;
  border-color: #E96216 !important;
}

button:focus {
  outline: none;
}

.button_next {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
  text-align: center;
  color: #344446;
  background: #E3F1FC;
  border-radius: 25px;
  width: 100%;
  max-width: 640px;
  justify-content: center;
}

/* _ICONS */
/* _COLORS */
i.icon {
  display: block;
}
i.icon.search {
  width: 16px;
  height: 16px;
  background-image: url("../images/search.svg");
}
i.icon.eye {
  width: 24px;
  height: 16px;
  background-image: url("../images/eye.svg");
}
i.icon.creditcard {
  width: 28px;
  height: 18px;
  background-image: url("../images/icons/paycard.svg");
  background-size: cover;
}
i.icon-little {
  display: inline-block;
  width: 15px;
  height: 16px;
  background: url(../images/icons/icons.png) 0 0 no-repeat;
}
i.icon-little.home {
  background-position: -30px 0;
}

.list a {
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 22px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #344446;
  padding-bottom: 15px;
  text-decoration: initial;
}
.list a:hover {
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 22px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #29CF96;
}

li:before {
  content: "" !important;
  display: none !important;
}

.title {
  padding-left: 15px;
}
.title a {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color: #344446;
}
.title a:hover {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #29CF96;
}

span .title {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #344446;
}
span .title:hover {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
}

/*# sourceMappingURL=map.css.map */
