/* USAGE
@include breakpoint(sm) {
    float: none;
    width: 100%;
  }
*/
/*
@include font-face('DBAdman', 'db_adman_x_v3.2-webfont', 'db_adman', 'serif');
@include font-face('DBAdmanBold', 'db_adman_x_bd_v3.2-webfont', 'db_adman', 'serif');
@include font-face('DBAdmanItalic', 'db_adman_x_it_v3.2-webfont', 'db_adman', 'serif');
*/
@font-face {
  font-family: "Krungthai";
  src: url("../fonts/krungthai/KrungthaiFastWeb-Regular.eot");
  src: url("../fonts/krungthai/KrungthaiFastWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/krungthai/KrungthaiFastWeb-Regular.woff") format("woff"), url("../fonts/krungthai/KrungthaiFastWeb-Regular.ttf") format("truetype"), url("../fonts/krungthai/KrungthaiFastWeb-Regular.svg#Krungthai") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "KrungthaiBold";
  src: url("../fonts/krungthai/KrungthaiFastWeb-ExtraBold.eot");
  src: url("../fonts/krungthai/KrungthaiFastWeb-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/krungthai/KrungthaiFastWeb-ExtraBold.woff") format("woff"), url("../fonts/krungthai/KrungthaiFastWeb-ExtraBold.ttf") format("truetype"), url("../fonts/krungthai/KrungthaiFastWeb-ExtraBold.svg#KrungthaiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "KrungthaiItalic";
  src: url("../fonts/krungthai/KrungthaiFastWeb-Italic.eot");
  src: url("../fonts/krungthai/KrungthaiFastWeb-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/krungthai/KrungthaiFastWeb-Italic.woff") format("woff"), url("../fonts/krungthai/KrungthaiFastWeb-Italic.ttf") format("truetype"), url("../fonts/krungthai/KrungthaiFastWeb-Italic.svg#KrungthaiItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "KrungthaiLight";
  src: url("../fonts/krungthai/KrungthaiFastWeb-Light.eot");
  src: url("../fonts/krungthai/KrungthaiFastWeb-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/krungthai/KrungthaiFastWeb-Light.woff") format("woff"), url("../fonts/krungthai/KrungthaiFastWeb-Light.ttf") format("truetype"), url("../fonts/krungthai/KrungthaiFastWeb-Light.svg#KrungthaiLight") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
.db-adman {
  font-family: 'DBAdman';
  letter-spacing: 0.5px;
  line-height: 1;
  
}
.db-adman-b {
  font-family: "DBAdmanBold";
  letter-spacing: 0.5px;
  line-height: 1;
}

.db-adman-i {
  font-family: "DBAdmanItalic";
  letter-spacing: 0.5px;
  line-height: 1;
}
*/
body {
  font-family: 'Krungthai';
  font-size: 14px;
}

/* USAGE
@include breakpoint(sm) {
    float: none;
    width: 100%;
  }
*/
/* USAGE
@include breakpoint(sm) {
    float: none;
    width: 100%;
  }
*/
.widget-table-wrapper .widget-table {
  margin-bottom: 15px;
}

.widget-table-wrapper .widget-table thead tr {
background-color: #01A6E6;
background: linear-gradient(to right, #156d95, #0c587b, #003c5a);
background-attachment: fixed;
}

.widget-table-wrapper .widget-table thead tr th {
  text-align: center;
  font-family: 'Krungthai';
  color: white;
  border-bottom: transparent;
  font-size: 16px;
}

.widget-table-wrapper .widget-table tbody tr:nth-child(1) td {
  border-top: transparent;
}

.widget-table-wrapper .widget-table tbody tr:nth-last-child(1) td {
  border-bottom: 1px solid #DAE3EA;
}

.widget-table-wrapper .widget-table tbody tr td {
  text-align: center;
  vertical-align: middle;
  color: #394866;
  border-color: #DAE3EA;
  font-size: 16px;
  background-color: white;
}

.widget-table-wrapper .widget-table tbody tr td:nth-child(1) {
  text-align: right !important;
  border-left: 1px solid #DAE3EA;
}

.widget-table-wrapper .widget-table tbody tr td:nth-child(2) {
  text-align: left !important;
  font-family: 'Krungthai';
  vertical-align: middle;
}

.widget-table-wrapper .widget-table tbody tr td:nth-last-child(1) {
  border-right: 1px solid #DAE3EA;
}

.widget-table-wrapper .widget-table tbody tr td .flag-control {
  border-radius: 100px;
  box-shadow: 0 0 0 1px #c7c8d0, inset 0 0 0 1px #c7c8d0;
}

.widget-table-wrapper .footer-table span {
  padding: 0px 15px;
  display: block;
  color: #2C5067;
  margin-bottom: 5px;
  font-family: 'KrungthaiLight';
}

.widget-table-wrapper .footer-table span.disclaimer {
  color: #677A9A;
  font-size: 13px;
}

.flag-control {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  display: inline-block;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
}

.widget-table-wrapper {
 overflow-x: hidden;
}
/*# sourceMappingURL=widget_travel_rate.css.map */