/* Global */
.no_display{
    display: none ;
}
.dataTables_wrapper{
         overflow:hidden
}
 .img-oval{
         max-width: 60px !important;
        width: 100%  !important;
        height: 70px;
        border-radius: 50%;
}
.fellow-member{
    border: 4px solid green;
}
.student-member{
    border: 4px solid #ffe600;
}
.font-fellow-sm{
    font-size:0.7rem
}
.col-md-9.site-content  {
    margin-bottom:100px !important;
}
.user_list{
             max-width:700px;
             overflow-x: auto;
             overflow-y:hidden;
             white-space: nowrap;
         }
/* Global End */
/* The side navigation menu */
.sidebar {

  height: 100%;
  width: 20%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f1f1f1;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Sidebar links */
.sidebar a {
  display: block;
  font-size:1rem;
  color: black;
  padding: 9px 0px 9px 20px;
  text-decoration: none;
}
.sidebar-accord .card, .sidebar-accord-databases .card{
    background-color: #f1f1f1;
    border:none;
}
/* Active/current link */
.sidebar a.active {
  background-color: #B97A3B;
  color: white;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}
.sidebar-collapse{
    /* position:absolute; */
    background: white;
    top:100%;
    width:100%;
    z-index: 1;
}
.sidebar-accord [data-toggle="collapse"] .fas:before, .sidebar-accord-databases [data-toggle="collapse"] .fps:before {
  content: "\f068";
}

.sidebar-accord [data-toggle="collapse"].collapsed .fas:before, .sidebar-accord-databases  [data-toggle="collapse"].collapsed .fps:before {
  content: "\f067";
}
/* Side-bar end */
nav .navbar-brand{
  margin-left: 22%;
}

.img-user-top{
    height: 70px;
    width: 70px;
    object-fit: cover;
}
.logo-header{
    width:320px;
}
/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}


.main-content.container-fluid{
    padding-left:0px;
}
.site-content{
    margin-left: 20%;
    padding:10px 20px 10px 10px;
}
footer{

    padding: 15px;
    color: white;

}
.error{
    color:red;
}
.display_block{
    display:inline-block !important;
}
/* Kebab Menu */

.kebab-menu .dropdown-toggle::after{
        content:none;
    }
/* Kebab Menu End */
/* Dropdown menu */
.dropdown-menu {
    width:300px;
}
/* Dropdown menu end */

/* Responsive */
/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;padding: 15px;}
  div.content {margin-left: 0;}
  .site-content{
    margin-left: 0;
    }
    footer{
        position: inherit !important;
    }
    nav .navbar-brand{
        margin-left: 10px;
    }
    .logo-header{
        width: 250px;
    }
}
@media screen and (max-width: 1300px) {
 .small-footer-copyrights.text-left.ml-5 {
    /* margin-left: 8rem !important; */
}
}
@media screen and (max-width: 1000px) {
    .small-footer-copyrights.text-right{
        text-align: center !important;
        /* margin-left: 0 !important; */
    }
}
/* Rating Input Css */
 .rating>input {
            display: none
        }

        .rating>label {
            position: relative;
            width: 1em;
            font-size: 3vw;
            color: #FFD600;
            cursor: pointer
        }

        .rating>label::before {
            content: "\2605";
            position: absolute;
            opacity: 0
        }

        .rating>label:hover:before,
        .rating>label:hover~label:before {
            opacity: 1 !important
        }

        .rating>input:checked~label:before {
            opacity: 1
        }

        .rating:hover>input:checked~label:before {
            opacity: 0.4
        }
        .text-underline{
            text-decoration: underline;
        }
/* Rating Input Css End*/
.course_tabs ul.list-group-flush .list-group-item{
    padding-left: 0px;
}
.course_tabs .jumbotron{
    padding: 1rem;
}
/* Media Queries */
/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: left;
    float: none;
  }
  nav .navbar-brand{
    margin:0 auto;
    margin-left: 10px;
  }
    .logo-header{
        width: 250px;
    }

}
.dropleft .dropdown-toggle::before{
    content: none;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #B97A3B;
    border-color: #B97A3B #B97A3B #8dc0e6;
}
/* Chat layout start */
.msgcontainer {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}

.darker {
  border-color: #ccc;
  background-color: #ddd;
}

.msgcontainer::after {
  content: "";
  clear: both;
  display: table;
}

.msgcontainer img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}

.msgcontainer img.right {
  float: right;
  margin-left: 20px;
  margin-right:0;
}

.time-right {
  float: right;
  color: #aaa;
}

.time-left {
  float: left;
  color: #999;
}
/* Chat layout end */
/* Team Pagge */
.custom_width{
           width:250px !important;
}
.width-40{
    width:10% !important;
}
/* Team Page End */
/* Sidepanel Start*/
.sidepanel  {
  width: 0;
  display: none;
  position: fixed;
  bottom:0;
  transition: bottom 1s;
  z-index: 1;
  height: 89%;

  right: 0;
  background-color: #B97A3B;
  border:2px solid black;
  overflow-x: hidden;
  padding-top: 60px;
}
.show-pannel{
  bottom: 11%;
}
.hide-pannel{
  transition: bottom 1s;
  bottom: -100%;

}
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #155b94;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}
/*Sidepanel End*/
/* Responsive Media Queries */
@media(max-width:500px){
  footer{
   margin-top: 20px;
   position: inherit !important;
  }
  .side-bar-entry{
      padding-right: 0px;
  }
  .bg-sm-dark{
    background-color: #f7f7f7;
    border: 1px solid #00000029;
    max-height:auto;
    overflow-y:scroll;
}
.pl-small-1{
    padding-left: 0.6rem;
}
.small-screen li.nav-item.active, .active-status{
    background-color:#3490dc;
    color: white !important;
}
.small-screen li.nav-item.active a{
    color: white !important;
}
.d-small-done{
    display: none;
}
.pl-xs-1{
    padding-left:0.25rem !important;
}
.site-content{
    padding: 10px 10px 10px 25px;
}
.card-header h3{
    font-size: 1.2rem;
}
.plan-tables .dataTables_filter input{
            margin-left: 0 !important;
        }
       .custom_width{
           width:250px !important;
        }
        .tbl-responsive{
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
        .hide-xs-content{
                display:none !important;
            }
            .sidepanel{
    width: 100% !important;
  }
  .user_list{
      max-width:350px;
  }
}
/* Responsive queries end */
