.footer-basic {
  padding: 40px 0;
  background-color: #ffffff;
  color: #4b4c4d;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #username_input {
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  #password_input {
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  #div_range_slider {
    max-width: 25%;
    width: 25%;
  }
}

.rangeslider__handle {
  width: 42px;
  height: 42px;
}

@media (min-width: 992px) {
  #div_submit_button {
    max-width: 25%;
    width: 25%;
  }
}

@keyframes button {
  0% {
    background-color: gold;
  }
  25% {
    background-color: magenta;
  }
  50% {
    background-color: blue;
  }
  75% {
    background-color: red;
  }
  100% {
    background-color: gold;
  }
}

@media (min-width: 992px) {
  #formGroupPara {
    max-width: 25%;
    width: 25%;
  }
}

@media (min-width: 992px) {
  #error_form {
    max-width: 50%;
    width: 50%;
  }
}

@media (max-width: 768px) {
  #card_body_data_entry {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  #table_cell_document {
    width: 45%!important;
  }
}

@media (max-width: 768px) {
  #table_cell_action {
    width: 35%!important;
  }
}

@media (max-width: 768px) {
  .colPaddingMobile {
    padding-left: 3px!important;
    padding-right: 3px!important;
  }
}

@media (max-width: 768px) {
  #table_cell_action {
    padding-left: 3px;
    padding-right: 3px;
  }
}

@media (max-width: 768px) {
  .paddingButtonMobile {
    padding-left: 4px!important;
    padding-right: 4px!important;
  }
}

@media (max-width: 768px) {
  #div_search_input {
    max-width: 90%;
  }
}

.btn:focus {
  outline: none;
}

@media (min-width: 768px) {
  .displayNoneDesktop768px {
    display: none;
  }
}

.btn:focuse {
}

.btn:focus {
  outline: none!important;
  border: none;
}

.form-control.form-control-sm {
}

@media (min-width: 768px) {
  #search_input {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  #containerSecurityMark {
    width: 30%;
  }
}

@media (min-width: 768px) {
  #row_security_logo {
    max-width: 58%!important;
  }
}

@media (max-width: 768px) {
  #row_security_logo {
    max-width: 90%;
    margin-top: 4rem!important;
  }
}

@media (min-width: 768px) {
  #row_security_logo {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  #row_security_logo {
    width: 33%;
  }
}

@media (min-width: 768px) {
  #image_hacker_proof {
    height: 55px;
  }
}

@media (max-width: 768px) {
  #div_range_slider {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  #div_submit_button {
    max-width: 90%;
  }
}

#footerIndex {
}

@media (max-width: 768px) {
  #footerMobile {
    margin-top: -3rem;
  }
}

@media (max-width: 992px) {
  #row_security_logo {
    margin-top: 4rem;
  }
}

@media (max-width: 768px) {
  #footerRetrieveMobile {
    margin-top: 10rem;
  }
}

@media (min-width: 768px) {
  #div_add_project {
    max-width: 95%;
  }
}

@media (min-width: 768px) {
  #container_project {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  #view_meeting {
    display: none;
  }
}

@media (min-width: 768px) {
  #view_meeting_2 {
    display: none;
  }
}

@media (max-width: 768px) {
  #nav_meeting {
    display: none;
  }
}

@media (min-width: 768px) {
  #navbar_brand {
    display: none!important;
  }
}

@media (max-width: 768px) {
  #action_cell {
    width: 29%!important;
  }
}

@media (max-width: 768px) {
  #cell_action {
    padding-left: 3px;
    padding-right: 3px;
  }
}

@media (max-width: 1200px) {
  #table_Action_generate {
    width: 25%!important;
  }
}

@media (max-width: 768px) {
  #button_generate {
    margin-bottom: 6px!important;
  }
}

@media (max-width: 768px) {
  #column_generate {
    margin-bottom: 6px!important;
  }
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: #fff;
}

.scroll-to-top:hover {
  background: #5a5c69;
}

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90,92,105,.5);
  line-height: 46px;
}

.d-inline {
  display: inline!important;
}

.rounded {
  border-radius: .35rem!important;
}

.border {
  border: 1px solid #e3e6f0!important;
}
