@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.labelText {
    font-weight: bold;
}

.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;
    }


.row {
    margin-top: 5px;
}

.btn-default {
    border: 1px solid rgb(105, 114, 121);
}

.hidden {
    display: none;
}

.userTable {
    min-width: 400px;
    outline: 1px solid black;
}

    .userTable td {
        padding: 5px;
    }

    .userTable th {
        padding: 5px;
        background-color: rgb(5, 39, 103);
        color: white;
    }

    .userTable a:hover {
        text-decoration: none;
    }

    .userTable a {
        color: rgb(3, 102, 214) !important;
        cursor: pointer;
    }

    .zoom {
        cursor:zoom-in;
    }

img.zoom {
    transition: -webkit-transform 0.25s ease;
}

    img:active.zoom {
        -webkit-transform: scale(2);
    }


input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 20px;
}

    input[type=checkbox].with-font + label:before {
        font-family: FontAwesome;
        display: inline-block;
        content: "\f096";
        letter-spacing: 10px;
        font-size: 1.3em;
        color: #000000;
    }

    input[type=checkbox].with-font:checked + label:before {
        content: "\f046";
        color: blue;
        /* letter-spacing: 5px; */
    }

    input[type=checkbox].with-font:focus + label:before {
        font-weight: bold;
        color: blue;
    }

    input[type=checkbox].with-font:disabled + label:before {
        color: rgb(105, 114, 121) !important;
    }



.ulHorizontal {
    text-align: justify;
    font-size: 0.1px; /* IE 9/10 fix */
    padding-inline-start: 0px !important;
}



    .ulHorizontal li {
        display: inline-block;
    }

    .ulHorizontal:after {
        content: '';
        width: 100%; /* Ensures justification for single lines */
        display: inline-block;
    }
