/* Custom Stylesheet */

span.badge {
    box-sizing: border-box;
    color: #757575;
    float: none;
    font-size: 1rem;
    line-height: inherit;
    min-width: 3rem;
    padding: 0 6px;
    position: absolute;
    left: 10px;
    right: auto;
    text-align: center;
}


.container {
    width: 90%;
}
.head-indent {
  padding-left: 20px;
  padding-right: 20px;
}

#breadcrumbline {
    position: relative;
    font-size: 1rem;
    width: 100%;
    padding-left: 2.0rem;
    padding-top: 10px;
    line-height: 2.5rem;
}
#breadcrumbline #breadcrumb {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

#breadcrumb a {
    color: #1A72B7;
}

#loader {
    margin: 20px auto;
    width: 80%;
    height: 100px;
    z-index: 10;
}

.mediaitem {
    display:block;width:300px;
}

#loading {
    position:relative;display: table;height: 100%;width:30%;margin: 0 auto;
}
#loading #loadingbar {
    display: table-cell;vertical-align: middle;
}

.select-item
{
    box-shadow: 0 1px 2px 5px rgba(42,182,169, 1.0), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.select-version
{
    box-shadow: 0 1px 2px 5px rgba(42,182,169, 1.0), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.busy * {
    cursor: wait !important;
}

.side-nav li {
    line-height: 1.5rem;
}
.side-nav li:hover {
    background-color: inherit;
}
 .ui-menu {
     z-index: 999;
 }
.mam-fixed-btn {
    bottom: 10px; right: 25px;
}
.mam-fixed-btn-up {
    bottom: 65px; right: 25px;
}
.mam-fixed-btn-2 {
    bottom: 70px; right: 25px;
}
.mam-fixed-btn-2-up {
    bottom: 125px; right: 25px;
}
.mam-fixed-btn-3 {
    top: -10px; right: 25px; height:10rem;
}
.detail-navigate {
    position: fixed;
    width: 56px;
    top: 70px; right: 25px;
    z-index: 9999;
}
.detail-navigate-top {
    position: fixed;
    width: 56px;
    top: 0; right: 25px;
}
.shot-thumb-overlay {
    position:absolute;
    bottom:0.5em;
    left:0.2em;
    font-size: small;
    line-height: 1;
    padding:2px;
    background-color:black;
    color: white
}
.shot-thumb-overlay-undo {
    position:absolute;
    top:0.3em;
    left:0.3em;
    line-height: 1;
    padding:2px;
    background-color:white;
    display:none;
}
.shot-thumb-overlay-note {
    position:absolute;
    top:0.3em;
    left:0.3em;
    line-height: 1;
    padding:2px;
    background-color:black;
    font-size: smaller;
    color: white;
    overflow: hidden;
}
#slide-out-menu  a {
    color: #444;
    display: block;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 15px;
}
.social svg {
    width: 20px;
    height: 20px;
    margin: 0 10px;
}
/* self hosting google icons */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/google-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/google-icons/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/google-icons/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/google-icons/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.bg-track {
    height:100%;overflow:auto;
    background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5) ), url('../media/tracks.jpg') no-repeat 50% 50%;
    background-size: cover;
}
.bg-grey {
    height:100%;overflow:auto;
    background-size: cover;
    background-color: #47454b;
}
h1, h2, h3, h4, h5, h6, p, .btn {
    font-family: "Lato", sans-serif !important;
    font-weight: 200 !important;
}
input {
    color: white;
}
textarea {
    color: white;
}
body {
    background: #ffffff;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

/*html{*/
    /*height: 100%;*/
/*}*/

main {
    flex: 1 0 auto;
}
.nav-menu {
    padding-top: 10px;
    height:80px;
}
.nav-white {
    background-color: white;
    height:80px
}
.page-footer {
    padding-top: 20px;
    color: black;
    background-color: white;
}
#languages li a {
    color:#1A72B7;
}