@font-face {
    font-family: 'KievitWeb-Bold';
    src: url('/fonts/KievitWeb-Bold.eot');
    src: url('/fonts/KievitWeb-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/KievitWeb-Bold.woff') format('woff'),
    url('/fonts/KievitWeb-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KievitWeb';
    src: url('/fonts/KievitWeb.eot');
    src: url('/fonts/KievitWeb.eot?#iefix') format('embedded-opentype'),
    url('/fonts/KievitWeb.woff') format('woff'),
    url('/fonts/KievitWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KievitWeb';
    src: url('../fonts/KievitWeb-Bold.eot');
    src: url('../fonts/KievitWeb-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/KievitWeb-Bold.woff') format('woff'),
    url('../fonts/KievitWeb-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'KievitWeb';
    src: url('../fonts/KievitWeb-Medi.eot');
    src: url('../fonts/KievitWeb-Medi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/KievitWeb-Medi.woff') format('woff'),
    url('../fonts/KievitWeb-Medi.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-webkit-viewport {
    width: device-width;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

html, body
{
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;

}


body {
    font: 100%/1.5 serif;
    font-family: 'KievitWeb',Helvetica,Arial,sans-serif;
    font-size: 1em;
}

a {
    text-decoration: none;
    color: #44c5e8;
}

a:visited {
    color: #44c5e8;
}

a:hover {
    color: #069DBC;
    text-shadow: 0px 1px 0 #003300;
    -moz-text-shadow: 0px 1px 0 #003300;
    -webkit-text-shadow: 0px 1px 0 #003300;
}


h1 {
    font-size: 34px;
    font-family: 'KievitWeb-Bold', Helvetica, Arial, sans-serif;
    color: #000;
    margin-bottom: 20px;
}


h2 {
    font-size: 30px;
    font-family: 'KievitWeb', Helvetica, Arial, sans-serif;
    color: #000;
}

ul.links { text-decoration:none;}

ul.links li {
    margin-bottom: 20px;
}

ul.links a {
    color: #646569;
    font-size: 18px;
}

ul.links a:hover {
    color: #44c5e8;
}


#wrapper .inner, #pwbody .inner {
    width: 570px;
    margin: auto;
}

.header-border {
}

#masthead {
    height: 80px;
    width: 100%;
    padding: 15px 47px 20px 37px;
}

#masthead {
    font-family: 'KievitWeb', Helvetica, Arial, sans-serif;
    color: #646569;
}

#masthead a {
    font-family: 'KievitWeb', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#masthead a:hover {
    color: #069DBC;
    text-shadow: 0px 1px 0 #ececec;
    -moz-text-shadow: 0px 1px 0 #ececec;
    -webkit-text-shadow: 0px 1px 0 #ececec;
}

a img {
    border: none;
}

input[type=text],
input[type=password],
input[type=email] {
    width: 140px;
    padding: 6px;
    border: 1px solid #ccc;
    margin-bottom: 16px;
}
#save-payment input[type=text], #save-payment input[type=password]{
    margin-bottom: 0;
}

input[type=text]:focus, input[type=password]:focus {
    outline-style: none;
    border: 1px solid #44c5e8;
}

#pwifi-logo {
    background-image: url('/images/logo.png');
    background-repeat: no-repeat;
    background-size: 178px 47px;
    width: 178px;
    height: 47px;
    display: block;
    margin-left: 10px;
}

.account-block {
    float: left;
    margin: 10px 10px 0 10px;
}

.btn {
    border: none;
    width: 220px;
    display: inline-block;
    text-align: center;
    margin: 15px 0 10px 0 !important;
    padding: 10px 0 8px;
    background-color: #44c5e8;
    border-radius: 5px;
    font: normal 24px 'KievitWeb-Medi', Helvetica, Arial, sans-serif;
    -webkit-text-shadow: 0 -1px 0 #3c9eb8;
    -moz-text-shadow: 0 -1px 0 #3c9eb8;
    text-shadow: 0 -1px 0 #3c9eb8;
    -webkit-box-shadow: 0 0.1em 0 #079ebd;
    -moz-box-shadow: 0 0.1em 0 #079ebd;
    box-shadow: 0 0.1em 0 #079ebd;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}

.btnsmall {
    border: none;
    width: 60px;
    display: inline-block;
    text-align: center;
    margin: 8px 0 5px 0 !important;
    padding: 5px 0 4px;
    background-color: #44c5e8;
    border-radius: 3px;
    font: normal 12px 'KievitWeb-Medi', Helvetica, Arial, sans-serif;
    -webkit-text-shadow: 0 -1px 0 #3c9eb8;
    -moz-text-shadow: 0 -1px 0 #3c9eb8;
    text-shadow: 0 -1px 0 #3c9eb8;
    -webkit-box-shadow: 0 0.1em 0 #079ebd;
    -moz-box-shadow: 0 0.1em 0 #079ebd;
    box-shadow: 0 0.1em 0 #079ebd;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}


.btn:hover, .btn:active {
    background-color: #079ebd;
    color: #fff;
    -webkit-text-shadow: 0 0.05em 0 #6ec5d6;
    -moz-text-shadow: 0 0.05em 0 #6ec5d6;
    text-shadow: 0 0.05em 0 #6ec5d6;
    -webkit-box-shadow: 0 0.1em 0 #22778e;
    -moz-box-shadow: 0 0.1em 0 #22778e;
    box-shadow: 0 0.1em 0 #22778e;
}

.message {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    height: 20px;
}

.whiteblock .message{
    display: inline-block;
}
#header + .message{
    margin-top: 38px;
}
.error {
    color: #FF0000;
}


.form-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
}

.form-wrapper h1 {
    text-align: center;
}

.form-wrapper .form-holder {
    width: 110%;
    max-width: 755px;
    margin: 0 auto;
}


.form-wrapper label {
    color: #333;
    font-family: 'KievitWeb-Bold', Helvetica, Arial, sans-serif;
    font-size: 16px;
    float: left;
    line-height: 42px;
}

.form-wrapper .form-holder input {
    float: right;
}

.forgot-password {
    width: 395px;
}

#login label {
    display: none;
}

.login-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 50px;
}
#forgot_password{
    margin-bottom: 0;
}

#login h1 {
    text-align: center;
}

.login-form .form-holder {
    width: 100%;
    max-width: 600px;
    margin: 15px auto 0;
}
.login-form .forgot-pass{
    display: inline-block;
    float: left;
    margin-top: 28px;
}
.login-form .btn{
    float: right;
}
#login label {
    display: none;
}

.login-form input[type=text],
.login-form input[type=password],
.login-form input[type=email]
{
    width: 100%;
}

#change_password {
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
}

#change_password h1 {
    text-align: center;
}

#change_password .form-holder {
    width: 100%;
    max-width: 555px;
    margin: 0 auto;
}

#change_password .form-holder input {
    float: right;
}

#change_password label {
    color: #333;
    font-family: 'KievitWeb-Bold', Helvetica, Arial, sans-serif;
    float: left;
    line-height: 24px;
}

.placeholder {
    color: #444;
}

.left-content {
    padding-top: 70px;
    float: left;
    margin-left: 30px;
    width: 30%;
    min-width: 226px;
    max-width: 226px;
    display: none;
}

.right-content {
    padding-top: 38px;
    width: 570px;
    font-family: 'KievitWeb', Helvetica, Arial, sans-serif;
    color: #8a8d94;
}

.right-content-center {
  position: absolute;
  left: 50%;
  margin-left: -285px;
}

.login-inner .right-content{
    margin: auto;
}

.right-content h1{
    background-color: #6fb423;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    padding: 7px 13px;
    margin-bottom: 2px;
}
.right-content h1 a{
    color: #ffffff;
    text-decoration: none;
    outline: none;
}
.right-content h1 a:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #ffffff;
    margin-left: 10px;
    vertical-align: baseline;
}
.right-content h1.opened a:after{
    border-left-color: transparent;
    border-top-color: #ffffff;
}
.right-content h1.opened{
    background-color: #1c9836;
}

.whiteblock {
    padding: 25px;
    border: 1px solid #b6b6b6;
    background-color: #f6f6f6;
}


.whiteblock p {
    margin-bottom: 30px;
}

.whiteblock span.label {
    font-family: 'KievitWeb', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    padding: 0;
    font-weight: normal;
}


.whiteblock .inner-block {
    width: 80%;
    min-width: 480px;
    text-align: center;
    margin: 50px auto;
}

.whiteblock .inner-block hr {
    color: #CCC;
    background: #CCC;
    border: 0;
    height: 1px;
    margin-bottom: 40px;
}

#update_devices input[type=text], #update_devices input[type=text]:disabled {
    font-family: 'KievitWeb-Bold', Helvetica, Arial, sans-serif;
    color: #555;
    width: auto;
    background-color: #FFF;
    margin-bottom: 0;
}
#update_devices input[type=text]:disabled{
    background-color: transparent;
    border-color: transparent;
    text-overflow: ellipsis;
}

#update_devices .form-holder {
    margin-top: 40px;
}

#update_devices h3 {
    text-align: center;
}

#update_devices .left-container {
    float: none;
    width: auto;
}


.man_device_name {
  margin-left: 0;
}

#devices_list {
    margin-left: 0;
    width: 100%;
}


#update_devices .right-container {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 5px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: solid 1px #cccccc;
}

.delete_device {
    cursor: pointer;
}

.buy-now {
	text-align: left !important;
	margin-left: 15px;
}

#account-info li,
.topup-list li{
    padding: 10px;
    border: 1px solid #acacac;
    margin-top: -1px;
    background: #ffffff;
    overflow: hidden;
}
.topup-list li{
    color: #323232;
}
.topup-list li .teaser{
    width: 70%;
    display: inline-block;
}
.topup-list li .btnsmall{
    margin: 0 !important;
    display: inline-block;
}
#account-info li .pull-right{
    color: #5a5859;
}

#tariff-detail{
    font-size: 20px;
    color: #323232;
    margin: 15px 0;
}

.top-1{
    box-shadow: 0 -10px 40px 0 #e0e0e0 inset;
    padding: 6px 0;
}
.top-1 .account-block{
    margin: 0;
}
.top-1 .account-block > a, .top-1 .account-block > .acc{
    color: #333;
    text-decoration: none;
    margin-left: 34px;
    font-size: 14px;
}
.top-1 .account-block > a:hover{
    color: #000000;
}
.top-2{
    font-size: 18px;
    padding: 10px 0 13px;
}
.top-2 .pull-right{
    margin-top: 10px;
}
.top-2 .pull-right a{
    text-decoration: none;
    color: #595d66;
    margin-left: 24px;
}
.top-2 .pull-right a:hover{
    color: #000;
}
.top-2 .pull-right a.active{
    color: #44c5e8;
}
.top-2 .pull-right a.active:hover{
    color: #069dbc;
}

strong{
    font-weight: bold;
}

#device-management-whiteblock{
    padding-left: 30px;
    padding-right: 35px;
}

#device-limit{
    margin: 5px 0 10px;
    color: #323232;
}

#update_devices .remove{
    width: auto;
    margin: 0 10px 0 0 !important;
    padding: 5px 20px 4px 20px;
}
#update_devices .edit{
    width: auto;
    display: inline-block;
    padding: 5px 20px 4px 20px;
    margin-right: 10px !important;
}
#change_password{
    margin: 0;
    font-size: 14px;
}
#change_password p {
	margin-bottom: 0;
}
#change_password label{
    display: block;
    font-family: 'KievitWeb', Helvetica, Arial, sans-serif;
    float: none;
    text-transform: uppercase;
    margin-bottom: 0;
}
#change_password input{
    width: 100%;
    float: none;
    margin-bottom: 2px;
}
#change_password input[type="submit"]{
    width: 150px;
}
.sub-title{
    margin-bottom: 20px;
    text-align: center;
    color: #323232;
    font-size: 20px;
}

.topup-subtitle{
    text-align: center;
    color: #323232;
    font-size: 20px;
}
.topup-subtitle .line{
    background: #a8a6a7;
    height: 1px;
    width: 180px;
    margin: 10px auto;
}
#pm-list.single input{
    opacity: 0;
}
.payment-item > *, .payment-item img{
    vertical-align: middle;
}
.payment-item input + label {
    color: #323232;
}
.payment-item{
    margin-bottom: 12px;
}

#cch-input .form-group label{
    display: block;
    text-transform: uppercase;
    font-family: 'KievitWeb-Bold';
    margin-bottom: 2px;
}

.output > *{
    margin-bottom: 10px;
}
.output .name{
    font-weight: 500;
}
.output .descr{
    border-top: 1px solid;
    margin-top: 20px;
    padding-top: 20px;
    line-height: 1.8;
}
#cch-output{
    color: #323232;
    font-size: 14px;
}
.input-invalid{
    border-color: #ce3a3a;
}
.input-error, #general-error{
    color: #ce3a3a;
}

#cch-output .form-group label{
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    width: 400px;
}
#cch-output input[type=text],
#cch-output input[type=number],
#cch-output select
{
    width: 100%;
    padding: 6px 12px;
    height: 37px;
    border-radius: 0;
}
#cch-output h3{
    font-family: 'KievitWeb-Bold';
}
div.required{
    font-family: 'KievitWeb-Bold';
}
.required {
    color: #f1592a;
}
.confirm-method{
    padding: 10px 20px 8px;
    width: auto;
    margin-top: 0 !important;
    font-size: 18px;
}
.method-back {
    margin-right: 29px;
}

.payment-item [class^="icon-"]{
    vertical-align: middle;
    width: 40px;
    height: 23px;
    display: inline-block;
}
.icon-paypal{
    background-image: url(../images/paypal.png);
}
.icon-cc{
    background-image: url(../images/cards.png);
}
.icon-cc.visa{
    background-position: 2px 0;
}
.icon-cc.mastercard{
    background-position: -39px 0;
}
.icon-cc.discover{
    background-position: -79px 0;
}
.icon-cc.amex{
    background-position: -119px 0;
}

.right-content > h1 + .whiteblock{
    transition:max-height 100ms ease-out, padding 100ms ease-out;
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
}
.right-content > h1.opened + .whiteblock{
    padding: 25px;
    max-height: none;
}

.textbox {
	margin: 40px 15px -10px 15px;
	padding: 10px;
	background: #eeeeee;
	clear: both;
	border-radius: 4px;
	font-size: 80%;
}

@media screen and (max-width: 570px) {

    #wrapper .inner, #pwbody .inner{
        width: 100%;
    }
    .login-inner .right-content {
        margin: auto;
    }
    .right-content {
        padding-top: 38px;
        width: 100%;
        font-family: 'KievitWeb', Helvetica, Arial, sans-serif;
        color: #8a8d94;
    }

    .right-content-center {
        position: absolute;
        left: 0px;
        margin-left: 0px;
    }

    .login-form input[type=text], .login-form input[type=password] {
        width: 100%;
    }

    .login-inner .whiteblock{
        padding: 25px 25px 80px;
    }
}


#showalert {
    padding: 40px;
    margin: 40px auto 40px auto;
    background: #cccccc;
    border: solid 1px #999999;
    max-width: 80%;
    text-align: center;
}
#alertoverlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    opacity: .5;
    z-index: 10;
}
#alert {
    display: none;
    font-size: 16px;
    line-height: 24px;
    position: fixed;
    top: 20px;
    left: 35%;
    width: 30%;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px #333333;
    padding: 2%;
    z-index: 20;
    text-align: center;
}
#alert button {
    font-size: 16px;
    padding: 5px 15px 5px 15px;
    font-weight: bold;
    border: 0;
    border-radius: 3px;
    background: #666666;
    color: #ffffff;
    cursor: pointer;
}
#alert button.green {
    background: #009900;
}
@media screen and (max-width: 700px) {
    #alert {
        left: 23%;
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    #alert {
        left: 13%;
        width: 70%;
    }
}