@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;
}

.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;
}

.trClick:hover {
    cursor: pointer;
    background: antiquewhite;
}

.module {
    background-color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: 0 0 18px;
    padding: 24px 34px;
    position: relative;
}

.module_title {
    color: #3f3f3f;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 14px;
}

.proform {
    display: table;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    margin: 0 0 20px;
}

.proform_row {
    display: table-row;
}

.proform_name {
    width: 30%;
    color: #808080;
    padding-right: 10px;
}

.proform_name, .proform_field {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0;
}

.proform_field {
    color: #3f3f3f;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
}

.module_title_big {
    font-size: 20px;
    font-weight: bold;
    margin: 24px 0 10px 0;
}

.hide_module {
    display: none;
}

.open_module.open + .hide_module {
    display: block;
}
.open_module {
    padding-right: 20px;
    background-image: url("../img/arrdown.png");
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .open_module.open {
        background-image: url("../img/arrup.png");
    }

.module_title {
    color: #3f3f3f;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 14px;
}

    .module_title:after {
        content: '';
        clear: both;
        display: block;
    }

.proform {
    display: table;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    margin: 0 0 20px;
}

.proform_row {
    display: table-row;
}

.proform_row_img {
    width: 100%;
    display: table-caption;
}

    .proform_row_img .proform_name {
        border: 0px;
    }

.proform_img {
    position: relative;
}

    .proform_img:after {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #f6f6f6d1;
        background-image: url("../img/search.png");
        background-repeat: no-repeat;
        background-position: center center;
        content: "";
        left: 0;
        top: 0;
        display: none;
    }

    .proform_img:hover:after {
        display: block;
    }

.proform_name {
    width: 30%;
    color: #808080;
    padding-right: 10px;
}

.proform_name, .proform_field {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0;
}

.proform_field {
    color: #3f3f3f;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
}

.module:after {
    content: '';
    clear: both;
    display: block;
}

footer {
    background: #239F65;
    margin-top: 20px;
    padding: 20px 0;
    position: relative;
}

    footer .logobox {
        font-family: Arial;
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        font-style: italic;
    }

        footer .logobox span {
            color: #646464;
        }

.social {
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
    height: 22px;
    text-decoration: none;
    text-align: center;
    min-width: 30px;
}

    .social img {
        height: auto;
        max-height: 100%;
    }

    .social > * {
        vertical-align: middle;
    }

    .social span {
        font-size: 12px;
        color: #fff;
        margin-left: 5px;
    }

.row-404 {
    font-size: 180px;
    line-height: 180px;
    /* font-weight: 100; */
    margin: 65px 0;
}