﻿body.normal {
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.center {
    margin: auto;
}

.GridCustom {
    margin-bottom: 1rem;
}

.shoppingCart {
}

    .shoppingCart.RadGrid_Default thead .rgHeader,
    .shoppingCart.RadGrid_Default tfoot .rgFooter td {
        background: #BDBEBD;
    }

    .shoppingCart .rgCaption {
        padding-top: 8px;
        padding-bottom: 7px;
        color: #fff;
        font-weight: 700;
        background: #424142;
    }

    .shoppingCart.RadGrid_Default .rgCommandCell {
        text-align: right;
        background-color: #fff;
        background-image: none;
    }

    .shoppingCart .RadButton_Default.rbButton {
        border: none;
        border-radius: 0;
        padding: 8px 20px 7px;
        color: #fff;
        background: #00B2F7;
    }

        .shoppingCart .RadButton_Default.rbButton.rbHovered {
            color: #fff;
            background: #0099DE;
        }

.GridCustom.RadGrid_Default .rgMasterTable {
    border: solid 2px #000;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.GridCustom.RadGrid_Default .rgHeader {
    border: solid 1px #000;
    border-bottom-width: 2px;
    background: none;
    background: #D5C5A4;
    font-weight: 700;
}

.GridCustom.RadGrid_Default .rgAltRow {
    background: none;
}

.GridCustom.RadGrid_Default .rgMasterTable td {
    border: solid 1px #000;
    font-weight: 400;
}

.reveal-eye {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    z-index: 2;
    width: 30px;
    background: #fff url(https://dtzbdy9anri2p.cloudfront.net/cache/b55f544d09a0872a74b4427ce1fe18dd78418396/telerik/img/dist/reveal-password.png) 50% 50% no-repeat;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease 0s,visibility 0s linear .2s;
}

    .reveal-eye.is-visible {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: opacity .2s ease 0s,visibility 0s linear 0s;
    }

#secondaryContent .panel.user-agreement-wrap {
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.panel.user-agreement-wrap {
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.user-agreement-bg {
    padding: 15px 20px 20px;
    background-color: #e0e0e0;
}

.portal-header {
    min-height: 42px;
    padding: 0 20px;
    background-color: #bda470;
}

.user-agreement-wrap .portal-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

.portal-header h1 {
    display: inline;
    max-width: 50%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle;
}

.user-agreement-wrap .portal-header h1 {
    font-size: 15px;
}

.white-box {
    border-right: solid 1px #788690;
    border-bottom: solid 1px #788690;
    border-left: solid 1px #788690;
    padding: 18px 20px 22px;
    font-size: 1rem;
    color: #333;
    background-color: #f2f2f2;
}

    .white-box p {
        margin-bottom: 1.25rem;
        margin-top: 0;
    }

.user-agreement-wrap .list-list-header {
    border-radius: 0;
}

.panel .red-text {
    color: #e20000;
}

input#agree-check {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
}

    input#agree-check + label {
        display: inline-block;
        width: calc(100% - 20px);
        vertical-align: top;
    }

a.button {
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    background-color: #041f31;
}

    a.button:hover,
    a.button:focus {
        background-color: #375264;
    }

    a.button.green {
        background-color: #046405;
    }

        a.button.green:hover,
        a.button.green:focus {
            background-color: #1E7E1F;
        }

.user-agreement-wrap sup {
    font-size: 70%;
}

.list-list-header {
    min-height: 34px;
    padding: 0 20px;
    background-color: #907b50;
}

    .list-list-header h2 {
        display: inline;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 34px;
        text-transform: uppercase;
        color: #e0e0e0;
        vertical-align: middle;
    }

#domBody .fancybox-iframe {
    border: solid 1px #788690;
}

table.confTable {
    border: 2px solid black;
    padding-left: 13px;
    padding-right: 13px;
    color: #333;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

    table.confTable th.confHeader {
        color: #333;
        background: #D5C5A4;
        border: 1px solid black;
        border-bottom-width: 2px;
        padding: 8px 5px 7px;
        font-weight: 700;
    }

    table.confTable tr.confRow {
        height: calc(1.42857143em + 16px);
    }

        table.confTable tr.confRow td.product {
            padding: 8px 10px 8px 4px;
        }

        table.confTable tr.confRow td {
            border: solid 1px #000;
            font-weight: 400;
            padding: 8px;
        }

@media only screen and (max-width: 40.063em) {
    #secondaryContent .panel.user-agreement-wrap {
        padding: 0;
    }

    .portal-header h1 {
        line-height: 1.8;
    }
}
