﻿@charset "utf-8";
/* CSS Document */
body {
    background: #ebebeb;
}

.header-black-bg {
    background: #ebebeb;
}

.p-160-cont {
    padding-top: 40px;
    padding-bottom: 40px;
}

h1 {
    margin: 0;
}

.nav-tabs > li {
    border: 1px solid #c3c3c3;
}

.nav-tabs > li.active {
    border: 0px solid #c3c3c3;
    background: #f5f5f5;
}

.tab6-cont {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 25px 0px 20px 0px;
    margin-top: -1px;
}

.tabs-6 .nav-tabs > li > a {
    padding: 10px 15px;
}


.account-header h1 {
    color: #0087ae;
}

.account-info {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.profile-info {
    position: absolute;
    top: -20px;
    left: 75px;
}

    .profile-info h5 {
        font-size: 16px;
        margin-bottom: 5px;
    }

.profile-img {
    width: 60px;
}

.password-update {
    background-color: #ebebeb;
    padding: 10px 15px;
}

.user-name > .left {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 100%;
    vertical-align: middle;
}

.user-name > .right {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 85%;
    vertical-align: middle;
}

.form {
    background-color: #ebebeb;
    padding: 20px;
    margin-top: 10px;
}

    .form .button {
        margin-top: 10px;
    }

label {
    font-weight: 400;
}

input, textarea, select, .login-select, .form-control {
    padding: 10px;
}

.logo-img2 {
    height: 42px;
}
/*****modal*****/
.modal-content {
    border: 0px;
    margin-top: 20%;
}

.modal-header .close {
    position: absolute;
    top: 15px;
    right: 20px;
}

.modal-body .form-group {
    padding-left: 15px;
    padding-right: 15px;
}

.add-another-order {
    height: 50px;
    color: #0087ae;
    border: 1px dashed #0087ae;
    border-radius: 5px;
    width: 90%;
    padding: 13px 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

    .add-another-order a {
        color: #0087ae;
        font-size: 16px;
        width: 100%
    }

        .add-another-order a:hover {
            color: #faa61a;
        }

.notice {
    margin-top: 50px;
    padding: 30px 30px 0px;
    border-top: 50px solid #ebebeb;
}

    .notice p {
        margin-left: 70px;
    }

    .notice img {
        position: absolute;
    }

.account-support {
    margin-bottom: 40px;
    background: #ebebeb;
}

    .account-support h2 {
        font-size: 32px;
        color: #0087ae;
        margin: 20px 0 10px;
    }

    .account-support h1 {
        font-size: 32px;
        color: #0087ae;
        margin: 20px 0 10px;
    }

    .account-support h4 {
        font-weight: 800;
        margin: 10px 0 5px;
    }

    .account-support a:hover {
        color: #faa61a;
    }

.support-icon {
    margin: 50px auto 30px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    -moz-box-shadow: 0px 0px 15px rgba(68, 68, 68, 0.3);
    -webkit-box-shadow: 0px 0px 15px rgba(68, 68, 68, 0.3);
    box-shadow: 0px 0px 15px rgba(68, 68, 68, 0.3);
    padding: 23px 10px;
}

.open-sign {
    position: absolute;
    top: 58px;
    left: 57%;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    border: 2px solid #ebebeb;
    background: #39b54a;
}

.mobile-notice {
    padding: 0 15px;
}

/******FAQ********/
.faq h2 {
    font-size: 32px;
    color: #0087ae;
    margin: 70px 0 60px;
}

.toggle > div > dt {
    font-weight: 600;
}

.toggle > div > dd {
    background: #f7f7f7;
    margin-bottom: 10px;
    padding: 30px 40px 20px;
}

input#LookupButton {
    padding: 0 !important;
}

.g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}
@media only screen and (min-width: 600px) {
    .tab6-cont {
        padding: 25px 20px 20px 20px;
    }

    .add-another-order {
        width: 100%;
    }

    .notice {
        margin-left: -30px;
        margin-right: -30px;
    }

    .open-sign {
        top: 58px;
        left: 60%;
    }
	.g-recaptcha {
    transform:scale(1);
    transform-origin:0 0;
	}
}

@media only screen and (min-width: 1024px) {
    .account-header {
        padding-bottom: 30px;
    }

    .tab6-cont {
        padding: 25px 15px 20px 15px;
    }

    .profile-info {
        left: 130px;
    }

        .profile-info h5 {
            font-size: 20px;
        }

    .profile-img {
        width: 100px;
    }

    .tabs-6 .nav-tabs > li > a {
        padding: 14px 20px;
    }

    .open-sign {
        top: 58px;
        left: 58%;
    }
}

@media only screen and (min-width: 1200px) {
    .tab6-cont {
        padding: 50px 30px 20px 30px;
    }

    .p-160-cont {
        padding-top: 160px;
        padding-bottom: 100px;
    }

    .account-support {
        margin-bottom: 120px;
    }

    .open-sign {
        top: 58px;
        left: 220px;
    }
}

@media only screen and (min-width: 1600px) {
}

input #LookupButton {
    padding: 8px 5px !important;
}

@media all and (min-width: 768px) {
    .user-name > .left {
        width: 35%;
    }


    .user-name > .right {
        width: 55%;
    }
}

.group-header {
    background: #fff;
    padding: 5px 20px;
    border-radius: 0;
    -moz-box-shadow: 0px 0px 0px 0px #ccc;
    -webkit-box-shadow: 0px 0px 0px 0px #ccc;
    box-shadow: 0px 0px 0px 0px #ccc;
    cursor: Pointer;
}

fieldset {
    border: 0;
    background: #ffffff;
    padding: 0 30px;
}

.dynamic-product-label {
    width: 100%
}


@media all and (min-width: 768px) {
    .dynamic-product-label {
        width: 20%
    }
    .group-header-show-hide {
        float: right;
        padding-right: 20px;
    }
}