@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

html,
body {
    height: 100%;
    overflow-x: hidden;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 0px 15px 20px;
    min-height: calc(100vh - 130px);
    /* for footer to be on the bottom */
    /*    overflow-x: auto;
    width: 1265px;*/
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:
        /*"\e113"*/
        "\e151";
}

a.desc:after {
    content:
        /*"\e114"*/
        "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding: 15px;
    border: none;
    color: black;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.navbar {
    background: #CFA65A;
    border: none;
}

.navbar-default .navbar-nav>.active>a {
    background-color: #f5f5f5;
    color: black;
}

.navbar-default .navbar-nav>li>a {
    color: black;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #CDCDCD;
}

.grid-view {
    overflow-x: auto;
}

.time-selected {
    background-color: red !important;
}

.custom-exit {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 14;
    display: block !important;
    opacity: 0;
}

.carousel-inner>.item {
    text-align: center;
}

.th-month {
    width: 100px;
}

.logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-wrapper>img {
    align-self: center;
    max-width: 320px;
    margin: 20px 0;
}

.site-home-text {
    text-align: center;
    color: #1A384F;
    margin: 30px;
}

a {
    color: #CFA65A;
}

.glyphicon {
    color: black;
}

.pagination>.active>a {
    background-color: #CFA65A !important;
    border: none;
}

.pagination>a {
    color: black
}

.btn-link {
    color: #CFA65A;
}

.decrement,
.increment {
    background-color: #CFA65A;
    border: none;
}

.breadcrumb>.active {
    color: black;
    font-weight: bold;
}

.breadcrumb>form>button {
    color: #c0c0c0;
}

.breadcrumb>li>a {
    color: #c0c0c0;
}

.breadcrumb>span {
    color: #c0c0c0;
}

.gold-btn {
    background-color: #CFA65A;
    border: none;
}

.grey-btn {
    background-color: #c0c0c0;
    border: none;
    color: black;
}

.black-btn {
    background-color: #333333;
    border: none;
    color: white;
}

.gold-btn:hover,
.gold-btn:focus,
.gold-btn:active,
.gold-btn:hover:focus,
.grey-btn:hover,
.grey-btn:focus,
.grey-btn:active,
.grey-btn:hover:focus,
.black-btn:hover,
.black-btn:focus,
.black-btn:active,
.black-btn:hover:focus,
.decrement:hover,
.decrement:focus,
.decrement:active,
.decrement:hover:focus,
.increment:hover,
.increment:focus,
.increment:active,
.increment:hover:focus {
    background-color: #a8986e !important;
    border: none !important;
    color: black !important;
}

select[name="SensorSearch[building_name]"] option {
    text-align: left;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.5s ease-in;
}

.alert {
    margin-left: 15px !important;
    margin-right: 15px !important;
}


@media(max-width:1919px) {
    .scene {
        overflow-x: auto;
    }
}