@charset "utf-8";
body {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    font-family: Tahoma, Geneva, sans-serif;
    /* font-family: sukhumvit_setthin; */
    /* font-family: colaborate-thinregular; */
    font-size: 14px;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #353434;
    text-decoration: none;
}

.scrollbox {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    height: 300px;
    overflow-y: scroll;
    width: 100%;
}

@media print {
    .print-none {
        display: none;
    }
}

.badge-pink {
    color: #fff;
    background-color: #ff00ff;
}

.badge-yellow {
    color: #535353;
    background-color: #e6e629;
}

.text-pink {
    color: #ff00ff;
    /* background-color: #ff00ff; */
}

.text-purple {
    color: #8000ff;
    /* background-color: #ff00ff; */
}

.text-brown {
    color: #800040;
    /* background-color: #ff00ff; */
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    top: 0px;
}

.Backfixed-btn{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    padding: 0px;
    background: rgba(0, 0, 0, 0.08);
    box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
}