html, body {

  height: 100%;

}
html { font-size: 62.5%; }
body {
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  line-height: 1.6;
  font-weight: 400;
  color: #2C3239;

}
.login-page{
  background: #F0F0F0;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin label.input-field {
  color: #9DAFB8;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.btn-primary{
  background: #0091EA;
  border-color: #0091EA;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 1.6rem;
  min-width: 200px;
}
.text-blue{
  color: #0091EA;
}
.bg-blue{
  background: #0091EA;
}
.input-group-text{
  font-size: 2.2rem;
  color: #D8DFE3;
  border-right: 0;
}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 100px 0 0; /* Height of navbar */

}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 100px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 600;
  font-size: 2rem;
  color: rgba(255,255,255,0.4);
}
.sidebar .nav-item{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  margin-left: 20px;
}
.sidebar .nav-link span {
  margin-right: 10px;
  color: #999;
  width: 30px;
  display: inline-block;
}
.sidebar .nav-link span svg path{
  fill: rgba(255,255,255,0.4);;
}
.sidebar .nav-link.active {
  color: rgba(255,255,255,1);
}
.sidebar .nav-link.active span svg path{
  fill: rgba(255,255,255,1);;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 133px; /* Space for fixed navbar */
}


@media (min-width: 768px) {
  [role="main"] {
    padding-top: 100px; /* Space for fixed navbar */
  }
  .sidebar-sticky .nav{
    margin-top: 100px;
  }
}

/*
 * Navbar
 */
.navbar{
  height: 100px;
}
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;

}

.navbar .form-control {
  padding: 1rem 1rem;
  font-size: 1.6rem;
  height: 44px;

}

.form-control-dark {
  color: #8E8E93;
  background-color: #F3F5F6;
  border-color: #F3F5F6;
}


.navbar-dark .navbar-nav .nav-link.btn-primary{
  min-width: 130px;
  color: #fff;
}
h3{
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
}
.heading3{
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
}
.large-check{
  font-size: 6rem;
}
.heading4{
  font-size: 2.4rem;

}
.orange-text{
  color: #F68748;
}

.font-weight-bolder{
  font-weight: 900 !important;
}
.number-box{
  font-size: 3rem;
  color: #5B6B82;
  line-height: 1;
}
.number-box span{
  font-size: 10rem;
  font-weight: 700;
}

.list-check li{
  background: url("images/check-mark-button.png") no-repeat left top;
  padding-left: 30px;
  margin-bottom: 15px;
}
.shadow {

  box-shadow: 0 0 1rem rgba(0,0,0,.15) !important;

}
.btn-sm{
  min-width: inherit;
}
.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {

  border-color: #dbdbdb;

}
.btn-warning.btn-lg, .btn-danger.btn-lg, .btn-success.btn-lg{
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  border-radius: 15px;
}
.user-thumb{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #D8DFE3;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
}
.edit-payment {
  margin-top: -50px;
  position: relative;
  z-index: 9;
  max-width: 900px;
  display: none;
}
.edit-payment .form-control{
  font-size: 1.6rem;
}
.close-edit{
  position: absolute;
  right: 0;
  top: 0px;
  color: rgba(0,0,0,0.3);
  cursor: pointer;


}
.coptext{
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  left: 0;
  color: #fff;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .navbar{
    height: 60px;
    background: #0091EA !important;
  }
  [role="main"] {
    padding-top: 70px;
  }
  .navbar-dark .navbar-nav .nav-link.btn-primary{
    min-width: inherit;
    padding: 5px;
  }
}

.cuorser{cursor: pointer;}

.form-control {
  font-size: 16px;
}

.parsley-errors-list li{
    color: red;
    list-style-type: none;
    margin-left: -40px;
}
.parsley-errors-list{
    position: absolute;
    top: 100%;
}
