#Search_root {
    width: 400px;
    max-width: 100%;
}

#LogoSetting_root {
    padding: 1em 0.9em 0.9em 1em;
}

.SliderMenu_root {
    position: relative;
    /*width: 200px;*/
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-bottom: 1em;
    display: block;
    background: #1b1c1d;
    overflow-y: auto;
}

.SliderMenu_root::-webkit-scrollbar {
    /* 1 */
}

.SliderMenu_root::-webkit-scrollbar-button {
    /* 2 */
}

.SliderMenu_root::-webkit-scrollbar-track {
    /* 3 */
}

.SliderMenu_root::-webkit-scrollbar-track-piece {
    /* 4 */
}

.SliderMenu_root::-webkit-scrollbar-thumb {
    background: #6e7171;
}

.SliderMenu_root::-webkit-scrollbar-corner {
    /* 6 */
}

.SliderMenu_root::-webkit-resizer {
    /* 7 */
}

.SliderMenu_root img {
    width: 35px;
    margin-right: 0.5em;
}

.SliderMenu_root > .item {
    display: block;
    position: relative;
    line-height: 1;
    text-decoration: none;
    color: #a6a6a6;
    padding: .92857143em 1.14285714em;
    text-transform: none;
    background: 0 0;
    font-weight: 400;
    -webkit-transition: background .1s ease, box-shadow .1s ease, color .1s ease;
    transition: background .1s ease, box-shadow .1s ease, color .1s ease;
}

.SliderMenu_root a.item {
    display: block;
}

.SliderMenu_root > a.item:hover {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.SliderMenu_root > a.item.active:hover {
    background: #f6f6f7;
    color: #000 !important;
}

.SliderMenu_root a.item.active {
    background: #ededef;
    color: #010129 !important;
    border-right: 1px solid #00000014;
}

.SliderMenu_root .menu a.item.active {
    color: #FFF !important;
}

.SliderMenu_root > .item:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .08);
}

.SliderMenu_root .item > i.icon {
    width: 1.18em;
    float: none;
    margin: 0 .6em 0 0;
}

.SliderMenu_root .item > .menu {
    margin: 0;
    padding: 0.75rem 0 0 0.8rem;
}

.SliderMenu_root .item > .menu .item {
    display: block;
    background: 0 0;
    padding: .5em 1.1em;
    font-size: 0.95em;
    color: rgba(255, 255, 255, .5);
}

.SliderMenu_root .item > .menu .item:hover {
    color: #fff;
}

.Wrapper_root {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    flex-shrink: 1 !important;
    overflow: auto;
    padding: 2em 3em 7em 3em;
    background: #f5f6f7;
    z-index: 1;
}

.ui.container {
    width: 100%;
}

.ui.huge.breadcrumb .section {
    font-size: 1.71428571rem;
}

/*Filter*/
.Filter_root {
    padding: 0 0 1em 1em;
    width: 30%;
}

.full.width.shrink {
    width: 100%;
    flex-shrink: 1;
}

.FilterSection_root {
    background: #FFF;
    margin: 1em 0 0 0;
    padding: 1em;
}

.Filter_root.ui.form input[type=text] {
    width: 100%;
    background: #f4f8f9 !important;
    border-radius: 0.2em;
    border: none;
    padding: 0.8em 1em;
}

.Filter_root .field,
.Filter_root .fields {
    margin-top: 0.9em;
}

.Filter_root .two > div {
    width: 100%;
    flex-shrink: 1;
}

.Filter_root input:focus {
    outline: none;
}

/* Running number all page */
.RunningNumber_root {
    position: relative;
    margin-left: auto;
}

.RunningNumber_input,
.RunningNumber_span {
    font-size: 1.28rem !important;
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    font-family: inherit !important;
    font-weight: 700;
}

.RunningNumber_span {
    position: absolute;
    top: 0;
    left: -500px;
    opacity: 0;
}

.RunningNumber_signCode {
    margin-bottom: 0 !important;
    line-height: 1.4;
}

.color-dark-green{
    color: darkgreen;
}
.color-money-red{
    color: #db2828;
}

/* Running number all page */

body {
    font-family: 'Kanit', sans-serif;
}

@media (max-width: 767px) {
    /*Mobile*/
}

@media (max-width: 991px) {
    /*Mobile & Tablet*/
    #Search_root {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*Tablet*/
}

@media (min-width: 992px) and (max-width: 1200px) {
    /*Small Monitor*/
}

@media (min-width: 1200px) {
    /*Large Monitor*/
}