body {
  color: #48bccd !important;
}

/*
  Navbar
 */
.nav-head {
  box-shadow: 0 0 5px 0 #48bccd;
  height: 86px;
}

.bg-light {
  background-color: white !important;
}

.img-responsive {
  width: 60px !important;
}

li.nav-item {
  background-color: #48bcdd !important;
  border-radius: 25px !important;
  margin-right: 10px !important;
  margin-bottom: 5px !important;
}

li.nav-item a:hover {
  border-radius: 25px !important;
  background-color: #7de02a !important;
}

.navbar-light .navbar-nav .nav-link {
  color: white !important;
  font-weight: bold !important;
}

.navbar-light .navbar-toggler {
  border: 1px solid #48bcdd !important;
  border-radius: 5px !important
}

.navbar-brand i {
  color: #48bccd !important;
  font-size: 24px !important;
}

.navbar-nav .nav-link {
  padding-left: 15px !important;
}

.login-user {
  background-color: white !important;
  color: #48bccd !important;
}

.btn-link,
.btn-link:hover {
  color: #48bccd;
}

.btn-success {
  border: none !important;
  background-color: #7de02a !important;
}

.btn-primary {
  border: none !important;
  background-color: #48bccd !important;
}

.dropdown-toggle i,
.dropdown a {
  font-size: 20px !important;
  color: #48bccd !important;
  text-decoration: none !important
}

.pad {
  padding: 10px;
}

.lead {
  margin: auto !important;
}

form hr {
  border: 1px solid #48bccd;
  border-radius: 10px;
}

/* 
  Content
 */
.user {
  box-shadow: 0 0 5px 0 #48bccd;
  border-radius: 5px;
}

.fa-icon i {
  font-size: 110px;
  color: #48bccd;
}

.mb-3 {
  margin-bottom: 2rem !important;
}

.input-group-prepend {
  border: 1px solid #48bccd;
}

.input-group-text {
  background-color: #48bccd !important;
  color: white !important;
  border-radius: 0px !important;
}

.form-control {
  border-radius: 0px !important;
}

.table td {
  vertical-align: middle !important;
}

.form-check-inline a {
  color: #48bccd !important;
  text-decoration: none;
}

.btn-sm {
  font-size: .800rem !important;
  margin-left: .5rem !important;
  margin-bottom: .5rem !important;
}

.modal-header,
.modal-footer {
  border: none !important;
}

.modal-header .close {
  padding: .5rem .7rem !important;
}

/* Toggle Slider */

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #7de02a;
}

input:focus+.slider {
  box-shadow: 0 0 1px #7de02a;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Nav Tab */
.nav.nav-tabs {
  display: block;
  border-bottom: 0;
}

#myTab a {
  color: black !important;
  font-weight: bold;
}

#myTab a:hover,
#myTab a.active {
  color: white !important;
  border-radius: 25px !important;
  background: #48bccd !important;
}

#myTab li.nav-item {
  background: white !important;
  box-shadow: 0 3px 0 0 #48bccd;
}

.tab-content>.active {
  display: block;
  background: #48bccd !important;
  min-height: 165px;
}

/* 
  Footer
 */
.footer {
  background-color: #48bcdd;
  color: black !important;
  padding: 10px;
}

.jumbotron {
  margin-bottom: 0 !important;
  padding: 1rem 1rem !important;
}

.jumbotron p {
  color: white;
  font-weight: bolder;
}

/* 
  Responsive
 */
@media screen and (min-width: 768px) {
  .user {
    min-height: 423px;
    width: 50% !important;
  }

  .setup {
    min-height: 423px;
  }

  .app-list {
    max-height: 367px;
    overflow: auto;
  }

  .settings {
    min-height: 423px;
  }
}