﻿.flex-container {
    display: flex;
}

.card-header {
    background: #333366;
    color: white;
    font-weight: 400;
}

/*.whitebox {
    background-color: white;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -moz-box-shadow: 3px 3px 5px #dedede;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px #dedede;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #dedede;
    background-color: white;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -moz-box-shadow: 3px 3px 5px #dedede;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px #dedede;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #dedede;
}*/

.whiteform {
    margin: 0 auto 0 auto;
    width: 550px;
    text-align: left;
    padding: 20px;
    margin: 0 auto 0 auto;
    width: 550px;
    text-align: left;
    padding: 20px;
}

.ui-tabs {
    border: 0px;
}

    .ui-tabs .ui-tabs-nav {
        display: flex;
    }

        .ui-tabs .ui-tabs-nav li {
            flex: 1;
            display: flex;
            /* If placed in a small width sidebar or something like that disabling nowrap will fix the overflow issue */
            white-space: normal;
        }

            .ui-tabs .ui-tabs-nav li a {
                flex: 1;
                text-align: center;
            }

.ui-tabs-active.ui-state-active {
    background-color: #404085;
}

.btn {
    margin: 0px !important;
    /*font-size: 14px !important;*/
    padding: 10px 12px; /* Some padding */
}

    .btn.btn-sm {
        margin: 0px !important;
        font-size: 12px !important;
    }

.btn-outline-info {
    border: 1px solid #3949ab !important;
    background-color: transparent !important;
    color: #3949ab !important;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    background: #f4e8e8;
    border: 1px #981B1f solid;
    padding-left: 15px;
    padding-right: 15px;
    width: 77%;
}

    .validation-summary-errors > span {
        font-weight: bold;
        color: #981B1f;
    }

body {
    font-family: Arial, Helvetica, sans-serif !important;
}

dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

dd {
    margin-left: unset;
}

table th {
    font-size: 15px !important;
    font-weight: bold !important;
}

table td {
    font-size: 13px !important;
}

hr {
    background-color: #fbad23;
    height: 2px;
    border-width: 0;
    margin: 20px 0;
}

form input[type=submit], input[type='reset'], button {
    padding: 8px 25px;
    background-color: #f6f9fb;
    font-weight: 700;
    color: #003366;
    border: #a6c6df 2px solid;
    text-decoration: none;
    font-size: 110%;
}

/*textarea {
    resize: none;
    width: 100%;
    white-space: pre-line;
}*/

/*textarea, input[type='password'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='number'], input[type='email'], input[type='url'], input[type='search'], input[type='tel'], input[type='color'], .uneditable-input {
    display: inline-block;
    height: 16.8em;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}*/

/*textarea, input[type='password'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='number'], input[type='email'], input[type='url'], input[type='search'], input[type='tel'], input[type='color'], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}*/

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}