﻿/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    border:1px solid $silver-color;
    -webkit-box-shadow:0px 1000px white inset;
}*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  color: #001f3f;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

/*h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /*your box-shadow*/
  -webkit-text-fill-color: #333;
}

.ul-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ul-list li {
  margin: 0 5px;
}
.ul-list li a {
  color: white;
}
.ul-list > li.logout-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 5px;
}
.ul-list > li.logout-form p {
  color: white;
  text-align: center;
  margin: 0px;
}

.ul-list-left-aligned {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 7px;
}
.ul-list-left-aligned li {
  margin: 0 10px;
  display: inline-flex;
}
.ul-list-left-aligned li .fa {
  align-self: center;
  color: white;
  margin: 0 5px;
}

.li-text-white {
  color: white;
}

.logout-btn {
  border: none;
  background: transparent;
  color: white;
  transition: color 0.2s ease;
}
.logout-btn:hover {
  color: #b9dce0;
}

.navbar-nav > li.preBtn {
  margin-top: 16px;
}

.navbar-nav > li.preBtn {
  margin-left: 12px;
  float: right;
}

.navbar-nav > li.preBtn .preBtn {
  padding: 8px 10px;
  font-size: 11px;
}

.preBtn {
  /*    border-radius: 4px;
      background-color: transparent;
      display: inline-block;
      padding: 0;*/
  float: none;
  margin: 20px 0 0;
  display: block;
  text-align: center;
  background-color: #f6522e;
}

.vlvBtn {
  font-size: 18px;
  font-family: sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f6522e;
  transition: all 0.4s;
  border: 1px solid #f6522e;
  margin: 10px;
  text-align: center;
  position: relative;
  top: -1px;
}
.vlvBtn:hover, .vlvBtn :focus {
  color: white !important;
  background-color: #f6522e !important;
}

.central-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.central-div h1, .central-div h2, .central-div h3, .central-div h4, .central-div h5, .central-div h6 {
  color: black;
}

.section {
  padding-top: 20px;
}

.login-container {
  width: 100%;
  height: 100%;
  margin: auto;
  margin: 10px;
}

.auth-input-t {
  width: 100%;
  padding: 15px;
  margin: 0 5px;
  border-radius: 7px 7px 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
}

.auth-input-b {
  width: 100%;
  padding: 15px;
  margin: 0 5px;
  border-radius: 0px 0px 7px 7px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #DDDDDD;
}
.auth-input-b:focus {
  border-width: 1px;
  border-style: solid;
}

.reg-input {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #DDDDDD;
  outline: 0;
  font-size: 1.3rem;
  color: #001f3f;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.submit-btn {
  border: 0;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 7px;
  background-color: #1863AB;
  color: white;
}
.submit-btn:hover {
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.8);
}

.row-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.row-container-left {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0px 40px;
  font-size: 0.9em;
}

.row-div-two {
  float: left;
  width: 48%;
  padding: 5px;
  flex-grow: 1;
}

.a-orange-btn {
  background: #f6522e;
  border-radius: 4px;
  padding: 9px;
  color: white;
  transition: all 0.4s;
  line-height: 1.4;
  font-size: 12px;
  border: 2px solid #f6522e;
  text-transform: uppercase;
  margin: 0;
}
.a-orange-btn:hover {
  border-radius: 4px;
  color: white;
  background: #1863AB;
  border-color: #1863AB;
}

.large-btn {
  padding: 12px 24px;
}

.relative {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  min-height: 100px;
  height: 500px;
}

.relative-auto {
  position: relative;
  margin: auto;
  padding: 18px;
  width: 100%;
  height: 100%;
}

.scalable-image {
  height: 100%;
  width: 100%;
  padding: 10px;
}

.content-div {
  padding: 40px;
}
.content-div > h1, .content-div h2, .content-div h3, .content-div h4, .content-div h5, .content-div h6, .content-div h7 {
  color: black;
  text-align: center;
}
.content-div p {
  font-size: 18px;
  color: black;
}

.content-img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.component-section {
  padding: 0;
}

.bg-blue {
  background: #0074D9;
}

.transparent-btn {
  background: transparent;
  border: 0px;
  margin: 0px;
  padding: 0px;
  display: inline-flex;
}
.transparent-btn:hover {
  color: #b9dce0;
}
.transparent-btn:hover .fa {
  color: #b9dce0;
}

.fa-container-links-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-margin {
  margin: 5px 0 0 0;
}

.collapsible-button {
  position: relative;
  padding-right: 55px;
  color: black;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 2vw;
  background: transparent;
  transition: opacity 0.2s ease-in;
}
.collapsible-button:hover {
  opacity: 0.8;
}

.collapsed-content {
  padding: 1px 6px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  background-color: transparent;
  color: black;
  font-size: 1.5vw;
}

.active.collapsible-button:after {
  transform: translateY(50%) rotate(135deg);
}

.collapsible-button:after {
  content: "+";
  color: black;
  font-weight: lighter;
  transition: all 0.5s ease;
  font-size: 3vw;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}

.with-padding {
  padding: 7px;
}

.margin-between-above {
  margin: 10px 0;
}

.margin-between-aside {
  margin: 0 10px;
}

.margin-around {
  margin: 10px;
}

.flex-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
}

.padding-bottom {
  padding-bottom: 30px;
}

.content {
  flex: 1 1 auto;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.check-list {
  margin: 0px;
  padding-left: 1.2rem;
}
.check-list li {
  position: relative;
  list-style: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}
.check-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 11px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #00a8a8;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.link-style {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #001f3f;
  padding: 0 1px;
  transition: color ease 0.3s;
}
.link-style::before, .link-style::after {
  content: "";
  position: absolute;
  background-color: #00B388;
  z-index: -1;
  height: 5%;
}
.link-style::before {
  width: 0%;
  left: 0;
  bottom: 0;
  transition: width ease 0.4s;
}
.link-style::after {
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all ease 0.6s;
}
.link-style:hover::before {
  width: 100%;
}
.link-style:hover::after {
  left: 100%;
  width: 0%;
  transition: all ease 0.2s;
}

.center-content {
  align-items: center;
}

.text_align_right {
  text-align: right;
}

.align__self__center {
  align-self: center;
}

.text_align_left {
  text-align: left;
}

.default_para_style {
  margin: 5px 0 0 0;
  color: white;
  -webkit-text-fill-color: white;
}

.padding_40_top_bottom {
  padding: 25px 0;
}

.column__flex__container__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.semi__bold {
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  .row-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .row-container .row-div-two {
    width: 100%;
  }

  .content-img {
    width: 100%;
    height: 100%;
  }

  .footer__container {
    margin: 0px 10px;
    font-size: 0.7em;
  }
}
