﻿/*.settings-button {
    width: 200px;
    margin: 5px 24px;
    align-self: center;
    border: 2px solid #F2C24B;
    border-radius: 6px;
    background-color: #FFFFFF;
    background: linear-gradient(133.38deg, rgba(239,238,238,0.3) 0%, rgba(171,171,171,0.1) 100%);
}*/

.e-btn {
    background-color: darkcyan;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

.secondary-button {
    background-color: #F2C24B;
    color: #164769;
    font-family: "Open Sans";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
    padding: 3px 10px
}

.background-holder {
    background-image: url(../lake.jpg);
    background-size: cover;
    position: absolute;
    width: 100vw;
    opacity: .4;
}

.gone {
    display: none
}

.nowrap {
    white-space: nowrap;
}

.panel {
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 2px 4px 10px 0 rgba(0,0,0,0.1);
}

.login-panel {
    width: 600px;
    left: auto;
    right: auto;
}

.toggle-button-text {
    color: #164769;
    font-family: "Open Sans";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 33px;
}

.fieldLabel {
    color: #102A43;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 19px;
    padding-top: 25px;
    padding-bottom: 5px;
}

.noselect {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

:root {
    --main-color: darkcyan;
}

.portal-nav {
    width: 195px;
    border-radius: 0 0 0 15px;
    background-color: var(--main-color);
    flex-grow: 0;
    align-self: stretch;
    user-select: none;
}

.portal-nav-label {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
    margin-left: 25px;
    cursor: pointer;
}

.portal-nav-link {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
    opacity: .6;
    cursor: pointer;
}

.portal-nav-link-selected {
    opacity: 1;
}

.portal-nav-avatar-title {
    color: black;
    font-family: "Open Sans";
    font-size: 20px;
    letter-spacing: 0.28px;
    line-height: 27px;
}

.portal-nav-avatar-subtitle {
    opacity: 0.5;
    color: black;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.19px;
    line-height: 19px;
}

.rounded-box {
    border-radius: 11px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2);
    padding: 35px 38px;
    flex-grow: 1;
    flex-basis: 0;
}

.home-welcome-back-text {
    color: #164769;
    font-family: Lato;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom: 40px;
    width: 100%;
    padding-top:25px;
}

.home-start-new-permit-button {
    height: 50px;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    background-color: var(--main-color);
    border-radius: 10px;
    padding: 0 22px;
}

.home-subheader-text {
    color: #164769;
    font-family: Lato;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 29px;
    margin-left: 23px;
}

.home-header-bar {
    min-height: 117px;
    max-height: 117px;
    min-width: 1350px;
    background-color: white;
    border-radius: 15px 15px 0 0;
    padding: 0 45px 0 36px;
}

.home-hdivider {
    top: 116px;
}

.e-calendar {
    border: none;
    max-width: 389px;
}

    .e-calendar .e-header .e-title,
    .e-calendar .e-content span.e-day,
    .e-calendar .e-content .e-other-month span.e-day,
    .e-calendar .e-content td.e-focused-date.e-today span.e-day,
    .e-calendar th,
    .e-calendar .e-date-icon-prev, .e-calendar .e-date-icon-next,
    .e-calendar .e-content td.e-today span.e-day {
        font-family: Lato;
        color: var(--main-color);
    }

    .e-calendar .e-content .e-other-month span.e-day {
        opacity: .5;
    }

    .e-calendar th,
    .e-calendar .e-content td.e-focused-date.e-today span.e-day {
        font-weight: 900;
    }

    .e-calendar .e-header .e-date-icon-prev::before {
        content: '<';
        font-size: 20px;
    }

    .e-calendar .e-header .e-date-icon-next::before {
        content: '>';
        font-size: 20px;
    }

    .e-calendar .e-footer-container {
        border-top: unset;
    }

    .e-calendar .e-footer-container {
        text-align: right;
    }

        .e-calendar .e-footer-container .e-btn.e-flat.e-primary {
            width: 96px;
            border-radius: 50px;
            background-color: #F2C24B;
            font-family: "Open Sans";
            font-size: 10px;
            letter-spacing: 0;
            line-height: 14px;
            text-align: center;
            color: var(--main-color);
            border: unset;
        }

.home-permit-card {
    border-radius: 11px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2);
    flex-basis: 0;
    padding: 18px 32px 19px 32px;
    margin-bottom: 30px;
    color: var(--main-color);
    cursor: pointer
}

.home-permit-card-name {
    font-family: Lato;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 10px
}

.home-permit-card-number {
    color: #F2C24B;
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 15px;
}

.home-permit-card-address {
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 20px;
}

.home-permit-card-link {
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    text-decoration: underline;
}

.home-permit-card-type {
    font-family: Lato;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 27px;
    text-align: right;
    margin: 17px 0 7px 0;
}

.home-permit-card-access {
    font-family: Lato;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 22px;
    text-align: right;
}

.permit-attachments-preview-card {
    width: 125px;
    height: 125px;
    border: 0.5px solid rgba(151,151,151,0.5);
    border-radius: 5px;
    background-color: #FFFFFF;
    margin: 16px 16px 0 0;
}

.card-action-button {
    border-radius: 10px;
    background-color: #F2C24B;
    font-family: "Open Sans";
    font-size: 10px;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
}

.home-page-city-name {
    /*color: white;*/
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    padding:10px;
}

.home-page-logo {
    height: 51px;
    box-sizing: border-box;
}

.home-page-search {
    box-sizing: border-box;
    height: 46px;
    width: 674px;
    border: 1px solid rgba(151,151,151,0.5);
    border-radius: 32.5px;
    padding: 0 60px;
    /*background: url(images/add_blue.svg) no-repeat scroll 30px 14px;*/
    color: rgba(0,0,0,0.5);
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
}

.home-notification-cell {
    border-radius: 5px;
    background-color: #f3f3f3;
    padding: 19px 20px 18px 26px;
    color: #164769;
    cursor: pointer;
}

.home-notification-cell-body {
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}

.permit-overview-tab {
    color: #2E2E2E;
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0.25px;
    line-height: 15px;
    padding: 10px 25px;
    cursor: pointer;
    user-select: none;
}

.permit-overview-tab-selected {
    opacity: 0.9;
    color: #2E2E2E;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    border-radius: 17px;
    background-color: #BCCCDC26;
    padding: 10px 25px;
}

.permit-overview-card {
    cursor: pointer;
    color: #164769;
    font-family: Lato;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 29px;
    border-radius: 11px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2);
    padding: 35px 24px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 25px;
    break-inside: avoid;
    width:100%;
}

.permit-todo-card {
    color: #164769;
    font-family: Lato;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 29px;
    border-radius: 11px;
    background-color: #FFFFFF;
    padding: 35px 24px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 25px;
    break-inside: avoid;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2);
}

.permit-todo-title {
    font-family: Lato;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 29px;
}

.permit-todo-title-warn {
    color: #B80B0B;
    font-family: Lato;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 29px;
}

.permit-overview-card-title {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 10px;
}

.permit-message-avatar {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.permit-message-avatar-reverse {
    margin-right: 0px;
    margin-left: 20px;
}

.permit-message-sender {
    color: #164769;
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 19px;
}

.permit-message-message {
    font-family: Lato;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19px;
}

.permit-message-date {
    color: #164769;
    font-family: Lato;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 14px;
}

    .permit-message-date .reverse {
        text-align: right
    }

.e-label {
    color: #164769;
}

.e-checkbox-wrapper .e-label {
    color: #102A43;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 19px;
}



.login-panel {
    padding: 32px 0;
    margin: auto;
}


.permit-card-h1 {
    color: #164769;
    font-family: Lato;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 49px;
}

.permit-card-h2 {
    color: #164769;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    margin-top: 25px;
}

.permit-card-back-text {
    color: #164769;
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    margin-left: 15px;
}


.permit-has-not-been-submitted {
    color: #B80B0B;
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    margin-left: 7px;
    margin-right: 20px;
}

.start-permit-category-div {
    /*width: 534px;*/
    height: 150px;
    /*border: 3px solid #F2C24B;*/
    border-radius: 10px;
    background-color: #FFFFFF;
    background: linear-gradient(133.38deg, rgba(239,238,238,0.3) 0%, rgba(171,171,171,0.1) 100%);
    padding: 0 34.5px;
    margin-bottom: 13.5px;
    flex-direction: row;
    align-content: center;
    cursor: pointer;
    color: #164769;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 19px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul {
    margin: 0;
}

    ul.dashed {
        list-style-type: none;
    }

        ul.dashed > li {
            text-indent: -5px;
        }

            ul.dashed > li:before {
                content: "-";
                text-indent: -5px;
            }
