[data-condition] {
    height: fit-content !important;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 100003;
}

span.select2-selection.select2-selection--single {
    outline: none;
}

.panel-highlight {
    background: #f7f7f7 !important;
    margin-bottom: 1.2em;
    padding: 1em !important;
    border-radius: .5% !important;
}

.long-modal .modal-body {
   max-height: calc(100vh - 15em);
   overflow-y: auto;
}

.template-preview-label {
    width: 100%;
}

.card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin-bottom: 2rem;
    margin-top: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.card:hover {
    box-shadow: 2px 4px 8px 0 rgba(46, 61, 73, .2);
    cursor: pointer;
}

.card-image {
    align-items: center;
    background-color: rgba(46, 61, 73, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    display: flex;
    flex-wrap: wrap;
    height: 20em;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
    text-align: center;
}

.card-image > img {
    max-width: 100%;
}

.card-title {
    border-top: 1px solid rgba(0, 0, 0, .123);
    padding: 20px;
    position: relative;
}

.card-title .radio {
    margin: 0;
}

.card a {
    border-bottom: none;
    color: #525c65;
    text-decoration: none;
    transition: color 0.3s ease;
}

.input-group > .select2-container {
    flex: 1 1 auto;
    width: auto;
}

.input-group > .select2-container .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding: 0.5rem 1rem;
}

.input-group .select2-button {
    padding: 7px 12px !important;
}

.hidden-row {
    padding: 0 !important;
}

.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: 5px;
}

.no-margin {
    margin: 0 !important;
}

.ui-datepicker {
    display: none;
}

.error,
.required {
    color: #f44336 !important;
    font-weight: bold;
}

.open > .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu li a {
    padding-left: 1.5em;
    padding-top: .5em;
    padding-bottom: .5em;
    color: #333;
}

.dropdown-menu li a i {
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.dropdown-menu .divider {
    margin: 0;
}

.circle {
    margin: 0 auto;
    background-color: #ccc;
    border-radius: 50%;
    height: 100px;
    text-align: center;
    width: 100px;
}

.initials {
    font-size: calc(100px / 2);
    line-height: 1;
    position: relative;
    top: calc(100px / 4);
    font-weight: 700;
    color: #1b202b;
}

.fa-times-circle {
    color: #d50000 !important;
}

.fa-check-circle {
    color: #00c853 !important;
}

td .dropdown-menu {
    left: initial !important;
    right: 0 !important;
}

.circle {
    margin: 0 auto;
    background-color: #ccc;
    border-radius: 50%;
    height: 100px;
    text-align: center;
    width: 100px;
}

.initials {
    font-size: calc(100px / 2);
    line-height: 1;
    position: relative;
    top: calc(100px / 4);
    font-weight: 700;
    color: #1b202b;
}

.fa-check-circle {
    color: #00c853 !important;
}

.fa-times-circle {
    color: #d50000 !important;
}

.dt-body-center {
    text-align: center;
}

.main-header .sidebar-toggle:before {
    content: "";
}

input.error {
    color: #f44336;
    font-weight: bold;
    border:1px solid red;
}

.select2-container {
    width: 100% !important;
}

.rowLinkJs {
    cursor: pointer;
}

.box-footer.pagination-sm > .pagination {
    margin: 0;
}

.box-footer.pagination-sm > .pagination > li > a,
.box-footer.pagination-sm > .pagination > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.overlayShadow {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.99);
    z-index: 9999;
}

.overlayBand {
    display: table-cell;
    vertical-align: middle;
}

.overlayBox {
    position: absolute;
    top: 10%;
    left: 40%;
    display: table;
    margin: 0 auto 0 auto;
    width: 350px;
    background-color: white;
    padding: 10px;
}

.lockscreen-credentials {
    margin: 0 !important;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}
