﻿
.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}


.btn-pill {
    border-radius: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.page-wrapper {
    padding-bottom: 0;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

/* Login styles
-------------------------------------------------- */

html {
    height: 100%;
}

body {
    height: 100%;
}

.cover {
    padding: 0 20px;
}

.cover-container {
    margin-left: auto;
    margin-right: auto;
}

.inner {
    padding: 30px;
}

.site-wrapper {
    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

@media (min-width: 768px) {
    .site-wrapper-inner {
        vertical-align: middle;
    }
}

@media (min-width: 1200px) {
    .cover-container {
        max-width: 400px;
    }
}

.site-wrapper-inner {
    vertical-align: middle;
}

.background {
    background-image: url('../dist/images/background/collage-dark.png');
    background-position: center;
    background-size: cover;
}

.text-white {
    color: #fff;
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.is-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .row.is-flex > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.page-title {
    border-top: 1px solid #eff0f6;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
    -moz-box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
    box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
    min-height: 51px;
    line-height: 51px;
    z-index: 3;
}

@media (max-width: 991px) {
    .page-title {
        position: relative;
        top: 0;
        left: 0;
    }
}

.StripeElement {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.table td, .table th {
    vertical-align: middle;
}

.table-bordered {
    border: 0px solid #dee2e6;
}

.alert-purple {
    color: #6e3c8c;
    background-color: #bda1ce;
    /*border-color: #bda1ce;*/
}

.btn-purple {
    color: #fff;
    background-color: #7a439c;
    border-color: #7a439c;
}

    .btn-purple:hover,
    .btn-purple:focus {
        color: #fff;
        background-color: #6e3c8c;
        border-color: #6e3c8c;
    }

.validation-summary-errors.alert.alert-danger.unstyled-list ul,
.validation-summary-errors.alert.alert-danger.unstyled-list ul li {
    padding: 0;
    list-style: none;
    margin: 0;
}

.card-img-top {
    height: 150px;
}

.thead-dark .ui-icon,
.thead-dark .ui-icon .ui-widget-content .ui-icon {
    background-image: url('../img/ui-icons_444444_256x240.png') !important;
}

.unstyled-list ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

input[type=checkbox] + .required::after {
    content: " *";
    font-weight: bold;
    color: red;
    right: -1.5rem;
    left: inherit;
    top: 0;
}