#example .sidebar.menu .logo.image, #example .sticky.menu .logo.image {
    width: 35px;
    margin-right: 1em;
}

#example .main.container {
    margin-left: 3em !important;
    margin-right: 3em !important;
    width: auto !important;
    /*max-width: 960px !important;*/
}

.pusher {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    min-height: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    z-index: 2;
    background: inherit;
    background: #ededed;
}

.full.height {
    height: 100%;
    position: absolute;
    width: 100%;
}

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

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

.ui.menu,
h1, h2, h3, h4, h5,
.ui.header {
    font-family: inherit;
}

@media only screen and (min-width: 1200px) {
    .ui.tiny.modal {
        width: 520px;
        margin: 0 0 0 -220px;
    }
}

.table.can.click tbody tr:hover {
    background: #f8f8f8;
    cursor: pointer;
}

/*******************************
         Sidebar Layout
*******************************/

#example > .pusher > .full.height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

#example:not(.site) > .pusher > .full.height {
    background-color: #FFFFFF;
}

/* page layout */
#example .full.height > .toc {
    position: relative;
    z-index: 1;
    background-color: #1b1c1d;
    width: 210px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

#example .full.height > .toc .ui.menu {
    border-radius: 0;
    border-width: 0 1px 0 0;
    box-shadow: none;
    margin: 0;
    width: inherit;
    overflow: hidden;
    will-change: transform;
}

#example .article {
    -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;*/
    background: #ededed;
}

/*******************************
      Definition Container
*******************************/

#example > .pusher > .footer {
    clear: both;
}

#example .fixed.menu > .container,
#example .main.container,
#example .masthead > .container,
#example .footer > .container {
    position: relative;
}

#example .main.container {
    padding-top: 2em;
    padding-right: 0em;
    padding-bottom: 2em;
    padding-left: 0em;
}

#example .wide.main.container {
    width: 80%;
    margin: 0 auto;
    max-width: 1140px;
}

#example .main.container > .right.rail .sticky,
#example .main.container > .tab > .examples > .right.rail .sticky,
#example .main.container > .tab > .right.rail .sticky {
    padding-bottom: 2em;
}

#example .main.container > .right.rail .fixed.sticky,
#example .main.container > .tab > .examples > .right.rail .fixed.sticky,
#example .main.container > .tab > .right.rail .fixed.sticky {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#example .following.menu .menu .active.item {
    font-weight: bold;
}

.ui.inverted.segment,
.ui.inverted.menu {
    /*background: #2185d0;*/
}

.ui.fixed.menu {
    font-size: 16px;
}

.ui.menu .active.item {
    font-weight: bold;
}

.bg.main {
    background: #EE7127 !important;
    color: #FFF;
}

.button.bg.main:focus {
    background: #EE7127 !important;
    color: #FFF;
}

.button.bg.main:hover {
    background: #D8631D !important;
    color: #FFF;
}

.Upload_list {
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.Upload_list img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

.Upload_list > div {
    position: relative;
}

.Upload_list .removeButton {
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    background: #181818;
    padding: 0px 1px 1px 1px;
    color: #FFF;
    border-radius: 3px;
}

.Upload_list .removeButton .icon {
    margin: 0;
}

.scroll {
    overflow-y: scroll;
}

table {
    /*table-layout: fixed;*/
    overflow: hidden;
}

table td {
    white-space: initial !important;
    word-break: break-word;
}

.ui.button, .ui.form input:not([type]), .ui.form input[type=text], .ui.form input[type=email], .ui.form input[type=search], .ui.form input[type=password], .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=tel], .ui.form input[type=time], .ui.form input[type=url], .ui.form input[type=number] {
    font-family: inherit;
}

.ui.table th {
    font-size: 0.9em;
    padding: 10px 11px;
    line-height: 1.2;
}