@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/DroidSans.ttf');
    font-style: normal;
}

input:focus, button:focus {}
a {
	text-decoration: none;
}
.hide {
    display: none;
}
.show {
    display: block;
}
header {
    color: #fff;
    background-color: #10af5b;
    padding: 20px 15px;
    font-weight: 500;
    font-size: 16px;
    font-size: 16px;
}
.left-b {
    float: left;
    width: 25%;
    text-align: left;
}
.right-b {
    float: right;
    width: 25%;
    text-align: right;
}
.center-b {
    text-align: center;
    width: 50%;
    display: inline-block;
}
.next-page {
    color: #fff;
    display: none;
}
.next-page::after {
    content: '';
    background-image: url("../images/next_icon.png");
    width: 16px;
    height: 10px;
    display: inline-flex;
    margin-left: 7px;
}
.back-page::before {
    content: '';
    background-image: url("../images/back_icon.png");
    width: 16px;
    height: 10px;
    display: inline-flex;
    margin-right: 7px;
}
.page {
    font-family: Roboto !important;
}
.search-input-block {
    padding: 0px 15px;
}
.search-input-block input {
    width: 100%;
    margin: 20px 0px 15px;
    padding: 15px 20px;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    box-shadow: 0px 5px 20px #d3d3d3;
    font-size: 14px;
    font-family: Roboto;
}
.search-input-block input::placeholder {
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}
.search-input-block::after {
    content: '';
    background-image: url("../images/loupe_icon.png");
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    right: 36px;
    margin-top: 34px;
}
.load-page {
    padding: 15px;
    text-align: center;
    display: none;
}
.load-img,
.load-text {
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
    color: #0076ff;
}
.close-link {
    padding: 10px 0px 10px 20px;
}
.close-link:before {
    content: '';
    background-image: url("/images/close_icon.png");
    display: inline-block;
    width: 12px;
    height: 13px;
}
.error-connect-t {
    color: #161616;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.error-connect-d {
    color: #787b8a;
    font-size: 16px;
    font-weight: 400;
}
.error-connect-img {
    margin-bottom: 15px;
}

.content-block {
    font-family: Roboto;
    color: #3e4258;
    font-size: 14px;
}
.alert-dialog-title--rowfooter span {
    font-weight: bold;
}
.alert-dialog-content--rowfooter {
    padding: 5px 20px 20px !important;
}
.alert-dialog-button--rowfooter {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    border-left: 1px solid #ddd;
}
.alert-dialog-button--rowfooter {
    border-top: 1px solid #ddd !important;
}
.alert-dialog-button--rowfooter:nth-child(2) {
    border-left: 1px solid #ddd !important;
}
.submit {
    cursor: pointer;
    color: #0076ff !important;
}

.padding-right {
    padding-right: 15px;
}

/* List Onsen */
.list, .list-item__center {
    background-image: none !important;
}
.list-item--chevron::before {
    border: none !important;
}
.list-item__center p {
    color: #3e4258;
}
.list-item__center p > span {
    font-weight: 500;
}
.active-list p {
    color: #007aff;
    font-family: Roboto;
}
.active-list::before {
    content: '';
    background-image: url("/images/check_icon.png");
    width: 16px !important;
    height: 12px !important;
    display: inline-flex;
    -webkit-transform: none !important;
    transform: none !important;
    top: auto !important;
    position: absolute;
    content: '';
    right: 16px;
}
.list-register .active-list::before {
    top: 25% !important;
}
.button-green {
    padding: 0px 15px;
    margin: 25px 0px;
}
.button-blue {
    padding: 0px;
    margin: 25px 0px;
}
.button-green > button {
    color: #fff;
    background-color: #10af5b;
    box-shadow: 0px 5px 10px #10af5b;
    border: 1px solid #10af5b;
    border-radius: 25px;
    width: 100%;
    padding: 15px 0px;
    font-size: 14px;
    font-family: Roboto;
    cursor: pointer;
}
.button-blue > button {
    color: #fff;
    background-color: #3e4258;
    box-shadow: 0px 5px 10px #3e4258;
    border: 1px solid #3e4258;
    border-radius: 25px;
    width: 100%;
    padding: 15px 0px;
    font-size: 14px;
    font-family: Roboto;
    cursor: pointer;
}

/* For Android */
ons-input .text-input {
    background-image: none !important;
}

/* Modal */
.wrapper-form {
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 10px;
}
.overlay,
.overlay-load {
    z-index: 4;
    position: fixed;
    background-color: #000000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.overlay-load {
    background-color: #fff;
    display: block;
    opacity: 1;
}
.close-modal {
    position: absolute;
    background-image: url('../images/close_popup.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 10px;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
}
.modal-form {
    background-color: #fff;
    position: fixed;
    z-index: 10;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 10px 20px;
    top: 50px;
    width: 80%;
    border-radius: 8px;
    max-height: 80%;
    overflow: auto;
    display: none;
}
.modal-desc > p {
    text-align: justify;
}
.balance-account > div {
    background-image: none;    
}
.not-active {
    pointer-events: none;
    cursor: default !important;
    background-color: #a9a9a9 !important;
    box-shadow: 0px 5px 10px #a9a9a9 !important;
    border: 1px solid #a9a9a9 !important;
}
.list-register .text-input {
    font-weight: 500;
    font-size: 14px;
    color: #3e4258;
    position: relative;
    z-index: 10;
    font-family: Roboto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
    -webkit-appearance: none !important;
    display: none !important;
}
input[type='number'] {
    -moz-appearance: textfield !important;
}
.error-label {
    font-size: 14px !important;
}
.error-bottom {
    border-bottom: 2px solid red !important;
}
.error-focus {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    margin-top: -20px;
}
.error-focus-s {
    color: red;
    font-size: 12px;
    position: absolute;
    margin-top: 5px;
}
.requerid {
    z-index: 10;
}