﻿html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

#MainLogo {
    max-width: 300px;
    max-height: 50px;
}

@media (max-width: 768px) {
    #MainLogo {
        max-width: 200px;
    }
}

h1, .h1 {
    font-family: "houschka-rounded-bold",sans-serif;
    color: #E83B8C;
}

h2 {
    font-family: "houschka-rounded-bold",sans-serif;
    color: #E83B8C;
}

h4 {
    font-family: "houschka-rounded-semi-bold",sans-serif;
}

.ap-btn-bluebackground {
    background-color: #E83B8C !important;
    border-color: #E83B8C !important;
    color: #FFFFFF !important;
    font-family: houschka-rounded-semi-bold, sans-serif;
    font-size: 1.1rem;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

    .ap-btn-bluebackground:focus, .ap-btn-whitebackground:focus {
        border-color: #f5adcf !important;
        box-shadow: 0 0 0 0.2rem rgba(232, 59, 140, 0.25) !important;
    }

.ap-btn-whitebackground {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    color: #868E96 !important;
    font-family: houschka-rounded-semi-bold, sans-serif;
    font-size: 1.1rem;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.ap-btn-bluebackground:hover {
    background-color: #6A2480 !important;
    border-color: #6A2480 !important;
}

.ap-btn-whitebackground:hover {
    background-color: #EEEEEE !important;
    border-color: #EEEEEE !important;
    color: #868E96 !important;
}

.card {
    border-color: #FFFFFF;
}

.card-header {
    border-bottom-color: #F6F6F7;
    padding: 10px;
    background-color: #FFF;
    color: #18365C;
    font-family: houschka-rounded-bold, sans-serif;
    font-size: 18px !important;
    line-height: 18px;
    margin-bottom: 0px;
}

.footer-wrap {
    white-space: normal !important;
}

.footer {
    padding: 10px;
}

.table-calendar tbody tr td {
    height: 80px;
}

.navbar-custom {
    border-bottom: 5px solid #223458;
}

.clientportal-name {
    font-family: houschka-rounded-semi-bold, sans-serif;
}

.client-name {
    font-family: houschka-rounded-medium, sans-serif;
}

.whitespace-preline {
    white-space: pre-line;
}

.download-button {
    float: right;
    margin-bottom: -25px;
    z-index: 100;
    position: relative;
}

.select2-selection {
    overflow: hidden;
}

.select2-selection__rendered {
    white-space: normal;
    word-break: break-all;
}

.select2-container {
    min-width: 200px;
    width: 100%;
    max-width: 500px;
}