/*
* Override Pages default styles or create your own styles here
*/

.pace-activity{display: none !important;}
.logoAhub{padding:40px}
.logoClient{padding: 20px 40px; margin: 0px auto; margin-bottom: 20px; background-color: white; width: 100%;border-radius: 3px;}

#main-view{opacity: 0;}
/*.page-content-wrapper{background-color: rgb(247, 247, 247);}*/
/*.page-content-wrapper{background-color: rgba(255, 255, 255, 0.91)}*/
.content .container-fluid{padding-left: 15px; padding-right: 15px; }
/*.page-container{padding-left: 50px;}*/
.page-container .page-content-wrapper .content{padding-top: 44px;}

/*.header{height: 44px; -webkit-backdrop-filter: saturate(180%) blur(10px); backdrop-filter: saturate(180%) blur(10px); background-color: rgba(255, 255, 255, 0.7) !important; border-color:rgba(214, 214, 214, 0.4); }*/
body.fixed-header .header{height: 44px;border-bottom: 1px solid rgba(124, 124, 124, 1);}
.page-sidebar .sidebar-header, .header .header-inner{height: 44px;}
/*.header>.header-logo{left: 20px;}*/
.header .brand{ text-align: left; width: auto;}
.page-sidebar{left: -230px;background-color: transparent;}
/*.sidebar-menu{background-color: rgba(255, 255, 255, 0.91)}*/
/*.page-sidebar, .sidebar-visible .sidebar-menu{ -webkit-transition: background-color 200ms;transition: background-color 200ms;}*/
.sidebar-visible .page-sidebar, .sidebar-visible .sidebar-menu{background-color: #2b303b;}
 /*.page-sidebar .sidebar-menu .menu-items > li{padding:10px 0px; margin:5px 0px;}*/
.sidebar-visible .page-sidebar .sidebar-menu .menu-items > li{background-color: #2b303b;}
.page-sidebar .sidebar-menu .menu-items .icon-thumbnail{margin-right: 5px;}

/*.page-sidebar .sidebar-header{height: 44px;line-height: 44px;}
.page-sidebar .sidebar-header h3{margin: 0px;line-height: 44px;}*/

.copyright{padding: 10px 0;border: none;}
.tooltip-inner{border-radius: 0;}
.quickview-wrapper .nav-tabs{padding: 0 35px;}

/*header*/
/*body.fixed-header .header{position: absolute;}*/
/*body.menu-pin .header .brand{ padding-left: 90px; padding-right: 30px; width: auto; text-align: right;}*/

/* side view - chat */
#chat .list-view{height: calc(100% - 44px);overflow-x: hidden;overflow-y: auto;position: absolute;width: 100%;}

/*tables head titles*/
.table-head div{text-transform: uppercase;
font-weight: 600;
font-family: 'Montserrat';
font-size: 13px;
padding-top: 10px;
padding-bottom: 10px;
vertical-align: middle;
border-bottom: 1px solid rgba(230, 230, 230, 0.7);
color: rgba(44, 44, 44, 0.35);}

/*defaults*/
.cursor-pointer{cursor: pointer}

/*nav*/
/*.page-sidebar .sidebar-menu .menu-items li:hover > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail{color:#030303}*/

.course-version-opened{background-color: #eee;}
.course-version-opened .btn{background: none; border: none;}

.col-full-height-scroll{
    height: calc(100vh - 44px);
    overflow-y: scroll;
}

.show-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none; /*width: 2px;*/
}
.show-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/*.summernote-wrapper .note-editor .note-toolbar .btn-group .btn{height: 40px;min-width: 37px;line-height: 40px;}
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn.dropdown-toggle{min-width: 41px;}
.note-popover .popover .popover-content .note-color .dropdown-menu, .note-toolbar .note-color .dropdown-menu{min-width: 170px;}*/

/*team list */
.team-list{
    list-style: none;margin: 0;padding: 0;
}
.team-list-item{
    list-style: none;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 10px 20px;
    line-height: 10px;
}

/* Modules */
.modules-list-row h5{color:white;}
.modules-list-row:hover{
    /*background: #606970;*/
}
.modules-list-row:hover, .modules-list-row-active{
    background: white;
}
.modules-list-row:hover h5, .modules-list-row.modules-list-row-active h5{
    color: initial !important;
}

.panel-group .panel-heading .panel-title > a:after{content: "\f106"; top: 0px; width: 22px; right: 0px; line-height: 78px; text-align: center; background-color:#f6f6f6; border-radius:  0px 4px 4px 0px ;}
.panel-group .panel-heading .panel-title > a.collapsed:after{content: "\f107"; }

.datepicker .table-condensed{width: 100%;}