@font-face {
    font-family: Roboto;
    src: url("../font/Roboto-Regular.ttf");
}

body {
    margin: 0px;
    padding: 0px;
}

.wrapper {
    width: 100%;
    height: 100%;
    overflow: initial;
    position: fixed;
}

.main {
    margin: 0.5% auto 0px;
    height: 98%;
    min-height: 660px;
    max-height: 768px;
    min-width: 588px;
    max-width: 990px;
}

.block1 {
    width: 70%;
    height: 100%;
    float: left;
}

.discriptionArea {
    height: 100%;
}

.logoArea {
    height: 15.9%;
}

.tagLineArea {
    height: 8%;
    color: rgb(67, 136, 53);
    src: url("../font/Roboto-Regular.ttf");
    font-size: 29px;
}

.products {
    height: 34%;
    margin-bottom: 20px;
}

h2.header {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto;
    margin-bottom: 12px;
}

.products > .blockWrapper {
    background: 0px 0px rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.22);
}

.blockWrapper {
    width: 97%;
    height: 83%;
    min-width: 658px;
}

.block {
    width: 33.2%;
    height: 97%;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(237, 237, 237) !important;
    border-top-width: 5px;
    border-right-width: 1px !important;
    border-top-style: solid;
    border-right-style: solid !important;
    float: left;
    cursor: pointer;
}

    .block:hover p {
        color: rgb(0, 0, 0);
    }

.last {
    border-right-color: currentColor !important;
    border-bottom-color: rgb(220, 116, 202);
    border-left-color: rgb(220, 116, 202);
    border-right-width: medium !important;
    border-right-style: none !important;
}

.inner {
    margin: 11% 2% 0px;
    height: 80%;
}

    .inner p {
        margin: 4% auto 0px;
        width: 99%;
        color: rgb(126, 126, 126);
        line-height: 24px;
        font-size: 18px;
        display: block;
    }

.vo {
    border-color: rgb(169, 131, 209);
}

.vt {
    border-color: rgb(228, 125, 147);
}

.vm {
    border-color: rgb(110,196,27);
}

.vh {
    border-color: rgb(191, 34, 53);
}

.vpc {
    border-color: rgb(255,87,31);
}

.more {
    width: 19px;
    height: 5px;
    margin-right: 6px;
    float: right;
}

.shadow {
    background-position: 6px -68px;
    width: 97%;
    height: 13px;
    background-repeat: no-repeat;
}

.relatedProducts {
    height: 29%;
}

    .relatedProducts > .blockWrapper {
        height: 82% !important;
    }

        .relatedProducts > .blockWrapper > .block {
            border-top-color: currentColor !important;
            border-top-width: medium !important;
            border-top-style: none !important;
        }

            .relatedProducts > .blockWrapper > .block > .inner {
                height: 97%;
                margin-top: 0px !important;
            }

.footer {
    height: 9%;
    color: rgb(102, 102, 102);
    font-size: 11px;
}

    .footer a {
        color: rgb(102, 102, 102);
        font-size: 11px;
    }

        .footer a:hover {
            color: rgb(0, 0, 0);
        }

    .footer img {
        margin-right: 4px;
        vertical-align: middle;
    }

.marketingItem {
    display: inline;
}

.block2 {
    width: 30%;
    height: 100%;
    float: right;
}

.loginArea {
    height: 98%;
    font-size: 13px;
}

.loginAreaInner {
    height: 95%;
}

.loginHeader {
    text-align: center;
}

.loginForm {
    text-align: center;
}

.browserReq {
    text-align: center;
}

.notificationMsg {
    text-align: center;
}

.block {
    text-align: center;
}

.loginHeader {
    height: 17%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 36px;
}

.errorMessage {
    height: 8%;
    font-size: 13px;
    background-color: #d5e259;
}

.loginForm {
    height: 31%;
    margin-top: 0%;
}

.textboxWrapper {
    margin: 0px auto;
    width: 80%;
    height: 38px;
    position: relative;
}

.textboxIcon {
    margin: 1.4%;
    padding: 4.2px 0px;
    border-radius: 2px 0px 0px 2px;
    width: 37px;
    position: absolute;
}

.loginForm input[type='text'] {
    padding: 4.2% 0px 4.2% 44px;
    border-radius: 4px;
    border: 2px solid rgb(224, 224, 224);
    border-image: none;
    width: 81%;
    color: #000000;
    font-size: 12px;
    display: block;
}

.rememberMe input[type=checkbox] {
    visibility: visible;
}

.rememberMe {
    position: absolute;
}

    .rememberMe label {
        background: -ms-linear-gradient(rgb(252, 255, 244) 0%, rgb(223, 229, 215) 40%, rgb(179, 190, 173) 100%);
        border-radius: 4px;
        top: 0px;
        width: 20px;
        height: 20px;
        margin-left: -27px;
        position: absolute;
        cursor: pointer;
        box-shadow: inset 0px 1px 1px white, 0px 1px 2px rgba(0,0,0,0.5);
        -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 2px rgba(0, 0, 0, 0.5);
    }

        .rememberMe label::after {
            background: none;
            border-width: medium medium 3px 3px;
            border-style: none none solid solid;
            border-color: currentColor currentColor rgb(51, 51, 51) rgb(51, 51, 51);
            border-image: none;
            left: 4px;
            top: 4px;
            width: 9px;
            height: 5px;
            position: absolute;
            content: "";
            opacity: 0;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
        }

        .rememberMe label:hover::after {
            opacity: 0.5;
        }

    .rememberMe input[type=checkbox]:checked + label::after {
        opacity: 1;
    }

    .rememberMe span {
        color: rgb(221, 221, 221);
    }

.loginForm button {
    padding: 10px 0px;
    border-radius: 3px;
    border: currentColor;
    border-image: none;
    width: 97px;
    color: rgb(51, 51, 51);
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 3px 3px 0px rgba(50,50,50,0.4);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.4);
}

    .loginForm button:active {
        box-shadow: inset 0px 3px 3px 0px rgba(50,50,50,0.2);
        -webkit-box-shadow: inset 0px 3px 3px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: inset 0px 3px 3px 0px rgba(50, 50, 50, 0.2);
    }

.browserReq {
    padding: 0px 6%;
    height: 10%;
    color: rgb(255, 255, 255);
    font-size: 12px;
    margin-top: 3%;
    min-height: 64px;
}

    .browserReq img {
        margin: 0px 2px;
        vertical-align: top;
    }

.helpLinks {
    height: 20%;
    margin-top: 5%;
    margin-bottom: 5%;
}

    .helpLinks td {
    }

    .helpLinks a {
        clear: left;
        color: #cccccc;
        float: left;
        font-size: 13px;
        padding: 1% 0 1% 5%;
    }

    .helpLinks td a:hover {
        color: #fff;
    }
.notificationMsgOuter {
    height: 12%;
    min-height: 88px;
}

.notificationMsg {
    height: 100%;
    display: none;
}

    .notificationMsg table {
        margin: 0px auto;
        width: 99.6%;
    }

        .notificationMsg table td {
            background: 0px 0px rgb(255, 255, 153);
            padding: 4% 11px;
            color: red;
            box-shadow: 0px -2px 5px 0px rgba(50,50,50,0.24);
            -webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.24);
            -moz-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.24);
        }

.versionDisplay {
    height: 25%;
    color: #cccccc;
    font-size: 11px;
    font-family: Roboto;
}

.version {
    margin-right: 4px;
}

:-ms-input-placeholder {
    color: rgb(0, 0, 0);
}

.icon {
    background-image: url("../images/spritelogo.png");
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
}

.icons_16 {
    width: 16px;
    height: 16px;
}

.icons_24 {
    width: 24px;
    height: 24px;
}

.icons_32 {
    width: 32px;
    height: 32px;
}

.more {
    background-position: -307px -10px;
}

.alertRed {
    background-image: url("../images/alert_red.png");
}

.userId {
    background-position: -60px -2px;
}

.password {
    background-position: 2px -2px;
}

.alert {
    background-image: url("../images/alert_yellow.png");
}

.secure {
    background-position: -244px -3px;
}

.tick {
    background-image: url("../images/tick.png");
}

.logo {
    width: 205px;
    height: 72px;
}

.vpMain {
    background-position: -13px -399px;
    width: 240px;
    height: 65px;
}

.vmdMain {
    width: 240px;
    height: 65px;
    background-image: url("../images/vmd_main.png");
}

.vcMain {
    width: 304px;
    height: 65px;
    background-image: url("../images/vitalpulse-logo.png");
}

.vp {
    background-position: -470px -222px;
}

.vo {
    background-position: -223px -126px;
}

.vtrack {
    background-position: 13px -122px;
}

.vmd {
    background-position: -460px -132px;
}

.vhub {
    background-position: -701px -130px;
}

.vad {
    background-position: 2px -220px;
}

.vcollect {
    background-position: -224px -224px;
}

.vc {
    border-color: #dc74ca;
}

.va {
    width: 128px;
    height: 36px;
    background-position: -31px -314px;
}

.logoArea h2 {
    padding: 2.4% 4.4%;
    color: rgb(1, 72, 114) !important;
    font-size: 24px !important;
    font-weight: normal !important;
    float: right;
}

.container {
    background: 0px 0px rgb(255, 255, 255);
    width: 100%;
    height: 82%;
    position: relative;
}

.sideTabs {
    width: 20%;
    height: 100%;
    float: left;
}

    .sideTabs p {
        padding: 6% 10%;
        color: rgb(102, 102, 102);
        font-size: 12px;
        cursor: pointer;
    }

        .sideTabs p.selected {
            border-width: 1px 1px 1px 4px;
            border-style: solid;
            border-color: rgb(215, 215, 215) rgb(255, 255, 255) rgb(215, 215, 215) rgb(67, 136, 53);
            width: 78%;
            color: rgb(66, 135, 192);
            z-index: 1;
        }

.sideTabcontent {
    border: 1px solid rgb(215, 215, 215);
    border-image: none;
    width: 80%;
    height: 100%;
    overflow: auto;
    margin-left: 20%;
}

.content {
    padding: 1.5%;
    display: none;
}

    .content h2 {
        color: rgb(102, 102, 102);
        font-size: 24px;
        margin-bottom: 24px;
    }

    .content ul li {
        padding: 12px 2px 12px 24px;
        color: rgb(102, 102, 102);
        font-size: 12px;
    }

        .content ul li div.icon {
            margin-right: 7px;
        }

.tabContentSelected {
    display: block;
}

.floatLeft {
    float: left;
}

.loginButton {
    margin: 17px 30px 0px 107px;
    width: 100px;
    background-color: #e3be42;
}

.chkRemember {
    margin: -16px 17px -17px 121px;
    font-family: Roboto;
    font-size: 12px;
    color: White;
}

.loginButtonCustom {
    padding: 10px 0px;
    border-radius: 3px;
    border: currentColor;
    border-image: none;
    width: 97px;
    color: rgb(51, 51, 51);
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 3px 3px 0px rgba(50,50,50,0.4);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.4);
}

.secureConnection {
    color: White;
}

.loginForm input[type='password'] {
    padding: 4.2% 0px 4.2% 44px;
    border-radius: 4px;
    border: 2px solid rgb(224, 224, 224);
    border-image: none;
    width: 81%;
    color: #000000;
    font-size: 12px;
    display: block;
}

.vatopLogo {
    background-position: -235px -209px;
    border: 0px;
}

.chkboxLocation {
    margin-left: 101px;
}

input[type='text']:focus {
    border-color: rgb(246,141,49);
}

input[type='password']:focus {
    border-color: rgb(246,141,49);
}

input[type='checkbox']:focus {
    outline: 1px solid rgb(246,141,49);
}

input[type='submit']:focus {
    outline: 1px solid rgb(246,141,49);
}

.error {
    color: red;
    font-family: Roboto;
    font-size: 13px;
}
