﻿body {
    font-family: Montserrat;
    color: #000;
    font-size: 16px;
    font-weight: 400 !important;
    letter-spacing: -0.02em;
    color: #222832;
    min-width: 400px;
}

img#load {
    float: left;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 100px;
    z-index: 1000;
    padding: 5px;
}

span#key, span#filter {
    cursor: pointer;
    float: right;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #3074E5;
    letter-spacing: 0.03em;
    margin-top: 6px;
}

.center {
    margin: 0 auto;
}

.month-nav {
    float: left;
}

#CalendarDisplay > h5 {
    color: #979da7;
    font-weight: 400;
}

.title-month {
    font-size: 30px;
    font-weight: 700;
    color: #222832;
    text-transform: uppercase;
}

.arrows {
    text-align: center;
    height: 25px;
    width: 25px;
    display: inline-block;
    cursor: pointer;
    background-color: #E4E8EE;
    border-radius: 50%;
    color: #222832;
    position: relative;
    margin: 10px 5px 0px 5px;
}

    .arrows:hover {
        background-color: #e2e2e2;
    }

.clear {
    clear: both;
    height: 5px;
}

#MonthRight > i, #MonthLeft > i {
    margin-top: 3px;
    position: absolute;
    left: 9px;
}

.calendar-list {
    border-right: 1px solid #E4E8EE;
    border-bottom: 1px solid #E4E8EE;
    border-top: 1px solid #E4E8EE;
    border-radius: 5px;
    overflow: hidden;
}

footer {
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.vertical-alignment-helper {
    display: table;
    height: 100vh;
    width: 100%;
    pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    border-radius: 0;
}

.modal-header {
    display: block;
}

    .modal-header .close {
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 36px;
        color: #3074E5;
        opacity: 1;
    }

.modal-title-product {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.modal-title {
    color: #3074E5;
    font-weight: 700;
    font-size: 17px;
}

.footer-link {
    color: #3074E5;
    font-weight: 700;
}

ul.key {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}

    ul.key.category-key {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        -webkit-column-fill: balance;
        -moz-column-fill: balance;
        column-fill: balance;
    }

    ul.key > li {
        margin-bottom: 10px;
    }

.blue-dark {
    color: #1e27e2;
}

.blue {
    color: #1ab5e2;
}

.orange {
    color: #f1690e;
}

.orangeBG {
    background-color: #f1690e;
}

.redBG {
    background-color: #ff0d0d;
}

.blueBG {
    background-color: #1ab5e2;
}

.red-text {
    color: red;
}

.blackBG {
    background-color: #333;
}

.greenBG {
    background-color: #13bb37
}

key_desc_info {
    color: black;
}

.key_desc span {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 3px 5px;
    margin-right: 8px;
    border-radius: 4px;
    line-height: 1.5em;
    font-style: normal;
}

.entry-title.entry-title-space {
    height: 35px;
}

.entry-title h5 {
    color: #57585c;
    font-weight: 700;
}

.nav-tabs > li > a.active {
    border: 1px solid gray;
    color: gray;
    border-bottom-color: transparent;
    background: white;
    background: #fff;
}

.nav-tabs > li > a:hover {
    border: 1px solid #979da7;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    border-radius: 10px 10px 0 0;
    margin-right: 0px;
    color: #fff;
    background: #979da7;
    font-weight: bold;
    font-size: 14px;
}

.nav > li > a {
    padding: 10px 30px;
}

.nav .nav-tabs {
    border-bottom: 1px solid #979da7;
}

.calendar-header {
    min-height: 37px;
    padding: 0px;
    margin: 5px 0 4px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input#ResetFilter {
    margin-left: 15px;
}

.sort_field {
    display: inline-block;
    padding: 5px;
}

.sort_field_name {
    font-size: 12px;
    color: #58606d;
    padding-right: 5px;
}

.btn-gray,
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
    color: #ffffff;
    background-color: #58606D;
    border-color: #58606D;
    font-weight: 600;
}

.btn-gray-light,
.btn-gray-light:hover,
.btn-gray-light:focus,
.btn-gray-light:active,
.btn-gray-light.active {
    color: #000;
    background-color: #E4E8EE;
    border-color: #E4E8EE;
    font-weight: 700;
    border-radius: 20px;
}

.btn-blue,
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    color: #ffffff;
    background-color: #3074E5;
    border-color: #3074E5;
    font-weight: 700;
    border-radius: 20px;
}

.btn-blue-outline,
.btn-blue-outline:hover,
.btn-blue-outline:focus,
.btn-blue-outline:active,
.btn-blue-outline.active {
    color: #3074E5;
    background-color: #ffffff;
    border-color: #ffffff;
    font-weight: 600;
    border-radius: 20px;
}

#SortSectionMobile-title {
    color: #3074E5;
    font-weight: 700;
    font-size: 17px;
}

.close {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 36px;
    color: #3074E5;
    opacity: 1;
}

input#ResetView,
input#ResetView:hover,
input#ResetView:focus,
input#ResetView:active,
input#ResetView.active {
    margin-bottom: 10px;
    border-radius: 20px;
    color: #1E27E2;
    background-color: #E4E8EE;
    border-color: #E4E8EE;
    font-weight: 600;
    outline: none;
}

.current_day_area {
    width: 100%;
    padding: 40px 0;
    background-color: #f5b87a;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    display: block;
}

hr {
    margin-bottom: 10px;
    border-top: 1px solid #979da7;
}

.day_name {
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
}

.day_arrow {
    text-align: center;
    height: 50px;
    width: 50px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    position: relative;
    vertical-align: top;
    margin: 50px;
    opacity: 0.3;
}

    .day_arrow:hover {
        opacity: 1;
    }

    .day_arrow i {
        color: #fff;
        font-size: 36px;
        margin-top: 4px;
        position: absolute;
        margin-left: -7px;
    }

.day_number {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline;
    font-size: 120px;
    font-weight: 400;
    letter-spacing: -0.32px;
    line-height: 132px;
    text-align: center;
    text-size-adjust: 100%;
    white-space: normal;
}

.day_event {
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.5;
}

    .day_event:hover {
        opacity: 1;
    }

.day_event_count {
    border-radius: 50%;
    background-color: #ffffff;
    color: #3d3d3d;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
    font-size: 13px;
}

.month-list {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 65px;
    letter-spacing: -0.32px;
    line-height: 25.6px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-size-adjust: 100%;
    width: 100%;
}

.month-list-arrow {
    margin: 0;
    cursor: pointer;
    min-width: 20px;
    text-align: center;
    width: 60px;
    height: 65px;
    padding-top: 15px;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    z-index: 1;
    color: #c3bebe;
    font-size: 36px;
}

    .month-list-arrow:hover {
        background-color: #E0E0E0;
        color: white;
    }

span.month-list-arrow.prev {
    left: 0;
    display: block;
}

span.month-list-arrow.next {
    right: 0;
    display: block;
}

ul.month-list-day {
    list-style: none;
    display: block;
    white-space: nowrap;
    overflow-y: hidden;
    margin-left: 20px;
    margin-right: 60px;
    color: #222832;
}

    ul.month-list-day li {
        background-color: #ffffff;
        text-align: center;
        width: 60px;
        height: 95px;
        display: inline-block;
    }

        ul.month-list-day li:hover {
            background-color: #fbfbfb;
        }

.month-list-day-num {
    font-weight: 700;
    font-size: 30px;
    font-family: Lato;
    color: #222832;
    letter-spacing: 0;
}

.month-list-day-name {
    text-transform: uppercase;
    font-size: 12px;
    color: #979da7;
    line-height: 18px;
    letter-spacing: 0;
}

.month-list-day-count {
    padding-top: 0;
    border-radius: 50%;
    background-color: #d6d6d6;
    color: #3d3d3e;
    width: 25px;
    height: 25px;
    display: inline-block;
    font-size: 13px;
}

.month-list-day.active {
    border-top: solid;
    border-top-color: #3074E5;
    border-top-width: 4px;
}

    .month-list-day.active span {
        color: #3074E5;
    }

#MonthListView a {
    text-decoration: none;
}

.input-group.input-group-unstyled input.form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.input-group-unstyled .input-group-addon {
    border-radius: 5px;
    border: 0px;
    background-color: transparent;
}

.change-view > #title {
    font-size: 13px;
    font-weight: 700;
    color: #3074E5;
    margin-top: 12px;
}

.change-view a {
    font-size: 13px;
    font-weight: 700;
    color: #3074E5;
    background-color: #E4E8EE;
    border-color: #E4E8EE;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 5px;
    float: left;
    width: 75px;
    text-align: center;
}

#DayTab {
    border-radius: 4px 0 0 4px;
}

#MonthTab {
    border-radius: 0 4px 4px 0;
}

.change-view a.aspNetDisabled,
.change-view a.aspNetDisabled:hover {
    color: #979da7;
    background-color: LightGray;
}

#admin {
    margin-top: 100px;
}

.duplicates tr td {
    padding: 5px 10px;
}

.switch {
    position: relative;
    width: 150px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 13px;
    color: #58606d;
    letter-spacing: 0.03em;
    margin-top: 12px;
    cursor: pointer;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input#dayMonthToggleDisplay:checked + .slider {
    background-color: #2196F3;
}

input#dayMonthToggleDisplay + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input#dayMonthToggleDisplay:checked + .slider:before {
    -webkit-transform: translateX(116px);
    -ms-transform: translateX(116px);
    transform: translateX(116px);
}

.sort-section.mobile {
    display: none;
}

.sort-section {
    margin-top: 15px;
}

#SearchBar {
    margin-top: 15px;
}

span#filter {
    display: none;
}

span#key {
    margin-top: 12px;
}

@media (max-width: 1200px) {
    div#SortSection span, div#SortSection select, div#SortSection a {
        font-size: 10px !important;
    }
}

@media (max-width: 990px) {
    span#key, span#filter {
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        color: #3074E5;
        letter-spacing: 0.03em;
        margin-top: 0px;
    }

    span#filter {
        display: unset;
    }

    .key-toggle {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
    }

    .month-selector {
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    .sort-section {
        display: none;
    }

        .sort-section.mobile {
            position: fixed;
            top: 70px;
            right: 5px;
            background-color: #fff;
            z-index: 10;
            flex-direction: column;
            height: 300px;
            width: 80%;
            border: 1px solid #2196F3;
        }

    .sort_field.mobile {
        margin-bottom: 10px;
    }

    ul.key.category-key {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        -webkit-column-fill: unset;
        -moz-column-fill: unset;
        column-fill: unset;
    }

    .empty-li {
        display: none;
    }

    .title-month {
        margin-top: 25px;
        display: inline-block;
        line-height: 30px;
    }

    .arrows {
        margin: 10px 5px -4px 5px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}
