html, body {
    height: 100%;
    margin: 0;
    max-width: 100%;
    overflow: auto;
}

.btn-download {
  width: 100%;
}

.fs-container {
  font-size: 16px;
}
/* css for floating button */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:70px;
	right:20px;
	background-color:#5a82e1; /*0C9;*/
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:22px;
}
/* end of floating button */

/* navbar bottom css */
.nav-bottom{
  display: flex;
  justify-content: space-between;
  background-color: #333;
  padding: 6px;
  position: fixed;
  bottom: 0;
  width: 100vw;
  /* max-width: 480px; */
}

.nav-item{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  padding: 12px 16px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
}

.nav-item span{
  width: 100%;
  overflow: hidden;
  padding-left: 8px;
}

.nav-item:focus{
  text-decoration: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  transition: .2s;
}

.nav-item:focus span{
  width: 100%;
  margin-left: 8px;
  transition: .2s;
}
/* end off navbar bottom css */

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mr-2 {
  margin-right: 2px;
}

.container-login {
  width: 90%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.my-btn {
  width: 90px;
}

.my-btn2 {
  width: 45px;
}

.my-btn3 {
  width: 75px;
}

a {
  text-decoration: none !important;
}

.text-break, .input-group-text {
  font-size: 13px !important;
}

/* PAGINATION */

.page-item.active .page-link {
  columns: #fff;
  background-color: #6c757d;
  border: 1px solid #6c757d;
}

.pagination > li > a {
  background-color: #fff;
  color: #6c757d;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > span > a:focus,
.pagination > span > a:hover {
  color: #111;
  background-color: #d3d3d3;
  border: 1px solid #6c757d;
  box-shadow: none;
}

.f-size2 {
  font-size: 20px;
}

/* put the navbar content centered */
.to-center {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.btn-side {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}

/* Keep the footer always down */
.wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}
#footer, .push {
    height: 50px;
}

@media (max-width: 700px) {
  .d-icon {
    display: none!important;
  }
  .justify-content-between {
    justify-content: right!important;
  }

  .justify-content-center {
    justify-content: center!important;
  }

}

/* Responsive 1199px */
@media(max-width: 768px){
  .container-login {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .wd-100 {
    width: 100%;
    padding: 1px;
  }

  .table:not(#tablePreviewUndone) thead {
    display: none;
  }

  .table:not(#tablePreviewUndone), .table:not(#tablePreviewUndone) tbody, .table:not(#tablePreviewUndone) tr, .table:not(#tablePreviewUndone) td {
    display: block;
    width: 100%
  }
  .table:not(#tablePreviewUndone) tr {
    margin-bottom: 15px;
    border: 1px solid #111;
    border-radius: 3px;
  }
  .table:not(#tablePreviewUndone) td {
    text-align: right;
    padding-left: 35%;
    position: relative;
    border: 1px solid transparent;
  }
  .table:not(#tablePreviewUndone) td::before {
    content: attr(label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
  }
  .table:not(#tablePreviewUndone) > thead > tr:first-child {
    display: none;
    margin-top: 5px;
  }
  /* First cell - change bg */
  #top-border {
    background-color: #111;
    color: #fff;
  }
  #top-border-warning {
    background-color: #FF0000;
    color: #fff;
  }
  /* Responsive Border */
  #sm-border {
    border: 1px solid #a9a9a9;
  }

  /* Footer */
  #footer {
    font-size: 13px;
  }

  .col-4-mobile {
    width: 100% !important;
  }

  .col-filter-mobile {
    display: none;
  }

  .col-search-mobile {
    width: 100% !important;
  }

  .col-2-mobile, .col-3-mobile {
    width: 50% !important;
  }

}
/* End of Responsive 1199px */
