@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/opensans-regular-webfont.eot');
    src: url('/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/opensans-regular-webfont.woff') format('woff'),
    url('/fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('/fonts/opensans-bold-webfont.eot');
    src: url('/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/opensans-bold-webfont.woff') format('woff'),
    url('/fonts/opensans-bold-webfont.ttf') format('truetype'),
    url('/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


noscript {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    font-size: 15px;
    line-height: 34px;
    background-color: #cc0000;
    color: white;
    z-index: 1;
}

noscript div {
    padding: 24px 10px;
}
html,body{height:100%;}
body {
    background:  #8e8e8e;/*transparent;*/
    color: black;
    font: normal 13px "OpenSans", Arial, Verdana;
    margin: auto;
    text-align: center;
    padding:0;
}
#container-table{
    height: 100%;
    width: 100%;
}
#container-cell{
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
#content {
    background-color: #f7f7f7;
    min-width: 400px;
    max-width: 700px;
    text-align: left;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
}
#content-scr {
    background-color: #f7f7f7;
}
#payment-hint {
    font-size: 10px;
    color: #888888;
    margin: 4px 0;
    text-align: justify;
    line-height: 12px;
}
.hint {
    font-size: 10px;
    color: #888888;
}
#transaction-finish {
    padding: 20px 5px 60px 30px;
}

.pending-load {
    padding: 32px;
    min-height: 100px;
    text-align: center;
}
hr {
    color: transparent;
    border: 0;
    border-bottom: 1px solid #888888;
    height: 0;
    padding: 0;
    margin: auto;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.alpha50 {
    opacity: .5;
    filter: alpha(opacity=50);
}

input, select, textarea {
    font: normal 14px "OpenSans", Arial, Verdana;
    padding: 3px;
    margin: 0;
    color: #000000;
}

a:link, a:visited {
    color: #999999;
    text-decoration: none;
}

a:hover {
    color: #000000;
}

a:link.hilite, a:visited.hilite {
    color: #50b849;
    text-decoration: none;
}

a:hover.hilite {
    color: #000000;
}
.errormsg {
    color: red;
    font-size: 12px;
    display: none;
}

.payment-enterclidescr {
    position: relative;
    font-size: 13px;
    color: #666666;
    padding-bottom: 16px;
}
#payment-enterpin-text {
    display: none;
    font-size: 11px;
}

#payment-entercli {
    position: relative;
    left: 0;
    height: 22px;
    background-color: white;
    border: 1px solid #50b849;
    border-right: 0;
    padding: 3px 4px 4px 4px;
    font-size: 16px;
    font-weight: bold;
    width: 170px;
    min-width: 150px;
    z-index: 1;
    cursor: default;
    white-space: nowrap;
}

#payment-next {
    height: 20px;
    white-space:nowrap;
    background-color: #50b849;
    border-radius: 0 6px 6px 0;
    padding: 5px 12px 3px 11px;
    font: normal 13px OpenSans;
    color: white;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

a.nextbutton, a:visited.nextbutton {
    background-color: #50b849;
    min-width: 120px;
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 14px;
    color: white;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 10px auto;
    white-space: nowrap;
}
#payment-entercliexample {
    position: relative;
    padding: 0 0 2px 2px;
    font-size: 12px;
    color: #999999;
}
#cli-field {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    width: 135px;
    height: 22px;
    border: 0;
    outline: 0;
    padding: 3px 0 1px 4px;
    margin-left: 1px;
    background-color: transparent;
    z-index: 3;
    vertical-align: top;
}


#payment-enterpin {
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
}

#payment-enterpindescr {
    padding: 0 20px 16px 0;
    font-size: 13px;
    color: #666666;
}

#payment-enterpinfield {
    height: 20px;
    background-color: white;
    border: 1px solid #50b849;
    padding: 4px 4px 4px 8px;
    width: 95px;
}

#payment-pay {
    height: 20px;
    white-space:nowrap;
    background-color: #50b849;
    border-radius: 0 6px 6px 0;
    padding: 5px 16px 3px 15px;
    font: normal 13px OpenSans;
    color: white;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}


#pin-field {
    font-size: 16px;
    font-weight: bold;
    width: 90px;
    height: 22px;
    border: 0;
    padding: 0;
    margin-left: 2px;
    outline: 0;
    background-color: transparent;
}
#payment-loader {
    min-width: 448px;
}
#top-area {
    position: relative;
    height: 220px;
    width: 100%;
    border-bottom: 1px solid #ffffff;
 }
#calldata {
    position: relative;
    width: 64%;
    vertical-align: top;
    padding: 28px 22px 21px 36px;
    border-right: 1px solid #dde0dd;
}
#calldata-mobile {
    position: relative;
    vertical-align: top;
    padding: 24px 12px 60px 36px;
    border-right: 1px solid #dde0dd;
}
#daoiframe {
    width: 100%;
}
#product {
    position: relative;
    vertical-align: bottom;
    padding: 28px 22px;
    border-left: 1px solid #ffffff;
    /*background: url("/images/flow_dark.png") right bottom repeat-x;*/
    min-width: 65px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: linear-gradient(top, #f7f7f7, #e7e7e7);
}
#product-mobile {
    position: relative;
    vertical-align: bottom;
    padding: 60px 20px 10px 36px;
    border-bottom: 1px solid #eeeeee;
    min-width: 65px;
    background-color: #FFFFFF;
}
#you-pay {
    position: absolute;
    top: 26px;
    font-size: 16px;
    white-space: nowrap;
}
#you-pay-mobile {
    position: relative;
    font-size: 13px;
    white-space: nowrap;
}
#product-price {
    position: absolute;
    top: 46px;
    bottom: auto;
    font: normal 32px OpenSansBold;
    color: #50b849;
    white-space: nowrap;
}
#product-price-mobile {
    position: relative;
    font: normal 24px OpenSans;
    color: #50b849;
    white-space: nowrap;
}
#legaltext {
    position: absolute;
    top: 86px;
    bottom: auto;
    color: #50b849;
}
#product-description {
    font-size: 12px;
    vertical-align: bottom;
    max-width: 130px;
}
#product-description-mobile {
    font: normal 24px OpenSans;
    color: #50b849;
    vertical-align: bottom;
}
.nowrap {
    white-space: nowrap;
}
#call-steps-1 {
    width: 100%;
    border:0;
}
#plscall-text {
    font-size: 16px;
    padding-bottom: 16px;
}
#svcno {
    font: normal 24px OpenSansBold;
    color: #50b849;
    white-space: nowrap;
}
#orderno {
    font: normal 24px OpenSansBold;
    color: #50b849;
}
#svcno-descr {
    font-size: 12px;
    line-height: 15px;
    color: #888888;
}

#orderno-text {
    font-size: 16px;
}


#footer {
    border-top: 1px solid #dde0dd;
    position: relative;
    padding: 5px 30px 8px 30px;
    background-color: white;
    border-radius: 0 0 16px 16px;
}
#bottom_area2 a {
    margin-right: 8px;
}
#footer-table {
    color: #999999;
    font-size: 10px;
    line-height: 12px;
    width: 100%;
}
#logo {
    width: 71px;
}
img#logo {
    border: 0;
}
#footer-table #r{
    width: 80px;
    text-align: right;
}
.pending {
    padding: 6px 0 8px 0;
    text-align: left;
    font-size: 11px;
}
.waitcallback {
    padding: 24px;
    text-align: center;
}
.error {
    padding: 34px;
    text-align: center;
}
.error_m {
    color: red;
    font-size: 11px;
    padding: 2px 0;
}
.error_col {
    color: red;
}
.pointer {
    cursor: pointer;
}
#payment-success {
    width: 430px;
}

#icopg-container {
    margin: 25px 35px;
}
#icopgicon {
    width: 61px;
    height: 46px;
    background: url(/images/q.png) no-repeat;
}
#icopginfo {
    position: relative;
    padding: 0 8px 0 8px;
}
#icopginfo-title {
    font-size: 18px;
}
#icopginfo-descr {
    color: #888888;
}
#operators-container {
    width: 100%;
}
#operators-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#operators-container li {
    float:left;
    padding: 5px 8px;
    margin-right: 3px;
    border: 1px solid #eeeeee;
    background-color: white;
    border-radius: 5px;
    height: 40px;
    cursor: pointer;
}
#operators-container img {
    max-height: 40px;
    max-width: 100px;
}
#finish-successicon {
    width: 51px;
    height: 46px;
    background: url(/images/successicon.png) no-repeat;
    float: left;
    margin-right: 20px;
}
#failed-container {
    margin: 25px;
}
#failedicon {
     width: 61px;
     height: 46px;
     background: url(/images/failedicon.png) no-repeat;
 }
#maintenance {
    padding: 34px;
}
#maintenance #failedinfo-title {
    font-size: 24px;
    line-height: 54px;
    margin-bottom: 12px;
}
#maintenanceicon {
     width: 52px;
     height: 51px;
     background: url(/images/maintenance.png) no-repeat;
 }
#failedinfo {
    position: relative;
    padding: 0 8px 0 8px;
}
#failedinfo-title {
    font-size: 16px;
}
#failedinfo-descr {
    color: #888888;
}
#supportid {
    max-width: 300px;
    color: #888888;
}
#finish-successinfo {
    position: relative;
    float: left;
    width: 300px;
}

#finish-success {
    font-size: 16px;
    font-weight: bold;
}
#finish-thankyou {
    line-height: 22px;
    margin: 2px 0;
    color: #888888;
}
#ps-finish-thankyou {
    font-size: 16px;
}

#finish-memorize {
    margin-top: 6px;
    color: #888888;
}
#ack {
    margin-top: 6px;
    color: #666666;
}

#ack input, #finish-memorize input {
    padding: 0;
    margin: 1px;
    width: 13px;
    height: 13px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
#finish-container {
    position: absolute;
    left: 0;
    top: 113px;
    width: 360px;
}
#ps-finish-container {
    position: relative;
    width: 360px;
}
#finish-done {
    height: 24px;
    width: 133px;
    padding: 8px 0 3px 0;
    float: right;
    margin-top: 5px;
    background-color: #50b849;
    font: normal 14px OpenSans;
    color: white;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 6px;
}

#daopoints-long {
    float: left;
    padding: 5px;
    width: 180px;
    font: normal 11px OpenSans;
    background-color: #f9f9f9;
    border: 1px solid white;
    border-radius: 5px;
}
#daopoints-long a{
    white-space: nowrap;
}
a.centerbutton {
    min-width: 140px;
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 14px;
    color: white;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 10px auto;
    white-space: nowrap;
}
.back-button {
    border-radius: 4px;
    padding: 3px 2px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 3px;
}
#fallback-buttons {
    display: none;
}

.gray {
    background-color: #999999;
}

.green {
    background-color: #50b849;
}

.greenfont {
    color: #50b849;
}


.leftmargin {
    margin-left: 40px;
}

.center {
    text-align: center;
}
.nowrap {
    white-space: nowrap;
}

/**
* TOOL TIPS ############# */
.helpbubble {
    cursor: help;
}

.ui-tooltip, .arrow:after {
    background: #666666;

}

.ui-tooltip {
    border: 1px solid white;
    position: absolute;
    z-index: 9999;
    padding: 5px 8px;
    color: white;
    border-radius: 3px;
    font: normal 11px Arial, Verdana;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
}

.flag-sm {
    height: 12px;
    margin-top: 7px;
    max-width: 20px;
    border: 1px solid #666666;
}
::-webkit-input-placeholder {
    color:    #cccccc;
}
:-moz-placeholder {
    color:    #cccccc;
}
::-moz-placeholder {
    color:    #cccccc;
}
:-ms-input-placeholder {
    color:    #cccccc;
}
/*
#language {
    position: absolute;
    top: 0;
    left: 360px;
    padding: 6px 5px 5px 5px;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    line-height: 11px;
}*/
#language {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 6px 5px 5px 5px;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 8px 8px;
    cursor: pointer;
    line-height: 12px;
    background: #FFF;
}
#lang-pos {
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
}
#language-layer {
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 3px 10px 10px;
    z-index: 15;
    cursor: default;
}
#language-layer ul {
    margin: 0;
    padding: 2px 5px 2px 5px;
    list-style-type: none;
    width: 208px;
}
#language-layer ul li {
    float: left;
    margin: 0 0 5px 0;
    z-index: 10;
    width: 67px;
}
#language-container {
    display: none;
}
#ei-pos {
    position: relative;
    height: 0;
    width: 0;
}
#ext-image {
    position: absolute;
    top: 0;
    left: 340px;
}
#ext-image img {
    max-height: 25px;
}
.bottom_area_split {
    margin: 4px 0 3px 0;
    border:0;
    width: 208px;
    border-bottom: 1px solid #eeeeee;
}
.xhilite {
    display: block;
    color: #50b849;
    font: normal 24px "OpenSans", Arial, Verdana;
}
.hilite {
    color: #50b849;
}
.simtitle {

    padding-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
}
.simtext {
    padding: 0 20px 16px 0;
    font-size: 13px;
    color: #666666;
}
#simResponse {
    padding: 5px;
    border-radius: 8px;
    background-color: white;
    font: normal 11px "Courier New";
    margin-top: 10px;
    display:none;
}
#psn-pending {
    text-align: center;
    padding-top: 30px;
}

.bullet-row {
    width: 36px;
    vertical-align: top;
}
.bullet-circle {
    font: normal 14px OpenSansBold;
    line-height: 18px;
    width: 18px;
    height: 18px;
    padding: 3px;
    color: #ffffff;
    text-align: center;
    background-color: #999999;
    border-radius: 12px;
    margin-right: 3px;
}
#returnurlbutton,#failureurlbutton {
    display: none;
}
.iconsmall {
    font-size: 22px;
    color: white;
    vertical-align: middle;
}
.iconbutton {
    border: 0;
    border-radius: 3px;
    color: white;
    background-color: #50b849;
    vertical-align: middle;
    cursor: pointer;
}
.iconbutton:hover {
    background-color: #55ce4e;
}

a:link.defaultbutton,a:visited.defaultbutton {
    border: 0;
    border-radius: 3px;
    color: white;
    background-color: #50b849;
    vertical-align: middle;
    cursor: pointer;
}
a.defaultbutton:hover {
    background-color: #55ce4e;
}



#ps-calldata {
    position: relative;
    width: 52%;
    vertical-align: top;
    padding: 28px 28px 21px 28px;
}
#fuelimg svg {
    position: relative;
    height: 330px;
    width: 330px;
    right: 145px;
    z-index: 0;
}
#fuelimg {
    position: absolute;
    bottom: 0;
    left: 228px;
    width: 150px;
    z-index: 0;
    overflow: hidden;
}


#fuelimgfull svg {
    position: relative;
    height: 330px;
    width: 330px;
    right: 145px;
    z-index: 0;
}
#fuelimgfull {
    position: absolute;
    bottom: 0;
    left: 405px;
    width: 150px;
    z-index: 0;
    overflow: hidden;
}

.fuel {
   fill: white;
   opacity: 1;
}


#ps-product {
    position: relative;
    vertical-align: bottom;
    padding: 4px 14px 0 6px;
    min-width: 180px;
}

#ps-product-table-full {
    position: relative;
    z-index: 11;
    width: 200px;
    border-radius: 12px 12px 0 0;
    background-color: #FFFFFF;
    height: 220px;
    vertical-align: middle;
}
#ps-product-table-full td {
    padding: 16px;
    text-align: left;
    vertical-align: top;
}

#ps-product-table {
    position: relative;
    z-index: 10;
    background-color: #50b849;
    width: 100%;
    border-radius: 4px;
    border-spacing: 0;
    border-collapse: separate;
}
#ps-product-table td {
    font-size: 13px;
    color: white;
    padding: 8px 5px;
    vertical-align: middle;
}


#ps-table-full {
    position: relative;
    z-index: 11;
    width: 400px;
    border-radius: 16px 16px 0 0;
    background-color: #FFFFFF;
    height: 230px;
}
#ps-table-full td {
    font: normal 16px OpenSansBold;
    color: white;
    padding: 8px;
}


#ps-table {
    position: relative;
    z-index: 10;
    background-color: #50b849;
    width: 100%;
    border-radius: 8px;
    border-spacing: 0;
    border-collapse: separate;
}
#ps-table td {
    padding: 12px;
    text-align: left;
}

#ps-statusmsg {
    position: relative;
    z-index: 10;
    text-align: center;
    width: 100%;
    margin: auto;
    color: black;
}

#ps-product-name {
    border-bottom: 1px solid rgba(255,255,255,.3);
}
#ps-product-amount {
    font-size: 13px;
    text-align: left;
    color: white;
}
#ps-displayitems {
    border-bottom: 1px solid rgba(255,255,255,.3);
}
#ps-displayamount {

}
#ps-product-table td.ps-amount {
    text-align: right;
}
#ps-table td.ps-amount {
    padding: 6px;
    text-align: right;
}
.fuel-progress {
    padding: 32px 32px 0 16px;
    min-height: 100px;
    text-align: center;
}
#stillwait-text {
    position: absolute;
    bottom: 0;
    z-index: 11;
    width: 158px;
    font-size: 11px;
    padding: 5px 38px 25px 38px;
    display: none;
}
.dot {
    width: 12px;
    height: 12px;
    border: 2px solid #7fb3d6;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: fx 1200ms ease infinite 0ms;
    animation: fx 1200ms ease infinite 0ms;
}
.dot:nth-child(2) {
    -webkit-animation: fx 1200ms ease infinite 360ms;
    animation: fx 1200ms ease infinite 360ms;
}
.dot:nth-child(3) {
    -webkit-animation: fx 1200ms ease infinite 720ms;
    animation: fx 1200ms ease infinite 720ms;
}
@-webkit-keyframes fx {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fx {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.dotcontainer {
    position: absolute;
    top: 36%;
    left: 44%;
}


.statuslabel {
    position: relative;
    padding-top: 8px;
    padding-bottom: 4px;
}
#pbar {
    border-top: 1px solid #dde0dd;
    border-bottom: 1px solid #ffffff;
    padding: 8px 30px;
    background-color: #fcfcfc;
}
#wizard-text, #wizard-text-running {
    font-size: 12px;
    color: #000000;
    text-align: center;
    margin-bottom: 3px;
}
#wizard-text {
    display: none;
}
.progressbar-running.ui-progressbar, .progressbar.ui-progressbar {
    height: 22px;
    border: 0;
    border-radius: 0;
    width: 100%;

}
#progressbar-paystatus-stopped {
    position: relative;
    background: #cccccc;
}
.cstatus, .cstatus-stopped {
    position: absolute;
    color: white;
    top: 2px;
    left: 47%;
    text-shadow: 1px 1px #999999;
    z-index: 1;
}





