﻿body {
    background-color: #f5f9fc;
}

.shadow {
    box-shadow: 0 3px 9px 0px rgba(0,0,0,.1) !important;
}

.login {
    background-color: #1b4de9;
}

    .login .login-left {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0%;
        height: 100%;
        text-align: center;
        padding-top: 10%;
    }

        .login .login-left > img {
            width: 70%;
            display: inline-block;
        }

    .login .login-right {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 30px;
    }

        .login .login-right > div:first-child {
            max-width: 450px;
            min-width: 300px;
            margin-top: 10%;
        }

        .login .login-right .vertical-middle {
            width: 70%;
        }

@media (min-width: 768px) {
    .login .login-left {
        width: 30%;
        padding-top: 20%;
    }

        .login .login-left > img {
            width: 70%;
            display: inline-block;
        }

    .login .login-right {
        width: 70%;
        /*border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;*/
    }

        .login .login-right > div:first-child {
            margin-top: 20%;
        }
}

@media (min-width: 1100px) {
    .login .login-left {
        width: 60%;
        padding-top: 6%;
    }

        .login .login-left > img {
            width: 70%;
            display: inline-block;
        }

    .login .login-right {
        width: 40%;
        /*border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;*/
    }

        .login .login-right > div:first-child {
            margin-top: 15%;
        }
}

.home-nav {
    min-height: 60px;
}

    .home-nav > img {
        height: 70px;
        display: inline-block;
        margin-top: 0px;
    }

    .home-nav > ul {
        display: inline-block;
        list-style: none;
        float: right;
    }

        .home-nav > ul > li {
            display: inline-block;
        }

            .home-nav > ul > li:last-child {
                margin-right: 20px;
            }

        .home-nav > ul a {
            display: inline-block;
            list-style: none;
            float: right;
            color: #eee;
            height: 60px;
            line-height: 60px;
            padding-left: 15px;
            padding-right: 15px;
        }

            .home-nav > ul a.active, .home-nav > ul a:hover {
                font-weight: bold;
                color: #fff;
            }

    .home-nav > a.btn.btn-md {
        margin-top: 15px;
        display: inline-block !important;
        width: auto !important;
        min-width: initial !important;
    }

        .home-nav > a.btn.btn-md.home-nav-mobile {
            display: none !important;
        }

@media (max-width: 767px) {
    .home-nav > ul a {
        padding-left: 3px;
        padding-right: 3px;
    }

    .home-nav > a.btn.btn-md.home-nav-mobile {
        display: inline-block !important;
    }

    .home-nav > ul {
        /*display:none;*/
        float: none;
        display: block;
        text-align: center;
    }

    .home-nav-panel {
        position: relative;
        background-color: #393d49;
        margin-bottom: 0px;
    }
}

.home-search {
    margin-top: -60px;
    height: 160px;
    background-color: #fff;
    border-radius:10px;
    position:relative;
}

    .home-search > div {
        width: 80%;
        height: 66px;
        margin-top: 45px;
        position: relative;
    }

    .home-search input {
        width: 100%;
        height: 66px;
        box-shadow: none !important;
        border: none;
        border-radius: 0px !important;
        border-bottom: 1px solid #ddd;
        text-indent: 40px;
        /*pointer-events:none;*/
    }

    .home-search img {
        width: 24px;
        height: 24px;
        position: absolute;
        left: 9px;
        top: 21px;
    }

    .home-search a.btn.btn-md {
        width: 124px !important;
        min-width: 124px !important;
        height: 48px;
        font-size: 16px;
        font-family: SanFrancisco;
        font-weight: bold;
        line-height: 38px;
        position: absolute;
        right: 9px;
        top: 9px;
    }

.track-search {
    margin-top: -160px;
}

@media (max-width: 768px) {
    .home-search {
        margin-top: 30px;
        height: 130px;
        background-color: #fff;
    }

    .track-search {
        margin: 0px -15px;
    }

    .home-search > div {
        width: 90%;
        margin-top: 30px;
    }

    .home-search a.btn.btn-md {
        height: 38px;
        line-height: 28px;
        width: 100px !important;
        min-width: 100px !important;
        top: 14px;
    }
}


.footer {
    background-color: #2c2c2c;
    color: #ccc;
    margin-top: 50px;
    padding:15px 0px;
    line-height:30px;
    font-size:13px;
}

    .footer a {
        color: #ccc;
    }

        .footer a:hover {
        color: #fff;
    }

@media (max-width: 767px) {
    .footer .col-full > div {
        float: none !important;
        text-align: center;
    }
}

.home-main {
}

.home-item {
    border-bottom: 2px solid #2259EF;
}

    .home-item ul {
        list-style: none;
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: -11px;
    }

        .home-item ul li {
            display: inline-block;
            float: left;
            width: 25%;
            text-align: center;
        }

            .home-item ul li img {
                display: inline-block;
                width: 60px;
                height: 60px;
                padding: 15px;
                background-color: transparent;
                border-radius: 10px;
                margin-bottom: 5px;
                box-shadow: none;
                transition: all .2s;
            }

            .home-item ul li span {
                display: inline-block;
                height: 20px;
                width: 20px;
                margin-top: 20px;
                border-radius: 100%;
                border: 4px solid #f5f9fc;
                background-color: #2259EF;
                opacity: 0;
                transition: all .2s;
            }

            .home-item ul li.active {
            }

                .home-item ul li.active span {
                    opacity: 1;
                    transition: all .2s;
                }

                .home-item ul li.active img {
                    background-color: #fff;
                    box-shadow: 0 2px 4px 0 rgba(0,0,0,.04) !important;
                    transition: all .2s;
                }

            .home-item ul li:hover img {
                background-color: #fff;
                box-shadow: 0 2px 4px 0 rgba(0,0,0,.04) !important;
                transition: all .2s;
            }

.home-item-content {
    margin-top: 25px;
}

    .home-item-content > div {
        display: none;
        overflow-x: hidden;
    }

        .home-item-content > div.active {
            display: block;
        }


.home-customer {
    margin-top: 45px;
    background-color: #fff;
}

    .home-customer .table {
        width: calc(100% - 220px);
        display: inline-block;
        margin-top: 37px;
    }

    .home-customer .home-customer-panel {
        display: inline-block;
        width: 220px;
        float: right;
        position: relative;
        display: block;
    }

    .home-customer .table, .home-customer thead {
        border: none !important;
    }

        .home-customer thead th {
            background-color: #ffc548 !important;
            font-weight: normal !important;
            border: none !important;
            border-radius: 0px !important;
        }

    .home-customer .home-customer-panel span {
        position: absolute;
        top: 43px;
        left: 35px;
        font-size: 22px;
        font-family: SanFrancisco;
        font-weight: bold;
        color: #fff;
    }

    .home-customer .home-customer-panel a {
        position: absolute;
        top: 85px;
        left: 35px;
        border: none !important;
    }

@media (max-width: 767px) {
    .home-customer .table {
        width: 100%;
    }

    .home-customer .home-customer-panel {
        width: 0px;
        display: none;
    }
}

.home-driver {
    padding-top: 20px;
    background-color: #fff;
    padding-top: 30px;
}

    .home-driver .home-driver-panel {
        display: inline-block;
        width: 220px;
        float: left;
        position: relative;
    }

    .home-driver .table {
        width: calc(100% - 220px);
        display: inline-block;
        float: right;
        margin-top: 37px;
    }

    .home-driver .table, .home-driver thead {
        border: none !important;
    }

        .home-driver thead th {
            background-color: #dbecff !important;
            font-weight: normal !important;
            border: none !important;
            border-radius: 0px !important;
        }

    .home-driver .home-driver-panel span {
        position: absolute;
        top: 43px;
        left: 35px;
        font-size: 22px;
        font-family: SanFrancisco;
        font-weight: bold;
        color: #fff;
        display: block;
    }

    .home-driver .home-driver-panel a {
        position: absolute;
        top: 85px;
        left: 35px;
        border: none !important;
    }

@media (max-width: 767px) {
    .home-driver .table {
        width: 100%;
    }

    .home-driver .home-driver-panel {
        width: 0px;
        display: none;
    }
}

.home-flow {
    padding-top: 40px;
    padding-bottom: 60px;
    background-image: url(/Resource/Images/a2b4266d-c836-e47b-d15c-443469a5228c.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

    .home-flow ul {
        list-style: none;
        display: block;
        margin-top: 60px;
    }

        .home-flow ul li {
            display: inline-block;
            float: left;
            width: 20%;
            text-align: center;
        }

            .home-flow ul li img {
                width: 60px;
                height: 60px;
            }

            .home-flow ul li span {
                font-size: 17px;
                font-weight: bold;
                display: block;
                margin: 10px 0px;
            }

.home-friendly {
    padding-top: 40px;
    background-color: #f5f9fc;
}

    .home-friendly .home-friendly-box {
        background-color: #fff;
        margin-top: 40px;
        padding: 15px;
        padding-bottom: 0px;
    }

        .home-friendly .home-friendly-box a {
            padding: 15px;
            text-align: center;
            display: block;
            font-size: 14px;
            font-family: SanFrancisco;
            font-weight: bold;
            color: #333;
        }

            .home-friendly .home-friendly-box a:hover {
                color: #0053f8;
            }

.service {
    margin: 40px 0px;
}

    .service .service-left {
        width: 160px;
        float: left;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 15px;
    }

        .service .service-left .nav-vertical {
            padding: 0px;
        }

        .service .service-left ul {
            padding: 0px;
        }

            .service .service-left ul a {
                border-radius: 0px;
            }

    .service .service-right {
        width: calc(100% - 190px);
        float: right;
        background-color: #fff;
        padding: 15px 20px;
        box-shadow: 0 2px 6px 0px rgba(0,0,0,.05) !important;
        border-radius: 4px;
    }

        .service .service-right > div > span {
            display: block;
            width: 100%;
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 10px;
            font-size: 16px;
            font-family: SanFrancisco;
            font-weight: bold;
        }

        .service .service-right > div {
            display: none;
            overflow-x: hidden;
        }

            .service .service-right > div.active {
                display: block;
            }

@media(max-width:767px) {
    .service .service-left {
        width: 100%;
        float: none;
        border-radius: 4px;
        overflow: hidden;
    }

    .service .service-right {
        width: 100%;
        float: none;
    }
}

.register-panel {
    margin: 40px 0px;
    background-color: #fff;
    padding: 15px 20px;
    box-shadow: 0 2px 6px 0px rgba(0,0,0,.05) !important;
    border-radius: 4px;
}

    .register-panel > span {
        display: block;
        width: 100%;
        /*border-bottom: 1px solid #f0f0f0;*/
        padding-bottom: 10px;
        font-size: 16px;
        font-family: SanFrancisco;
        font-weight: bold;
    }

    .register-panel > div {
        padding: 10px 0px;
    }

.user-register-panel {
    margin: 40px 0px;
}

.user-register-left {
    width: calc(100% - 365px);
    float: left;
    background-color: #fff;
    padding: 15px 20px;
    box-shadow: 0 2px 6px 0px rgba(0,0,0,.05) !important;
    border-radius: 4px;
    position: relative;
}

    .user-register-left > span {
        display: block;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 10px;
        font-size: 20px;
        font-family: SanFrancisco;
        font-weight: bold;
    }

    .user-register-left > div {
        padding: 15px 0px;
    }

.user-register-right {
    width: 350px;
    float: right;
}

.user-register-left .form-row > span {
    text-align: left;
}

.user-register-left .form-row .input {
    background-color: #f6f9fc;
    height: 38px;
    border-color: #ebeef1;
    border-radius: 4px;
}

.user-register-left .form-row .select {
    background-color: #f6f9fc;
    height: 38px;
    border-color: #ebeef1;
    border-radius: 4px;
}

    .user-register-left .form-row .select > select {
        background-color: #f6f9fc;
        height: 32px;
        border-radius: 4px;
    }

    .user-register-left .form-row .select::after {
        background-color: #f6f9fc;
        height: 38px;
    }

.user-register-left label.input-label {
    position: absolute;
    right: 0px;
    top: 5px;
    color: #888;
    font-size: 12px;
}

.user-register-left .required, .user-register-left .unit {
    height: 36px;
    line-height: 36px;
    background-color: #f6f9fc;
}

.user-register-left .form-row .validation {
    top: 1px;
    height: 36px;
    line-height: 36px;
    background-color: #f6f9fc;
}

@media(max-width:768px) {
    .user-register-right {
        width: 0px;
        float: none;
    }

    .user-register-left {
        width: 100%;
        float: none;
    }

        .user-register-left .form-row .validation {
            top: 33px;
        }
}

.home-sidebar {
    position:fixed;
    top:50%;
    right:15px;
}