body {
  min-width: 1100px;
}
h3 {
  color: #666666;
}
input,
select {
  border-radius: 0;
}

@font-face {
  font-family: "THSarabunNew";
  src: url("../fonts/THSarabunNew.ttf");
}

@font-face {
  font-family: "THSarabunbold";
  src: url("../fonts/THSarabunNew_Bold.ttf");
}

/** {
font-family:  'TH SarabunPSK';
}*/

.dot-success {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  background-color: #5c965d;
}
.dot-warning {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  background-color: #c09853;
}
.dot-danger {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  background-color: #c95452;
}

#popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.block-popup {
  max-width: 500px;
  margin: 8% auto;
  padding: 0;
}
.block-popup label {
  float: left;
  color: #fff;
  font-size: 13px;
  text-align: right;
  width: 170px;
  display: inline-block;
  padding: 10px 0;
  text-transform: uppercase;
}
.not_show input {
  vertical-align: middle;
  margin: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #ccc;
}
.block-popup .logo {
  text-align: center;
}
.block-popup input {
  background: rgba(255, 255, 255, 0.3) !important;
  border: 0;
  color: #fff !important;
  height: 42px;
  width: 55%;
  padding: 0 15px;
  margin: 0 0 20px 25px;
  display: inline-block;
  vertical-align: middle;
}
.block-popup .box-input {
  width: 70%;
  margin: 0 auto;
}
.block-popup button {
  border: 0;
  width: 45%;
  padding: 11px 0;
  text-transform: uppercase;
  background-color: #959595;
  color: #fff;
  border-radius: 4px;
  margin: 0 2%;
}
.block-popup .logo img {
  max-width: 240px;
}
.block-popup button:hover {
  background: #ef5a28;
  color: #fff;
  box-shadow: 1px 1px 1px grey;
}
input {
  font-size: 14px;
}
::-webkit-input-placeholder {
  font-size: 14px;
  text-transform: uppercase;
}
::-moz-placeholder {
  font-size: 14px;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  font-size: 14px;
  text-transform: uppercase;
}
:-moz-placeholder {
  font-size: 14px;
  text-transform: uppercase;
}
.block-popup .text {
  font-size: 14px;
  color: #cccccc;
  text-align: center;
  line-height: 120%;
}
.block-popup .text p {
  margin: 0;
}
.top-menu {
  background-color: #ff6633;
  box-shadow: 1px 1px 1px rgba(74, 74, 74, 0.71);
}
.account .image {
  display: inline-block;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  box-shadow: 1px 1px 1px rgba(33, 33, 33, 0.43);
}
.account .account-info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #fff;
}
.account-info .username {
  font-size: 18px;
}
.top-menu .account {
  padding: 10px 0;
  text-align: right;
  margin-right: 15px;
}
ul.lang {
  margin: 0;
}
ul.lang li {
  display: inline-block;
  opacity: 0.5;
}
ul.lang li.active {
  opacity: 1;
}
.top-link ul.lang {
  display: inline-block;
  /*    margin: 0 20px;*/
}
.top-link .tool {
  display: inline-block;
}
.right {
  text-align: right;
}
.top-link {
  padding: 10px 40px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.account .image img {
  max-width: 100%;
}
.center {
  text-align: center;
}
ul.user-button {
  margin: 30px 0 20px;
  list-style: none;
}
ul.user-button li {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  word-wrap: break-word;
  width: 32%;
  color: #9c9c9c;
}
ul.user-button li a {
  border-radius: 50%;
  background: #ececec;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  width: 74px;
  height: 74px;
  margin: 0 auto 15px;
}
ul.user-button li a:hover {
  box-shadow: 0px 2px 5px #fa5930;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
ul.user-button p {
  margin: 0;
  line-height: 110%;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-t-30 {
  margin-top: 30px;
}
.margin-t-50 {
  margin-top: 50px;
}
.orange {
  color: #ff6633;
}
/*gift add*/
.blue {
  color: #6479fd;
}
footer {
  background-image: url("../images/bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/*.bottom {
    min-height: 420px;
    color: #fff;
    background-image: url('../images/triangle2.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 600px;
}*/
.triangle {
  background-image: url("../images/triangle.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 600px;
}
.bottom h3 {
  color: #fff;
}
.content {
  min-height: 400px;
}
.copy-right {
  background-color: #000101;
  padding: 20px 0;
}
.uppercase {
  text-transform: uppercase;
}
ul.user-button li:hover {
  color: #fa5930;
}
ul.link {
  margin: 0;
  display: inline-block;
  list-style: none;
}
ul.link a {
  color: #000;
}
.wrapper-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(102, 102, 102, 0.8);
  z-index: 1;
  display: none;
}
.right-box {
  position: absolute;
  top: 0;
  margin-top: 48px;
  right: 0;
  background-color: #ebebeb;
  box-shadow: 0px 3px 5px #000;

  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;

  transform: translateX(100%);
}
.right-box.active {
  transform: translateX(0%);
}
.right-box .inner-box {
  background-image: url(../images/bg-box-right.png);
  min-height: 400px;
  width: 350px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #ebebeb;
  padding: 130px 30px 30px;
}
section.main {
  position: relative;
  z-index: 0;
}
a#close {
  position: absolute;
  right: 10px;
  top: 12px;
}
.right-box .title {
  font-size: 24px;
  margin: 5px 0;
  background-image: url(../images/package-icon.png);
  background-repeat: no-repeat;
  padding: 10px 10px 10px 45px;
}
ul.status-package {
  padding: 0;
  margin: 0 0 0 40px;
  list-style: none;
}
ul.status-package li {
  font-size: 19px;
  margin: 0 0 10px;
  background-image: url(../images/clock-icon.png);
  background-repeat: no-repeat;
  padding: 8px 10px 8px 40px;
}
ul.status-package li.wranning {
  color: #fbbf52;
  background-image: url(../images/wranning-icon.png);
}
.title-usage {
  font-size: 24px;
  margin: 20px 0 10px 40px;
}
.status-usage {
  height: 16px;
  background: #a1a1a1;
}
.status-usage .usage {
  height: 16px;
  background: #62c46a;
}
.limit-usage {
  font-size: 17px;
  margin-top: 5px;
  color: #666666;
}
.button-link a {
  display: block;
  padding: 16px 20px;
  clear: both;
  text-align: center;
  font-size: 21px;
  border-radius: 10px;
  margin: 20px 0;
}
.button-link a.register {
  background: #ff6633;
  color: #fff;
}
.button-link a.logout {
  background-color: #fff;
  color: #000;
  margin-bottom: 0;
}
ul.side-menu {
  padding: 0px;
  margin: 20px 0 0;
}
ul.side-menu li {
  border-bottom: 2px solid #ececec;
  padding: 10px 0;
  list-style: none;
}
ul.side-menu li a {
  font-size: 19px;
  color: #444;
  white-space: nowrap;
}
.content .inner {
  padding: 30px 0 0;
}
.right-column {
  background-color: #f1f1f1;
  position: relative;
  z-index: 0;
  min-height: 300px;
  margin-top: 2px;
}
.top-menu {
  background-color: #ff6633;
  box-shadow: 1px 1px 1px rgba(74, 74, 74, 0.71);
  position: relative;
  z-index: 0;
}
a.button {
  background: #b7b7b7;
  color: #fff;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 8px;
  border: 0;
}
a.button.radius.red {
  background: red;
  color: #fff;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 5px;
  border: 0;
}

button.button {
  background: #b7b7b7;
  color: #fff;
  text-decoration: none;
  padding: 5px 6px;
  border-radius: 7px;
  border: 0;
  font-size: 13px;
  outline: 0 !important;
  font-family: "THSarabunbold";
  font-size: 20px;
}
/*gift add*/
button.button.yellow {
  background: #6699ff;
  color: #fff;
  text-decoration: none;
  padding: 5px 6px;
  border-radius: 8px;
  border: 0;
  font-size: 13px;
  width: 123px;
  outline: 0 !important;
}
button.button.warning {
  background: #ff9933;
  color: #fff;
  text-decoration: none;
  padding: 5px 6px;
  border-radius: 8px;
  border: 0;
  font-size: 13px;

  outline: 0 !important;
}
button.button.sucess {
  background: green;
  color: #fff;
  text-decoration: none;
  padding: 5px 6px;
  border-radius: 8px;
  border: 0;
  font-size: 13px;
  width: 123px;
  outline: 0 !important;
}
button.button.red {
  background: red;
  color: #fff;
  text-decoration: none;
  padding: 5px 6px;
  border-radius: 8px;
  border: 0;
  font-size: 13px;
  width: 123px;
  outline: 0 !important;
}

a.button:hover,
a.button.active,
button.button:hover,
button.button.active {
  background: #ff6633;
}
table.layout-1 tr {
  border-bottom: 1px solid #f1f1f1;
}
table.layout-2 tr {
  border-bottom: 1px solid #f1f1f1;
}
table.layout-1 td {
  padding: 5px 5px 5px 4px;
  text-align: left;
}
table.layout-5 td {
  font-size: 12px;
}
table.layout-2 td {
  padding: 14px 10px;
  text-align: center;
  border: 2px solid #fff;
}
.layout-2 thead {
  background-color: #898989;
}
a.edit {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url(../images/icon_editdocoument.png);
  vertical-align: middle;
  background-size: 100%;
  margin-left: 6px;
  text-decoration: none;
}
table.layout-5 {
  margin: 20px 0;
}
table.layout-1,
table.layout-2,
table.layout-3,
table.layout-4,
table.layout-5,
table.layout-6 {
  width: 100%;
}
table.layout-3 thead {
  background-color: #b8b8b8;
}
table.layout-3 td {
  border: 2px #fff solid;
  padding: 4px;
}
table.layout-3 a {
  color: #666;
}
table.layout-3 tbody tr:nth-child(odd) {
  background-color: #ededed;
}
table.layout-3 tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}
table.layout-3 thead td {
  color: #fff;
  padding: 4px 8px;
  text-align: center;
}
table.layout-4 td {
  border: 2px #ebebeb solid;
  padding: 4px;
}
table.layout-4 td a,
table.layout-5 td a {
  color: #666;
}
table.layout-4 tbody tr:nth-child(odd) td {
  background-color: #fff;
}
table.layout-4 tbody tr:nth-child(even) td:last-child,
table.layout-4 tbody tr:nth-child(odd) td:last-child {
  background-color: #ebebeb;
}
table.layout-4 tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
/*//gift edit*/
form.form-search input {
  background-color: #ebebeb;
  padding: 10px;
  width: 400px;
  padding-right: 35px;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: right 6px;
  background-size: 30px;
}
table.layout-5 td {
  border-bottom: 1px solid #ccc;
}
table.layout-5 td:last-child {
  border-bottom: 0;
  background-color: white;
  padding-left: 5px;
}
form.form-search {
  text-align: center;
}
ul.side-menu li a.active,
ul.side-menu li a:hover {
  color: #ff6633;
  text-decoration: none;
}
.border-left {
  position: relative;
}
.border-left:before {
  content: "";
  display: block;
  border-left: 1px solid #f1f1f1;
  position: absolute;
  height: 100%;
  left: -20px;
}
ul.side-menu li a img {
  margin-right: 5px;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
ul.side-menu li a:hover > img,
ul.side-menu li a.active > img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.balloon {
  position: relative;
  left: 20px;
  top: 20px;
  background-color: #555555;
  background-image: url(../images/balloon.png);
  width: 140px;
  border-radius: 8px;
  padding: 15px 15px 15px 80px;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
ul.side-menu ul.sub {
  margin: 0;
  display: none;
}
ul.side-menu ul.sub.active {
  display: block;
}
ul.sub li {
  padding-left: 40px;
}
ul.time-line li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ececec;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  margin: 0 15px;
  position: relative;
  cursor: pointer;
}
ul.time-line {
  margin: 25px 0 25px;
  list-style: none;
  text-align: center;
}
ul.time-line li span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #ececec;
  position: absolute;
  top: 50%;
  right: -100%;
  z-index: 0;
  margin-top: -2px;
}
ul.time-line li.flex-active {
  background-color: #ff6633;
}
table.layout-2 thead td {
  font-size: 20px;
  color: #fff;
}
table.layout-2 tbody td {
  background-color: #ececec;
}
.manage-button {
  float: right;
  margin-left: 7px;
}
.manage-button a.add {
  display: inline-block;
  text-align: center;
}
.action-button {
  text-align: right;
  margin: 15px 0;
}
.action-button a,
.action-button button {
  padding: 6px 20px;
  /*background-color: #ff6633;*/
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  border: 0;
  background-image: inherit;
}
.balloon a {
  color: #fff;
  line-height: 140%;
}
table.layout-2 a {
  color: #666;
}
ul.sub li:last-child {
  border: 0;
  padding-bottom: 0;
}
ul.time-line li a {
  color: #fff;
}
table.layout-3 tbody tr {
  background-color: #ededed;
}
a.edit-data {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
}
a.edit-data:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.name-customer {
  display: inline-block;
  margin-left: 30px;
}
.text-table {
  margin: 10px 7%;
}
.inner-flex .flexslider {
  background-color: #ebebeb;
  padding: 20px;
}
.inner-flex input {
  display: inline-block;
  width: 130px;
  vertical-align: 0px;
}
.inner-flex label {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.inner-flex input {
  display: inline-block;
  width: 130px;
  vertical-align: 0px;
  border-radius: 0;
}
ul.flex-direction-nav {
  margin: 0;
  list-style: none;
  display: none;
}
ul.slides:after {
  content: "";
  display: block;
  clear: both;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  background-color: #acacac;
}
.flex-control-paging li a.flex-active {
  background-color: #ff6633;
}
table.layout-4 td.last,
table.layout-5 td.last {
  background-color: #ebebeb;
}
.padding-r-0 {
  padding-right: 0 !important;
}
.padding-r-30 {
  padding-right: 30px !important;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
ul.tabs {
  margin: 0;
}
ul.tabs li {
  display: inline-block;
  font-size: 17px;
  padding: 7px 10px;
  cursor: pointer;
}
ul.tabs li.active {
  color: #ff6633;
  text-decoration: underline;
}
.tab-container {
  padding: 10px;
}
.tab-content input {
  width: 75%;
  display: inline-block;
}
.label-right {
  float: right;
  width: 20%;
}
.field {
  margin-bottom: 15px;
}
.field a.add,
a.remove {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
.tab-content select {
  display: inline-block;
  width: 77%;
  background-color: #ebebeb;
}
.under-input {
  width: 75%;
  text-align: right;
}
.clear {
  clear: both;
}
.tab-content .more input {
  width: 100%;
}
.tab-content .more {
  position: relative;
  width: 75%;
}
.tab-content .more a.remove {
  position: absolute;
  right: -58px;
  top: 0;
}
.block-popup .text-center {
  clear: both;
}
.action-button.text-left {
  text-align: left;
}
.notification {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ff0000;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  float: right;
  margin: 5px 0;
}
.blank {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 5px;
  vertical-align: middle;
}
.link-tabs {
  margin: 25px 0;
  line-height: 120%;
  text-align: center;
}
.link-tabs form {
  display: inline-block;
}
form#form_report label {
  display: block;
}
button#report {
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  padding: 0;
  width: 35px;
  height: 35px;
  background-color: initial;
  box-shadow: 0 0 0 !important;
  border: 0;
  display: inline-block;
  background-position: 0 0;
}
button.button[disabled="disabled"] {
  background: none;
  border: 1px solid #b7b7b7;
  color: #b7b7b7;
  cursor: default;
}
button.button.orange {
  background-color: #ff6633;
}
/*gift add*/
button.button.blue {
  background-color: #6479fd;
}
.portfolio-item button {
  border-radius: 0;
}
.portfolio-item label {
  display: block;
  float: left;
  width: 142px;
  text-align: left;
  font-weight: bold;
}
.portfolio-item input {
  float: left;
}
table#table input {
  width: auto;
}
table.table input {
  width: auto;
  width: 100px;
}
.portfolio-item .table.table-hover td {
  padding-left: 0;
  padding-right: 3px;
}
.portfolio-item .table.table-hover td button#button {
  padding: 4px;
  border-radius: 3px;
  font-size: 12px;
}
.bg-red {
  background-color: #d8524e;
}
.bg-trans {
  background: none;
  border: 1px solid #ccc;
}
.portfolio-item button.bg-red {
  font-size: 26px;
  padding: 0px 11px 2px;
  margin-top: 4px;
  border-radius: 3px;
  border: 0;
  color: #fff;
}
button {
  outline: 0 !important;
}
table.total td {
  padding: 3px;
}
table.total input {
  width: auto;
}
table.total button#button.bg-trans {
  font-size: 12px;
  border-radius: 3px;
  width: 70px;
  margin-top: 8px;
}
table.total tr td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.total {
  margin-bottom: 20px;
}

.portfolio-item button.radius {
  border-radius: 5px;
}
/*gift add*/
.portfolio-item button.radius.green {
  border-radius: 5px;
  background-color: green;
}
.portfolio-item button.radius.red {
  border-radius: 5px;
  background-color: red;
}

.no-radius {
  border-radius: 0 !important;
}
div#account-info td {
  padding: 6px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border-color: #ccc;
  color: #000;
}
td.ui-datepicker-days-cell-over a.ui-state-default {
  background: none;
}
.thumb-video {
  text-align: center;
}
.container-full ul.side-menu {
  margin-left: 2px;
}
.balloon p {
  margin: 0;
  line-height: 100%;
}
img.icon-graf2 {
  width: 80px;
  height: auto;
  vertical-align: middle;
  margin-right: 15px;
}
hr.hr-shadow {
  border-color: #bfbfbf;
  box-shadow: 0px 2px 4px rgba(191, 191, 191, 0.45);
}
.gray2 {
  color: #ccc;
}
.form-upload {
  display: block;
  padding: 0;
  background-color: #ebebeb;
  border: 1px solid #b4b4b4;
  margin: 15px 0;
  overflow: hidden;
  position: relative;
}
.form-upload input[type="file"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
label[for="file"] {
  display: block;
  height: 30px;
  margin: 0;
  text-align: center;
  line-height: 30px;
  background: #acacac;
  color: #fff;
  width: 100px;
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.action-button.text-center {
  text-align: center;
}
table.layout-6 thead td {
  border: 0;
}
table.layout-6 td {
  border: 1px solid #ccc;
  text-align: center;
  border-right: 0;
  border-left: 0;
}
table.layout-6 .action-button {
  margin: 3px 0;
}
table.layout-6 tbody {
  border: 1px solid #ccc;
  border-width: 0 1px 0;
}
table.layout-6 thead td {
  border: 0;
  padding: 5px;
  font-weight: bold;
}
.select-date select,
.select-date input {
  width: 40%;
  display: inline-block;
}
select.full {
  width: 99%;
}
table.layout-7 {
  width: 100%;
  margin-bottom: 30px;
}
table.layout-7 .total {
  background: #d8ecf6;
}
table.layout-7 .head {
  background: #deefd8;
}
table.layout-7 .headtsbs {
  background: #f2f2f2;
}
table.layout-7 td,
th {
  padding: 6px;
  /*    font-size: 12px;*/
}
table.layout-7 tr {
  border-bottom: 1px solid #dddddd;
}
table.layout-8 {
}
table.layout-8 thead td {
  font-weight: bold;
  border-width: 0;
  padding: 8px;
  text-align: center;
}
table.layout-8 tr {
  border: 1px solid #e2e2e2;
}
table.layout-8 thead tr {
  border-width: 0;
}
table.layout-8 td {
  text-align: center;
}
a.yellow {
  background-color: #efac50;
  color: #fff;
  padding: 6px;
  text-decoration: none;
  border-radius: 4px;
}
.blue-light {
  background-color: #1cbbb4 !important;
}
form.form-upload-2 .warpper-input {
  display: inline-block;
  position: relative;
  background-color: #555555;
  color: #ccc;
  border-radius: 8px;
  margin-bottom: 15px;
}
form.form-upload-2 .warpper-input input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
form.form-upload-2 .warpper-input label {
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  vertical-align: middle;
}
form.form-upload-2 .warpper-input .input-file {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #cfcfcf 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #cfcfcf 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cfcfcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 );
  width: 150px;
  height: 30px;
  border: 1px solid #c6c6c6;
  border-radius: 8px;
  display: inline-block;
  margin: 10px;
  line-height: 30px;
  color: #000;
}
.type_report {
  text-align: center;
  margin: 30px 0;
}
.type_report .input {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  background-color: #acacac;
  vertical-align: middle;
  margin-right: 5px;
}
.type_report label {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
  cursor: default;
}
.type_report input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: 6px;
  background: #acacac;
  opacity: 0;
  z-index: 1;
  margin: 0;
}
.type_report input[type="radio"]:checked ~ span {
  background: #ff6633;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-color: #ff6633;
}
.upload-bar {
  width: 520px;
  margin: 8px auto;
}
.upload-bar .upload-inner {
  width: 94%;
  display: inline-block;
  height: 32px;
  border: 1px solid #ccc;
  margin: 0px auto;
  box-shadow: inset 1px 1px 1px #ccc;
  vertical-align: middle;
}
.upload-bar .processing {
  display: inline-block;
  width: 3%;
  margin-left: 1%;
  vertical-align: middle;
}
.upload-inner .close {
  position: absolute;
  top: 5px;
  right: 4px;
}
.uploa-percent > span {
  display: block;
  height: 32px;
  background-color: #f69679;
  float: left;
}
.upload-bar .upload-name {
  float: left;
  width: 40%;
  height: 32px;
  line-height: 33px;
  text-indent: 9px;
  font-size: 11px;
  overflow: hidden;
}
.upload-bar .uploa-percent {
  width: 60%;
  float: left;
  position: relative;
}
form.form-search-2 label {
  display: inline-block;
  vertical-align: 4px;
  font-weight: bold;
  margin: 0 10px;
}
form.form-search-2 input,
form.form-search-2 select {
  width: 180px;
}
form.form-search-2 button {
  background-image: url(../images/search-icon.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 0;
  vertical-align: top;
  background-color: initial;
}
form.form-search-2 {
  display: block;
  margin: 30px 0 30px;
}
select.select_report {
  background-color: #ebebeb;
  width: 200px;
  margin: 0;
}
.action-button a.gray {
  background-color: #707070;
}
.flexslider.table-slide {
  padding: 0;
  margin: 0;
  border: 0;
}

/*gift add for product edit icon*/
input[type="image"] {
  width: 32px;
}
/*gift edit*/
tr.danger td {
  background-color: #f6cece;
  color: black;
}
table.danger tr td {
  border-top: 1px solid #f08080;
  border-bottom: 1px solid #f08080;
}
table.danger {
  margin-bottom: 20px;
}

.zoomWrapper {
  margin-left: 0;
  width: 100%;
  position: relative;
  margin: 0 auto;
  line-height: 1.4em;
}

.zoom-img {
  margin-left: 0;
  position: relative !important;
}
#gal1 img {
  border: 2px solid black;
}
/*.active img{border:1px solid #F2F2F2 !important;}*/

/*gift test branch*/

/*gift add new zoom*/
#imgContainer {
  /*	width: 980px;
	height: 500px;*/
}

#positionButtonDiv {
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(58, 56, 63);
  /* RGBa with 0.6 opacity */
  background: rgba(58, 56, 63, 0.8);
  border: solid 1px #100000;
  color: #ffffff;
  padding: 5px;
  text-align: left;
  position: absolute;
  display: inline-block;
  bottom: -36px;
  left: 0px;
}

#positionButtonDiv .positionButtonSpan img {
  float: right;
  border: 0;
}

.positionMapClass area {
  cursor: pointer;
}

.zoomButton {
  border: 0;
  cursor: pointer;
}

.zoomableContainer {
  /*background-image: url(../images/zoomicon/transparent.png);*/
}
.zoomWindow {
  left: 2px !important;
  top: 0px !important;
  position: relative !important;
}
button.login_remember {
  background: #ff6633;
}

.btn-link {
  color: #e89b4a;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: inherit;
}

.btn-link:hover,
.btn-link:focus {
  color: #a04c2e;
  text-decoration: underline;
  background-color: transparent;
}

a.edit:hover {
  background-image: url(../images/icon_editdocoument_orange.png);
}

.logo-top {
  padding-top: 5px;
}

.logo-top img {
  height: 75px;
  display: block;
}

.pad-top-block {
  padding-top: 20px;
}

.fulltable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.card-user {
  margin-top: 15px;
  transition: 0.5s;
  padding-top: 20px;
  cursor: pointer;
  height: 285px;
}
.close {
  position: absolute;
  right: 25px;
  top: 30px;
}
.card-user:hover {
  background-color: rgba(51, 122, 183, 0.5);
}
.activeBox {
  margin-top: 15px;
  transition: 0.5s;
  padding-top: 20px;
  background-color: rgba(51, 122, 183, 0.7);
}
.activeBox:hover {
  background-color: rgba(51, 122, 183, 0.7);
}
.box-show {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 20px 0;
}
.displaynone {
  display: none;
}

.bs-example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
}

/*.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}*/

.sm-padeditor {
  width: 97%;
}

th.centertext {
  text-align: center;
}

ul.user-button li a {
  display: block;
  text-decoration: inherit;
  color: #ff6633;
}

.bg_register {
  background-image: url(../images/home-office-blur.png);
  height: 100%;
  background-size: cover;
  background-position: 50% 5%;
  position: relative;
  padding-top: 6%;
  /*    padding-bottom: 82px;*/
}

.img-logo-reg {
  width: auto;
  height: 70px;
  margin: 18px auto;
  text-align: center;
}

.img-logo-reg img {
  width: auto;
  height: 70px;
  /* margin-top: 20px; */
}

.loginbox {
  /*height: 550px;*/
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 15px;
  /*    padding-bottom: 20px;*/
}

.btn-register {
  background-color: #ff6633;
  color: #fff;
}

.btn-register:hover {
  background-color: #ababab;
  /* border: 1px solid #f78f1e;*/
  color: #fff;
}

.text-resetpw {
  font-size: 1.5em;
  color: #ff6633;
  text-align: center;
  margin-top: 1em;
  font-weight: 700;
}

.login-forgotpw {
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 15px;
  margin-top: 90px;
  margin-bottom: 90px;
}

.loginprofile {
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 15px;
  margin-top: 90px;
}

.dis-none {
  width: 5%;
}
.margin10-0 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.botton-swap-hide {
  width: 6%;
  position: relative;
  float: left;
  min-height: 1px;
}

.db-cd {
  width: 13%;
  position: relative;
  float: left;
  min-height: 1px;
}

.name-detail {
  width: 15%;
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 5px;
}

.acc-description {
  width: 15%;
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 5px;
}

.accname {
  font-size: 15px !important;
}

.col-confidence {
  width: 8%;
  float: left;
  padding-left: 5px;
}

.accountnumber {
  width: 15%;
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 5px;
}

.decoration-text {
  text-decoration: inherit !important;
}
.botton-plus-hide {
  width: 4%;
  position: relative;
  min-height: 1px;
  float: left;
  margin-left: 1%;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #f2dede !important;
}

table tr:hover td:last-child {
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background: none;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background: none;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background: none;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #168c9f;
  border-color: #157281;
}

.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #168c9f;
  border-color: #157281;
}

.btn-logout-home {
  color: #333 !important;
  background-color: #f1f1f1 !important;
  border-color: #cacaca !important;
  background-image: none !important;
  border-radius: 2px !important;
  padding: 2px 4px !important;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  font-family: "THSarabunbold" !important;
  font-size: 17px !important;
}

button.btn:hover.btn-logout-home {
  background-color: #efefef;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}

.top-link {
  padding: 5px 20px 5px 40px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.bg-form-vat {
  background-color: #f4f4f4;
  height: 550px;
  margin-bottom: 20px;
  padding-top: 5px;
  margin-left: -10px;
  margin-right: -10px;
  overflow-y: scroll;
}

.outside {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 452px;
  margin-top: 5px;
  font-family: "THSarabunNew";
  font-size: 17px;
}

.pagination-form {
  text-align: right;
  font-weight: bold;
  border-bottom: 1px #acacac solid;
  padding-top: 5px;
}

.help-block {
  color: #ec0000;
  font-size: 15px;
  font-weight: bold;
}

.mt5 {
  margin-top: 7px;
}

.flat-butt {
  display: inline-block;
  margin: 0 5px;
  border-radius: 5px;
  font-size: 14px;
  padding: 12px 20px;
  border: 0;
  background: #34495e;
  color: #fff;
  cursor: pointer;
  outline: 0;
}

.flat-danger-butt {
  background: #e74c3c;
}

.flat-border-butt {
  padding: 3px 5px;
  border: 4px solid #2c3e50;
}

.flat-danger-border-butt {
  border-color: #c0392b;
}

.flat-danger-border-butt:hover {
  border-color: #c0392b;
}

.flat-border-butt:hover {
  border: 4px solid #ff9c7d;
}

.flat-danger-butt:hover {
  background: #ec7063;
}

.bg-form-vat::-webkit-scrollbar {
  width: 1em;
}

.bg-form-vat::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.bg-form-vat::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.sarabunfont {
  font-family: "THSarabunNew";
  font-size: 22px;
  font-weight: 600;
}

.btn-backstep {
  background-color: #ff6633;
  color: #fff;
}

.btn-backstep:hover {
  background-color: #ababab;
  /* border: 1px solid #f78f1e; */
  color: #fff !important;
}

.btn-backstep a {
  text-decoration: none;
  color: #fff;
}

.background-clear {
  background-color: #fff;
}

.table-wrapper {
  background: #fff;
  padding: 15px;
  /*    margin: 30px 0;*/
  /*    box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
}

/*.fonttable{
    font-size: 22px;
}*/

.sarabun-detail {
  font-family: "THSarabunNew";
  font-size: 18px;
}

.sarabun-bold {
  font-family: "THSarabunbold";
  font-size: 18px;
}

.textinline {
  white-space: nowrap;
}

.search-box {
  position: relative;
  float: right;
}

.search-box .input-group-addon {
  border: none;
  border: none;
  background: transparent;
  position: absolute;
  z-index: 9;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.table-title {
  font-size: 15px;
  padding-bottom: 10px;
  margin: 0 0 10px;
}

.underline_style {
  font-weight: 300;
  border-bottom: 1px solid #888;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}

.material-switch > input[type="checkbox"] {
  display: none;
}

.btngroup .button {
  background-color: #a9a9a9;
  color: white;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  padding-left: 7px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
}

label.label-default-or {
  background-color: #e14521;
}

table.gridtable th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #dedede;
}

.font-21 {
  font-size: 21px !important;
}

.font-20 {
  font-size: 20px;
}

.font-19 {
  font-size: 19px;
}

input#datestop {
  font-size: 20px;
}

input#datestart {
  font-size: 20px;
}

div#record_table_info {
  font-size: 20px;
}

button.btn.btn-outline-info.font-21 {
  margin-top: 5px;
}

ul.pagination.pagination-sm {
  margin: 0;
}

div#record_table_length {
  font-size: 20px;
}

select.form-control {
  font-size: 20px;
  font-family: "THSarabunbold";
}

ul.left-menubar {
  padding: 0px;
  margin: 20px 0 0;
}
ul.left-menubar li {
  /* border-bottom: 2px solid #ececec; */
  padding: 10px 0;
  list-style: none;
}
ul.left-menubar li a {
  font-size: 20px;
  color: #444;
  white-space: nowrap;
}

ul.left-menubar li a.active,
ul.left-menubar li a:hover {
  color: #ff6633;
  text-decoration: none;
}

ul.left-menubar li a img {
  margin-right: 5px;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
ul.left-menubar li a:hover > img,
ul.left-menubar li a.active > img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

ul.left-menubar ul.sub {
  margin: 0;
  display: none;
}
ul.left-menubar ul.sub.active {
  display: block;
}

.container-full ul.left-menubar {
  margin-left: 30px;
}

.head_sarabunfont {
  font-size: 21px;
  text-align: center;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.flex-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.flex-row .thumbnail,
.flex-row .caption {
  flex-direction: column;
  display: flex;
  flex: 1 0 auto;
  height: auto;
  position: relative;
}
.flex-text {
  flex-grow: 1;
}
.flex-row img {
  min-width: 0;
  width: 100%;
  float: left;
}

.flex-row {
  padding-left: 15px;
  padding-right: 15px;
}

.circle {
  position: relative;
  width: 60%;
  height: 0;
  padding: 30% 0;
  margin: 1em auto;
  border-radius: 50%;
  background: #ff9f7f;
}

.circle :hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.circle a {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.text_1 {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: auto;
  text-align: center;
}
.text_1:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 100%;
}

.text_1 span {
  vertical-align: middle;
  display: inline-block;
  float: left;
}

section.main {
  min-height: 715px;
}

/*select#typeReport {
    font-size: 20px;

}*/

.form-balance {
  display: block;
  width: 100%;
  height: 34px;
  padding: 2px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f9f9f9;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

span.commonrequired {
  display: inherit !important;
}

span.vatrequired {
  display: initial !important;
}

.numberform {
  margin-top: 5px;
  font-weight: bold;
  /* margin-left: 25px; */
  float: right;
}

h4.sarabun-bold-create :hover {
  text-decoration: none !important;
}

.sarabun-bold-create {
  font-family: "THSarabunbold";
  font-size: 21px;
}

input#textBox1 {
  font-size: 20px;
}

/*table.layout-7 td,th {
    padding: 6px;
    font-size: 19px;
}*/

span.subrequired {
  display: inherit !important;
}

.btn-se {
  background-color: #2ca01c !important;
  /* border-color: #98887e; */
  color: #fff;
  font-family: "THSarabunbold";
  font-size: 20px;
  padding: 5px 10px 5px 10px;
}

.btn-se:hover,
.btn-se.focus,
.btn-se:focus {
  color: #fff;
  background-color: #53b700 !important;
  border-color: #28a745;
  font-size: 20px;
}

.btn-base {
  color: #333;
  background-color: #ddd;
  border-color: #ccc;
  font-size: 21px;
}

.btn-base:hover,
.btn-base.focus,
.btn-base:focus {
  color: #444;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-swap {
  background-image: url("../images/swap.png");
  background-repeat: no-repeat;
}

.btn-submit {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 4px;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  font-family: "THSarabunbold";
}

.btn-submit:hover,
.btn-submit.focus,
.btn-submit:focus {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  font-family: "THSarabunbold";
  color: #fff;
}

.btn-cancel {
  background: #d9534f;
  background-image: -webkit-linear-gradient(top, #d9534f, #e03f3d);
  background-image: -moz-linear-gradient(top, #d9534f, #e03f3d);
  background-image: -ms-linear-gradient(top, #d9534f, #e03f3d);
  background-image: -o-linear-gradient(top, #d9534f, #e03f3d);
  background-image: linear-gradient(to bottom, #d9534f, #e03f3d);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 4px;
  font-family: "THSarabunbold";
  color: #ffffff;
  font-size: 20px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  /*    font-family: 'THSarabunbold';*/
}

.btn-cancel:hover,
.btn-cancel.focus,
.btn-cancel:focus {
  background: #c9302c;
  background-image: -webkit-linear-gradient(top, #c9302c, #c9302c);
  background-image: -moz-linear-gradient(top, #c9302c, #c9302c);
  background-image: -ms-linear-gradient(top, #c9302c, #c9302c);
  background-image: -o-linear-gradient(top, #c9302c, #c9302c);
  background-image: linear-gradient(to bottom, #c9302c, #c9302c);
  text-decoration: none;
  /*    font-family: 'THSarabunbold';*/
  color: #fff;
}

/*.btn-chart {*/
/*color: #fff;*/
/*background-color: #CBAB8D;*/
/*border-color: #ccc;*/
/* font-size: 21px; */
/*}*/

.btn-chart {
  color: #fff;
  background-color: #00a5d6;
  /* font-size: 21px; */
}

.btn-chart:hover,
.btn-chart.focus,
.btn-chart:focus {
  color: #fff;

  /* border-color: #CBAB8D; */

  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-download {
  background-color: #1ca261;
  border-color: #6479fd;
  color: #fdfdfd;
  border: none;
}

.btn-download:hover,
.btn-download.focus,
.btn-download:focus {
  border-color: #6479fd;
  background-color: #928075;
  color: #fdf5f5 !important;
  /*border: none;*/
}

.btn-excel {
  border-color: #6479fd;
  background-color: #08502d;
  color: #fdfdfd;
  border: none;
}

.btn-excel:hover,
.btn-excel.focus,
.btn-excel:focus {
  background-color: #273c31;
  border-color: #6479fd;
  color: #fdf5f5 !important;
  /* border: none; */
}

.sarabunbold {
  font-family: "THSarabunbold";
  font-size: 21px;
}

.sarabunbold-19 {
  font-family: "THSarabunbold";
  font-size: 19px;
}

.sarabunbold-20 {
  font-family: "THSarabunbold";
  font-size: 20px;
}

/*.btn-disable {
    background-image: linear-gradient(to bottom, #b7b7b7, #b7b7b7);
}*/

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #b7b7b7 !important;
}

/* ######################################### */

@media screen and (min-width: 768px) {
  .top-menu .account {
    text-align: right;
  }

  .sm-padeditor {
    width: 97%;
  }

  .positionButtonDiv {
    display: block;
  }

  .form-balance {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /*    .numberform{
        float: none;
        margin-left: 15px;
    }*/
}

/* make gutter sizes consistent */
/*.flex-row  {
    padding-left: 15px;
    padding-right: 15px;
}*/

/*
  Extra Small Devices, Phones { .col-xs-$ }
    ~ 480px to 767px ~

  Extra Small Devices, Phones { .col-sm-$ }
    ~ 768px to 991px ~

  Extra Small Devices, Phones { .col-md-$ }
    ~ 992 to 1200px ~

  Extra Small Devices, Phones { .col-lg-$ }
    ~ 1201px up ~
 */

/* Extra Media Query Below for Retina Iphones and Smaller */
@media only screen and (max-width: 480px) {
  .flex-row > [class*="col-"] {
    width: 100%;
  }
  .flex-row {
    padding-left: 0px;
    padding-right: 0px;
  }
}
