﻿html, body {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

body {
    background-color: #fff;
}

@font-face {
    font-family: 'Itim';
    src: url('../fonts/Itim.eot');
    src: url('../fonts/Itim.woff') format('woff'), url('../fonts/Itim.ttf') format('truetype'), url('../fonts/Itim.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit';
    src: url('../fonts/Kanit-Regular.eot');
    src: url('../fonts/Kanit-Regular.woff') format('woff'), url('../fonts/Kanit-Regular.ttf') format('truetype'), url('../fonts/Kanit-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit-Light';
    src: url('../fonts/Kanit-Light.eot'), url('../fonts/Kanit-Light.woff') format('woff');
    src: url('../fonts/Kanit-Light.ttf') format('truetype'), url('../fonts/Kanit-Light.svg') format('svg');
    /*font-weight: normal;
    font-style: normal;*/
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-Regular.eot'), url('../fonts/Sarabun-Regular.woff') format('woff');
    src: url('../fonts/Sarabun-Regular.ttf') format('truetype'), url('../fonts/Sarabun-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sarabun-Light';
    src: url('../fonts/Sarabun-Light.eot');
    src: url('../fonts/Sarabun-Light.woff') format('woff'), url('../fonts/Sarabun-Light.ttf') format('truetype'), url('../fonts/Sarabun-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trirong';
    src: url('../fonts/Trirong-Regular.eot');
    src: url('../fonts/Trirong-Regular.woff') format('woff'), url('../fonts/Trirong-Regular.ttf') format('truetype'), url('../fonts/Trirong-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trirong-Light';
    src: url('../fonts/Trirong-Light.eot');
    src: url('../fonts/Trirong-Light.woff') format('woff'), url('../fonts/Trirong-Light.ttf') format('truetype'), url('../fonts/Trirong-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: Sarabun, "Lucida grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 14px;
}

.h7-font-sarabun {
    font-family: Sarabun, Tahoma, Verdana, Arial, sans-serif !important;
}

.h7-font-sarabun-light {
    font-family: Sarabun-Light, Tahoma, Verdana, Arial, sans-serif !important;
}

.h7-font-itim {
    font-family: Itim, Kanit, Tahoma, Verdana, Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h7-font-kanit, .h7-font-bold, .h7-font-head, .h7-pager span, .h7-pager a, .h7-menu-top-active, .h7-gb-head {
    font-family: Kanit,"Lucida grande", Tahoma, Verdana, Arial, sans-serif !important;
    font-weight: 300;
}

.h7-font-trirong, .h7-row-footer, .h7-text-bold, .h7-label, .h7-label-bold, .h7-label-gray, .h7-label-teal, .h7-grp label, .h7-grp-label label, .h7-grp-label-gray label, .h7-grp-label-teal label, .h7-th, .h7-label-infowin, .h7-tip, .h7-table-input th {
    font-family: Trirong, "Lucida grande", Tahoma, Verdana, Arial, sans-serif !important;
    font-weight: normal;
}

.h7-label-light, .h7-font-trirong-light {
    font-family: "Lucida grande", Trirong-Light, Tahoma, Verdana, Arial, sans-serif !important;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, .h7-font-head {
    padding: 6px 16px;
}

.h7-font-kanit-light, .h7-menu-top, .h7-menu-top-left, .h7-menu-top-span, .h7-font, .ajax__tab_header, .h7-menu-nav, .h7-menu-nav-active, .h7-button, .h7-btn, .h7-button-red, .h7-button-orange, .h7-button-pale-red, .h7-button-gray, .h7-button-yellow, .h7-button-bknone, .h7-button-min, .h7-button-min-red, .h7-button-dropdown, .h7-menu-item, .h7-btn-gray, .h7-btn span, .h7-menu-item-gv-pale-yellow span, .h7-menu-item-gv-pale-red span {
    font-family: Kanit-Light, Kanit, "Lucida grande", Tahoma, Verdana, Arial, sans-serif !important;
    font-weight: 300;
}

.h7-font-15, .h7-font-head, .h7-menu-top, .h7-menu-top-left, .h7-menu-top-span, .h7-grp label {
    font-size: 15px !important;
}

a {
    text-decoration: none;
}

p {
    margin: 5px 0px;
}

ol, ul {
    margin-top: 5px;
}

input[type=checkbox], input[type=radio] {
    /*margin-left: 5px;*/
    margin-right: 5px;
}

input[type=text], input[type=password], .h7-input {
    padding: 3px 5px;
}

input[type=time] {
    padding: 2px 0px 2px 5px;
}

input[type=number] {
    padding: 3px 0px 3px 5px;
}

input[type=search] {
    padding: 3px 6px;
}


input[type=text], input[type=password], input[type=search], input[type=time], input[type=number], textarea, select, .h7-autoc, .h7-btn-srch, .h7-input {
    border: solid 1px rgba(230,230,230,1);
    /*border-radius: 4px*/
}

    input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number], textarea:focus, select:focus {
        /*background-color: #ffeeff !important;*/
        /*outline: none;*/
        outline-color: #1a73e8;
    }

    input[type=search]:focus {
        border-color: #1a73e8;
        outline: none;
        border-radius: 4px;
    }

select {
    padding: 3px 2px 4px 2px !important;
}

label, .h7-label, .h7-label-gray, .h7-label-teal {
    display: inline-block;
    padding: 3px 0px;
    color: #333 !important;
}

.h7-label-infowin {
    display: inline-block;
}

.h7-row-padding, .h7-row-padding > .w3-half, .h7-row-padding > .w3-third, .h7-row-padding > .w3-twothird, .h7-row-padding > .w3-threequarter, .h7-row-padding > .w3-quarter, .h7-row-padding > .w3-col {
    padding: 2px;
    /*padding-bottom: 4px !important;*/
}

/*** W3.css expand */
.w3-button, .w3-btn {
    padding: 0px;
}

.w3-check, .w3-radio {
    width: 18px;
    height: 18px;
    top: 4px;
}

.w3-grey, .w3-hover-grey:hover, .w3-gray, .w3-hover-gray:hover {
    /*color: #000 !important;*/
    color: white !important;
    background-color: #9e9e9e !important
}

.w3-row-padding:before, .w3-row-padding:after {
    content: none;
}

.w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
    padding-bottom: 8px !important;
}

.h7-cell {
    border-width: 8px;
    border-style: solid;
    border-color: #f4fbf6;
}

/** DatePicker **/
.ui-datepicker-trigger {
    margin-top: 5px;
    margin-right: 2px;
    width: 18px;
}

/* End DatePicker */
/*-------- My Css----------*/
.h7-warn {
    background-color: #FFFFCC;
    color: red;
}

.w3-border-0 {
    border: 0 !important;
}

.h7-border-none, .h7-border-0 {
    border: none !important;
}

.h7-border, .h7-block-gv, .h7-btn-16 {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
}

.h7-border-theme-l4 {
    border: solid 1px #daf0e2 !important;
}


.h7-border-red {
    border: solid 1px red;
}

.h7-border-top, .h7-border-top-2, .h7-border-top-3, .h7-border-top-4, .h7-border-top-5 {
    border-top-color: #daf0e2;
    border-top-style: solid;
}

.h7-border-top {
    border-top-width: 1px !important;
}

.h7-border-top-0 {
    border-top: none !important;
}

.h7-border-top-2 {
    border-top-width: 2px !important;
}

.h7-border-top-3 {
    border-top-width: 3px !important;
}

.h7-border-top-4 {
    border-top-width: 4px !important;
}

.h7-border-top-5 {
    border-top-width: 5px !important;
}

.h7-border-top-theme-l5 {
    border-top-style: solid;
    border-top-color: #f4fbf6;
    border-top-width: 3px !important;
}

.h7-border-top-theme-l4 {
    border-top-style: solid;
    border-top-color: #daf0e2;
    border-top-width: 2px;
}

.h7-border-left {
    border-left: solid 1px #e7e7e7;
}

.h7-border-right {
    border-right: solid 1px #e7e7e7;
}

.h7-border-right-white-3 {
    border-right: solid 3px #fff;
}

.h7-border-left-none, .h7-btn-srch {
    border-left: none;
}

.h7-border-right-none {
    border-right: none !important;
}

.h7-border-bottom, .h7-border-bottom-2 {
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
}

.h7-border-bottom {
    border-bottom-width: 1px;
}

.h7-border-bottom-theme-l4 {
    border-bottom: solid 1px #daf0e2 !important;
}

.h7-border-bottom-theme-l5 {
    border-bottom: solid 1px #f4fbf6 !important;
}

.h7-border-bottom-theme-l5-2 {
    border-bottom: solid 2px #f4fbf6 !important;
}

.h7-border-bottom-only {
    border: none !important;
    border-bottom: solid 1px #dddddd !important;
    border-radius: 0px;
}

.h7-border-bottom-2 {
    border-bottom-width: 2px;
}

.h7-border-popup {
    border-width: 2px !important;
}

.h7-grp-input {
    padding-bottom: 16px;
}

.h7-grp label {
    color: gray;
}

.h7-gb-head {
    position: relative;
    top: 9px;
    margin-left: 16px;
}

.h7-block-head {
    background-color: #eee;
    padding: 6px 8px;
    cursor: pointer;
    font-weight: bold;
}

.h7-main, .h7-block-detail, .h7-section, .h7-section-none {
    display: block;
    padding: 1px !important;
    padding-top: 0px;
}

    .h7-section h4, .h7-section h5, .h7-section h6 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

.h7-header, .h7-head, .h7-head-pop {
    border-bottom: 1px solid #daf0e2;
}

    .h7-header h4, .h7-header h5, .h7-header h6, .h7-head, .h7-head-pop, .h7-head-bn, .h7-head-sec {
        color: #009688 !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 4px !important;
    }

.h7-head-info {
    color: #009688 !important;
    padding: 4px 0px 0px 0px !important;
}

.h7-head-cpe {
}


.h7-tip {
    padding: 2px 4px;
    background-color: rgba(0,0,0,0.7);
    /*background-color: #ffffcc;*/
    color: #fff !important;
    display: inline-block;
}

.h7-down {
    width: 0px;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid rgba(0,0,0,0.7);
    font-size: 0;
    line-height: 0;
    /*float: left;*/
}

.h7-title-btn-circle {
    top: -23px;
    left: 0px;
    text-align: left;
    background: none;
    padding: 2px 4px !important;
}

.h7-block, .h7-min-width-100, .h7-min-width-150, .h7-min-width-200, .h7-min-width-250, .h7-min-width-300, .h7-min-width-350, .h7-min-width-400, .h7-min-width-500 {
    display: block;
}

.h7-flex {
    display: flex;
}

.h7-left, .h7-col, .h7-col-input {
    float: left;
}

.h7-col-input {
    margin-top: 8px;
}

.h7-col-padding {
    padding-top: 5px;
    padding-right: 5px;
}

/* --- End Main layout*/

.h7-hover-underline:hover {
    text-decoration: underline;
}

.h7-hover-theme-l4:hover {
    background-color: #daf0e2 !important;
}

.h7-hover-theme-l5:hover {
    background-color: #f4fbf6 !important;
}

/* Basic */
.h7-font-11 {
    font-size: 11px !important;
}

.h7-font-12 .h7-arrow-collap, .h7-button-min, .h7-button-min-red, .h7-btn-tv {
    font-size: 12px !important;
}

.h7-font-13 {
    font-size: 13px !important;
}

.h7-font-14, .ajax__tab_header, .h7-tip {
    font-size: 14px !important;
}

.h7-font-15, .h7-menu-nav, .h7-menu-nav-active {
    font-size: 15px !important;
}

.h7-font-16, .h7-label-bold, .h7-menu-top-active {
    font-size: 16px !important;
}

.h7-font-18 {
    font-size: 18px !important;
}

.h7-font-20 {
    font-size: 20px !important;
}

.h7-font-22 {
    font-size: 22px !important;
}

.h7-font-24 {
    font-size: 24px !important;
}

.h7-font-30 {
    font-size: 30px !important;
}

.h7-font-34 {
    font-size: 34px !important;
}

.h7-font-36 {
    font-size: 36px !important;
}

.h7-font-38 {
    font-size: 38px !important;
}

.h7-top {
    position: fixed;
    display: none;
    z-index: 3;
}

.h7-menu-top, .h7-menu-top-active {
    padding: 4px 0px !important;
    padding-right: 12px !important;
    display: inline-block;
}

.h7-menu-top-left, .h7-menu-top-span {
    padding: 4px 8px 4px 0px !important;
    display: inline-block;
}

.h7-select {
    padding: 3px;
    display: block;
    border: 1px solid #ccc;
}

.h7-section-head {
    padding: 4px 8px;
}

.h7-round, .h7-section, .h7-sec, .h7-btn, .h7-btn-gray, .h7-btn-red, .h7-btn-pale-red, .h7-section-none, .h7-tip, .h7-btn-tv {
    border-radius: 4px;
}

.h7-round-xxlarge, .h7-button, .h7-button-red, .h7-button-orange, .h7-button-pale-red, .h7-button-gray, .h7-button-yellow, .h7-button-bknone, .h7-button-min, .h7-button-min-red, .h7-button-dropdown {
    border-radius: 4px
}

.h7-round-xxlarge {
    border-radius: 32px
}

.h7-round-top, .h7-block, .h7-sec h6 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.h7-round-top-large {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.h7-round-bottom, .h7-block {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.h7-round-bottom-large {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.h7-round-bottom-xlarge {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.h7-round-bottom-xxlarge {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

.h7-text-normal {
    font-weight: normal !important;
}

.h7-text-head {
    font-size: 16px;
}

.h7-text-light-yellow {
    color: #fcfca2
}

.h7-text-darkblue {
    color: darkblue;
}

.h7-text-mediumblue {
    color: mediumblue;
}

.h7-text-shadow-white {
    text-shadow: 1px 1px 0px white;
}

.h7-text-shadow-orange {
    text-shadow: 1px 1px 0px orange;
}

.w3-text-teal, .h7-sec-pop h6, .h7-sec-pop h5, .h7-head-pop, .h7-head-sec, .h7-label-teal, .h7-grp-label-teal label {
    color: #009688 !important
}

.w3-text-gray, .h7-label-gray, .h7-grp-label-gray label {
    color: #757575 !important
}

.w3-text-orange, .w3-hover-text-orange:hover, .h7-menu-top-active {
    color: #ff9800 !important
}

/*Radio button list*/
.h7-auto {
    /*margin-left: auto;
    margin-right: auto;
    margin-left: 0px;
    margin-right: 0px;*/
}

.h7-overflow-auto, .h7-block-gv {
    overflow: auto;
}

.h7-overflow-visible {
    overflow: visible;
}

.h7-cursor-pointer {
    cursor: pointer;
}

.h7-cursor-default, .h7-menu-nav-active {
    cursor: default;
}

/* Special elemen */
.addDatepicker {
}

.h7-datepicker {
    position: relative !important;
}

.addTip {
}

.addTipM {
}

.h7-toolbar {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}

.h7-toolbar-col {
    float: left !important;
    padding: 4px 8px 4px 0px;
}

.h7-toolbar-row {
    width: 58px;
    display: block;
}

.h7-toolbar-bottom {
    background-color: rgba(0, 0, 100, 0.3)
}

    .h7-toolbar-bottom:hover {
        background-color: rgba(0, 0, 100, 1)
    }

.h7-toolbar-row div {
    display: block;
    min-width: 47px;
}

.h7-gray, .h7-btn-gray, .h7-button-gray:hover, .h7-btn-srch:hover, .h7-menu-item-gv:hover {
    background-color: #ddd !important;
}

.h7-pink {
    background-color: #f683d7;
    color: white;
}

.h7-light-gray, .h7-hover:hover, .h7-menu-item:hover, .h7-btn-16, .h7-button-gray {
    background-color: #f6f6f6 !important;
}

.h7-w3-yellow, .h7-button-yellow:hover {
    color: #000 !important;
    background-color: #ffee55 !important
}

.w3-yellow, .w3-hover-yellow:hover {
    color: #000 !important;
    background-color: #ffeb3b !important
}

a.h7-opacity-yellow:hover {
    color: #fff !important;
    background-color: #ffeb3b !important
}

.h7-i-close:hover, .h7-i-close-min:hover {
    color: #fff !important;
    background-color: #ff9800 !important
}

.h7-light-purple {
    background-color: #FDD0E7 !important;
}

.h7-padding, .h7-menu-item {
    padding: 4px !important;
}

.h7-badge {
    display: inline-block;
    min-width: 22px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    border-radius: 50%;
}

.w3-badge {
    min-width: 22px !important;
}

.h7-padding-tb {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.w3-row-padding > .w3-col {
    /*padding-top: 4px !important;
    padding-bottom: 4px !important;*/
}

.h7-padding-grp-d {
    padding: 0px 3px 3px 3px !important;
}

.h7-padding-rbl {
    padding: 3px 5px 3px 0px;
}

.h7-padding-2-4 {
    padding: 2px 4px !important;
}

.h7-padding-2-6, .h7-button-min, .h7-button-min-red {
    padding: 2px 6px !important;
}

.h7-padding-4-3-tb {
    padding-top: 4px !important;
    padding-bottom: 3px !important;
}

.h7-padding-tb, .h7-padding-4-tb, .h7-toolbar-col {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.h7-padding-4-8-tb {
    padding-top: 4px !important;
    padding-bottom: 8px !important;
}

.h7-padding-2-tb, .h7-col {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.h7-padding-4-16-tb {
    padding-top: 4px !important;
    padding-bottom: 16px !important;
}

.h7-padding-2-5, .h7-menu-item-gv, .h7-menu-item-gv-pale-red, .h7-menu-item-gv-pale-yellow, .h7-inf-item-label, .h7-inf-item-data, .h7-cellpadding-2-5 th, .h7-cellpadding-2-5 td, .h7-table-input th {
    padding: 2px 5px;
}

.h7-padding-0888 {
    padding: 0px 8px 8px 8px !important;
}

.h7-padding-4 {
    padding: 4px !important;
}

.h7-padding-lr, .h7-btn-tv {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.h7-padding-4-0 {
    padding: 4px 0px !important;
}

.h7-padding-4-5 {
    padding: 4px 5px !important;
}

.h7-padding-4-8, .h7-btn, .h7-btn-gray, .h7-btn-red, .h7-btn-pale-red {
    padding: 4px 8px !important;
}

.h7-padding-2-12, .h7-button, .h7-button-red, .h7-button-orange, .h7-button-pale-red, .h7-button-gray, .h7-button-yellow, .h7-button-bknone, .h7-button-dropdown {
    padding: 2px 8px !important;
}

.h7-padding-4-12 {
    padding: 4px 12px !important;
}

.h7-padding-4-16 {
    padding: 4px 16px !important;
}

.h7-padding-5-tb {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.h7-padding-6-tb, .h7-head-theme-l4 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.h7-padding-6-8 {
    padding: 6px 8px !important;
}

.h7-padding-6-16 {
    padding: 6px 16px !important;
}

.h7-padding-8 {
    padding: 8px !important;
}

.h7-padding-8-tb {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.h7-padding-8-lr {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.h7-padding-8-16-tb {
    padding-top: 8px !important;
    padding-bottom: 16px !important;
}

.h7-padding-8-0 {
    padding: 8px 0px !important;
}

.h7-padding-8-5 {
    padding: 8px 5px !important;
}

.h7-padding-8-16 {
    padding: 8px 16px !important;
}

.h7-padding-8-32 {
    padding: 8px 32px !important;
}

.h7-padding-0232 {
    padding: 0px 2px 3px 2px !important;
}

.h7-padding-0-3 {
    padding: 0px 3px !important;
}

.h7-padding-0-4 {
    padding: 0px 4px !important;
}

.h7-padding-0-5 {
    padding: 0px 5px !important;
}

.h7-padding-0-8 {
    padding: 0px 8px !important;
}

.h7-padding-5 {
    padding: 5px !important;
}

.h7-padding-5-0 {
    padding: 5px 0px !important;
}

.h7-padding-lr {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.h7-padding-lr-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.h7-padding-5-lr, .h7-cellpadding-5-lr th, .h7-cellpadding-5-lr td {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.h7-padding-6-0 {
    padding: 6px 0px;
}

.h7-padding-8-0 {
    padding: 8px 0px !important;
}

.h7-padding-10-tb {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.h7-padding-10-8 {
    padding: 10px 8px !important;
}

.h7-padding-16 {
    padding: 16px !important;
}

.h7-padding-16-lr {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.h7-padding-16-4 {
    padding: 16px 4px !important;
}

.h7-padding-16-32 {
    padding: 16px 32px !important;
}

.h7-padding-0-16 {
    padding: 0px 16px;
}

.h7-padding-top {
    padding-top: 4px !important;
}

.h7-padding-top-8, .h7-grp-input .w3-row {
    padding-top: 8px !important;
}

.h7-padding-top-16 {
    padding-top: 16px !important;
}

.h7-padding-top-2 {
    padding-top: 2px !important;
}

.h7-padding-right {
    padding-right: 5px !important;
}

.h7-padding-right-8 {
    padding-right: 8px !important;
}

.h7-padding-right-10 {
    padding-right: 10px !important;
}

.h7-padding-right-16 {
    padding-right: 16px !important;
}

.h7-padding-bottom {
    padding-bottom: 4px !important;
}

.h7-padding-bottom-0 {
    padding-bottom: 0px !important;
}

.h7-padding-bottom-8 {
    padding-bottom: 8px !important;
}

.h7-padding-bottom-10 {
    padding-bottom: 10px !important;
}

.h7-padding-bottom-16 {
    padding-bottom: 16px !important;
}

.h7-padding-bottom-20 {
    padding-bottom: 20px !important;
}

.h7-padding-bottom-24 {
    padding-bottom: 24px !important;
}

.h7-padding-bottom-30 {
    padding-bottom: 30px !important;
}

.h7-padding-bottom-32 {
    padding-bottom: 32px !important;
}

.h7-padding-bottom-64 {
    padding-bottom: 64px !important;
}

.h7-padding-bottom-128 {
    padding-bottom: 128px !important;
}

.h7-padding-bottom-160 {
    padding-bottom: 160px !important;
}

.h7-padding-bottom-240 {
    padding-bottom: 240px !important;
}

.h7-padding-left {
    padding-left: 4px !important;
}

.h7-padding-left-0 {
    padding-left: 0px !important;
}

.h7-padding-left-8 {
    padding-left: 8px !important;
}

.h7-padding-left-10 {
    padding-left: 10px !important;
}

.h7-padding-left-13 {
    padding-left: 13px !important;
}

.h7-padding-left-16 {
    padding-left: 16px !important;
}

.h7-padding-left-20 {
    padding-left: 20px !important;
}

.h7-padding-left-30 {
    padding-left: 30px !important;
}

.h7-padding-0 {
    padding: 0px !important;
}

.h7-padding-0-1 {
    padding: 0px 1px !important;
}

.h7-padding-0-lr, .h7-sec-pop h6, .h7-sec-pop h5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.h7-padding-1, .h7-sec {
    padding: 1px;
}

.h7-padding-2 {
    padding: 2px !important;
}

.h7-padding-3, .h7-table-input td {
    padding: 3px !important;
}

.h7-padding-3-tb {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.h7-padding-3-0 {
    padding: 3px 0px !important;
}

.h7-padding-3-5, li, textarea {
    padding: 3px 5px !important;
}

.h7-padding-3-8, .h7-btn, .h7-btn-srch {
    padding: 3px 8px !important;
}

.h7-padding-3-10 {
    padding: 3px 10px !important;
}

.h7-padding-50-16-lr {
    padding-left: 50px !important;
    padding-right: 16px !important;
}

.h7-padding-pop {
    padding-top: 44px !important;
}

.h7-padding-lbl-chk {
    padding: 3px 16px 3px 3px;
}

.h7-arrow-collap {
    padding: 12px 16px 0px 16px !important;
    display: inline-block;
}

.h7-padding-arrow-collap {
    display: inline-block;
    padding: 8px 16px 0px 16px !important;
}

/* text-indent*/
.h7-indent-50 {
    text-indent: 50px !important;
}

/* Magin */

.h7-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.h7-center-page {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h7-margin {
    margin: 4px;
}

.h7-margin-none, h1, h2, h3, h4, h5, h6 {
    margin: 0px !important;
}

.h7-margin-1 {
    margin: 1px !important;
}

.h7-margin-tb {
    margin-top: 4px;
    margin-bottom: 4px;
}

.h7-margin-2-tb {
    margin-top: 2px;
    margin-bottom: 2px;
}

.h7-margin-3-tb {
    margin-top: 3px;
    margin-bottom: 3px;
}

.h7-margin-top {
    margin-top: 8px !important
}

.h7-margin-top-0 {
    margin-top: 0px !important;
}

.h7-margin-top-1 {
    margin-top: 1px !important;
}

.h7-menu-item-gv:not(:first-child) {
    margin-top: 1px !important;
}

.h7-margin-top-2, .h7-header {
    margin-top: 2px !important;
}

.h7-margin-top-3, .h7-inf-item {
    margin-top: 3px !important;
}

.h7-margin-top-4 {
    margin-top: 4px !important;
}

.h7-margin-top-8, .h7-sec, .h7-sec-pop {
    margin-top: 8px !important;
}

.h7-margin-top-10 {
    margin-top: 10px !important;
}

.h7-margin-top-12 {
    margin-top: 12px !important;
}

.h7-margin-top-16, .h7-main, .h7-header, .h7-head, .h7-head-bn, .h7-section, .h7-section-none {
    margin-top: 16px !important;
}

.h7-margin-right {
    margin-right: 4px !important;
}

.h7-margin-right-1 {
    margin-right: 1px !important;
}

.h7-margin-right-2 {
    margin-right: 2px !important;
}

.h7-margin-right-3 {
    margin-right: 3px !important;
}

.h7-margin-right-16 {
    margin-right: 16px !important;
}

.h7-margin-bottom {
    margin-bottom: 5px;
}

.h7-margin-bottom-1 {
    margin-bottom: 1px;
}

.h7-margin-bottom-2 {
    margin-bottom: 2px;
}

.h7-margin-bottom-3 {
    margin-bottom: 3px;
}

.h7-margin-bottom-8 {
    margin-bottom: 8px;
}

.h7-margin-bottom-10 {
    margin-bottom: 10px;
}

.h7-margin-bottom-16 {
    margin-bottom: 16px;
}

.h7-margin-bottom-30 {
    margin-bottom: 30px;
}

.h7-margin-bottom-32 {
    margin-bottom: 30px !important;
}

.h7-margin-left-0 {
    margin-left: 0px !important;
}

.h7-margin-left {
    margin-left: 4px;
}

.h7-margin-left-3 {
    margin-left: 3px;
}

.h7-margin-left-8 {
    margin-left: 8px;
}

.h7-margin-left-20 {
    margin-left: 20px;
}

.h7-border-theme-l3 {
    border: solid 1px #b4e2c6 !important;
}

.h7-border-top-theme-l3 {
    border-top: solid 1px #cfead9;
}

.h7-border-top-theme-l3-dashed {
    border-top: dashed 2px #cfead9;
}

.h7-border-theme-l3-2 {
    border: solid 2px #b4e2c6 !important;
}

.h7-border-theme-l3-2-dashed {
    border: dashed 2px #b4e2c6 !important;
}

.h7-border-theme-l4 {
    border: solid 1px #daf0e2 !important;
}

.h7-border-theme-l4-2 {
    border: solid 2px #daf0e2 !important;
}

.h7-border-theme-l4-2-lrb {
    border-left: solid 2px #daf0e2 !important;
    border-right: solid 2px #daf0e2 !important;
    border-bottom: solid 2px #daf0e2 !important;
}

.h7-border-top-theme-l4-dashed {
    border-top: dashed 2px #cfead9 !important;
}

.h7-border-3-lrb-theme-l4 {
    border-left: solid 3px #daf0e2 !important;
    border-right: solid 3px #daf0e2 !important;
    border-bottom: solid 3px #daf0e2 !important;
}

.h7-border-top-3-theme-l4 {
    border-top: solid 3px #daf0e2 !important;
}

.h7-border-left-red {
    border-left: solid 5px red;
}

.h7-border-left-orange {
    border-left: solid 5px orange;
}

.h7-border-left-yellow {
    border-left: solid 5px yellow;
}

.h7-border-left-green {
    border-left: solid 5px green;
}

.h7-border-left-blue {
    border-left: solid 6px blue;
}

.h7-border-left-transparent {
    border-left: solid 5px transparent;
}

.h7-border-bottom-none {
    border-bottom: none !important;
}

/* Width */
.h7-min-width-100 {
    min-width: 100px !important;
}

.h7-min-width-150 {
    min-width: 150px !important;
}

.h7-min-width-200 {
    min-width: 200px !important;
}

.h7-min-width-250 {
    min-width: 250px !important;
}

.h7-min-width-300 {
    min-width: 300px !important;
}

.h7-min-width-350 {
    min-width: 350px !important;
}

.h7-min-width-400 {
    min-width: 400px !important;
}

.h7-min-width-500 {
    min-width: 500px !important;
}

/* Min Height */
.h7-min-height-100 {
    min-height: 100px !important;
}

.h7-min-height-150 {
    min-height: 150px !important;
}

.h7-min-height-200 {
    min-height: 200px !important;
}

.h7-min-height-250 {
    min-height: 250px !important;
}

.h7-min-height-300 {
    min-height: 300px !important;
}

h7-min-height-350 {
    min-height: 350px !important;
}

.h7-min-height-400 {
    min-height: 400px !important;
}

.h7-min-height-450 {
    min-height: 450px !important;
}

.h7-min-height-500 {
    min-height: 500px !important;
}

.h7-min-height-1024 {
    min-height: 1024px !important;
}

/* Button and icon*/
.h7-button {
    min-width: 26px !important;
}

    .h7-button:hover, .h7-btn:hover, .h7-button-gray:hover, .h7-button-red:hover, .h7-button-yellow, .h7-btn-16:hover, .h7-button-dropdown:hover, .h7-button-min:hover, .h7-button-min-red:hover, .h7-button-orange:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

.h7-btn, .h7-btn-gray, .h7-btn-srch, .h7-btn-red, .h7-btn-pale-red, .h7-btn-tv, .h7-button, .h7-button-red, .h7-button-orange, .h7-button-pale-red, .h7-button-gray, .h7-button-yellow, .h7-button-bknone, .h7-button-min, .h7-button-min-red, .h7-button-dropdown {
    display: inline-block;
    text-align: center;
}

.h7-red, .h7-menu-item-gv-pale-red:hover, .h7-button-red, .h7-button-min-red {
    color: #fff !important;
    background-color: #f48383 !important;
}

.h7-opacity-red {
    background-color: rgba(255, 0, 0, 0.3)
}

.h7-opacity-green {
    background-color: rgba(0, 130, 0, 0.3) !important;
}

.h7-border-opacity-green {
    border: solid 1px rgba(0, 130, 0, 0.3) !important;
}

.h7-opacity-blue {
    background-color: rgba(0, 0, 255, 0.3)
}

.h7-opacity-yellow {
    background-color: rgba(255, 235, 59, 0.5)
}

.h7-opacity-purple {
    background-color: rgba(156,39,176, 0.3)
}

.h7-border-opacity-purple {
    border: solid 1px rgba(156,39,176, 0.3);
}

.h7-opacity-teal {
    background-color: rgba(0,128,128, 0.3)
}

.h7-hover-front, .h7-opacity-red:hover, .h7-opacity-green:hover, .h7-opacity-blue:hover, .h7-opacity-yellow:hover {
    z-index: 100;
}

.h7-orange, .h7-button-orange, .h7-btn-tv:hover {
    color: #fff !important;
    background-color: #ffa828 !important;
}

.w3-theme, .h7-btn, .h7-button, .h7-button-min, .h7-button-dropdown {
    color: #fff !important;
    background-color: #46b470 !important
}

.h7-section, .h7-sec {
    /*w3-theme-l4*/
    color: #000 !important;
    background-color: #daf0e2 !important
}

.h7-head-theme-l4 {
    color: #000 !important;
    background-color: #daf0e2 !important
}

.h7-theme-l5, .h7-gb-head {
    color: #000 !important;
    background-color: #f4fbf6 !important
}

.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover, .h7-menu-item-gv, .h7-table-input th, .h7-input-disabled, .h7-inf-item-label {
    background-color: #f1f1f1 !important
}

.w3-blue, .w3-hover-blue:hover, a.h7-opacity-blue:hover {
    color: #fff !important;
    background-color: #2196F3 !important
}

.w3-orange, .w3-hover-orange:hover, .h7-button-orange:hover {
    color: #fff !important;
    background-color: #ff9800 !important
}

.w3-pale-green, .w3-hover-pale-green:hover {
    color: #000 !important;
    background-color: #ddffdd !important
}

.w3-pale-yellow, .w3-hover-pale-yellow:hover, .h7-menu-item-gv-pale-yellow {
    color: #000 !important;
    background-color: #ffffcc !important
}

.w3-pale-red, .w3-hover-pale-red:hover, .h7-menu-item-gv-pale-red {
    color: #000 !important;
    background-color: #ffdddd !important
}

.w3-white, .w3-hover-white:hover, .h7-btn-srch, .h7-btn-16:hover {
    /*color: #000 !important;*/
    background-color: #fff !important
}

.w3-red, .w3-hover-red:hover, .h7-btn-red, .h7-button-red:hover, .h7-button-min-red:hover, a.h7-opacity-red:hover {
    color: #fff !important;
    background-color: #f44336 !important
}

.w3-green {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.h7-green, a.h7-opacity-green:hover {
    color: #fff !important;
    background-color: rgba(0, 130, 0,1) !important
}

.h7-yellow, .h7-menu-item-gv-pale-yellow:hover, .h7-button-yellow {
    background-color: #ffff99 !important
}

.w3-card, .h7-button, .h7-button-red, .h7-button-pale-red, .h7-button-yellow, .h7-btn, .h7-button-gray, .h7-tip, .h7-button-dropdown, .h7-button-min, .h7-button-min-red, .h7-button-orange {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.h7-card {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0) !important;
}

/* Theme */
.w3-theme-d2, .h7-button:hover, .h7-button-min:hover, .h7-button-dropdown:hover {
    color: #fff !important;
    background-color: #38905a !important
}

.h7-pale-red, .h7-button-pale-red, .h7-btn-pale-red {
    color: #000 !important;
    background-color: #ffdddd !important
}

a.h7-btn-24, a.h7-btn-24:visited {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid transparent;
}

    a.h7-btn-24:hover {
        background-color: #c2e0ff;
        border: 1px solid #3399ff;
    }

.h7-btn-16, .h7-icon-add-16, .h7-icon-save-16, .h7-icon-edit-16, .h7-icon-delete-16, .h7-icon-undo-16, .h7-icon-print-16, .h7-icon-srch-16, .h7-icon-back-16, .h7-icon-menu-16 {
    display: inline-block;
    padding: 0px 4px;
    border-radius: 2px;
    min-width: 20px;
    text-align: center;
}

.h7-icon-add-16 {
    background-image: url(../Picture/Tlb/add_16.png);
    background-repeat: no-repeat;
}

.h7-icon-save-16 {
    background-image: url(../Picture/Tlb/save_16.png);
}

.h7-icon-save-24 {
    background-image: url(../Picture/Tlb/save_24.png);
}

.h7-icon-edit-16 {
    background-image: url(../Picture/Tlb/edit_16.png);
}


.h7-icon-delete-16 {
    background-image: url(../Picture/Tlb/trash_16.png);
}


.h7-icon-undo-16 {
    background-image: url(../Picture/Tlb/undo_16.png);
}

.h7-icon-print-24 {
    background-image: url(../Picture/Tlb/print_24.png);
}

.h7-icon-print-16 {
    background-image: url(../Picture/Tlb/print_16.png);
}

.h7-icon-srch-24 {
    background-image: url(../Picture/Tlb/srch_24.png);
}

.h7-icon-srch-16 {
    background-image: url(../Picture/Tlb/srch_16.png);
}

.h7-icon-confirm-16 {
    background-image: url(../Picture/Tlb/confirm_16.png);
}

.h7-icon-back-24 {
    background-image: url(../Picture/Tlb/back_24.png);
}

.h7-icon-back-16 {
    background-image: url(../Picture/Tlb/back_white_16.png);
}


.h7-icon-menu-24 {
    background-image: url(../Picture/Tlb/menu_24.png);
}

.h7-icon-menu-16 {
    background-image: url(../Picture/Tlb/menu_16.png);
}

.h7-icon-list-threedot {
    background-image: url(../Picture/Bullet/bulThreeDot.gif);
    background-repeat: no-repeat;
    background-position: 5px 7px;
}


/******************* Menu and toolbar --------------------------*/
.h7-stikcy {
    position: fixed;
    top: 0px;
    width: 100%;
}

.h7-menu-group-head {
    cursor: pointer;
}

.h7-menu-head {
    cursor: pointer;
}

.h7-menu-detail {
    overflow: hidden;
}

.h7-menu-item {
    display: block;
    margin-top: 1px;
}

.h7-menu-item-gv, .h7-menu-item-gv-pale-red, .h7-menu-item-gv-pale-yellow {
    display: block;
}

.h7-menu-nav, .h7-menu-nav-active {
    padding: 4px 0px;
    margin-left: 8px;
    display: inline-block;
}

    .h7-menu-nav-active, .h7-menu-nav:hover {
        color: #ff9800 !important
    }

.h7-up {
    background-position: 98% center;
    background-image: url(../Picture/Tlb/collap_up_16.png);
    background-repeat: no-repeat;
}

/*.h7-down {
    background-position: 98% center;
    background-image: url(../Picture/Tlb/collap_down_16.png);
    background-repeat: no-repeat;
}*/

/* Table */
.h7-row-head {
    background-color: #f0f0f0;
}

.h7-table {
    border-collapse: collapse;
}

.h7-table, .h7-table-rpt {
    background-color: #fff;
    display: table;
}

    .h7-table td, .h7-table-all td, .h7-table-list td,, .h7-table-rpt td, .h7-table-input {
        display: table-cell;
        /*vertical-align: top;*/
    }

    .h7-table th, .h7-table-rpt th {
        display: table-cell;
        font-weight: normal !important;
        vertical-align: central !important;
    }

.h7-th td {
    display: table-cell;
    vertical-align: central !important;
}

.h7-tr td {
    display: table-cell;
    vertical-align: top !important;
}

.h7-tr-edit td {
    display: table-cell;
    vertical-align: top !important;
    padding: 3px 0px;
}

.h7-table-list {
    background-color: none;
    display: table;
}

.h7-tab {
    border: 1px solid #ccc;
    border-bottom: none;
    top: 2px;
    padding: 5px 8px;
    display: inline-block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
}

.h7-cicle {
}

.h7-pager td {
    padding: 2px !important;
}

.h7-pager span, .h7-pager a {
    padding: 4px 8px;
    color: white;
    display: inline-block;
    min-width: 30px;
    border-radius: 16px;
    text-align: center;
}

.h7-pager span {
    background-color: orange;
}

.h7-pager a {
    background-color: gray;
}

.h7-col-toolbar {
    display: inline-block;
    width: 40px;
}

/* Spacific class*/

.h7-select, .h7-width-max, .h7-login, .h7-logo, .h7-300, .h7-400, .h7-500, .h7-600, .h7-third {
    width: 100%;
}

.h7-autoc input[type=text] {
    border: none !important;
}

    .h7-autoc input[type=text]:focus {
        outline: none !important;
    }

.h7-input:focus {
    /*background-color: #ffeeff !important;*/
    /*border: solid 1px #1a73e8 !important;*/
    border-radius: 4px;
}

.h7-ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}

    .h7-ul li {
        float: left;
    }

.h7-input-disabled:focus, .h7-input-readonly:focus {
    outline: none !important;
}

.h7-check, .h7-check-gv {
    display: inline-block;
}

    .h7-check input[type=checkbox], .h7-check-gv input[type=checkbox] {
        width: 18px !important;
        height: 18px !important;
    }

    .h7-check-gv input[type=checkbox] {
        margin-top: 4px;
        margin-right: 0px !important;
    }

.h7-cbo-oth, .h7-cbl-oth {
}

.h7-cbl, .h7-rbl {
    width: 100%;
}

    .h7-cbl input[type=checkbox], .h7-rbl input[type=radio], .h7-cbl-std input[type=checkbox] {
        position: absolute;
        width: 18px;
        height: 18px;
        margin-top: .3rem;
        /*margin-left: -1.25rem*/
    }

    .h7-cbl label, .h7-rbl label {
        padding: 2px 8px 2px 24px !important;
        display: block;
    }

.h7-cbl-std label {
    padding: 2px 8px 2px 24px !important;
}

.h7-cbl-hor input[type=checkbox], .h7-rbl-hor input[type=radio] {
    position: absolute;
    width: 18px;
    height: 18px;
    margin-top: .2rem;
    /*margin-left: -1.25rem*/
}

.h7-cbl-hor label, .h7-rbl-hor label {
    padding: 0px 8px 0px 24px !important;
}

    .h7-cbl label:hover, .h7-rbl label:hover, .h7-rbl-hor label:hover, .h7-cbl-std:hover {
        background-color: #eee !important
    }

h7-cbl th, .h7-cbl-hor, .h7-rbl td, .h7-rbl-hor td {
    vertical-align: top;
}

.h7-logo-img {
    width: 50px;
    height: 58px;
    background-image: url("../Picture/Main/reologo.png");
    background-size: 50px 58px;
    background-repeat: no-repeat;
}

labe, .h7-input, .h7-width-max {
    display: inline-block !important;
}

.h7-warning {
    padding: 0px 5px;
    background-color: yellow;
    color: red;
}

.h7-clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.h7-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 2
}


.h7-modalBackground {
    z-index: 10003 !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}

.h7-modalBackground-top {
    z-index: 20006 !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}

.h7-modalBackground-2 {
    overflow: auto;
    background-color: rgb(255,255,255);
    background-color: rgba(0,0,0,0);
}

.h7-modalDetail {
    margin: auto;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.h7-progress {
    position: relative;
    top: 45%;
}

.h7-popup-main {
    position: absolute;
    z-index: 10009;
    display: none;
    overflow: hidden;
}

.h7-pop-list {
}

.h7-close-pop {
    margin-top: 5px;
    margin-right: 16px;
    cursor: pointer;
}

.h7-i-close {
    /*background-color: rgba(0,0,100,0.2);*/
    /*color: #fff;*/
    padding: 7px 9px !important;
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 16px;
    cursor: pointer;
}

.h7-i-close-min {
    padding: 7px 9px !important;
    cursor: pointer;
}

.h7-i-collap {
    padding: 4px 8px !important;
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 4px;
}


.h7-popup-hover {
    position: relative
}

.h7-popup-content {
    min-width: 300px;
    position: absolute;
    display: none;
}

    .h7-popup-content:hover {
        display: block;
    }

.h7-map-inf {
    padding: 8px;
    background-color: #fff;
    display: none;
}

/* Popup InfoWindow*/
.h7-inf {
}

.h7-inf-h {
}

.h7-inf-d {
    padding: 0px 2px 2px 2px !important;
}

.h7-inf-item {
}

.h7-inf-item-label {
}

.h7-inf-item-data {
}
/* Project */
.h7-linetop-red {
    background-image: url(../Picture/TlbRow/bg_plantime.png);
    background-repeat: repeat-x;
    display: block;
}

/*.w3-row-padding {
    display: table;
}*/

/* Responsive */
@media screen and (min-width: 600px) {
    .w3-row-padding {
        display: flex;
    }

    .h7-row-padding {
        display: flex;
    }
}

@media (min-width:601px) {
    .h7-map-inf {
        display: block;
    }

    .h7-logo {
        width: auto;
        height: 80px;
    }

    .h7-third {
        width: 33.33333%;
    }

    .h7-40-5 {
        width: 40px;
        height: 9px;
        display: block;
    }

    .h7-30, .h7-btn, .h7-btn-red, .h7-btn-pale-red, .h7-btn-gray {
        min-width: 30px !important;
    }

    .h7-100 {
        width: 100px;
    }

    .h7-200 {
        width: 200px;
    }

    .h7-300 {
        width: 300px;
    }

    .h7-400 {
        width: 400px;
    }

    .h7-500 {
        width: 500px;
    }

    .h7-600 {
        width: 600px;
    }

    .h7-auto {
        margin-left: auto;
        margin-right: 0px auto;
    }
}

@media (min-width:768px) {
}

@media (max-width:992px) {
}

@media (max-width:992px) and (min-width:601px) {
}

@media (min-width:993px) {
}

@media (max-width:1205px) {
}


/***** Ajax control toolkit******/
/*AutoComplete flyout */
.autocomplete_completionListElement {
    margin: 0px !important;
    padding: 0px !important;
    background-color: #fff;
    color: windowtext;
    border: #868585;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    text-align: left;
    list-style-type: none;
    z-index: 999999 !important;
    width: 500px !important;
    height: 300px !important;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #c2e0ff;
    color: black;
    padding: 1px;
    z-index: 999999 !important;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: #fff;
    color: windowtext;
    padding: 1px;
    margin: 0px;
    z-index: 999999 !important;
}


/*  AjaxControlToolkit ComboBox  */
.ajax__combobox_inputcontainer {
    display: block !important;
    top: 0 !important;
}

/*.WindowsStyle .ajax__combobox_inputcontainer {
    border: solid 1px #ddd !important;
}*/

.WindowsStyle2 .ajax__combobox_inputcontainer {
    border: none !important;
}

.WindowsStyle2 .ajax__combobox_textboxcontainer input {
    border-bottom: solid 1px #dddddd !important;
}

    .WindowsStyle2 .ajax__combobox_textboxcontainer input:focus {
        border-bottom: solid 1px orange !important;
    }

.WindowsStyle .ajax__combobox_textboxcontainer {
    width: 100%;
}

    .WindowsStyle .ajax__combobox_textboxcontainer input {
        width: 100%;
    }

.WindowsStyle .ajax__combobox_buttoncontainer {
    padding: 0px !important;
    background-color: ButtonFace !important;
    vertical-align: middle;
}

    .WindowsStyle .ajax__combobox_buttoncontainer button {
        /*background-image:;
        background-position: center;
        background-repeat: no-repeat;
        border-color: ButtonFace;
        background-color: transparent;*/
        width: 25px !important;
        height: 24px !important;
        background-color: ButtonFace !important;
        border: none;
        padding: 0px !important;
        margin: 0px !important;
    }

.WindowsStyle .ajax__combobox_itemlist {
    margin: 0px;
    padding: 0px;
    cursor: default;
    list-style-type: none;
    text-align: left;
    border: solid 1px #5e5a5a;
    background-color: Window;
    color: WindowText;
}

    .WindowsStyle .ajax__combobox_itemlist li {
        white-space: nowrap;
        width: 100%;
        padding: 0 3px 0 2px;
    }


/* Google Icon */
.material-icons {
    vertical-align: -15%
}

/* Tabs*/
.ajax__tab_header {
    height: 30px;
    background-image: none !important;
}

.ajax__tab {
    padding: 0px;
}

.ajax__tab_tab {
    /*border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;*/
    padding: 4px 8px !important;
    border-top: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-left: 4px solid transparent !important;
}

.ajax__tab_body {
    font-family: "Lucida grande", Sarabun, Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 14px !important;
    /*border-color: #ccc !important;*/
    padding: 0px !important;
    background-color: none !important;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    padding-left: 0px !important;
}

.ajax__tab .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
    background-color: #eee;
    border: none;
}

.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
    /* Header active */
    /*height: 39px !important;*/
    background-color: #daf0e2 !important;
    color: orange !important;
    font-family: Kanit;
    background-image: none !important;
    border-bottom: 3px solid orange !important;
    /*border: 2px solid #daf0e2 !important;*/
    /*border-left: 2px solid #daf0e2 !important;*/
    /*border-bottom: 5px solid transparent !important;*/
    /*border-radius: 0px 0px 0px 0px !important;*/
}

.ajax__tab_xp .ajax__tab_tab {
    background-image: none !important;
    padding: 2px !important;
    /*font-size: 15px;*/
    /*border-bottom: 1px solid #ccc;*/
    /*background-color: #eee;*/
    /*background-color: #ddffdd;*/
}

    .ajax__tab_xp .ajax__tab_tab:hover {
        color: orange;
    }

.ajax__tab_xp .ajax__tab_inner {
    background-image: none !important;
}

.ajax__tab_xp .ajax__tab_outer {
    background-image: none !important;
}

.ajax__tab_xp .ajax__tab_body {
    border: none !important;
    border-top: 2px solid #daf0e2 !important;
    /*border-radius: 4px !important;*/
    margin-top: 7px !important;
    background-color: transparent !important;
}

/* Google Map */
.gm-ui-hover-effect > span {
    margin: 0px !important;
    height: 18px !important;
    width: 18px !important;
}

.gm-ui-hover-effect {
    height: 18px !important;
    width: 18px !important;
}
