﻿html, body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #f1f1f1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body {
    font-family: TrebuchetMS, Verdana, Arial, Courier !important;
    font-size: 12px;
}

#divScrollMain {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

header {
    background-color: #fff;
}

.es-header, .es-footer, .es-body {
    width: 1100px;
    margin: 0px auto;
    box-sizing: border-box;
}

.es-body {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-width: 0px 1px;
    text-align: left;
}

.es-body {
    border-bottom-width: 1px;
}

.es-header {
    height: 88px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.es-header-logo {
    margin: 0px 0px;
    width: 223px;
    height: 66px;
    align-self: center;
}

.es-header-login {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    align-self: flex-end;
    margin: 0px 0px 16px;
}

    .es-header-login li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        margin-right: 20px;
        padding-left: 25px;
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 32px;
    }

    .es-header-login, .es-header-login a {
        font-size: 16px !important;
        color: gray;
    }

.es-header-phone {
    background: url(../../Images/contact_phone.png) no-repeat left center;
}

.es-header-contact {
    background: url(../../Images/contact_mail.png) no-repeat left center;
    padding-left: 30px !important;
}

.es-header-signin, .es-header-user {
    background: url(../../Images/login.png) no-repeat left center;
    padding-left: 22px !important;
}

.es-header-register {
    background: url(../../Images/register.png) no-repeat left center;
}

.es-header-signup {
    background: url(../../Images/logout.png) no-repeat left center;
}

.es-footer {
    padding: 20px;
}

    .es-footer p {
        margin: 0px;
        padding: 0px;
        color: #777;
        padding-bottom: 10px;
        font-size: 14px;
        position: absolute;
        top: 0px;
        white-space: nowrap;
        left: -110px;
        text-align: center;
        width: 500px;
    }

        .es-footer p.es-footer-address {
            top: 25px;
        }

.es-footer-intr {
    display: flex;
    width: 500px;
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    flex-direction: row;
    justify-content: center;
    font-size: 14px;
    height: 70px;
    position: relative;
}

    .es-footer-intr li {
        margin: 0px 15px;
        padding: 0px;
        position: relative;
    }

        .es-footer-intr li::after {
            content: "";
            display: block;
            width: 1px;
            height: 10px;
            background-color: #d5d5d5;
            position: absolute;
            bottom: 4px;
            right: -15px;
            background-color: #c5c5c5;
            box-shadow: 0px 0px 5px #fff;
        }

        .es-footer-intr li:last-child::after {
            content: none;
        }

        .es-footer-intr li a {
            margin: 0px;
            padding: 0px;
            height: 60px;
            display: block;
            padding-top: 50px;
            box-sizing: border-box;
            color: #1470BF;
        }

.es-facebook, .es-twitter {
    background: url(../../Images/communitiy.png) no-repeat center top;
    width: 60px;
}

.es-twitter {
    background-position-y: -50px;
    width: 50px;
}

    .es-facebook span, .es-twitter span {
        background-color: #fff;
        display: block;
    }

.es-header-menu {
    height: 40px;
    background-color: #378ed8;
    text-align: center;
}

.es-header-menu-ul {
    margin: 0px auto;
    width: 1100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none;
    padding: 0px;
    position: relative;
}

    .es-header-menu-ul > li {
        padding: 0px;
        margin: 0px 1px 0px 0px;
        position: relative;
        z-index: 2;
    }

    .es-header-menu-ul li a {
        display: block;
        line-height: 40px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        font-family: TrebuchetMS, Verdana, Arial, Courier;
        padding: 0px 30px;
    }

.es-header-menu-ul-ul {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 40px;
    left: 0px;
    border: 1px solid #d8d8d8;
    border-top-width: 0px;
    list-style: none;
    background-color: #fff;
    white-space: nowrap;
    text-align: left;
    visibility: hidden;
    box-shadow: 3px 3px 3px #d8d8d8;
    min-width: 100%;
}

    .es-header-menu-ul-ul li {
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #eee;
    }

        .es-header-menu-ul-ul li:last-child {
            border-bottom: 0px;
        }

        .es-header-menu-ul-ul li a {
            color: #1470BF;
        }

            .es-header-menu-ul-ul li a.es-selected {
                color: #fff;
            }

    .es-header-menu-ul li a.es-selected, .es-header-menu-ul > li:hover > a, .es-header-menu-ul-ul > li:hover a {
        background-color: #1570bd;
        text-decoration: none;
        color: #fff;
    }

.es-header-menu-ul li:hover .es-header-menu-ul-ul {
    visibility: visible;
}

.es-header-menu-child::after {
    width: 0px;
    height: 0px;
    border-style: solid;
    content: "";
    position: relative;
    top: 13px;
    left: 8px;
    border-width: 6px 6px 0;
    border-color: #fff transparent transparent;
}

.es-header-menu-ul > li:hover > .es-header-menu-child::after {
    border-width: 0 6px 6px;
    top: -11px;
    border-color: transparent transparent #fff;
}

h1, p {
    margin: 0px;
    padding: 0px;
}

.es-full, .es-full main {
    background-color: #fff;
}

    .es-full .es-header, .es-full .es-body {
        border-color: transparent;
        background-color: transparent;
    }

    .es-full footer {
        border-top: 1px solid #e5e5e5;
        box-shadow: 1px 0px 1px #fff inset;
        background-color: #f1f1f1;
    }

a.es-learn-more {
    font-size: 18px;
    color: #1470BF;
}

.es-menu-float {
    position: fixed;
    box-shadow: 0px 0px 5px #aaa;
    z-index: 9;
    width: 100%;
    top: 0;
}

.es-body-title {
    line-height: 60px;
    font-size: 28px;
    padding-left: 30px;
}


.es-body-title2 h2 {
    font-size: 28px;
    margin: 0px;
    padding: 10px 30px;
}

.es-body-title2 p {
    font-size: 18px;
    margin: 0px;
    padding: 0px 30px 10px;
    color: grey;
    line-height: 30px;
}

/*Page*/
#divImg p {
    margin: 0;
    padding: 50px 60px 0px;
    color: white;
    font-size: 28px;
    line-height: 40px;
}

.product {
    border-top: solid 1px #ddd;
    padding-bottom: 40px;
    position: relative;
}

    .product h3 {
        margin: 0;
        font-size: 20px;
        padding: 20px 30px 10px;
        font-weight: normal;
    }

.product {
    /* Mozilla Firefox */
    background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
    /* Opera */
    background: -o-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
    /* Webkit (Safari/Chrome 10) */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #ffffff));
    /* Webkit (Chrome 11+) */
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
    /* IE10 */
    background: -ms-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 );
    /* Proposed W3C Markup */
    background: linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
}

    .product p {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        color: grey;
        font-size: 18px;
        line-height: 24px;
        color: #378ede;
    }

        .product p.blurb {
            font-weight: bold;
            font-size: 16px;
        }

        .product p.description {
            font-size: 16px;
            line-height: 20px;
            margin-top: 0;
            color: grey;
            line-height: 30px;
        }

p.blurb {
    font-size: 21px;
    color: grey;
    padding: 0px 30px;
}

p.description {
    line-height: 30px;
    color: #333;
    padding: 55px;
    padding: 10px 30px;
    font-size: 16px;
}

div.feature {
    padding: 0px 20px;
    background-image: url("../images/cloud.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 520px;
    position: relative;
}

    div.feature > div.left {
        position: absolute;
        text-align: left;
        width: 400px;
        height: 500px;
        color: #1570bd;
        font-size: 13px;
        font-weight: bold;
    }

        div.feature > div.left > div {
            margin: 35px;
            margin-top: 45px;
        }

    div.feature > div.right {
        text-align: right;
        float: right;
        width: 400px;
        color: #1570bd;
        font-size: 13px;
        font-weight: bold;
    }

        div.feature > div.right > div {
            margin: 35px;
            margin-top: 45px;
        }


/* Request div style*/
.mask {
    /*position: relative; */
}

    .mask:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0.2;
        width: 100%;
        height: 100%;
        visibility: visible;
        z-index: 2;
    }

#divRequestInfo {
    background-color: #ffffff;
    position: fixed;
    width: 520px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-left: -260px;
    margin-top: -300px;
    z-index: 200;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
    background-clip: padding-box;
    font-size: medium;
}

.divContent:before, .two_input:before {
    content: "";
    display: block;
    clear: both;
}

.divContent:after, .two_input:after {
    content: "";
    display: block;
    clear: both;
}

.two_input, .one_input {
    padding: 2px;
}

    .two_input label, .one_input label {
        display: block;
        font-size: 14px;
        padding: 5px 0px;
        font-family: TrebuchetMS, Verdana, Arial, Courier;
        text-align: left;
    }

.times_form {
    padding: 20px 40px;
}

    .times_form input[type="text"], .times_form textarea {
        font-family: TrebuchetMS, Verdana, Arial, Courier;
        outline-style: none;
        margin: 0px;
        padding: 0.45em 1em;
        font-size: 1em;
        background-color: #FFF;
        border: 1px solid rgba(0, 0, 0, 0.15);
        outline: 0px none;
        color: rgba(0, 0, 0, 0.7);
        border-radius: 0.3125em;
        box-shadow: 0px 0px rgba(0, 0, 0, 0.3) inset;
        box-sizing: border-box;
    }

    .times_form textarea {
        height: 80px;
    }

    .times_form input[type="text"].error {
        border-color: #F2B1B1;
        background-color: #FCF7F7;
    }

    .times_form input[type="button"] {
        font-family: TrebuchetMS, Verdana, Arial, Courier;
        outline-style: none;
        margin: 10px;
        padding: 0.45em 1em;
        font-size: 1em;
        background-color: #FFF;
        border: 1px solid rgba(0, 0, 0, 0.15);
        outline: 0px none;
        border-radius: 0.3125em;
        cursor: pointer;
    }

.two_input .left, .two_input .right {
    width: 50%;
    float: left;
}

.two_input .right {
    float: right;
}

.right label {
    padding-left: 5px;
}

.two_input input {
    width: 98%;
}

.one_input > div {
    text-align: center;
}

.one_input input, .one_input textarea {
    width: 100%;
}

.buttons {
    padding-top: 15px;
    text-align: center;
}

div.left {
    text-align: left;
}

div.right {
    text-align: right;
}

.times_form .titlewords {
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 15px;
    margin: 0;
}

.el-loading-mask {
    position: fixed;
    z-index: 10000;
    background-color: rgba(255,255,255,.9);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s;
}

.el-loading-spinner {
    top: 50%;
    margin-top: -11px;
    width: 100%;
    text-align: center;
    position: absolute;
}

    .el-loading-spinner .el-loading-text {
        color: #000;
        margin: 3px 0;
        font-size: 14px;
    }

    .el-loading-spinner .circular {
        width: 50px;
        height: 50px;
        animation: loading-rotate 2s linear infinite;
    }

    .el-loading-spinner .path {
        animation: loading-dash 1.5s ease-in-out infinite;
        stroke-dasharray: 90,150;
        stroke-dashoffset: 0;
        stroke-width: 2;
        stroke: #000;
        stroke-linecap: round;
    }

@keyframes loading-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -40px;
    }

    100% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -120px;
    }
}


.outdoc {
    position: absolute;
    left: -100000px;
    top: -100000px;
    width: 1px;
    height: 1px;
}

.texthide {
    text-indent: -100000px;
}

.es-flex {
    display: flex;
}

.panel {
    line-height: 32px;
    position: relative;
    padding: 0 15px 0 15px;
}

    .panel:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        border-top: 1px solid #ccc;
    }

    .panel span, .panel .panel-alter {
        position: relative;
        display: inline;
        padding: 0 10px;
        background-color: #fff;
        z-index: 1;
    }

.panel-alter {
    float: right;
}

.es-color-green {
    color: green;
}

.es-color-red {
    color: #C50000;
}

.es-color-blue {
    color: #0d49b9;
}

.es-bold {
    font-weight: bold;
}

.es-checkbox {
    display: none;
}

input[type="radio"] + i, input[type="checkbox"] + i {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
    display: inline-block;
    padding: 7px;
    position: relative;
    margin: 0px 5px 0px 5px;
    top: 3px;
    cursor: pointer;
}

    input[type="radio"] + i:active, input[type="checkbox"] + i:active {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    }

input[type="radio"] + i {
    border-radius: 8px;
}

    input[type="radio"] + i:hover {
        border-color: #777;
    }

input[type="radio"]:checked + i {
    border-color: #7f7f7f;
}

input[type="radio"]:checked + i {
    background: #8f8f8f !important;
}

    input[type="radio"]:checked + i::after {
        background: #fff !important;
        border-radius: 8px;
        content: " ";
        font-size: 32px;
        height: 6px;
        left: 4px;
        position: absolute;
        top: 4px;
        width: 6px;
    }

input[type="checkbox"]:checked + i::after {
    transform: rotate(45deg) scaleY(1);
    position: absolute;
    top: 1px !important;
    left: 4px !important;
    box-sizing: content-box;
    width: 4px;
    height: 8px;
    border: 2px solid #555;
    border-top: 0;
    border-left: 0;
    content: "" !important;
}

.new-checkbox input[type="checkbox"]:checked + i::after {
    top: -6px;
}

.new-radio input[type="radio"].disabled + i,
.new-radio input[type="radio"][disabled] + i,
input[type="checkbox"].disabled + i,
input[type="checkbox"][disabled] + i {
    cursor: not-allowed;
    color: #777 !important;
    border-color: #c5c5c5 !important;
    background-color: #F1F1F1;
}

input:checked.disabled + i::after, input[disabled]:checked + i::after {
    color: #C5C5C5 !important;
}
/*Button*/
.es-btn {
    height: 32px;
    padding: 0px 20px;
    margin: 0px 10px;
    border: 1px solid #c5c5c5;
    background: #eee none no-repeat center;
    color: #555;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0px 0px 1px #fff inset;
    outline: none;
}

a.es-btn {
    line-height: 24px;
}

.es-btn-menu {
    background-color: transparent;
    border-color: transparent;
    width: auto !important;
}

.es-btn:hover {
    background-color: #fafafa;
    border-color: #b5b5b5;
}

.es-btn:active {
    box-shadow: 0px 0px 5px #ddd inset;
}

.es-btn-submit {
    border-color: #3072b3;
    background-color: #599bdc;
    box-shadow: 0px 0px 1px #488adb inset;
    color: #fff;
}

    .es-btn-submit:hover {
        border-color: #2a65a0;
        background-color: #3c8dde;
    }

    .es-btn-submit:active {
        box-shadow: 0px 0px 5px #3072b3 inset;
    }

.es-btn-disabled, .es-btn-disabled:hover, .es-btn:disabled, .es-btn:disabled:hover {
    border-color: #d5d5d5;
    color: #bbb;
    background-color: #e5e5e5;
    box-shadow: 0px 0px 5px #f7f7f7 inset;
    cursor: default;
}

.es-header-login > li {
    border: 1px solid transparent;
}

.es-link-register {
    position: relative;
    z-index: 5;
    padding: 0 26px 0 30px !important;
    border-radius: 2px 2px 0 0;
    background-color: transparent !important;
    background-position-x: 6px;
    overflow: visible !important;
}

    .es-link-register::before {
        content: "";
        position: absolute;
        z-index: 6;
        bottom: -1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 5px;
        background: #fff;
    }

    .es-link-register::after {
        content: "";
        position: absolute;
        top: 13px;
        right: 8px;
        border: 6px solid #999;
        border-width: 6px 6px 0 6px;
        border-color: #999 transparent transparent transparent;
        width: 0;
        height: 0;
    }

    .es-link-register ul {
        position: absolute;
        top: 32px;
        left: -1px;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid #c5c5c5;
        border-radius: 0 2px 2px 2px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        visibility: hidden;
    }

        .es-link-register ul li {
            margin: 0 !important;
            padding: 0 !important;
            max-width: none !important;
        }

            .es-link-register ul li a {
                display: block;
                padding: 0 30px;
                width: 100%;
                height: 100%;
                line-height: 40px;
                font-weight: 500;
            }

            .es-link-register ul li:hover a {
                color: #fff;
                text-decoration: none;
                background-color: #1570bd;
            }

    .es-link-register:hover {
        border-color: #c5c5c5;
        box-shadow: 0px 0px 5px #bbb;
    }

        .es-link-register:hover::before {
            content: "";
        }

        .es-link-register:hover::after {
            border-width: 0 6px 6px 6px;
            border-color: transparent transparent #999 transparent;
        }

        .es-link-register:hover ul {
            visibility: visible;
            box-shadow: 0px 0px 5px #bbb;
        }
