/* Table mirror */
/* File javascript ada di /aset/kepala.php , kaki.php */
.table-container {
    overflow: auto;
}
table {
    white-space:nowrap!important
}
.table-mr {
    margin: auto;font-family: "Lucida Sans Unicode", "Lucida Grande", "Segoe Ui";
    font-size: 12px;
    font-family: sans-serif;
    color: #444;
    border-collapse: collapse;
    width: 100%;
}
.mirror-table {
    border-collapse: collapse;
    font-size: 13px;
}
.mirror-table th,
.mirror-table td {
    padding: 5px 10px;
}
caption {
    caption-side: top;
    margin-bottom: 10px;
}
.mirror-table thead th {
    background-color: #141414;
    color: #FFFFFF;
    border-color: #6ea1cc !important;
}
.mirror-table tbody td {
    background-color: #242424;
}
.mirror-table tbody tr:nth-child(odd) td {
    
}
.mirror-table tbody tr:hover th,
.mirror-table tbody tr:hover td {
    background-color: #171717;
    border-color: #ffff0f;
    transition: all .2s;
}

/* End Table mirror */

.thtd{
    width: 20px;
    padding:0 5px;
}
.texr {
    color: red;
}
.texw {
    color: #e5e5e5;
}

/* Navbar */

ul.pausi {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #bd001f;
}
ul.pausi li {
    float: left;
}
ul.pausi li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 9px 24px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}
ul.pausi li a:hover {
    color: white;
    text-decoration: underline;
}
ul.pausi li.icon {
    display: none;
}
@media screen and (max-width:1180px) {
    ul.pausi li:not(:first-child) {
        display: none;
    }
    ul.pausi li.icon {
        float: right;
        display: inline-block;
    }
}
@media screen and (max-width:1170px) {
    ul.pausi.responsive {
        position: relative;
    }
    ul.pausi.responsive li.icon {
        position: absolute;
        background-color: black;
        right: 0;
        top: 0;
    }
    ul.pausi.responsive li {
        float: none;
        display: inline;
    }
    ul.pausi.responsive li a {
        display: block;
        text-align: left;
    }

}
/* End navbar */

/* Liat mirror */
.head, .footer-mirror {
    padding:10px;
    background: #bf1313;
    text-align:center;
    text-decoration:none;
}
.footer-mirror {
    height:35px;
    font-size:12px;
    color: #bfbfbf;
}
.copyright {
    border:20px transparent;
    color: #bfbfbf;
}
.copyright:hover {
    border: 20px transparent;
    color: white;
    text-decoration: underline;
}
.count-statistic {
    background-color: #141414;
    color: #FFFFFF;
    border-color: #6ea1cc!important;
    text-align:center;
    display:block;
    margin-bottom:5px;
    padding:8px 0;
    font-size:13px;
}
/* End lihat mirror */

/* notify error success */

.error-mirror {
    clear:both;
    padding:4px;
    margin:2px;
    line-height:17px
}
.error-mirror {
    background:rgba(255,0,0,.8)
}
.success-mirror {
    clear:both;
    padding:4px;
    margin:2px;
    line-height:17px
}
.success-mirror {
    background: green;
}
/* End notify */

/* Sreach */

.searchs {
    float:center;
    padding:3px 0 0;
    font-size:15px
}
.searchform input {
    background-color:rgba(26,26,26,.9);
    margin:0;
    border:none;
    height:35px;
    width:100%;
    line-height:1;
    padding:5px 10px;
    color:gray;
    resize:none
}

.searchform input {
    background:#2f2f2f;
    border:none;
    color:#bfbfbf;
    margin-bottom:20px;
    height:35px;
    line-height:1;
    padding:5px 10px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none
}
/* End sreach */

.clear {
    clear:both;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0
}
/* Loading */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #1f1f26;
}
.preloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font: 14px arial;
}
/* End loading */

/* Checkbox */

.containercb {
position:relative;
padding:2px;
margin-bottom:3px;
}

.containercb input[type=checkbox] {
display:none;
}

.containercb input[type=checkbox]~b {
cursor:pointer;
outline:0;
position:relative;
display:inline-block;
margin:0;
border:1px solid #bd001f;
width:14px;
height:14px;
vertical-align:middle;
text-align:center;
line-height:0.7;
font-size:18px;
background: gary;
color:white;
}

.containercb input[type=checkbox]:checked~b:after {
content:'\2714\0020';
}

/* End Checkbox */

.errorpage {
    color: #D3D3D3;
    font-size: 100px
}
@media (min-width: 1200px) {
    .errorpage {
        font-size: 200px;
    }
}
.logo {
    height: 30px;
}
@media (max-width: 768px) {
    .logo {
        height: 30px;
    }
}
.z {
    text-align: center;
}
@media screen and (min-width:799px) {
    .z {
        text-align: left;
    }
}

/* Btn */

.m_btn { 
    position: relative;
    display: block;
    overflow: hidden;
} 
.button_eff { 
    padding-left: 35px;
} 
.m_btn .btn_ld { 
    float: left;
    position: absolute; 
    left: -50px; 
    top: 10px; 
    transition: all .2s; 
} 
.button_eff .btn_ld { 
    left: 15px; 
    margin: -6px; 
} 
.btn_el { 
    border-radius: 50%; 
    width: 20px; 
    height: 20px; 
    font-size: 10px; 
    position: relative; 
    text-indent: -9999em; 
    border-top: 4px solid rgba(255, 255, 255, 0.2);
    border-right: 4px solid rgba(255, 255, 255, 0.2); 
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
    border-left: 4px solid #ffffff; 
    transform: translateZ(0); 
    animation: spinLoad 1.1s infinite linear; 
} 
@keyframes spinLoad { 0% { transform: rotate(0deg); } 100% {
            transform: rotate(360deg); 
    }
}