/* G2A Pay overlay */

.g2apay-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
}

.wallet-popups p, .wallet-popups ul {
    margin: 15px 0;
}

.wallet-popups {
    width: 420px;
    font-family: Roboto, 'sans-serif';
    margin: 0 auto;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    top: 15%;
    font-size: 15px;
    text-align: center;
    color: #848484;
}

.wallet-popups * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wallet-popups .btn-container {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -70px;
}

.wallet-popups .pop-btn {
    color: #fff;
    border: none;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    background: #006cff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-width: 199px;
    height: 50px;
    margin: 0 auto;
    display: inline-block;
    -moz-transition: 0.15s;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.wallet-popups .pop-btn:hover {
    background-color: #2b7eef;
}

.wallet-popups .pop-header {
    background-color: #eeeeee;
    height: 71px;
    font-size: 18px;
    color: #848484;
    padding: 20px 17px 10px 17px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    line-height: 24px;
}

.wallet-popups .pop-content {
    padding: 10px 0px;
    background-color: #fff;
}

.wallet-popups .img-container {
    margin: 0 auto;
    height: 266px;
}

.wallet-popups .pop-content {
    height: 497px;
}

.wallet-popups .pop-content .title {
    color: #f2470f;
    font-size: 25px;
    font-weight: 300;
    margin: 0 auto;
    letter-spacing: -0.5px;
    line-height: 30px;
}

.wallet-popups .pop-content p {
    line-height: 18px;
    margin: 12px 0;
}

.wallet-popups .pop-content > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-property: left;
    transition-duration: 0.3s;
    height: 478px;
}

.wallet-popups .pop-content > ul > li {
    list-style: none;
    margin: 0;
    padding: 0 40px;
    float: left;
    width: 420px;
    position: relative;
}

.wallet-popups .pop-content > ul > li.first {
}

.wallet-popups .pop-content > ul > li.first img {
    margin-top: 6px;
}

.wallet-popups .pop-content > ul > li.second {
}

.wallet-popups .pop-content > ul > li.second .title {
    margin-top: -23px;
    margin-bottom: -6px;
}

.wallet-popups .pop-content > ul > li.third {
}

.wallet-popups .pop-content > ul > li.third .title {
    margin-top: -6px;
}

.wallet-popups .pop-content > ul > li.fourth {
}

.wallet-popups .pop-content > ul > li.fourth .title {
    margin-top: 7px;
}

.wallet-popups .pop-footer {
    background-color: #eeeeee;
    height: 52px;
    font-size: 14px;
    color: #848484;
    padding: 17px 17px;
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.wallet-popups .pop-footer .close {
    color: #006cff !important;
    margin-right: 8px;
    margin-top: 2px;
}

.wallet-popups .pop-footer .close:hover {
    color: #848484 !important;
    text-decoration: none;
}

#g2apay-popup .controller {
    width: 13px;
    height: 13px;
    margin-right: 4px;
    border: 3px solid #646464;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

#g2apay-popup .controller.active {
    background-color: #646464;
}

.wallet-popups .controlls > ul {
    display: inline-block;
    padding-left: 0;
}

#g2acoins-popup .controller {
    width: 13px;
    height: 13px;
    margin-right: 4px;
    border: 3px solid #fff;
    background: #fff;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

#g2acoins-popup .controller.active {
    background-color: #006cff;
    border: 3px solid #006cff;
}

.wallet-popups .controlls > ul {
    display: inline-block;
    padding-left: 0;
}

.wallet-popups .coins-btn-container-1 {
    bottom: -60px;
}

.wallet-popups .coins-btn-container-2 {
    bottom: -70px;
}

.wallet-popups .coins-btn-container-3 {
    bottom: -110px;
}

.wallet-popups .coins-small-ico {
    display: inline;
    padding: 0 0 5px 0;
    font-size: 24px;
    width: 30px;
    position: relative;
    top: 4px;
}
.wallet-popups .coins-desc {
    display: inline;
}

.wallet-popups .pop-content > ul > li ul {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}

.wallet-popups .pop-content > ul > li ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wallet-popups .pop-content > ul > li ul li {
    text-align: left;
    list-style: none;
    margin-bottom: 6px;
}

.wallet-popups .pop-content > ul > li ul li {
    background-image: url('../../images/g2apay/unified-balance/check.png');
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 16px;
}

.wallet-popups .pop-content > ul > li.second .coins-title {
    margin-top: -5px;
    margin-bottom: -6px;
}

.wallet-popups .pop-coins-content > ul > li {
    padding: 15px 31px;
}

.wallet-popups .later {
    padding: 25px 0 0 0;
    cursor: pointer;
}

.wallet-popups .later > a {
    font-weight: 700;
    color: #006cff;
    text-decoration: none;
}

/*coins popup*/

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.pop-checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: text-top;
    cursor: pointer;
    margin-right: 4px;
}

.pop-checkbox.checked {
    background-image: url('../../images/g2apay/unified-balance/check.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;

}

.pop-info {
    display: inline;
    cursor: pointer;
}


/****** POP UP G2A ID LOGIN *********/
.popup-login-id {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

#popup-login-id-content {
    color: #000;
    margin: auto;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    width: 350px;
    font-family: "Roboto", "Arial";
    font-size: 13px;
    line-height: 1.5em;
}

.popup-login-header {
    text-align: center;
    width: 100%;
    margin-top: 50px;
}

.popup-login-form {
    margin-top: 20px;
    width: 80%;
}

.popup-login-form input {
    border: 1px solid #555;
    padding: 20px;
    padding-left: 40px;
    color: #555;
}


