body {
    font-family: "Arial", SimHei, sans-serif;
    color: #555555;
}

.loginheader {
    background-color: #2394e8;
    min-height: 40px;
}

.loginheader ul {
    list-style: none;
    padding: 0;
}

.loginheader li {
    cursor: pointer;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.loginheader li:hover {
    opacity: 0.5;
}

.loginheader li a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
}

.white {
    color: #fff;
}

.logoheader {
    padding-top: 30px;
    padding-bottom: 8px;
}

.location {
    font-size: 26px;
    margin-left: 10px;
    margin-top: 10px;
}

.locationselect {
    margin-top: 20px;
    margin-left: 3px;
    cursor: pointer;
}

.searchtext {
    height: 40px;
    font-size: 14px
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.iconsearch {
    color: #3e96f8;
    font-size: 20px;
    z-index: 2;
    position: absolute;
    line-height: 40px;
    left: auto;
    right: 12px;
}

.formtextdiv {
    padding-bottom: 24px
}

.formtextbox {
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.formlabel {
    color: #555;
    font-weight: normal !important;
}

/*.SaveButton {
   !* background-color: #429AE4;
    height: 40px;
    border-radius: 3px;
    line-height: 40px;
    color: #fff;*!
    font-size: 18px;
    !*border: 0;*!
}*/

.backstageTitle {
    font-size: 30px;
    /* color: #46aaff; */
    border-bottom: 1px solid #e7e7e7;
}

.help {
    background-color: #0061A9;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .help {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.helpradius {
    width: 70px;
    height: 70px;
    border-radius: 36px;
    border: 2px solid #fff;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .helpradius {
        width: 35px;
        height: 35px;
    }
}

.helpimg {
    font-size: 36px;
    color: #fff;
    line-height: 64px;
}

@media only screen and (max-width: 768px) {
    .helpimg {
        font-size: 18px;
        line-height: 31px;
    }
}

.helpfont {
    color: #fff;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .helpfont {
        font-size: 12px;
    }
}

.company {
    background-color: #222222;
    color: #777;
    padding-top: 12px;
    font-size: 14px;
}

.fa-book {
    margin-left: 17px;
}

@media only screen and (max-width: 768px) {
    .fa-book {
        margin-left: 7px;
    }
}

.fa-question-circle {
    margin-left: 18px;
}

@media only screen and (max-width: 768px) {
    .fa-question-circle {
        margin-left: 8px;
    }
}

.fa-cloud-download {
    margin-left: 15px;
}

@media only screen and (max-width: 768px) {
    .fa-cloud-download {
        margin-left: 6px;
    }
}

.fa-phone {
    margin-left: 19px;
}

@media only screen and (max-width: 768px) {
    .fa-phone {
        margin-left: 9px;
    }
}

.headerImage {
    background-image: url(../../image/platformhome/header.jpg);
    background-position-x: 50%;
    background-position-y: 0%;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    margin-bottom: 0;
    min-height: 70px;
}

@media only screen and (max-width: 768px) {
    .headerImage {
        background-image: url(../../image/home/header-double.jpg);
        min-height: 140px;
    }
}