﻿a:visited {
    text-decoration: none;
}

body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif'
}

a {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.top-middle {
    display: flex;
    justify-content: center;
}

.middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.bottom {
    display: flex;
    align-items: flex-end;
}

.align-middle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.align-top {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
}

.align-bottom {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
}

.bottom_img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.blueButton {
    background-color: #159dd7;
    color: white;
    border: 0;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    height: 50px;
    font-weight: bold;
}

.transparentButton {
    background: transparent;
    color: white;
    border: 2px solid white;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    height: 60px;
    font-weight: bold;
}

.rounded {
    border-radius: 2.5em;
}

.blue {
    color: #159dd7;
}

.dark_blue {
    color: #162a83;
}

.white {
    color: white;
}

.bluearrow {
    color: #159dd7;
    font-weight: bold;
}

.responsiveHeight {
    width: auto;
    height: 100%;
}

.textbox {
    height: 50px;
    border-radius: 5px;
    border: none;
    width: 87%;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
}

.bigtextbox {
    height: 100px;
    border-radius: 5px;
    border: none;
    width: 87%;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
}

.drop {
    height: 50px;
    border-radius: 5px;
    border: none;
    width: 90%;
    font-size: 20px;
}

input::placeholder {
    color: #159dd7;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 18px;
    transform: translateY(-16px);
}

.select2-container--default .select2-selection--single {
    background-color: #0083ad !important;
}

.select2-container .select2-selection--single {
    height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
    color: white !important;
}

.select2-results__option {
    width: 50% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
}

.select2-results {
    background-color: #0083ad !important;
    color: white !important;
}

.select2-search--dropdown {
    background-color: #0083ad !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #0083ad !important;
    color: white !important;
    border: 1px solid #f39c12 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f39c12 !important;
}

.radioLabel {
    font-size: 13px;
    font-weight: 600;
}

.ButtonList {
    margin: -6px;
}
