.navbar {
    border: none !important;
    background: none !important;
    background-color: unset !important;
    height: 80px !important;
}
.navbar:after {
    height: 0px;
}
.navbar .navbar-inner {
    border: none !important;
    background: none !important;
    background-color: unset !important;
}
.navbar a, .navbar .center {
    color: #878787 !important;
}
.navbar .navbar-inner .navbar-title {
    color: #878787 !important;
    /*position: absolute;
    left: 108px;*/
}

.toolbar.tabbar.tabbar-labels{
    height: 100%;
    width: 58px;
    background: #eeeeee;
    overflow: hidden;
}
.toolbar.tabbar.tabbar-labels .toolbar-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 80px;
    width: 100%;
    padding: 0;
}
.toolbar.tabbar .toolbar-inner > a.tab-link {
    max-height: 45px;
    width: 100%;
    min-width: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.toolbar.tabbar .toolbar-inner > a.tab-link.active {
    max-height: 45px;
    width: 100%;
    background: #777777;
}
.toolbar.tabbar .toolbar-inner .tabbar-label {
    display: none;
}
.toolbar.tabbar .toolbar-inner .tab-link .icon {
    color: #ffffff;
}
.toolbar.tabbar .toolbar-inner .tab-link .active .icon {
    color: #ffffff !important;
}
.profile_img {
    height: 33px;
    width: 33px;
    line-height: 33px;
    border-radius: 100%;
}
.profile_img > img{
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
#iconProfile:after {
    content: "\f130";
    cursor: pointer;
    margin-left: 10px;
    line-height: 38px;
    font-size: 11px;
    display: inline-block;
    font-family: "btc-font";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;

}



.page-content {
    height: calc(100% - 80px) !important;
    margin-top: 80px !important;
    margin-left: 58px;
    /*width: calc(100% - 58px);*/
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    border: 0;
}
.sub-popup-library-view .page-content {
    height: calc(100% - 80px) !important;
    margin-top: 80px !important;
    margin-left: 0px !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    border: 0;
}
.editor-cancel-btn{
    display: flex !important;
    justify-content: center !important;
}
.sub-popup-library-view .left, .sub-popup-library-view .center{
    margin-left:0px !important;
}

.popover-salesforce-ui .left,.popover-salesforce-ui .center{
    margin-left:0px !important;
}
.popover-salesforce-ui .right{
    margin-right:0px !important;
}
.popover-salesforce-ui .navbar-inner{
    padding: 0 23px !important;
}

.page-content-library {
    /*width: calc(100% - 58px);*/
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    border: 0;
}
.page-content-library-item {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
}

.list-block {
    margin: 0;
}



.card-inline {
    width: auto;
    height: auto;
    margin: 17.5px;
    margin-left:0;
}
#libraryItemList{ 
    margin-left:20px !important;
    margin-top:10px;
}
.tpl-thumbnail {
    /*height: 185px;
    width: 185px;*/
    /* height: 198px;
    width: 198px;
    border:1px solid #d7d7d9;
    background-repeat: no-repeat;
    background-size: 100% 100%; */
}
.thumbnail-landscape {
    height: 198px;
    width: 258px;
    border:1px solid #d7d7d9;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.thumbnail-portrait {
    height: 228px;
    width: 198px;
    border:1px solid #d7d7d9;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#btnEditorCancel .icon-main{
    color:#777777 !important;
}
.list-block .item-link.list-button{
    font-size:14px !important;
    line-height:30px !important;
}