@CHARSET "UTF-8";

.geeksquad {
    display: none;
}

body, input {
    font-family: Roboto, sans-serif;
}

input {
    -webkit-appearance: none;
    border-radius: 0;

}

body {
    font-weight: normal;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
    color: #000000;
    background-color: #f8f8f8;
    cursor: default;
    min-width: 305px;
}

html {
    height: 100%;
}

p {
    margin: 0;
}

.zeroMargin {
    margin: 0;
}

#logo {
    background-image: url('/webportalstatic/brand/images/logo.png');
    display: inline-block;
    height: 50px;
    width: 100px;
    margin: 5px 0;
}

.content {
    width: 100%;
    min-height: 100%;
    min-height: -webkit-calc(100% - 51px);
    min-height: -moz-calc(100% - 51px);
    min-height: calc(100% - 51px);

    height: auto;

}

.brandBackgroundColor, input[type=submit].brandBackgroundColor, input[type=button].brandBackgroundColor, button.brandBackgroundColor {
    background-color: var(--primary);
    color: #fff;
}

.brandCancelColor, input[type="submit"].brandCancelColor, input[type="button"].brandCancelColor, button.brandCancelColor {
    background-color: #999;
    color: #fff;
    min-width: 150px;
}

.brandColor, .brandBackgroundColor input[type=submit] {
    color: #349fd4;
}

div, span {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: inherit;
}

.greyButton {
    background: #5E6081 !important;
}

h1 {
    color: #333333;
    font-size: 25px;
    font-weight: bold;
}

h2 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

h3 {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}

h4 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 1em 0;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
    text-decoration: none;
}

a.noOpacity:hover {
    opacity: 1;
}

input, label {
    vertical-align: middle;
}

ul {
    list-style-type: none;
}

label {
    font-size: 14px
}

#footer {
    font-size: 11px;
    font-weight: normal;
    color: #5e6d81;
    text-align: right;
    padding: 18px 37px;
    float: right;
    clear: both;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.clear {
    clear: both;
}

img {
    border: none
}

input {
    font-size: 11px;
}

hr {
    border: none;
    border-bottom: 1px solid #ddd;
    clear: both;
}

.control {
    display: inline-block;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.backgroundImage {
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0;
}

li > a {
    display: block;
}

.required {
    color: #f24735;
}

label {
    margin-top: 1em;
}

input[type=text], input[type=password], select {
    height: 25px;
    border: 1px solid #5e6d81;
    border-left: none;
    padding: 2px 0 2px 1em;
    width: 85%;
    float: left;
    max-width: 350px;
}

textarea {
    border: 1px solid #5e6d81;
}

input[type=text].inputError, input[type=password].inputError {

    border: 1px solid #f24735;
    border-left: none;

}

textarea.inputError {
    border: 1px solid #f24735;
}

input[type=text].inputWarn, input[type=password].inputWarn {

    border: 1px solid #f27935;
    border-left: none;
}

input[type=text].inputOk, input[type=password].inputOk {

    border: 1px solid #1fbba6;
    border-left: none;
}

textarea.inputOk {
    border: 1px solid #1fbba6;
}

.buttonWrapper {
    display: inline-block;
    float: right;
    width: 100%;
}

.buttonWrapper.alignRight {
    text-align: right;
}

input[type=submit], input[type=button], button {
    font-size: 13px;
    border: none;
    padding: 0 7px;
    min-height: 2.5em;
    margin: 1em 0 1em 1em;
    cursor: pointer;
    min-width: 58px;
    background-color: #ccc;
    vertical-align: middle;
    white-space: normal;

}

button {
    min-width: 120px;
}

input[type=submit]:hover, input[type=button]:hover, button:hover {
    opacity: 0.8;
}

input[type=checkbox] {
    padding: 0px;
    margin: 0px 0.5em 0px 0px;
    cursor: pointer;
}

select {
    height: 2em;
    background-color: #fff;
}

.placeholder {
    color: #95959D;
}

#country {
    width: 100%;
    max-width: 300px;
}

input.phoneNumber {
    width: 200px;
}

.sadface {
    font-size: 125px;
    color: #ddd !important;
}

.errorPage h1 {
    font-size: 50px;
    margin-bottom: 19px;
    margin-top: 55px;
}

.happyface {
    font-size: 125px;
    color: #dddddd !important;
}

.errorText {
    font-size: 25px;
}

.errorPage {
    margin-top: 108px;
    text-align: center;

}

input[type=select], input[type=submit], button, input[type=button], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-family: Roboto, sans-serif;
}

button span {
    vertical-align: middle;
}

::-ms-reveal {
    display: none;
}

input[type=radio] {
    vertical-align: sub;
}

.iconWrap {
    color: #fff;
    background-color: #00afd1;
    font-size: 19px;
    width: 27px;
    height: 31px;
    float: left;
    text-align: center;
}

.iconWrap [class^="icon-"], .iconWrap [class*=" icon-"] {
    vertical-align: middle;
    line-height: 31px;
    height: 31px;
    width: 27px;
    display: inline-block;

}

.iconWrap.inputError {
    background-color: #f24735;

}

.iconWrap.inputWarn {
    background-color: #f27935;
}

.iconWrap.inputOk {
    background-color: #1fbba6
}

.iconPointer {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #00afd1;
    display: inline-block;
    left: 17px;
    top: -26px;
    position: relative;
    z-index: 2;
}

.iconWrap.inputError .iconPointer {
    border-left: 7px solid #f24735;
}

.iconWrap.inputWarn .iconPointer {
    border-left: 7px solid #f27935;
}

.iconWrap.inputOk .iconPointer {
    border-left: 7px solid #1fbba6;
}

.validEmail,
.invalidEmail,
.validPassword,
.invalidPassword,
.validPasswordConfirmation,
.invalidPasswordConfirmation,
.fairPassword,
.fairPasswordConfirmation,
.invalidPasswordText,
.invalidPasswordConfirmationText,
.invalidcurrentPassText,
.invalidcurrentPass,
.validcurrentPass,
.invalidEmailText,
.invalidEmailConfirmationText,
.invalidPIN,
.validPIN,
.invalidPINText,
.validsupportEmail,
.invalidsupportEmail,
.validsupportPhonenumber,
.invalidsupportPhonenumber,
.validsupportSubject,
.invalidsupportSubject,
.validftuFirstname,
.invalidftuFirstname,
.validftuLastname,
.invalidftuLastname,
.validprofileFname,
.invalidprofileFname,
.validprofileLname,
.invalidprofileLname,
.validReturnEmail,
.invalidReturnEmail,
.invalidSZName,
.validSZName {
    display: none;
}

#userIssue {
    width: 98.5%;
    height: 80%;
    resize: none;
    margin: 0em auto;
    font-size: 13px;
}

.charRequired input[type="text"] {
    width: 30px;
    height: 10px;
}

#issueTextModal {
    height: 25em;
    width: 93%;
    text-align: left;

}

#charLimitRemain {
    padding: 2px;
}

.pointer {
    cursor: pointer;
}

.downloadContainer, #thankyouContainer {
    text-align: center;
}

.downloadLogo {
    background-image: url('/webportalstatic/brand/images/logo.png');
    display: inline-block;
    height: 90px;
    width: 150px;
    margin: 0.5em;
}

.downloadInitText {
    font-size: 15px;
    width: 100%;
}

.downloadAppName {
    font-size: 25px;
    margin: 0 0 1em 0;
}

.downloadlinkText {
    width: 100%;
}

.downloadNowText {
    width: 100%;
    font-size: 17px;
    margin: 1em auto 1.5em;
}

.downloadlinks {
    width: 98%;
    margin: 20px auto;
    display: inline-block;
    max-width: 275px;
}

.storebutton {
    display: inline-block;
    width: 134px;
    height: 45px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#mobileconfigDone {
    width: 96%;
    max-width: none;
}

.applestorebutton {
    background-image: url('/webportalstatic/images/general/apple_store_button.png') !important;
}

.androidstorebutton {
    background-image: url('/webportalstatic/images/general/android_store_button.png') !important;
}

.blackberrystorebutton {
    background-image: url('/webportalstatic/images/general/blackberry_store_button.png') !important;
}

.symbianstorebutton {
    background-image: url('/webportalstatic/images/general/symbian_store_button.png') !important;
}

.windowsstorebutton {
    background-image: url('/webportalstatic/images/general/windows_store.png') !important;
}

.windowsphonestorebutton {
    background-image: url('/webportalstatic/images/general/windows_phone_store.png') !important;
}

a.button {

    display: inline-block;
    vertical-align: middle;
    width: 46%;
    max-width: 150px;
    padding: 1em 1%;
    float: left;
    margin: 15% 1% 1em;
}

.downloadButtonContainer {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
}

.downloadButtonContainer a.button {
    margin: 15% 1% 0em 0em;
}

.custom-checkbox {
    position: relative;
    display: block;
}

.custom-checkbox > .box {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #ddd;
    margin: 0.2em;
}

.custom-checkbox > .box > .tick {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 12px;
    height: 5px;
    border-bottom: 3px solid #5e6d81;
    border-left: 3px solid #5e6d81;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    display: none;
}

.custom-checkbox > label {
    vertical-align: top;
}

.custom-checkbox > input + .box > .tick {
    opacity: 0.3;
    display: none;
}

.custom-checkbox > input:checked + .box > .tick {
    opacity: 1;
    display: block;
}

.custom-checkbox > input {
    position: absolute;
    outline: none;
    left: 0;
    top: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    border: none;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.custom-checkbox > input:active + .box {
    border-color: #aaa;
    background-color: #ddd;
}

.legal-single-page {
    padding: 1em;
}

.legal-single-page > div {
    margin-bottom: 7em;
}

.legalContent li > a {
    display: inline;
}

.highlightText {
    color: #C12044;
}

.legal-single-page > div {
    margin-bottom: 7em;
}

.legalContent li > a {
    display: inline;
}