﻿/* width */
::-webkit-scrollbar {
    width: 18px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px #987F62;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #987F62;
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #987F62;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(images/loading.gif) center no-repeat rgb(0, 0, 0, 0.8);
}

img.logo-panel {
    width: 324px;
}

.anonymous-page-error {
    background-color: white;
}

.form-control-display {
    border: none;
}

.timeline > li.time-label-gold > span {
    color: #fff;
    background-color: #987F62;
}

.timeline > li.time-label-red > span {
    color: #fff;
    background-color: #C41E5F;
}

.timeline > li.time-label-blue > span {
    color: #fff;
    background-color: #2B295D;
}

img.timeline-photo {
    max-width: 55vw;
}

img.timeline-original-photo {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

img.pointer {
    cursor: pointer;
}

.form-control {
    height: unset;
}

.picture-block {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.picture-container {
    background-color: white;
    background-image: url('images/no-photo-available.jpg');
    height: 300px;
    width: 300px;
    border: 1px solid #987F62;
    margin: 10px 5px 10px 5px;
    text-align: center;
    line-height: 295px;
}

a.box-button {
    cursor: pointer;
}

a.box-button:hover {
    text-decoration: none;
}

.widget-user-header-gold {
    background-color: #987F62 !important;
}

.widget-user-header-red {
    background-color: #C41E5F !important;
}

.widget-user-header-blue {
    background-color: #2B295D !important;
}

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 25px 5px 25px 5px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word; /* Help out IE10+ with class names */
}

.bs-glyphicons li:hover {
    background-color: rgba(86, 61, 124, .1);
}

.bs-empty li {
    cursor: default;
}

.bs-empty li:hover {
    background-color: transparent;
}

@media (min-width: 768px) {
    .bs-glyphicons li {
        width: 25%;
    }
}

#topBtn {
    display: none;
    cursor: pointer;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 45px;
    z-index: 999;
    border: none;
    border-radius: 25px;
    outline: none;
    color: #FFFFFF;
    background-color: #987F62;
}

#topBtn:hover {
    background-color: #D09D7B;
}

@media (max-width: 768px) {
    #topBtn {
        bottom: 65px;
    }
}

#moreBtn, #moreBtn:hover, #moreBtn:visited, #moreBtn:focus {
    cursor: pointer;
    text-align: center;
    color: #C41E5F;
    border: none;
    background-color: transparent;
    width: 100%;
    outline-color: transparent;
}

