body.creditpay_banner {
    background: unset;
}

body .background {
    background: url(../images/payboard_banner.jpg) #f6f6f6 no-repeat !important;
    opacity: 0.85;
    position: absolute;
    z-index: -50;
    background-position: top center;
    background-size: cover !important;
    top: 82px;
    left: 0;
    right: 0;
    height: calc( 100vh - 82px);
}

body.page-login #main-content .container > div:nth-child(1) {
    margin-bottom: 100px;
}

a:hover > img {
    opacity: .8;
    filter: alpha(opacity=80);
}

a:hover {
    text-decoration: none;
}

a.orange {
    color: #0049AF;
}

a.orange:hover {
    text-decoration: underline;
}

.navbar-header .logo {
    padding: 0;
    margin: 0;
}

.modal-content {
    background-color: #f6f6f6;
}

.modal-footer {
    text-align: center;
}

nav.navbar-default {
    border: none;
    height: 92px;
    background: #fff;
}

nav .collapse.navbar-collapse > ul {
    padding-top: 25px;
}

nav .collapse.navbar-collapse > ul > li {
    margin-right: 15px;
}

nav .collapse.navbar-collapse > ul > li > a.search-menu {
    padding: 2px 14px;
}

nav .collapse.navbar-collapse > ul > li > a.search-menu:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

nav .collapse.navbar-collapse > ul > li > .user-login {
    border: 1px solid #0049AF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 9px 15px;
    text-transform: uppercase;
    margin-right: 35px;
}

nav .collapse.navbar-collapse li .user-login a {
    color: #0049AF !important;
    font-family: 'SourceSansPro-Bold', sans-serif;
}

nav .collapse.navbar-collapse > ul > li > .login-vertical-line {
    position: relative;
    top: 3px;
    width: 1px;
    background-color: #0049AF;
    height: 17px;
    padding: 0;
    margin: 0 5px;
}

nav .collapse.navbar-collapse > ul > li > a.facebook {
    padding: 2px 15px;
    font-weight: bold;
    margin-right: 30px;
}

nav .collapse.navbar-collapse > ul > li > a.facebook:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

nav .collapse.navbar-collapse > ul > li > a.icon-menu {
    border: 1px solid #fff;
    padding: 9px 15px;
    color: #134b61;
}

nav .collapse.navbar-collapse > ul > li > a.icon-menu:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.toggle-menu-open {
    filter: invert(16%) sepia(91%) saturate(3215%) hue-rotate(208deg) brightness(91%) contrast(102%);
}

.toggle-menu-close {
    display: none;
    width: 20px;
}

.search-dropdown {
    display: none;
}

.search-dropdown {
    width: 175px;
    height: 43px;
    background-color: #fff;
    padding: 0;
    border: 1px solid #0049AF;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: right;
    margin-right: 14px;
}

.search-dropdown img {
    margin-right: 10px;
    margin-left: 5px;

}

.search-dropdown .search-form {
    display: inline-block;
    margin-top: 7px;
}

.search-dropdown .search-form input {
    width: 120px;
    border: none;
    color: #0049AF;
    padding-top: 2px;
}

.user-menu-dropdown {
    display: none;
}

.user-menu-dropdown {
    position: fixed;
    top: 85px;
    z-index: 1000;
    width: 200px;
    height: auto;
    background-color: #fff;
    padding: 10px 30px;
    box-shadow: 0 2px 5px #ccc;
    border: 1px solid #eee;
}

.user-menu-dropdown:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -20px;
}

.user-menu-dropdown:after, .user-menu-dropdown:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.user-menu-dropdown:after {
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.user-menu-dropdown:before {
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}

.user-menu-dropdown ul {
    padding: 0;
    list-style: none;
    width: auto;
}

.user-menu-dropdown ul li {
    padding: 4px 7px;
    width: auto;
}
a {
    color: #0049AF;
}
a:hover {
    color: #001C43;
}
.user-menu-dropdown ul li a {
    color: #0049AF;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Bold', sans-serif;
}

.user-menu-dropdown ul li a:hover {
    color: #D9D9D9;
    padding: 0;
    text-decoration: none;
}

.mobile-menu-dropdown-button {
    float: right;
    margin-top: 33px;
    margin-right: 30px;
}

.menu-dropdown {
    display: none;
}

.menu-dropdown {
    right: 0;
    top: 92px;
    z-index: 10;
    height: 561px;
    background-color: #0049AF;
}

.menu-dropdown ul {
    padding: 0;
    list-style: none;
    width: auto;
}

.menu-dropdown ul li {
    padding: 7px 10px;
    width: auto;
}

.menu-dropdown ul li a {
    color: #fff;
    padding: 7px 10px;
    text-decoration: none;
    border: 1px solid #0049AF;
}

.menu-dropdown ul li a:hover {
    color: #fff;
    border: 1px solid #fff;
}

.mobile-menu-dropdown {
    position: relative;
    right: 0;
    top: 100px;
    z-index: 0;
    width: 100%;
    height: auto;
    background-color: #134c62;
    padding: 40px 30px;
}

.mobile-menu-dropdown ul {
    padding: 0;
    list-style: none;
    width: auto;
}

.mobile-menu-dropdown ul li {
    padding: 7px 10px;
    width: auto;
}

.mobile-menu-dropdown ul li a {
    color: #fff;
    padding: 7px 10px;
    text-decoration: none;
    border: 1px solid #134c62;
}

.mobile-menu-dropdown ul li a:hover {
    color: #fff;
    border: 1px solid #fff;
}

.mobile-menu-dropdown {
    display: none;
}

/* footer */
#footer {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 40px;
    bottom: 0;
    position: absolute;
}

#footer .footer-text {
    font-size: 14px;
    color: #777;
    text-align: justify;
}

#footer .copyright {
    font-size: 12px;
    color: #4e4e4e;
}

#footer .bordered.right {
    border-right: 1px solid #ccc;
}

#footer .bordered {
    padding: 5px 30px;
    display: inline-block;
}

#footer .bordered a {
    font-size: 16px;
    color: #808080;
}

#footer .icon-social {
    padding: 10px 30px;
}

#main-content {
    margin-top: 92px;
    padding-top: 20px;
}

.title {
    font-family: 'SourceSansPro-ExtraLight', sans-serif;
    font-size: 25px;
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background: #0049AF;
}
.bg-blue a {
    color: #FFFFFF !important;
}
.bg-blue a:hover {
    color: #D9D9D9 !important;
}
.bg-orange {
    background-color: #0049AF;
}

.bg-red {
    background-color: red;
}

.bg-brown {
    background-color: #f1e9db;
}

.bg-ping {
    background-color: #D9D9D9;
}

.block-content {
    margin: 10px 0;
}

/* account */
.account {
    padding: 20px 0;
    color: #0049AF;
}

.account .title {
    margin-bottom: 40px;
}

.account > div {
    font-size: 12px;
}

@media (max-width: 550px) {
    .account > div.bordered-right {
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #f6f6f6;
    }
}

.account > div:nth-child(1) img, .account > div:nth-child(3) img {
    margin-right: 15px;
}

.account > div:nth-child(3) > div {
    margin-bottom: 15px;
    font-family: 'SourceSansPro-ExtraLight', sans-serif;
    font-size: 21px;
}

.account > div:nth-child(3) > div > span.currency {
    vertical-align: super;
    font-size: 15px;
}

.account .date {
    margin-bottom: 45px;
}

.account .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.account .links ul > li {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.account .links ul > li a {
    color: #0049AF;
}

.account .links ul > li a.underline:hover {
    text-decoration: underline;
}

/* exchange-rate */
.account.exchange-rate {
    color: #000;
}

.exchange-rate-overlay {
    background-color: transparent;
    margin: 10px 0;
}

.exchange-rate-overlay:hover {
    background-color: #dfc79c;
}

.exchange-rate-hover {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
}

.exchange-rate-overlay:hover > div {
    opacity: .25;
}

.exchange-rate-overlay:hover .exchange-rate-hover {
    opacity: 1;
}

.exchange-rate-hover a {
    color: #000;
    background-color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.exchange-rate-hover a:hover {
    color: #666666;
}

.exchange-rate > div {
    padding: 5px 20px 10px 10px;
}

.exchange-rate img {
    margin-right: 15px;
}

.exchange-rate .exchange {
    text-transform: uppercase;
    font-size: 13px;
}

.exchange-rate .rate {
    display: inline;
}

/* action-link */

.block-content.action-link .part-content {
    padding: 20px;
}

.block-content .part-content {
    height: auto;
    background: white;
    border: 1px solid #969696;
    border-top:4px solid #0049AF;
}

.block-content.action-link .header {
    height: 58px;
}

.block-content.action-link .content {
    display: table-cell;
    vertical-align: bottom;
    height: 240px;
    padding: 0;
    width: 100%;
}

.block-content.action-link .title-links {
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 24px;
}

.block-content.action-link .title-links img {
    float: right;
}

.block-content.action-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.block-content.action-link ul > li {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.block-content.action-link ul > li a {
    color: #0049AF;
}

.block-content.action-link ul > li a:hover {
    color: #0049AF;
    text-decoration: underline;
}

.block-content.action-link ul.gold-list > li a {
    color: #bea969;
}

.block-content.action-link ul.gold-list > li a:hover {
    color: #9b8546;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.no-border {
    border: none !important;
}

.no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.send-form {
    display: none;
}

.receive-form {
    display: none;
}

.receive-money-send {
    display: none;
}

.new-account-form {
    display: none;
}

.emoney-form {
    display: none;
}

.own-card-form {
    display: none;
}

.buy-articles {
    margin-top: 30px;
}

.buy-articles .buy-article {
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}

.help-article {
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}

.service-article {
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}

.news-article {
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}

.profile {
    font-size: 15px;
}

.profile .profile-row {
    margin-bottom: 5px;
}

.profile .profile-row > div {
    display: inline-block;
}

.profile .profile-row .profile-header {
    font-weight: bold;
    width: 200px;
    vertical-align: top;
}

.profile .profile-row .profile-data span {
    margin-top: 5px;
}

.mobile-user-logout {
    float: right;
    margin-top: 35px;
    margin-right: 20px;
    color: #0049AF;
    font-size: 15px;
}

.menu-dropdown-list li a {
    text-transform: uppercase;
}

.other-accounts-button {
    cursor: pointer;
    padding: 7px 0;
}

.other-accounts {
    display: none;
    width: auto;
    z-index: 100;
    background-color: #0049AF;
    position: absolute;
    top: 60px;
}

.other-accounts > div {
    padding: 10px 12px;
    width: 100%;
}

.other-accounts > div:hover {
    background-color: #001C43;
}

.other-accounts > div > a {
    color: #fff;
}

.error {
    color: red;
    font-size: 12px;
    font-weight: normal;
}

.category-card {
    text-align: center;
}

.login-page {
    box-shadow: 0 2px 20px #ccc;
    background-color: #fff;
    padding: 30px 35px;
    margin-bottom: 50px;
}

.login-page img.logo {
    width: 100px;
    margin-bottom: 20px;
}

.login-page .login-text-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
    color: #0049AF;
}

.login-page .title {
    color: #0049AF;
    font-weight: bold;
}

.login-page .form-group input,
.login-page .form-group div.styled {
    height: 50px;
    background-color: #f7f2ea;
    border-radius: 0;
    box-shadow: none;
}

.login-page button {
    text-transform: uppercase;
    font-weight: bold;
}

.login-page .login-link {
    margin: 15px 0;
}

.login-page .login-text-bottom {
    color: #999;
    font-size: 14px;
    padding: 10px 0;
}

.login-bottom-line {
    border-top: 1px solid #ccc;
    margin-top: 30px;
}

.modal.in .modal-dialog {
    margin-top: 250px;
    color: #0049AF;
}

/*modal loader*/
.loader {
    color: #0049AF;
    font-size: 120px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease;
    animation: load6 1.7s infinite ease;
}

.red {
    color: red;
}

.green {
    color: green;
}

.orange {
    color: #0049AF;
}

.float-left {
    float: left;
}

.margin-right {
    margin-right: 10px;
}

.min-width {
    min-width: 80px;
}

.own-card-input {
    width: 65%;
}

.own-card-label{
    margin-right: 7px;
    line-height: 35px;
}

.icon-color {
    color: #0049AF;
}

.icon-color:hover {
    color: #0049AF;
}

.icon-size-medium{
    font-size: 24px;
    margin-left: 12px;
}
.requirfalse {
    border: 1px solid red !important;
}

.info-bar .info-block {
    display: inline-table;
    table-layout: fixed;
}

.info-bar .info-block .info-content.date {
    line-height: 100%;
}

.info-bar .info-block.currency {
    font-size: 22px;
    font-family: 'SourceSansPro-ExtraLight', sans-serif;
}

.info-bar .info-block.currency span.currency {
    vertical-align: super;
    font-size: 15px;
}

.info-bar .info-block.currency img {
    margin-right: 10px;
}

.menu-left {
    padding: 10px 25px;
}

.menu-left ul {
    list-style: none;
    padding: 0;
}

.menu-left ul > li {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.menu-left ul > li a {
    color: #89a5b0;
}

.menu-left ul > li a.underline:hover {
    color: #fff;
}

.pl-banner {
    padding: 0 0;
}

.pl-banner img {
    width: 100%;
}

.exchange {
    color: #5f4329;
}

.exchange .exchange-block {
    padding: 15px 10px;
}

.exchange .exchange-block:nth-child(1) {
    border-bottom: 1px solid #e7d9c1;
}

.exchange .exchange-block img {
    margin-bottom: 10px;
}

.exchange .exchange-block div.read-more {
    margin: 25px 0 10px;
}

.exchange .exchange-block a {
    margin-top: 20px;
    padding: 7px 30px;
    color: #5f4329;
    border-radius: 20px;
    background-color: #e3d4b8;
}

.exchange .exchange-block a:hover {
    background-color: #e6d8bd;
}

.payment-information {
    border-left: 1px solid #e9e9e9;
    color: #b3b3b3;
}

.payment-information b {
    color: #707070;
}

.account-state-information {
    color: #0049AF;
}

.account-state-information > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.account-state-information > div b {
    font-size: 16px;
}

.account-state-information > div p {
    margin-bottom: 25px;
}

.invoice-table {
    width: 100px;
}

.invoice-table tr {
    border-top: 1px solid #ededed;
}

.invoice-table tr th, td {
    padding: 10px;
}

.invoice-table tr th {
    text-align: center;
    background-color: #fcfcfc;
}

.login-sms {
    padding: 30px 15px 10px;
    text-align: center;
}

.login-sms .icon-sms {
    margin-bottom: 20px;
}

.login-sms a.read-more {
    margin-top: 10px;
    padding: 7px 30px;
    color: #5f4329;
    border-radius: 20px;
    background-color: #e3d4b8;
}

.login-sms a.read-more:hover {
    background-color: #e6d8bd;
}

.login-sms .sms-block {
    padding: 15px 0;
}

.login-sms .sms-block:nth-child(1) {
    border-bottom: 1px solid #eadfca;
}

.login-article {
    padding: 15px 15px;
}

.login-article .title {
    color: #0049AF;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.login-article p {
    color: #b8b8b8;
}

.login-article-box {
    height: 475px;
    border-right: 1px solid #ede5d7;
}

.login-article-box img {
    margin-bottom: 20px;
}

.disclaimer {
    margin-top: 40px;
    padding: 50px 15px;
    color: #b3b3b3;
    border-top: 2px solid #e9e9e9;
}

.disclaimer .disclaimer-menu {
    padding: 0 0 30px;
}

.disclaimer .disclaimer-menu .bordered-right {
    padding: 0 10px;
    display: inline-block;
    border-right: 1px solid #4c7686;
}

.disclaimer .disclaimer-menu .bordered-right:nth-child(1) {
    padding-left: 0;
}

.disclaimer .disclaimer-menu a {
    font-family: 'SourceSansPro-ExtraLight', sans-serif;
    color: #4c7686;
    text-transform: uppercase;
    font-size: 18px;
}

.disclaimer .disclaimer-menu a:hover {
    text-decoration: underline;
}

/* --- BOOTSTRAP FORM STYLE pre obsah .form-content ---*/
.form-content .title {
    font-family: 'SourceSansPro-ExtraLight', sans-serif;
    padding: 7px 10px;
    border-bottom: 1px solid #ededed;
    text-transform: uppercase;
}

.form-content .content {
    padding: 15px;
}

.form-content input, .form-content textarea, .form-content select, .form-content div.styled  {
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .075) inset;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 73, 175, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 73, 175, .6);
}

.form-control select:active, .form-control select:hover {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 73, 175, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 73, 175, .6);
}

.form-content .restyled-select {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url('../images/icon-arrow-bottom.svg') no-repeat;
    background-position: right 5px center;
    margin-top: 3px;
    filter: invert(16%) sepia(91%) saturate(3215%) hue-rotate(208deg) brightness(91%) contrast(102%);
}

.form-content .restyled-select select {
    background: transparent;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border-radius: 0;
    height: 34px;
    cursor: pointer;
    text-overflow: '';
}

.form-content .restyled-select select > option {
    padding: 7px;
}

.form-content input[type='file'] {
    box-shadow: none;
    height: auto;
}

.form-content .file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
}

.form-content .file-upload-input {
    width: 250px;
    color: #000;
    font-size: 16px;
    padding: 10px 15px;
    border: none;
    background-color: #fff;
    display: inline-block;
}

.form-content .file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    padding: 11px 20px;
    border: none;
    margin-left: -1px;
    background-color: #0049AF;
    border-radius: 0 20px 20px 0;
}

.form-content .form-btn {
    background-color: #0049AF;
    color: #fff;
    padding: 10px 17px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    width: 145px;
    margin: 5px 0 5px;
    text-align: center;
    cursor: pointer;
}

.form-content .form-btn-white {
    background-color: #fff;
    color: #0049AF;
    padding: 10px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid #0049AF;
    width: 145px;
    margin: 5px 0 5px;
    text-align: center;
    cursor: pointer;
}


.form-content .form-btn-white:hover, .form-content .form-btn-white:focus {
    opacity: .8;
    filter: alpha(opacity=80);
    background-color: #0049AF;
    color: #fff;
}

.form-content .form-btn.next {
    background-image: url('../images/icon-button-arrow-white.svg');
    background-position: 90% 50%;
    background-repeat: no-repeat;
    background-size: 9px;
}

.form-content .form-btn.back {
    background-image: url('../images/icon.png');
    background-position: 10% 50%;
    background-repeat: no-repeat;
    background-size: 9px;
}

.form-content .form-btn:hover, .form-content .form-btn:focus {
    opacity: .8;
    filter: alpha(opacity=80);
    background-color: #0049AF;
}

.form-content .radio-label {
    font-weight: bold;
    margin-bottom: 10px;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #fff;
    cursor: not-allowed;
    background-color: #0049AF;
    opacity: .5;
    filter: alpha(opacity=50);
    pointer-events: none;
}

#installationForm ul.nav li a {
    color: #0049AF;
}

#installationForm ul.nav li:hover a {
    color: #fff;
}

#installationForm ul.nav li.active a {
    color: #fff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #0049AF;
}

.nav > li > a:focus, .nav > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0049AF;
    opacity: .8;
    filter: alpha(opacity=80);
}

/*---- restyled radio+checkbox ---*/

input[type=checkbox], input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 18px;
    height: 18px;
}

input[type=checkbox]:checked, input[type=radio]:checked, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none !important;
}

input[type=checkbox] + .lbl::before {
    width: 20px;
    height: 20px;
    font-size: 18px;
    padding: 2px 0 0 0;
}

input[type=checkbox] + .lbl, input[type=radio] + .lbl {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 14px;
    min-width: 14px;
    font-weight: normal;
}

input[type=checkbox] + .lbl::before, input[type=radio] + .lbl::before {
    font-family: fontAwesome;
    font-weight: normal;
    color: #0049AF;
    content: "\a0";
    background-color: #fafafa;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 13px;
    min-width: 13px;
    margin-right: 1px;
    margin-top: -5px;
}

input[type=checkbox]:checked + .lbl::before, input[type=radio]:checked + .lbl::before {
    display: inline-block;
    content: '\f00c';
    background-color: #f5f8fc;
    border-color: #0049AF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, .05),
    inset 15px 10px -12px rgba(255, 255, 255, .1);
}

input[type=checkbox]:hover + .lbl::before, input[type=radio]:hover + .lbl::before,
input[type=checkbox] + .lbl:hover::before, input[type=radio] + .lbl:hover::before {
    border-color: #0049AF;
}

input[type=checkbox]:active + .lbl::before, input[type=radio]:active + .lbl::before,
input[type=checkbox]:checked:active + .lbl::before, input[type=radio]:checked:active + .lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
}

input[type=checkbox]:disabled + .lbl::before, input[type=radio]:disabled + .lbl::before,
input[type=checkbox][disabled] + .lbl::before, input[type=radio][disabled] + .lbl::before,
input[type=checkbox].disabled + .lbl::before, input[type=radio].disabled + .lbl::before {
    background-color: #ddd !important;
    border-color: #ccc !important;
    box-shadow: none !important;
    color: #bbb;
}

input[type=radio] + .lbl::before {
    border-radius: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    padding: 3px 0 0 0;
    width: 20px;
    height: 20px;
}

input[type=radio]:checked + .lbl::before {
    content: "\2022";
}

/* Table */
table.list-table {
    width: 100%;
}

table.list-table thead th {
    text-align: center;
    background-color: #ededed;
}

table.list-table th, table.list-table td {
    padding: 10px;
}

.dataTables_filter {
    float: right;
}

.dataTables_filter input {
    padding: 10px;
}

.dataTables_length {
    float: left;
}

.dataTables_length select {
    padding: 7px;
}

.dataTables_paginate {
    float: right;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
    outline: none;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: .5;
}

table.dataTable thead .sorting:after {
    opacity: .2;
    content: "\e150";
}

table.dataTable thead .sorting_asc:after {
    content: "\e155";
}

table.dataTable thead .sorting_desc:after {
    content: "\e156";
}

table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    color: #eee;
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}

table.dataTable.table-condensed > thead > tr > th {
    padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px;
}

table.table-bordered.dataTable {
    border-collapse: separate !important;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 0;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}


/*paging button default state, same as JUI default state*/
.dataTables_paginate {
    margin-top: 20px !important;
}

.paginate_button {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #000;
    padding: 5px 7px;
    margin: 0 2px;
    cursor: pointer;
}

.paginate_button.current {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #000;
    cursor: default;
}

.paginate_button.current:hover {
    background-color: #ccc;
    color: #000;
}

.paginate_button.disabled {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #555;
    cursor: default;
}

.paginate_button:hover.disabled {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #555;
    cursor: default;
}

.paginate_button:hover {
    background-color: #ddd;
    border: 1px solid #ccc;
    color: #000;
}

.paginate_active {
    background-color: #ddd;
    border: 1px solid #ccc;
    color: #000;
}
.info-bar {
    background: #0049AF;
    color: #ffffff;
    padding: 12px 10px;
}















.navbar-header a.navbar-brand img {
    max-height: 65px;
}

@media (max-width: 768px) {
    .navbar-header a.navbar-brand {
        width: calc(100% - 120px);
        padding-right: 0;
        margin-left: 15px;
    }

    .login-page {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 992px) {
    .wrapper > .container {
        margin-top: 92px;
    }
}


@media (max-width: 550px) {
    .navbar-header a.navbar-brand img {
        max-height: 50px;
    }

    .navbar-brand,
    .container > .navbar-header,
    nav.navbar > .container,
    nav.navbar-default {
        height: 80px !important;
    }

    .navbar {
        margin-bottom: 0;
    }

    #main-content {
        margin-top: 0 !important;
    }

    .wrapper > .container {
        margin-top: 80px;
    }
}


@media (min-width: 992px) {
    body.creditpay_banner {
        padding-top: 90px;
    }
}


@media (max-width: 992px) {
    .menu-dropdown {
        top: 80px !important;
        width: 100%;
        padding: 20px 30px;
        position: relative;
    }
}


.wrapper > .container > .alert,
.wrapper > .container > .site-error > .alert
{
    margin-top: 40px;
}
.wrapper > .container > .site-error > p
{
    color: white;
}
.wrapper > .container > .alert
{
    margin-bottom: 0px;
    margin-top: 10px;
}


#footer .bordered {
    padding:5px 0;
    padding-right:25px;
}
#footer .bordered a {
    color:#ababab;
    font-size:12px;
}









.receive-send-gold > div:nth-child(3) {
    display: none;
}

.btn-primary {
    color: #fff;
    background-color: #0049AF;
    border-color: #0049AF;
}
.btn-primary:hover {
    color: #fff;
    background-color: #00478D;
    border-color: #00478D;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #00478D;
    border-color: #00478D;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background-color: #00478D;
    border-color: #00478D;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #001C43;
    background-image: none;
    border-color: #001C43;
}
nav .collapse.navbar-collapse > ul > li > a.icon-menu img {
    margin-left: 7px;
}
.user-arrow-bottom img {
    filter: invert(16%) sepia(91%) saturate(3215%) hue-rotate(208deg) brightness(91%) contrast(102%);
}
.block-content > img {
    filter: invert(16%) sepia(91%) saturate(3215%) hue-rotate(208deg) brightness(91%) contrast(102%);
}












@media (max-width: 550px) {
    body.page-login #main-content > .container > .row:nth-child(2) > div {
        margin-bottom: 30px;
    }
    .wrapper {
        padding-bottom: 10px;
    }
}
