﻿.highlight {
    background-color: #F8F8F8;
    font-weight: bold;
}
.listViews {
    margin-top: 7px;
    height: calc(100% - 47px);
    width: 100%;
    position: relative;
}




/*.lvwHeight {
    height: 254px!important;
}*/
.setCaptionHeight {
    margin-top: 3px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
}
.setHeight {
    /*font-size: 1.2rem;*/
    height: 40px;
    min-height: 40px;
    max-height: 40px;
}
.setIconMargin {
    margin-top: 10px !important;
}
.libBreadCrumbNav {
    background-color: white;
    color: #4183c4;
    font-size: 0.95em;
}
.libBreadCrumbCaption {
    display: none;
    background-color: white;
    color: #4183c4;
    cursor: pointer;
    float: left;
    font-size: 0.95em;
}
.libBreadCrumbLongCaption {
    display: none;
    background-color: white;
    width: 65px;
    max-width: 65px;
    min-width: 65px;
    color: #4183c4;
    cursor: pointer;
    float: left;
    font-size: 0.95em;
}
.libBreadCrumbShortCaption {
    display: none;
    background-color: white;
    width: 45px;
    max-width: 45px;
    min-width: 45px;
    color: #4183c4;
    cursor: pointer;
    float: left;
    font-size: 0.95em;
}
.libBreadCrumbNavHighlighted {
    color: black;
    font-weight: bold;
    font-size: 0.95em;
}
.listPortraitViews {
    height: calc(100% - 20px);
    width: 100%;
    overflow: hidden;
    -moz-overflow: hidden;
    position: relative;
}
.listLandScapeViews {
    
    height: calc(100% - 27px);
    width: 100%;
    overflow: hidden;
    -moz-overflow: hidden;
    position: relative;
}

/*.listViewContents {
    scrollbar-width: none;
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 0;*/
    /*right: -17px;*/ /* Increase/Decrease this value for cross-browser compatibility */
    /*overflow-x: hidden;
    color: black;
    margin: auto;
    width: 100%;
}*/
/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.Absolute-Center-Library_Settings {
    margin-left: auto;
    margin-right: auto;
    bottom: 80px;
    right: 0;
    left: 0;
    max-width: 300px;
    width: 300px;
}
.Absolute-Center-Settings {
    margin-left: auto;
    margin-right: auto;
    top: 90px !important;
    /*    top: 130px !important;*/
    bottom: 42px;
    /*  bottom: 80px;*/
    right: 0;
    left: 0;
    max-width: 300px;
    width: 300px;
}


.Absolute-Center-Admin {
    margin-left: auto;
    margin-right: auto;
    top: 130px !important;
    bottom: 80px;
    right: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
}

.libBreadCrumb {
    position: fixed;
    height: 35px;
    color: #888888;
    font-size: 0.95em;
    margin-left: auto;
    margin-right: auto;
    top: 65px !important;
    right: 0;
    left: 0;
    text-align: center;
    max-width: 300px;
    width: 300px;
}
.LibBreadCrumbOnLandScape {
    position: fixed;
    height: 35px;
    color: #888888;
    font-size: 0.95em;
    margin-left: auto;
    margin-right: auto;
    top: 40px !important;
    right: 0;
    left: 0;
    text-align: center;
    max-width: 300px;
    width: 300px;
}


.ClipFrameFormat {
    text-align: right;
    float: right;
    width: 166px;
}

.ClipFrameCaptionFormat {
    text-align: right;
    float: right;
    width: 100px;
}