.ErrorText {
    font-weight:bold;
    font-size:1.2em
}
.ErrorTextSmall {
    font-size: 0.8em;
    color:red;
}
.validation-text {
    color: red!important;
}
.settings-label {
    font-weight: bold;
}

.settings-div {
    padding-bottom:10px;
}


.btnStyle {
    background-color: #1687c3;
    border: 1px solid #0f6897;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 1em;
    padding: 4px;
    text-decoration: none;
    height: 26px;
}

    .btnStyle:hover {
        background-color: #6cb6f3;
    }

.btnDisabled {
    background-color: dimgray;
    border: 1px solid dimgray;
    display: inline-block;
    cursor: not-allowed;
    color: #ffffff;
    font-family: arial;
    font-size: 1em;
    padding: 4px 4px;
    text-decoration: none;
    height: 26px;
}
.btnStyleCal {
    background: none !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 3px #D90011;
    margin-top: 50px;
    color: #333 !important;
    padding: 8px;
    text-align: center;
    font-size: 15px !important;
    font-weight: 800;
    transition: all .3s ease;
    cursor: pointer;
}

.btnStyleCal:hover {
        color: #D90011 !important;
    }
/*Calendar View*/
/*CSS CALENDAR-FRONT*/


.kalender-heading {
    text-align: left;
    border-bottom: solid 2px #f9f9f9;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.calendar-front {
    width: 100%;
}

.calendar-item-front {
    background-color: #F9F9F9;
    display: inline-block;
    vertical-align: top;
    width: 23.5%;
    padding: 2em !important;
    min-height: 210px;
    text-align: left;
    margin-left: 3px;
    margin-right: 3px;
}


.calendar-item-front-alt {
    background-color: #f2f2f2;
    display: inline-block;
    vertical-align: top;
    width: 23.5%;
    padding: 2em !important;
    min-height: 210px;
    text-align: left;
    margin-left: 3px;
    margin-right: 3px;
}

@media only screen and (max-width: 900px) {

    .calendar-item-front {
        background-color: #F9F9F9;
        display: block;
        vertical-align: top;
        width: 95%;
        padding: 1.3em;
        min-height: 210px;
        text-align: left;
        margin-bottom: 5px;
    }


    .calendar-item-front-alt {
        background-color: #f2f2f2;
        display: block;
        vertical-align: top;
        width: 95%;
        padding: 1.3em;
        min-height: 210px;
        text-align: left;
        margin-bottom: 5px;
    }
    /*.divCalLinks, .calendar-top-line {
        display: none;
        visibility: hidden;
    }*/
}


.calendar-day-front {
    margin-left: 5px;
    margin-bottom: 10px !important;
    font-size: 18px !important;
}

.calendar-date-front {
    font-size: 45px !important;
    color: #D90011;
    font-weight: 400;
}

.calendar-event-front {
    padding-top: 1.5em !important;
}


.event-front {
    padding-top: 1.5em !important;
}


.event-time-front {
    font-size: 18px;
    margin-bottom: 10px;
}


    .event-time-front::after {
        content: '';
        display: block;
        margin-top: 0px;
        width: 65px;
        height: 3px;
        background: #D90011;
        transition: width .3s;
    }


.info-text-front {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 22px;
    transition: all .3s ease;
}

    .info-text-front:hover {
        text-decoration: underline;
    }

.calendar-kategori-front {
    margin-top: -20px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #777 !important;
    line-height: 18px;
}

.hele-kalender {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 3px;
    text-decoration: underline;
    font-size: 17px !important;
}

a {
    color: #333 !important;
}

    a:hover {
        color: #D90011 !important;
    }

.calendar-top-line p {
    font-weight: 800 !important;
    line-height: 10px !important;
}

.calendar-top-line {
    border-bottom: solid 1px #f2f2f2;
    margin-bottom: 20px !important;
}

.choose-cal-btn {
    padding-left: 10px;
    padding-top: 5px;
    float: left;
    padding-right: 10px;
}

.calendars-dropdown {
    color: rgb(86,86,86);
}

/*CSS CALENDAR PLO*/
hr {
    max-width: 80px !important;
    margin-left: 0px;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    border-bottom: 5px solid #D90011 !important;
}
.page-container-new {
    max-width: 900px !important;
    margin: 0 auto;
}
.year {
    font-size: 18px !important;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    color: #D90011;
    font-weight: 300;
}
.calendar {
    width: 80%;
    margin: 0 auto;
}

.calendar-month {
    margin-top: 20px !important;
}

.calendar-month h1 {
    font-size: 35px !important;
}

.calendar-item {
    border-bottom: solid 2px #e2e2e2;
    padding-bottom: 1.5em !important;
}

.calendar-data {
    display: inline-block;
    padding-top: 1.5em !important;
}

.calendar-day {
    margin-left: 5px;
    margin-bottom: 15px;
    font-size: 20px;
}

.calendar-date {
    font-size: 35px !important;
    color: #D90011;
    font-weight: 400 !important;
}

.calendar-event {
    display: inline-block;
    vertical-align: top;
}


.event {
    padding-top: 1.5em !important;
}


.event-time {
    font-size: 20px !important;
    vertical-align: top;
    margin-left: 3em;
    margin-right: 3em;
    display: inline-block;
    border-bottom: solid 3px #D90011;
}

.event-info {
    display: inline-block;
    max-width: 400px !important;
    transition: all .3s ease;
}

.info-text {
    font-size: 17px !important;
    font-weight: 400;
    line-height: 25px;
}

.event-info:hover {
    text-decoration: underline;
}

.calendar-kategori {
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #999 !important;
    margin-top: -15px !important;
}

@media only screen and (max-width: 780px) {

    .calendar-data {
        display: block;
        padding-top: 3em;
    }

    .calendar-event {
        display: block;
        vertical-align: top;
    }


    .event {
        padding-top: 3em;
    }


    .event-time {
        font-size: 20px;
        width: 80px;
        vertical-align: top;
        margin-bottom: 0.5em;
        margin-left: 0em;
        margin-right: 0em;
        display: block;
        border-bottom: solid 3px #D90011;
    }

    .event-info {
        max-width: 400px;
        display: block;
    }
}