* { margin: 0; }

:focus{
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
}

html, body { height: 100%; }

.wrapper { min-height: 100%; height: auto !important; height: 100%; padding-top: 50px }
/* .wrapper { min-height: 100%; height: auto !important; height: 100%; margin-top: 50px auto 0px; } */
/*.push{ height: 50px; }*/
/* .footer{ height: 100px; } */

/* .navbar.canvas.canvas-sliding, .navbar.canvas.canvas-slid{
    position: static !important;
} */

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #72392c;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-toggle {
    margin-right: 10px;
}
.navmenu-default,
.navbar-default .navbar-offcanvas {
    background-color: #fff;
    border-color: #e7e7e7;
}

.list-group-item:first-child{
    border-top: 0;
}
.list-group-item{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-left: 0;
    border-right: 0;
    padding: 0;
}

.list-group-item.home-menu-account{
    padding-left: 20px;
}
.list-group-item.home-menu-account:first-child{
    border-top: 1px !important;
}
.list-group-item.home-menu-account:last-child{
    border-bottom: 0px;
}

.list-group-item a{
    width: 100%;
    /* height: 100%; */
    display: block;
    padding: 11.5px;
    color: #000;
}

.list-group-item a.active{
    color: #d03438;
}

.navmenu-fixed-right {
    left: auto !important;
}
.navbar-toggle, .navbar-toggle:focus {
    left: auto !important;
    background: #fff;
    outline: none;
}
body.canvas-sliding, body.canvas-slid {
    left: auto !important;
}

#mainNav{
    /* border-bottom: 0 !important; */
}

@media (min-width: 992px){
    #mainNav {
        border-color: transparent !important;
        background-color: #fff !important;
    }
}

.center-panel{
    width: 100%;
    min-width: 100% !important;
    padding: 15px;
}

.h5{
    font-size: 1rem;
}

.navmenu.offcanvas .header-profile{
    display: block;
    margin: 20px auto;
    width: 70px !important;
    height: 70px !important;
}


#coach-client-list div.photo{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: auto;
    background-position: center center !important;
    background-size: contain !important;
}

#coach-client-list .list-group a{
    border: 0;
}

#account-viewer div#tasks a i{
    color: #000;
    font-size: 20px;
}

#account-viewer div#tasks a p{
    color: #000;
    font-size: 12px;
}

@media(max-width: 360px){
    .fc-toolbar.fc-header-toolbar h2{
        font-size: 1.4em;
    }
}

#chat-lobby .list-group-item {
    padding: 10px;
}

#chat-lobby .list-group-item .photo {
    margin-right: 10px !important;
}

#chat-lobby .msg p{
    font-size: .9em;
    margin-bottom: 0;
}

 #chat-lobby small{
    font-size: .6em;
 }
/* #chat-lobby .message-input{
    display: block;
    position: fixed;
    bottom: 0;
}
*/
#chat-lobby #message-logs{
    /* height: 60vh; */
    height: 52vh;
}

/* Carousel override mobile */
.carousel {
  margin-bottom: 0;
}

.carousel-inner {
  height: inherit;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 15%;
  /* bottom: 3rem; */
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100%;
  background-color: #777;
}
.carousel-item > div.image {
  width: 100%;
  height: calc(100vh - 50px);
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

header.masthead{
    padding-bottom: 0 !important;
    height: calc(100% - 50px) !important;
}
