﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.panel-container {
    border-color: #00498c !important;
    border-radius: 20px !important;
    overflow: hidden;
    position: relative;
}

.panel-heading {
    height: 75px;
    background: #f0f0f1;
}

.panel-body .table {
    table-layout: fixed;
    /*width: 100%;*/
}

    .panel-body .table thead th {
        border-top: none;
        border-bottom: 2px solid #00488b;
        color: #00488b;
    }

    .panel-body .table th, .table td {
        /*width: 100%;*/
    }

.border-primary {
    border-color: #00498c !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 5px solid #009ed3 !important;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.btn.btn-rounded {
    min-width: 120px;
    height: 30px;
    /*text-transform: uppercase;*/
    line-height: 1rem;
    border-radius: 20px;
}

.btn.btn-right-bottom {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.btn-rounded:focus, .btn-rounded.focus {
    box-shadow: none;
}

.btn-primary {
    background: #009ed2;
    border: #009ed2;
}

    .btn-primary:hover, .btn-primary.hover {
        background: #00779e;
        border: #00779e;
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #21a3de;
}

h1, .h1, h2, .h2, h4, .h4, label {
    color: #00488b;
}

h5, .h5 {
    font-size: 1rem;
    margin: 0;
    font-weight: 400;
}

label {
    font-weight: 600;
}


.jumbotron {
    background: transparent;
    margin: 0;
    padding: 0rem 1rem 2rem 1rem;
}

.field-validation-error {
    color: red;
}

.input-validation-error {
    color: red;
}


/* Select2 styles
-------------------------------------------------- */

.select2.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    min-height: calc(2.25rem + 2px);
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: calc(2.25rem + 2px) !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: calc(2.25rem + 2px) !important;
    }


#SelectedRolesValidation {
    color: #dc3545;
}

#GroupNameValidation {
    color: #dc3545;
}