﻿html, body, .container {
    min-width: 1000px;
}

body {
    overflow: auto;
    height: auto;
}

.master_open_header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 95px;
    background-color: #f5f6f6;
    color: #fff;
    font-size: 14px;
    z-index: 100;
    border-bottom: 1px solid #cccccc;
}

    .master_open_header .master_open_header_logo {
    }

        .master_open_header .master_open_header_logo img {
            position: absolute;
            top: 20px;
        }

        .master_open_header .master_open_header_logo hr {
            position: absolute;
            top: 8px;
            left: 330px;
            width: 1px;
            height: 40px;
            border: none;
            background-color: #acacac;
        }

        .master_open_header .master_open_header_logo h2 {
            position: absolute;
            top: 14px;
            left: 360px;
            color: black;
            font-weight: normal;
        }


    .master_open_header .master_open_header_icon {
    }

        .master_open_header .master_open_header_icon img {
            position: absolute;
            top: 20px;
            right: 20px;
        }

.master_open_content {
    margin-top: 95px;
    margin-bottom: 0px;
}

.master_open_footer {
    background-color: #e8e8e8;
    padding-bottom: 200px;
    font-family: Arial;
    border-top: 1px solid #cccccc;
}

    .master_open_footer .master_open_footer_first {
        height: 170px;
        border-bottom: 1px solid #d4d4d4;
    }

        .master_open_footer .master_open_footer_first .master_open_footer_gerb {
        }

            .master_open_footer .master_open_footer_first .master_open_footer_gerb img {
                position: absolute;
                left: 30px;
                top: 50px;
            }

            .master_open_footer .master_open_footer_first .master_open_footer_gerb h3 {
                position: absolute;
                left: 75px;
                top: 45px;
                margin: 0;
                padding: 5px 0;
                font-weight: normal;
                line-height: 1.5;
                font-size: 18px;
            }

            .master_open_footer .master_open_footer_first .master_open_footer_gerb p {
                position: absolute;
                left: 75px;
                top: 75px;
                color: #b2b2b2;
                padding: 0 0 15px 0;
                font-weight: normal;
                line-height: 1.5;
                font-size: 12px;
                font-family: Verdana, Arial;
            }

        .master_open_footer .master_open_footer_first .master_open_footer_add {
        }

            .master_open_footer .master_open_footer_first .master_open_footer_add img {
                position: absolute;
                left: 15px;
                top: 50px;
            }

            .master_open_footer .master_open_footer_first .master_open_footer_add p {
                position: absolute;
                left: 40px;
                top: 50px;
                font-family: Verdana, Arial;
                font-size: 12px;
                line-height: 1.5;
                padding: 0 0 15px 0;
            }

    .master_open_footer .master_open_footer_second {
    }

        .master_open_footer .master_open_footer_second img {
            position: absolute;
            left: 30px;
            top: 50px;
        }

        .master_open_footer .master_open_footer_second p {
            position: absolute;
            top: 50px;
            color: #b2b2b2;
            font-family: Verdana, Arial;
            font-size: 12px;
            line-height: 1.5;
            padding: 0 0 15px 0;
        }

.master_open_variants {
}

    .master_open_variants input {
        display: none;
    }

    .master_open_variants .master_open_variant {
        height: 160px;
        background-color: #f5f6f6;
        border-top: none;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        cursor: pointer;
    }

        .master_open_variants .master_open_variant .variant_color {
            position: relative;
            left: 0;
            top: 0;
            width: 12px;
            height: 45px;
            background-color: #e8e8e8;
        }

        .master_open_variants .master_open_variant h3 {
            font-size: 18px;
            font-weight: normal;
            position: relative;
            top: -20px;
            left: 45px;
            padding: 0;
            margin: 0;
            color: #ccc;
        }

        .master_open_variants .master_open_variant p {
            font-size: 12px;
            position: relative;
            top: -10px;
            left: 45px;
            padding: 0;
            margin: 0;
            line-height: 13px;
            width: 85%;
        }

    .master_open_variants .active {
        background-color: white !important;
        border-right: 1px solid white !important;
    }

        .master_open_variants .active h3 {
            color: #000;
        }

    .master_open_variants .variant2 {
    }

        .master_open_variants .variant2 .variant_color {
            background-color: #00aeef;
        }

        .master_open_variants .variant2 .btn {
            background-color: #0b9a05;
            background-image: none;
            font-size: 14px;
            line-height: 18px;
            padding: 4px 10px;
            height: auto;
            width: auto;
            border: none;
            border-radius: 0;
            color: white;
            position: absolute;
            right: -15px;
            bottom: -20px;
        }

    .master_open_variants .variant3 .variant_color {
        background-color: #ffa800;
    }

    .master_open_variants .variant4 {
        border-bottom: none !important;
    }

        .master_open_variants .variant4 .variant_color {
            background-color: #0b9a05;
        }

.master_open_login {
}

    .master_open_login h2 {
        font-size: 18px;
        font-weight: normal;
        color: black;
        margin: 30px;
    }

    .master_open_login .label {
        position: relative;
        top: 18px;
    }

    .master_open_login input, .master_open_login select {
        font-size: 14px;
        height: 36px;
        background-color: white;
        border: 1px solid #ccc;
        margin: 8px;
        width: 100%;
    }

    .master_open_login .remind {
        padding: 15px 22px 5px;
    }

    .master_open_login a {
        color: #0b9a05;
        border-bottom: none;
    }

    .master_open_login hr {
        border: none;
        height: 1px;
        width: 100%;
        background-color: #ccc;
        margin-left: 5px;
    }

    .master_open_login .or {
        color: #ccc;
        padding: 5px 5px 5px 7px;
        background-color: white;
        z-index: 1;
        width: 40px;
        position: absolute;
        top: 7px;
        left: 63.5%;
    }

    .master_open_login h3 {
        font-size: 13px;
        font-weight: normal;
        margin: 10px 0 0 0;
    }

    .master_open_login p {
        font-size: 13px;
        font-style: italic;
    }

    .master_open_login .prev_login_link {
        border: none;
        padding: 0;
        margin: 0;
        font-size: 13px;
        font-style: normal;
        color: #0b9a05;
    }

        .master_open_login .prev_login_link:hover {
            text-decoration: underline;
        }

    .master_open_login .btn {
        background-color: #0b9a05;
        background-image: none;
        font-size: 14px;
        padding: 3px 40px;
        height: auto;
        width: auto;
        border: none;
        border-radius: 0;
        color: white;
    }

.master_open_login_messages {
    position: fixed;
    left: 0;
    top: 95px;
    width: 100%;
    background-color: #db5759;
    /*padding: 10px;*/
    z-index: 101;
}

    .master_open_login_messages .errormessage {
        font-size: 14px;
        line-height: 30px;
        color: white;
    }

#XMLContainer {
    display: none;
}
