.validation-summary-errors { color: #b94a48; }

/*CATCHA*/

.captcha-logo-img {
    background: url('../Content/Images/recaptcha-logo.png');
    background-repeat: no-repeat;
}

.captcha-logo-portrait {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    margin-left: 15px;
    width: 40px;
}

@media screen and (max-width: 680px) {
    .captcha-logo-portrait {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        margin: 0px;
        width: 40px;
    }
}

.captcha-logo-img-portrait {
    background-size: 30px;
    height: 30px;
    margin: 0px;
    width: 30px;
}

.captcha-logo-text {
    color: black;
    cursor: default;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    margin-top: 5px;
    text-align: center;
}

.privacy-terms-text {
    cursor: default;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    margin-bottom: 5px;
    text-align: center;
}

.captcha-inline-block {
    display: inline-block;
    height: 100%;
}

.captcha-content {
    height: 100%;
    padding-left: 17px;
    width: 100%;
}

.captcha-center-container {
    display: table;
    height: 100%;
}

.title-heading {
    font-size: 14px;
    text-transform: uppercase;
}

.text-info { color: darkblue !important; }

footer a { color: darkblue !important; }

footer a:hover {
    color: steelblue !important;
    text-decoration: underline !important;
}

a:not(.btn):not(.home-btn):not(.page-link) { color: darkblue !important; }

a:hover:not(.btn):not(.home-btn):not(.page-link) {
    color: steelblue !important;
    text-decoration: underline !important;
}


/*CAPTCHA*/
@media not print {
    @media only screen and (max-width: 768px) {
        .table-responsive-custom thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .table-responsive-custom tr {
            /*border-bottom: 3px solid #ddd;*/
            display: block;
        }

        .table-responsive-custom td {
            border-bottom: 1px solid #ddd;
            display: block;
            padding: 15px !important;
            text-align: right !important;
        }

        /*       .table-responsive-custom tr td:first-child {
            background-color: #3d7aa9;
            color: white;
        }*/

        .table-responsive-custom tr:not(:last-child) td:last-child {
            border-bottom: solid;
            margin-bottom: 20px;
        }

        /*.table-responsive-custom tr td:empty::after { content: "-"; }*/

        .table-responsive-custom td::before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            padding-right: 15px;
        }

        .table-responsive-custom td:nth-child(odd) { background-color: lightgray; }
    }
}
