@import url('http://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

body {
  width: 100%;
  background: #E5E7EB;
  position: relative;
  display: flex;
 
}

@media only screen and (max-width: 462px) {
  body {
    width: fit-content;
  }
}

#menu {
  background: #4f81bd;
  background: #4f81bd;
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#menu .logo {
  display: flex;
  align-items: center;
  padding: 20px 0 0 20px;
}

#menu .items {
  margin-top: 40px;
}

#menu .items h5 {
  color: aliceblue;
  margin-top: 20px;
  margin-left: 20px;
}

#menu .items li{
  list-style: none;
  padding: 10px 0;
  transition: 0.3s ease;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}


#menu .items li:hover {
  background: #ffffff;
  cursor: pointer;
  width: 260px;
}

#menu .items li:nth-child(1) {
  border-left: 4px solid #fff;
}

#menu .items li i{
  color: rgb(134, 141, 151);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  margin: 0 10px 0 25px;
}

#menu .items li:hover i,
#menu .items li:hover a {
  color: #222222;
}

#menu .items li a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 500;
  transition: 0.3s ease;
}

/* #menu .dropdown-menu {
  z-index: 1;
} */

#interface {
  width: calc(100% - 250px);
  margin-left: 250px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  /* mobile */
   #menu {
    display: none;
  }
  #interface {
    width: 100%;
    /* position: relative; */
    margin-left: 0px;
    margin-right: 0px;
    justify-content: right;
  } 
  #interface .navigation {
    width: 100%;
    background-color: #00ff00;
  }
  }
  

  @media only screen and (min-width: 641px) {
    #menu {
      display: block;
    }
    #interface .logo2 {
      display: none;
    }
    #interface .navbar {
      display: none;
    }
    #toggler {
      display: none;
    }
    #interface .navbar-toggler {
      display: none;
    }
  }

  #interface .logo2 {
    margin-left: 1px;
  } 

#interface .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #4f81bd;
  padding: 15px 30px;
  border-bottom: 3px solid #253047 ;
}
@media only screen and (max-width: 650px) {
  #interface .navigation {
    width: 100%;
    justify-content: start;
    padding: 10px 0px;
  }
}
 
#interface .navigation .search {
  display: flex;
  justify-content: flex-starft;
  align-items: center;
  padding: 10px 24px;
  height: 50px;
  width: 550px;
  background: #656565;
  outline: none;
  border-radius: 10px;
}

#interface .navigation .search input {
  border: none;
  outline: none;
  font-size: 16px;
  height: 50px;
  width: 550px;
  margin: 0 20px;
  background: #f5f5f5;
  margin-right: -25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#interface .navigation .search i {
  color: #fff;
}

#interface .navigation .profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#interface .navigation .profile i {
  color: #fff;
  margin-right: 20px;
  font-size: 19px;
  font-weight: 400;
}

#interface .navigation a {
  color: #fff;
}

#interface .navigation .profile img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

#interface .navbar-nav-login {
  display: flex;
}
/* 
.navbar-collapse {
  position: fixed;
  top: 50px;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.navbar-collapse.collapsing {
  left: -75%;
} */



#interface .nav-link {
  padding: 0.5rem 0.5rem;
}

/* @media only screen and (max-width: 600px) {
  #interface .navbar-nav-login {
    padding: 0.5rem 0.2rem;
  } 
} */



.container{
  margin-left: -50px;
  z-index: 0;
}

.dashboard-label {
  font-size: 16px !important;
}

.dashboard-card {
  height: 300px !important;
}

.dashboard-card-min {
  min-height: 300px !important;
}

.small-dashboard-card {
  height: 150px !important;
}

.small-dashboard-card-min {
  min-height: 150px !important
}

.drag-over-all {
  z-index: 10000 !important;
}

.droppable-zone-highlight {
  border: 2px solid green !important;
}

.list-group-item.list-group-item-action.disabled {
  background-color: rgba(0,0,0,.03);
}

.sl-card {
  margin-bottom: 20px;
}

.sl-data-table th .search-input {
  border-radius: 0;
}

.sl-data-table td {
  padding: 0 !important;
}

.sl-data-table td span { 
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #212529;
  padding: .75rem;
}

.red_bg {
  background-color:#ff0000;
}
.red_bg:hover {
  background-color:#dd0000 !important;
}

.green_bg {
  background-color:#00ff00;
}
.green_bg:hover {
  background-color:#00dd00 !important;
}

.yellow_bg {
  background-color:#ffff00;
}
.yellow_bg:hover {
  background-color:#dddd00 !important;
}

.controlls {
  width: 100%;
  position: relative;
}

.controll1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
}


.controll2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 50px;
}

/* MY BUTTON STYLE */

.btn-primary-my {
  color:#fff;
  background-color: #4f81bd !important;
  border-color: #253047
}

.btn-primary-my:hover {
  color:#fff;
  background-color: #2d61a1 !important;
  border-color: #253047
}

/* NEW COURSE INFO DIV */

.content {
  margin: 30px 0;
}

.content .data {
  padding: 25px;
  background-color: #fff;
  border: 2px solid #4f81bd;
  border-radius: 8px;
}

.content p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid gainsboro;
}

.content p:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.content p b{
  font-weight: 700;
}

.content p span {
  float: right;
  font-weight: normal;
}

.data {
  display: none;
}