﻿
body, .csr-body {
    background-color: whitesmoke;
}

.csr-body {
    margin: 0;
    height: 100%;
    line-height: 1.2;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .csr-body #imgLogo {
        padding: 20px;
    }

    /* Wrapper for page content to push down footer */
    .csr-body #wrap {
        min-height: 100%;
        height: auto;
        /* Negative indent footer by its height */
        margin: 0 auto -100px;
        /* Pad bottom by footer height */
        padding: 0 0 70px;
    }

    /* Set the fixed height of the footer here */
    .csr-body #footer {
        background-color: #f5f5f5;
        height: 100px;
    }

        .csr-body #footer .container {
            background-color: #ffffff;
            border-top: 1px solid #f8f8f8;
            padding-top: 25px;
            height: 100%;
        }

.custom-padding-top {
    padding-top: 70px;
}

.custom-margin-bottom {
    margin-bottom: 15px;
}

.custom-error-message, .cust-register-account .form-group .input-group .input-group-addon, .csr-no-master #divContent .csr-span-errorMessage {
    font-weight: bold;
}

.custom-error-message {
    color: #ff0000;
}

.div-custom-page-link {
    padding-top: 10px;
}

    .div-custom-page-link .custom-page-link {
        background: #f6f6f6;
        border-color: #dddddd;
        color: #333333;
        text-shadow: 0 1px 0 #f3f3f3;
        width: 100%;
        display: block;
        padding: 10px;
        text-align: center;
    }

        .div-custom-page-link .custom-page-link:hover {
            color: #333333;
        }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    padding: 10px;
    font-size: 15px;
}

.helper-text {
    color: #000000;
}

.helper-text {
    padding-top: 4px;
    display: block;
    font-size: 12px;
}

.panel-desktop {
    width: 400px;
    position: fixed;
    left: 50%;
    margin-left: -200px;
}

.form-group .input-group {
    width: 100%;
}

.cust-terms {
    padding-top: 20px;
}

.csr-no-master {
    background: #ffffff;
    height: 100%;
}

.cust-no-master, .csr-no-master {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

    .cust-no-master #divContent, .csr-no-master #divContent {
        max-width: 500px;
        margin: 0 auto;
        padding-top: 40px;
    }

        .csr-no-master #divContent .form-group label {
            font-weight: normal;
        }

        .cust-no-master #divContent .form-group .form-label {
            margin-bottom: 5px;
            display: inline-block;
        }

        .cust-no-master #divContent .form-group .form-control, .csr-no-master #divContent .form-group .form-control {
            border-radius: 0;
        }

    .csr-no-master .menu {
        margin: 0 auto;
        padding: 0;
        height: 40px;
        width: 100%;
        display: block;
        background-color: #1473B3;
    }

        .csr-no-master .menu li {
            list-style: none;
        }

        .cust-no-master .menu li, .csr-no-master .menu li {
            text-align: center;
        }

            .cust-no-master .menu li span, .csr-no-master .menu li span {
                padding: 10px;
                display: block;
                color: #ffffff;
                text-decoration: none;
                font-weight: bold;
                font-size: 14px;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            }

            .cust-no-master .menu li a:hover, .csr-no-master .menu li a:hover {
                background: #3276b1;
            }

.csr-main-content-row {
    min-height: 680px;
    margin-bottom: 40px;
}

@media only screen and (max-width : 420px) {
    .panel-desktop {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        left: 0;
    }

    .custom-padding-top {
        padding-top: 30px;
    }

    .form-group .input-group .input-group-addon {
        width: 114px;
    }

    .ui-dialog {
        width: 95% !important;
        left: 10px !important;
    }
}
