﻿.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Display Templates */
.partyDisplay, .addressDisplay { font-weight:600;}

/* DataTable Overrides */
table.dataTable th, .table.dataTable td {
    padding: 0.3rem 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #c8ced3;
}
.field-validation-error {
    color: #ff0000;
}
.page-link { line-height: 0.75;}

/* ERROR & LOGIN & LOCKSCREEN*/
.gray-bg, .bg-muted {
    background-color: #f3f3f4;
}
.m-t {
    margin-top: 15px;
}
.block {
    display: block;
}
.loginscreen.middle-box {
    width: 300px;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}
.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px;
}
.loginscreen.middle-box {
    width: 300px;
}
.loginColumns {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}
.login-control { width: 75%; }
.passwordBox {
    max-width: 460px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}
.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}
.middle-box h1 {
    font-size: 140px;
}
.wrapper .middle-box {
    margin-top: 140px;
}
.lock-word {
    z-index: 10;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -470px;
}
.lock-word span {
    font-size: 100px;
    font-weight: 600;
    color: #e9e9e9;
    display: inline-block;
}
.lock-word .first-word {
    margin-right: 160px;
}
.full-width {
    width: 100% !important;
}
.m-b {
    margin-bottom: 15px;
}
.btn-rms {
    color: #fff;
    background-color: rgb(26, 179, 148);
    border-color: rgb(26, 179, 148);
}
/* Multiselect */
.btn-multi {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 0.87rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 10px 3px 10px;
}
/* Card */
.card-hdtitle {
    text-decoration: none; color: #23282c;
}
/* Typeahead */
.typeahead.dropdown-menu {
    padding: 0.5rem 0;
    margin: 2px 0 0;
}
.typeahead li a {
    padding: 0px 2px 2px 6px; color: #000000;
}
/* Card */
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    padding-bottom: 0.55rem;
    padding-top: 0.55rem;
}
/* form-check */
.form-check-label {
    margin-bottom: 0px;
    padding-left: 5px;
}
/* General */
fieldset.fs-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 0.5em 1.4em !important;
    margin: 0 0 0.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}
legend.fs-border {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    font-size: .875rem;
    font-weight: 600;
}
.l-icon {
    width: 28px;
    padding-left: 7px;
}