body {
    font-family:verdana,helvetica,arial,sans-serif;
    padding:20px;
    font-size:12px;
    margin:0;
}

h2 {
    font-size:18px;
    font-weight:bold;
    margin:0;
    margin-bottom:15px;
}

a:link {
    text-decoration: none;
}
a:visited {
    /*color: #0064bf;*/
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

#sidemenu_a {
    -ms-overflow-style: none; 
    scrollbar-width: none;
}
#sidemenu_a::-webkit-scrollbar {
    display: none;
}
#sidemenu_b {
    -ms-overflow-style: none; 
    scrollbar-width: none;
}
#sidemenu_b::-webkit-scrollbar {
    display: none;
}

.bg_header {
    height: 37px;
    background: rgba(110,166,207,1);
    background: -moz-linear-gradient(left, rgba(110,166,207,1) 0%, rgba(255,255,255,1) 100%);
    /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(110,166,207,1)), color-stop(100%, rgba(255,255,255,1)));*/
    background: -webkit-linear-gradient(left, rgba(110,166,207,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(110,166,207,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(110,166,207,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(110,166,207,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ea6cf', endColorstr='#ffffff', GradientType=1 );
}

.logo {
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
    color:#fff;
    font-size:16px;
    text-decoration:none
}

.btn-inputdata {
    margin-top: 2px;
    margin-bottom: 4px;
}

.arrow_box {
    /*top: 1.7px;*/
    padding: 4px;
    position: relative;
    background: #ffffcc;
    border: 1px solid #cc9933;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
.arrow_box:after, .arrow_box:before {
    right: 100%;
    top: 70%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 204, 0);
    border-right-color: #ffffcc;
    border-width: 6px;
    margin-top: -10px;
}
.arrow_box:before {
    border-color: rgba(204, 153, 51, 0);
    border-right-color: #cc9933;
    border-width: 7px;
    margin-top: -11px;
}
.arrow_message {
    margin-left: 8px;
}
.msg_sukses {
    color: #3c8b3c;
}
.msg_gagal {
    color: #c9302c;
}
.easyui-cbo {
    height: 25px;
    border: 1px solid #95b8e7;
}
.easyui-cbopoli {
    height: 25px;
    border: 1px solid #ff0000;
}
.login-body {
    /*background-color: #2b2b2d;*/
    position: relative;
    height: 100%;
    background: url("icons/bg-awal.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: auto;
}
.kotak_notfound {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #4288CE;
    width: 25%;
    padding: 20px 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.kotak_login {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #4288CE;
    width: 22%;
    padding: 15px 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.barmenu {
    overflow: hidden;
    text-align: center;
}
.barmenu:before {
    background-color: #d3d3d3;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10px;
}
.space_login {
    margin-bottom: 20px;
}
.label_login {
    margin-bottom: 5px;
}
.input_login {
    width: 85%;
    height: 34px;
}
.input_hide {
    border: 1px solid #4bb1b1;
    display: none;
    visibility: hidden;
}
.spasicekbox {
    margin-left: 5px;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .css-treeview
    {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }

    @-webkit-keyframes webkit-adjacent-element-selector-bugfix
    {
        from
        {
            padding: 0;
        }
        to
        {
            padding: 0;
        }
    }
}

input[readonly], input[readonly="readonly"] {
    background: #E7E7E7;
}

.pesan {
    font-size: 10px;
    color: #c9302c;
}

.reloadprofil {
    font-size: 12px;
    padding: 3px;
    width: 130px;
    border: 1px solid #4bbeff;
}

.reloadlab {
    font-size: 12px;
    padding: 3px;
    width: 130px;
    border: 1px solid #4bbeff;
}