﻿


/* TODO: Re-evealuate these styles, and CSS source code control overall */

/* From _Layout.cshtml.css
 --------------------------------------------------------------------*/
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #999999;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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;
}

/*--------------------------------------------------------------------*/



html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


body {
    font-family: 'PT Sans', sans-serif;
    min-height: 740px;
    background: rgb(215, 215, 215);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(rgb(240, 240, 240)), to(rgb(190, 190, 190)));
    background: -webkit-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background: -moz-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background: -ms-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background: -o-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background: radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
}






.content-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin: -6px 0px 8px 0px;
}

    .content-header .row {
        margin-bottom: 0px !important;
    }

        .content-header .row dd {
            margin-bottom: 0px !important;
        }

    .content-header .header-buttons {
        display: flex;
        flex-direction: row;
        align-items: end;
    }



.header-title {
    width: 100%;
}

.content-separator {
    margin-top: 12px;
}

.content-body {
    display: flex;
    flex-direction: row;
}

    .content-body .detail-cards-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

        .content-body .detail-cards-wrapper .card {
            width: 50%;
            border: none;
        }

        .content-body .detail-cards-wrapper .card-body {
            border: 1px solid rgba(0,0,0,.125);
            border-radius: 6px;
            padding: .5rem;
            margin: .5rem;
        }

        .content-body .detail-cards-wrapper .card dl {
            margin: 0;
        }

@media (max-width: 991px) {
    .content-body .detail-cards-wrapper .card {
        width: 100%;
    }
}

.content-body .detail-cards-wrapper {
    flex-grow: 5;
}

.content-body .actions {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

    .content-body .actions .btn {
        margin: 6px;
        white-space: nowrap;
    }

.form-group input[type=submit] {
    margin-top: 16px;
}

.confirmation-buttons {
    display: flex;
    flex-direction: row;
}

    .confirmation-buttons .btn {
        margin-top: 16px;
        margin-right: 24px;
    }




.tab_page_wrapper {
    margin-top: 20px;
    /* FOR LIMITING HEIGHT - NOT SURE THIS MAKES IT BETTER... */
    /*    max-height: 450px;
    overflow-y: auto;*/
}






.delete-button {
    float: right;
    margin-top: 6px;
    margin-right: 6px;
}



.center-content-vertically-using-flex {
    display: flex;
    align-items: center;
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.no_select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.display_none {
    display: none;
}



@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition-property: height, visibility !important;
        transition-duration: .35s !important;
    }
}
