
#favourites {
    background-color: #F9F9FA !important;
}

#trialmessage, #cloudalert, #favourites {
    top : 0;
    position: fixed;
    height: 42px;
    width: 100%;
    z-index : 4
}
#favourites ~ #topbar {
    top: 42px;
}
#topbar {
    height: 3.5rem;
    position: fixed;
    z-index: 3;
    width: 100%;
    top: 0;
    box-shadow: 0 3px 6px #eeeeee !important;
}


.menuDivider {
    border-left: 1px solid #DFE1E6;
    height: 24px;
    margin: 0px 4px;
}


#usermenu-item {
    font-size: 16px;
    color: #212529;
}



/* User Menu Styles */
.v9appMenuModuleIcon{
    border-radius:4px;
    width: 16px;
    height: 16px;
    border: 1px solid ;
}

.user-profile-menu {
    border-radius: 6px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.25) !important;
    border: none !important;
    width: 260px;
    z-index:1040;
    transition: .3s ease all !important;
}

.user-profile-menu.dropdown-menu.show {
    transform: translateY(44px) !important;
    transition: .3s ease all !important;
    right: 0;
    left: auto !important;
}
.scheduleOptions .dropdown-menu.show {
    max-height: 44vh;
    min-height: 40vh;
    overflow-y: auto;
}
.scheduleOptions .bootstrap-datetimepicker-widget { 
    top : 40px !important;
}
.companyLogoBlock .btn-sm {
    padding: 0 !important;
    margin-left: 8px;
}

.companyLogoBlock .menuDivider{
    border-left: 1px solid #DFE1E6;
    height: 24px;
    margin: 0px 0 0  8px;
}

.companyLogoBlock:hover .menuDivider{
    visibility: hidden;
}

#company-links a:hover{
    color: #3978fe !important;
}

.b-dropdown-text {
    font-weight: normal !important;
    padding: 0;
}

.b-dropdown-text #usermenu-item:hover{
    background-color: #EFF0F2;
    border-radius: 4px;
}

.profile-img-container {
    position: relative;
    height: 56px;
    width: 56px;
    border-radius: 50%;
}
.external-link-source {
    position: absolute;
    top: 50px;
    right: 50px;
    max-width:50px;
    min-width: 40px;
}
.image-change {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    font-size: 16px;
    cursor: pointer;
    background-color: rgba(28, 33, 33, 0.6);
    display: none;
}
.profile-img-container:hover .image-change {
    display: block;
}
.image-change i {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #FFFFFF;
}

.globalSearchLoaderImage {
    position: absolute;
    right: 25px;
    top:10px;
}

.textContainer {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.subTasksSectionBgClr {
    background-color: #e7e7e7 !important;
}
.widgetExpanded {
    background-color:#ecedf1 !important;
    border:solid 1px #e4e5e9 !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.widgetCollapsed {
    background-color: #ffffff;
    border:'none';
}
.recordDetailsContainer{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.treeView li {
    border-left: thin solid #DDDDDD;
    list-style: none;
    padding-top: 15px;
  }
  .treeView>ul>li {
    margin-bottom: 30px;
  }
  .treeView li .toolbar-handle {
    margin-top: 24px;
    margin-left: -8px;
    position: relative;
    width: 25%;
    display: inline;
  }
  .treeView li .toolbar-handle .toolbar{
      display: inline;
  }



  .profile-img-container {
    position: relative;
    height: 56px;
    width: 56px;
    border-radius: 50%;
}