/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*-------------------------------------------------------------------------*/
/*	5.	Bank Online/Offline
/*-------------------------------------------------------------------------*/
.bank-panel{
    display: block;
	position: fixed;
	z-index: 99;
}

.bank-panel.right{
	top: 19%;
	right: 0px;
}

.bank-panel .panel-black{
	display: block;
	position: relative;
    background-color: #404040;
    width: 170px;
    height: 70px;
    margin-bottom: 2px;
    border-radius: 12px 0px 0px 12px;
    -webkit-border-radius: 12px 0px 0px 12px;
    -moz-border-radius: 12px 0px 0px 12px;
    -ms-border-radius: 12px 0px 0px 12px;
    -o-border-radius: 12px 0px 0px 12px;
}

.online{
    float: left;
    width: 44px;
    height: 44px;
    margin-top: 12px;
    margin-left: -5px;
    background: url(../assets/images/indicator.png) 0px 0px no-repeat;
}

.offline{
    float: left;
    width: 44px;
    height: 44px;
    margin-top: 17px;
    margin-left: -5px;
    background: url(../assets/images/indicator.png) 0px -44px no-repeat;
}

.trouble{
    float: left;
    width: 44px;
    height: 44px;
    margin-top: -7px;
    margin-left: -7px;
    background: url(../images/indicator-yellow.png) 0px 0px no-repeat;
}

/* .bank-panel .bca{
    float: right;
    width: 120px;
    height: 52px;
    margin-top: 8px;
    background: url(../assets/images/bank.png) -5px 0px no-repeat;
} */

.bank-panel .mandiri{
    float: right;
    width: 120px;
    height: 52px;
    margin-top: 8px;
    background: url(../assets/images/bank.png) -127px 0px no-repeat;
}

.bank-panel .bri{
    float: right;
    width: 120px;
    height: 52px;
    margin-top: 8px;
    background: url(../assets/images/bank.png) -250px 0px no-repeat;
}

.bank-panel .bni{
    float: right;
    width: 120px;
    height: 52px;
    margin-top: 8px;
    background: url(../assets/images/bank.png) -373px 0px no-repeat;
}

.bank-panel .danamon{
    float: right;
    width: 120px;
    height: 52px;
    margin-top: 8px;
    background: url(../assets/images/bank.png) -494px 0px no-repeat;
}

.bank-panel .ocbc{
    float: right;
    width: 120px;
    height: 52px;
    margin-top: 8px;
    background: url(../assets/images/bank.png) -627px 0px no-repeat;
}

.bank-panel .cimb{
    float: right;
    width: 120px;
    height: 52px;
    margin-top: 8px;
    background: url(../assets/images/bank.png) -774px 0px no-repeat;
}

.forget-password{
	float:right;
	margin-top: -10px;
	margin-right: 25px;
}
/*-------------------------------------------------------------------------*/
/*	END	Bank Online/Offline
/*-------------------------------------------------------------------------*/

#table-history{
    width: 100%;
    padding: 10px;
    border-spacing: 1px;
    border-collapse: collapse;
}

#table-history{
    width: 80%;
    padding: 10px;
    border-spacing: 1px;
    border-collapse: collapse;
}

.contacts {
    background-color: #0a0a0a;
    border-top: 4px solid #000;
    height: 57px;
}
.contacts2 {
    background-color: #1a1a1a;
    height: 50px;
}

.listcp{
    display: inline;
    z-index: 99;
}

.listbank{
    display: inline;
    z-index: 99;
}

.listbank .online{
    float: left;
    width: 22px;
    height: 22px;
    margin-left: -5px;
    background: url(../assets/images/indicator-.png) 0px 0px no-repeat;
    margin-top: 12px;
}

.listbank .offline{
    float: left;
    width: 22px;
    height: 22px;
    margin-left: -5px;
    background: url(../assets/images/indicator-.png) 0px -22px no-repeat;
    margin-top: 14px;
}

.listbank .bca{
    background: url(../images/thebanks.png) no-repeat -17px -25px;
    width: 69px;
    height: 20px;
    margin: 11px 0 0 -25px;
}

.listbank .mandiri{
    background: url(../images/thebanks.png) no-repeat -98px -25px;
    width: 71px;
    height: 20px;
    margin: 14px 0 0 -22px;
}

.listbank .bri{
    background: url(../images/thebanks.png) no-repeat -262px -26px;
    width: 83px;
    height: 19px;
    margin: 14px 0 0 -11px;
}

.listbank .bni{
    background: url(../images/thebanks.png) no-repeat -179px -27px;
    width: 65px;
    height: 18px;
    margin: 14px 0 0 -28px;
}

.listbank .danamon{
    background: url(../images/thebanks.png) no-repeat -601px -25px;
    width: 81px;
    height: 20px;
    margin: 14px 0 0 -13px;
}
.listbank .ocbc{
    background: url(../images/thebanks.png) no-repeat -359px -27px;
    width: 86px;
    height: 18px;
    margin: 14px 0 0 -9px;
}

.listbank .cimb{
    background: url(../images/thebanks.png) no-repeat -486px -28px;
    width: 112px;
    height: 17px;
    margin: 14px 0 0 13px;
}
.listbank .bii{
    background: url(../images/thebanks.png) no-repeat -931px -22px;
    width: 35px;
    height: 21px;
    margin: 14px 0 0 -48px;
}
.listbank .panin{
    background: url(../images/thebanks.png) no-repeat -708px -29px;
    width: 93px;
    height: 14px;
    margin: 17px 0 0 0px;
}
.listbank .permata{
    background: url(../images/thebanks.png) no-repeat -828px -26px;
    width: 82px;
    height: 21px;
    margin: 11px 0 0 -15px;
}
.listbank .maybank{
    background: url(../images/thebanks.png) no-repeat -965px -22px;
    width: 111px;
    height: 21px;
    margin: 9px 0 0 16px;
}
.listbank .btpn{
    background: url(../images/thebanks.png) no-repeat -1060px -18px;
    width: 111px;
    height: 28px;
    margin: 9px 0 0 -7px;
}
.listbank-black{
    display: inline-block;
    position: relative;
    width: 130px;
    height: 60px;
    margin-bottom: 2px;
    border-radius: 12px 0px 0px 12px;
    -webkit-border-radius: 12px 0px 0px 12px;
    -moz-border-radius: 12px 0px 0px 12px;
    -ms-border-radius: 12px 0px 0px 12px;
    -o-border-radius: 12px 0px 0px 12px;
}

.listcp-black{
    display: inline-block;
    position: relative;
    width: auto;
    margin-right: 12px;
    height: 60px;
    margin-bottom: 2px;
    border-radius: 12px 0px 0px 12px;
    -webkit-border-radius: 12px 0px 0px 12px;
    -moz-border-radius: 12px 0px 0px 12px;
    -ms-border-radius: 12px 0px 0px 12px;
    -o-border-radius: 12px 0px 0px 12px;
}

.listcp-black .icon{
    margin-top: 10px;
    float: left;
}

.listcp-black .value{
    margin-top: 17px;
    float: left;
    margin-left: 10px;
}


/*-------------------------------------------------------------------------*/
/*	FOOTER
/*-------------------------------------------------------------------------*/

#footer{
	height:0 !important;
}

/*-------------------------------------------------------------------------*/
/*	END FOOTER
/*-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------*/
/*	++
/*-------------------------------------------------------------------------*/

#content{
	height:auto !important;
}
.container{
	height:auto !important;
}
.text-left{
	height:auto !important;
}
#member-online .box{
	overflow-y:scroll;
	overflow-x:hidden;
}
#member-online .box::-webkit-scrollbar {
    width: 10px;
}
 
#member-online .box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
#member-online .box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: black;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.license-icon {
    margin: 10px 0 20px 0;
    padding-left: 0;
    list-style: none;
}
.license-icon li {
    display: inline-block;
    padding: 0 10px 0 10px;
}
/*-------------------------------------------------------------------------*/
/*	END ++
/*-------------------------------------------------------------------------*/

/*modal download before login*/
.hover_bkgr_fricc{
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999;
    color: black;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    top: 40%;
    left: 33%;
    min-height: auto;
    vertical-align: middle;
    width: 70%;
    position: absolute;
    border-radius: 8px;
    padding: 15px 0%;
}
.hover_bkgr_fricc > div h3 {
    color: black;
    padding: 2%;
    font-weight: 900;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -11px;
    right: -13px;
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
/*end modal*/