.fs-12 {
  font-size: 12px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-30 {
  font-size: 30px;
}
/* #### Generated By: http://www.cufonfonts.com #### */

.text-label {
  color: #555555;
  text-align: left;
  letter-spacing: 0.4px;
  opacity: 1;
  margin-bottom: 0px;
  margin-top: 5px;
}

.text-eprimary {
  color: #1995c7;
  text-align: left;
  font-family: Poppins;
  letter-spacing: 0.28px;
  opacity: 1;
  font-size: 14px;
}

.bg-primary {
  background-color: #1995c7;
  background: #1995c7;
}

.btn-outline-primary {
  color: #1995c7;
  background-color: transparent;
  background-image: none;
  border-color: #1995c7;
}

.btn-primary {
  color: #fff;
  background-color: #1995c7;
  border-color: #1995c7;
  text-align: center;
  height: 36px;
  font: 14px/21px Poppins;
  letter-spacing: 1.25px;
  color: #ffffff;
  opacity: 1;
}

.fa-primary {
  color: #1995c7;
}

.page-header {
  font: 21px/31px Poppins;
  color: #333333;
  font-weight: 600;
}

.content {
  font-size: 14px;
}

.info-text {
  text-align: left;
  font: 12px Regular, Poppins;
  line-height: 14px;
  letter-spacing: 0.24px;
  color: #707070;
  opacity: 1;
  margin-bottom: 2rem;
}

.alert-warning {
  background: #b90000 0% 0% no-repeat padding-box;
  border-radius: 4px 0px 0px 4px;
  opacity: 0.7;
}
.alert-warning-text {
  text-align: left;
  letter-spacing: 0.25px;
  color: #333333;
  opacity: 1;
  margin: 1% auto;
  padding-left: 6rem;
}

.warning-box {
  float: left;
  width: 100%;
  position: relative;
  border: 1px solid #5b5b5b33;
  border-radius: 4px;
  margin-bottom: 25px;
  opacity: 1;
}

.icon {
  float: left;
  width: 80px;
  background: #b90000 0% 0% no-repeat padding-box;
  opacity: 0.7;
  height: 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.icon fa-icon {
  position: absolute;
  top: auto;
  margin: 6% auto;
  left: 0;
  right: 0;
  bottom: auto;
}

.default-text {
  text-align: left;
  font: 14px/22px Poppins;
  letter-spacing: 0.28px;
  color: #333333;
}



.circle-icon {
  background: #fff;
  padding: 24px;
  color: #1995c7;
}


.btn-primary.disabled,
.btn-primary:disabled {
  cursor: not-allowed;
  color: #000 !important;
  background-color: rgba(51, 51, 51, 0.15) !important;
}
.main-container {
    margin-left: 0;
    margin-top: 75px;
    padding: 15px;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .main-container {
        margin-left: 0px !important;
    }
}

#cover {
    margin-top: 25px;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -o-animation: fadein 2s;
    /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#cover {
    color: #444;
    background: #ffffff;
    background-size: cover;
    height: 100%;
    display: flex;
    padding-bottom: 20px;
}

#cover-caption {
    width: 100%;
}

.well {
    box-shadow: 0 3px 5px #888;
    min-height: 20px;
    padding: 19px;
    background: #f8f8f8;
    background-color: #f8f8f8;
}

.cursor-pointer {
    cursor: pointer;
    color: #2c6db8
}

.pic {
    margin-top: 30px;
    margin-bottom: 20px
}

.card-block {
    width: 235px;
    background-color: #2c6db8 !important;
    color: #fff !important;
    border: 1px solid lightgrey;
    border-radius: 5px !important;
    margin-bottom: 30px
}

.card-body.show {
    display: block
}

.card {
    padding-bottom: 20px;
    box-shadow: 2px 2px 6px 0px rgb(200, 167, 216)
}

.radio {
    display: inline-block;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1)
}

.radio.selected {
    box-shadow: 0px 8px 16px 0px #EEEEEE;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%)
}

.selected {
    background-color: #E0F2F1
}

.a {
    justify-content: center !important
}

hr {
    margin-top: 5px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgb(0 0 0 / 43%)
}

html {
  // position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

@media (max-width: 769px) {
  .footer {
    position: relative;
  }
}
.footer {
  bottom: 0;
  width: 100%;
  height: 80px;
  background: #f2f2f2 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
}

.navbar-footer > a {
  color: #555555;
  text-decoration: none;
  line-height: 1.8;
  font-size: 12px;
}
.col-heading {
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
  color: #304f50;
  font-weight: 500;
  margin: 1rem 0;
  padding: 0.4rem 0px;
  border-bottom: 1px solid #c7c7c7;
  letter-spacing: 3px;
}

#bottom-footer {
  color: #555555;
  margin-top: 2rem;
  padding-top: 0.3rem;
}

.footer-img {
  height: 41px;
  width: 100px;
  margin-top: -15px;
}

.footer-copyright {
  text-align: left;
  font-family: Poppins;
  letter-spacing: 0.33px;
  color: #555555;
  opacity: 0.75;
  font-size: 12px;
}
