@font-face {
    font-family: SF-Pro-Display-Regular;
    src: url("/online/fonts/sf.ttf")
}
.header-bar {
    height: 60px;
    width: 100%;
    display: block !important;
    background-color: #fff;
    /*box-shadow: 0 5px 21px -13px #000;*/
    text-align: center;
}
.header-bar img {
    height: 100px;
    padding: 10px;
}
.container {
    align-items: center;
    align-content: center;
    justify-content: center;
    display: block;
    max-width: 1280px !important;
    margin-top: 50px;
}
.content {
    margin: 0px 200px 0 200px;
}
.content-box {
    display: block;
    width: 100%;
    background: #f5f5f5;
    padding: 20px 50px 30px;
}

.landing-top {
    text-align: center;
    font-family: "SF-Pro-Display-Regular", sans-serif;
    margin: 20px;
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    line-height: 25px;
    letter-spacing: 1px;
}

.btn-approve {
    background-color: #008cc8;
    border-radius: 30px !important;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #008cc8;
    box-shadow: 0 5px 13px -8px #008cc8;
    padding: 10px 30px;
    justify-content: center;
    text-decoration: none;
}
.btn-success:hover {
    background-color: #008cc8;
    border-color: #008cc8;
}
.btn-approve:active {
    color: #fff;
}
.btn-reject:visited {
    color: #fff;
}

.btn-reject {
    background-color: #e30a17;
    border-radius: 30px !important;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #e30a17;
    box-shadow: 0 5px 13px -8px #008cc8;
    padding: 10px 30px;
    justify-content: center;
}
.btn-reject:hover {
    background-color: #e30a17;
    border-color: #e30a17;
}
.btn-reject:active {
    color: #fff;
}
.btn-reject:visited {
    color: #fff;
}

.offers-row {
    font-weight: bold;
}
.device-title {
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .content {
        margin: 0;
    }
    .content-box {
        padding: 0 !important;
        padding-top: 20px !important;
    }
    .approval-buttons-container div:first-child {
        margin-bottom: 20px !important;
    }
}
.title {
    text-align: center;
    font-family: "SF-Pro-Display-Regular", sans-serif;
    font-size:44px;
    font-weight: bold;
    padding: 40px 0 0;
}

.text {
    text-align: center;
    font-family: "SF-Pro-Display-Regular", sans-serif;
    font-size:22px;
    font-weight: 400;
    padding: 40px 0 0;
}

.input-container{
    width: 90%;
    border: 1px solid #dddddd;
    display: block;
    border-radius: 8px;
    margin: 40px auto;
    padding: 10px;
    text-align: center;
    height: 75px;
}
.input-container input:focus, .input-container input:active {
    outline: none;
}
.input-container input {
    width: 80%;
    border: none;
}

.input-container .input-field {
    padding: 10px ;
    font-size: 22px;
    text-align: left;
    color: #1E0900;
}
.input-container button {
    float: right;
    padding: 10px 30px ;
    background: #018CCF;
    border-radius: 8px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    border: 0;
}
::-ms-input-placeholder { /* Edge 12-18 */
    font-size: 22px;
    text-align: left;
    color: #DEDEDE;
}

::placeholder {
    font-size: 22px;
    text-align: left;
    color: #DEDEDE;
}
.clear{clear: both;}



section.revisePrice {
    width: 100%;
}
section.revisePrice .title {
    text-align: center;
    font-family: "SF-Pro-Display-Regular", sans-serif;
    font-size:44px;
    font-weight: bold;
    padding: 40px 0 0;
}

section.revisePrice .text {
    text-align: center;
    font-family: "SF-Pro-Display-Regular", sans-serif;
    font-size:22px;
    font-weight: 400;
    padding: 40px 0 0;
}
section.revisePrice .phoneInfo .left {
    float: left;
    width: 50%;
}
section.revisePrice .phoneInfo .right {
    float: right;
    width: 50%;
}
section.revisePrice .phoneInfo {
    margin: 30px 0 0;
}
section.revisePrice .phoneInfo .phoneImg img{
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
}
section.revisePrice .phoneInfo .subTitle{
    padding: 20px 0;
    color: #1E0900;
    font-size: 24px;
    font-weight: 600;
}
section.revisePrice .phoneInfo .info{
    width: 100%;
}
section.revisePrice .phoneInfo .info .title{
    width: 33%;
    color: #1E0900;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    padding: 8px 0;
}
section.revisePrice .phoneInfo .info .text{
    width: 65%;
    color: #1E0900;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    text-align: left;
    padding: 8px 0;
}
section.revisePrice .revisePrice-bg{
    width: 100%;
    background: #fafafa;
    border-radius: 8px;
    display: inline-block;
    text-align: left;
    padding: 30px;
    margin: 30px auto;
}
section.revisePrice .revisePrice-bg .left{
    float: left;
    width: 50%;
}
section.revisePrice .revisePrice-bg .right{
    float: right;
    width: 50%;
}
section.revisePrice .revisePrice-bg .title{
    color: #1E0900;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0 12px;
    border-bottom: 1px solid #efecec;
    /*width: 54%;*/
    margin: 0 auto;
}
section.revisePrice .revisePrice-bg .text{
    color: #1E0900;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
section.revisePrice .revisePrice-bg .blue{
    color: #018CCF;
}
section.revisePrice .revisePrice-bg .revisePrice-info{
    background: #ffffff;
    width: 100%;
    margin: 20px auto;
    padding: 20px 0;
    border-radius: 8px;
}
section.revisePrice .revisePrice-bg .revisePrice-info{
    background: #ffffff;
    width: 100%;
    margin: 20px auto;
    padding: 20px 0;
    border-radius: 8px;
}
section.revisePrice .revisePrice-bg .revisePrice-info .title{
    color: #1E0900;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #fafafa;
    width: 100%;
}
section.revisePrice .revisePrice-bg .revisePrice-info .text span{
    color: #1E0900;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 5px 0;
    display: inline-block;
    width: 100%;
}
section.revisePrice .revisePrice-bg .revisePrice-info .text{
    color: #1E0900;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    width: 100%;
}
section.revisePrice .revisePrice-btn{
    padding: 30px 0;
    width: 100%;
}
section.revisePrice .revisePrice-btn a.reject{
    padding: 0;
    width: 41%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #EC1B23;
    border-radius: 4px;
    display: inline-block;
    margin: 0 4%;
    cursor: pointer;
    text-decoration: none;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
}
section.revisePrice .revisePrice-btn a.accept{
    padding: 0;
    width: 41%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #018CCF;
    border-radius: 4px;
    display: inline-block;
    margin: 0 4%;
    text-decoration: none;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
}

section.orderStatus {
    width: 100%;
}
section.orderStatus .title {
    text-align: center;
    font-family: "SF-Pro-Display-Regular", sans-serif;
    font-size:44px;
    font-weight: bold;
    padding: 40px 0 0;
}

section.orderStatus .text {
    text-align: center;
    font-family: "SF-Pro-Display-Regular", sans-serif;
    font-size:22px;
    font-weight: 400;
    padding: 40px 0 0;
}
section.orderStatus .statusBar {
    width: 100%;
    margin: 70px 0 50px;
}
section.orderStatus .statusBar .statusArea {
    float: left;
    width: 33%;
    /*margin: 0 2%;*/
}
section.orderStatus .statusBar .statusArea .icon {
    height: 70px;
    text-align: center;
}
section.orderStatus .statusBar .statusArea .icon img{
    width : 60px;
}
section.orderStatus .statusBar .statusArea .status {
    text-align: center;
    font-family: "SF-Pro-Display-Regular", sans-serif;
    font-size:17px;
    font-weight: 400;
    padding: 40px 15px 0;
    color: #D2CECD;
}
section.orderStatus .statusBar .statusArea.active .status{
    font-size:19px;
    font-weight: 500;
    color: #018BCF;
    border-bottom: 3px solid #018BCF;
    padding: 40px 15px 15px;
}
section.orderStatus .statusBar .statusArea.active .icon img{
    width : 80px;
}
section.orderStatus .statusBar-line{
    width : 100%;
    height: 3px;
    background: #f8f8f8;
    margin: -53px 0 0;
}

@media screen and (max-width: 1024px) and (min-width: 441px) {
    .content {
        margin: 0px auto;
        width: 90%;
    }
    .title {
        font-size:38px;
        padding: 20px 0 0;
    }

    .text {
        text-align: center;
        font-size:20px;
        padding: 20px 0 0;
    }

    .input-container{
        width: 94%;
        border: 1px solid #dddddd;
        display: block;
        border-radius: 8px;
        margin: 40px auto;
        padding: 10px;
        text-align: center;
        height: 75px;
    }
    .input-container input {
        width: 76%;
        border: none;
    }

}

@media only screen and (max-width: 440px) {
    .header-bar img {
        height: 70px;
    }
    .container {
        max-width: 96%;
        margin-top: 10px;
    }
    .title {
        font-size:34px;
        padding: 20px 0 0;
    }

    .text {
        text-align: center;
        font-size:18px;
        padding: 20px 0 0;
    }

    .input-container{
        width: 94%;
        border: 1px solid #dddddd;
        display: block;
        border-radius: 8px;
        margin: 40px auto;
        padding: 10px;
        text-align: center;
        height: 75px;
    }
    .input-container button {
        display: block;
        padding: 10px 0 ;
        font-size: 22px;
        width: 100%;
        margin: 40px auto;
    }
    .input-container input {
        width: 96%;
        border: none;
    }
    section.revisePrice .title, section.orderStatus .title  {
        font-size:30px;
        padding: 20px 0 0;
    }
    section.revisePrice .text, section.orderStatus .text {
        font-size:20px;
        font-weight: 400;
        padding: 30px 0 0;
    }
    section.revisePrice .phoneInfo .left {
        float: none;
        display: none;
    }
    section.revisePrice .phoneInfo .right {
        float: none;
        width: 100%;
        padding: 0 0 0 20px;
    }
    section.revisePrice .revisePrice-bg .title {
        width: 70%;
        font-size: 18px;
    }
    section.revisePrice .revisePrice-bg .text{
        font-size: 18px;
    }
    section.revisePrice .revisePrice-bg {
        padding: 25px 10px;
        margin: 30px auto;
    }
    section.revisePrice .revisePrice-bg .revisePrice-info .text span {
        font-size: 14px;
    }
    section.revisePrice .revisePrice-btn a.reject, section.revisePrice .revisePrice-btn a.accept {
        width: 92%;
        margin: 0 4% 30px;
        height: 70px;
        line-height: 70px;
    }
    section.orderStatus .statusBar .statusArea {
        float: left;
        width: 30%;
        margin: 0 1.5%;
        overflow: hidden;
    }
    section.orderStatus .statusBar {
        width: 100%;
        margin: 70px 0 50px;
        height: 190px;
        overflow: hidden;
    }
    section.orderStatus .statusBar .statusArea.active .status{
        padding: 40px 15px 20px;
    }
}
