﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

a, .btn-link {
    color: #333;
}

li.page-item a.page-link {
    color: cadetblue !important;
    font-weight: 600
}

li.page-item.active.disabled a.page-link {
    color: grey !important;
    font-weight: 400 !important
}

li.page-item.disabled a.page-link {
    color: grey !important;
    font-weight: 400 !important
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.sk-cube-grid {
    width: 80px;
    height: 80px;
    margin: 100px auto;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #494e52;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.btn:focus {
    box-shadow: none;
}

.btn-anim {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    padding: 0.15rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    transition: none !important;
}

.b-layout-sider {
    background-color: white;
    border-right: 1px solid lightgrey;
}

.optionNameEmpty {
    color: gray
}

.optionName {
    color: black
}

.optionCountEmpty {
    font-style: italic;
    margin-left: 7px;
    color: gray
}

.optionCount {
    font-style: italic;
    margin-left: 7px;
    color: black
}

.login-nav {
    padding-top: 11px;
    padding-left: 20px !important;
}

a.nav-link {
    padding: 11px 8px 0 8px;
}

.navbar-nav.mr-auto {
    margin-top: -6px;
}

.pieStyle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid grey;
    box-shadow: 3px 3px 3px grey;
}

.facetHeading {
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid grey;
    margin-top: 6px;
    margin-left: 6px;
    box-shadow: 3px 3px 3px grey;
}

.facetControl {
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid grey !important;
    margin-bottom: 2px;
    margin-left: 6px;
    color: cadetblue !important;
    box-shadow: 3px 3px 3px grey;
}

.card-header {
    padding: 0;
}
/*@media (min-height:770px) {
    .table-fixed-header {
        height: 650px !important
    }

}
@media (max-height:769.99999px) and (min-height:640px) {
    .table-fixed-header {
        height: 520px !important
    }
}
@media (max-height:639.99999px) and (min-height:520px) {
    .table-fixed-header {
        height: 400px !important
    }
}
*/
th {
    word-break: keep-all !important;
    max-height: 31.5px !important;
}

    th.sortable {
        text-decoration: underline;
    }

.step-text {
    font-size: 1rem !important;
    word-break: keep-all !important;
    color: cadetblue !important
}

.step-circle {
    background-color: cadetblue !important;
    border-color: cadetblue !important
}

.sideWidthOpen {
    max-width: 25%;
    min-width: 25%
}

.btn-social {
    margin: 10px;
}

.darkCol {
    background-color: floralwhite;
}

.assertionModal {
    background-color: floralwhite;
    box-shadow: 2px 2px 2px grey;
}

.brightCol {
    background-color: white;
}

.wideCol {
    min-width: 150px !important;
}

.veryWideCol {
    min-width: 350px !important;
}

.narrowCol {
    min-width: 20px !important;
}

.command-button {
    margin: 0 1px;
    padding: 0 !important;
    font-size: 12px !important;
    min-width: 40.69px;
    color: white;
    box-shadow: 2px 2px 2px grey;
}

.smaller-command-button {
    margin: 3px;
    padding: 2px 2px 3px 2px !important;
    font-size: 10px !important;
}

.tight-smaller-command-button {
    margin: 1px;
    padding: 1px !important;
    font-size: 9px !important;
    width: 59.03px !important;
}

.myDefDropDown {
    padding: 0 4px 0 0 !important;
}

.modal-dialog {
    margin-top: 70px;
}

/* i elements that are descendants of th type elements. use > for direct children */
/*https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors*/
th i.fa-sort-up {
    display: none !important;
}

th i.fa-sort-down {
    display: none !important;
}

.detailsLabelDiv {
    border: 1px solid grey !important;
    border-radius: 0.25rem;
    min-height: 32.8px;
    background-color: #e9ecef !important;
}
.detailsLabel {
    margin: 0;
    padding: 0.35rem 0.75rem;
    min-height: 30.8px;
    background-color: #e9ecef !important;
}
.A-button {
    width: 44px;
    float: right;
    margin: 0;
    padding: 0 !important;
    font-size: 12px !important;
    min-width: 40.69px;
    /*height: auto !important;*/
    color: white !important;
    background-color: lightblue;
    height: 32px
}

.detailsALabel {
    width: 222px;
    padding: 0.3rem 0.7rem;
}

.detailsALabelWide {
    width: 503px;
    padding: 0.3rem 0.7rem;
}

.form-group{
    margin-bottom:0;
    padding-bottom:0;
    margin-top:0.5rem;
}

.assertBackground {
    background-color: cornsilk;
}