html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, b, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 13px;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

em { 
    font-style: italic;
    color: #cc0000;
}

table {
  border-spacing: 0;
  border-collapse: separate;
}

@font-face {
  font-family: 'thsarabunnew';
  src: url("../fonts/THSarabunNew.eot");
  src: url("../fonts/THSarabunNew.eot?#iefix") format("embedded-opentype"), url("../fonts/THSarabunNew.woff") format("woff"), url("../fonts/THSarabunNew.ttf") format("truetype"), url("../fonts/THSarabunNew.svg#4225a5f47f7da26e681adadebaaad17c") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'thsarabunnewB';
  src: url("../fonts/THSarabunNew Bold.eot");
  src: url("../fonts/THSarabunNew Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/THSarabunNew Bold.woff") format("woff"), url("../fonts/THSarabunNew Bold.ttf") format("truetype"), url("../fonts/THSarabunNew Bold.svg#259a658649c8798d3b47d149c6ab8165") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'thsarabunnewBI';
  src: url("../fonts/THSarabunNew BoldItalic.eot");
  src: url("../fonts/THSarabunNew BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/THSarabunNew BoldItalic.woff") format("woff"), url("../fonts/THSarabunNew BoldItalic.ttf") format("truetype"), url("../fonts/THSarabunNew BoldItalic.svg#76d01676dcaf8017e6d83a496ce88cc9") format("svg");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: 'thsarabunnewI';
  src: url("../fonts/THSarabunNew Italic.eot");
  src: url("../fonts/THSarabunNew Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/THSarabunNew Italic.woff") format("woff"), url("../fonts/THSarabunNew Italic.ttf") format("truetype"), url("../fonts/THSarabunNew Italic.svg#e006b31723c44f69b15cf1fb2e35c005") format("svg");
  font-style: italic;
  font-weight: 400;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: Tahoma, Geneva, sans-serif;
}

a, [type='submit'], [type='button'], :hover, :active {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

::-webkit-input-placeholder:not(.login-input input) {
  line-height: 23px;
  color: #ccc;
}

:-moz-placeholder:not(.login-input input) {
  line-height: 23px;
  color: #ccc;
}

::-moz-placeholder:not(.login-input input) {
  line-height: 23px;
  color: #ccc;
}

:-ms-input-placeholder:not(.login-input input) {
  line-height: 23px;
  color: #ccc;
}

/* perfect-scrollbar v0.6.5 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}

.ps-container.ps-in-scrolling {
  pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear,opacity .2s linear;
  -moz-transition: background-color .2s linear,opacity .2s linear;
  -o-transition: background-color .2s linear,opacity .2s linear;
  transition: background-color .2s linear,opacity .2s linear;
  bottom: 3px;
  height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear,opacity .2s linear;
  -moz-transition: background-color .2s linear,opacity .2s linear;
  -o-transition: background-color .2s linear,opacity .2s linear;
  transition: background-color .2s linear,opacity .2s linear;
  right: 3px;
  width: 8px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  width: 8px;
}

.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}


html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 0.8125em;
  color: #333333;
}

a {
  color: #f153a5;
}
a:visited {
  color: #f153a5;
}

h1, h2, h3, h4, h5 {
  font-family: "thsarabunnew", Tahoma, sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 4.6rem;
  /* 46pxr */
}

h2 {
  font-size: 2.8rem;
  /* 28pxr */
}

h3 {
  font-size: 2.6rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2.0rem;
}

b {
  font-weight: 700;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.fwn {
  font-weight: normal !important;
}

.fwb {
  font-weight: bold !important;
}

.clear-padding {
  padding: 0 !important;
}

.clear-margin {
  margin: 0 !important;
}

.bgPink {
  background-color: #f2007d !important;
}

.bgGray {
  background-color: #dddddd !important;
}

.ui-widget {
  font: inherit !important;
}

.text-status-yellow {
  color: #e17900 !important;
}

.text-status-green {
  color: #649c10 !important;
}

.text-status-red {
  color: #b90101 !important;
}

.text-status-black {
  color: #333333 !important;
}

.text-status-white {
  color: white !important;
}

.va-t {
  vertical-align: top !important;
}

.va-m {
  vertical-align: middle !important;
}

.disabled {
  cursor: not-allowed !important;
}

.clearBorder {
  border: 0 !important;
}

.clearShadow {
  box-shadow: none !important;
}

.clearTablePadding td {
  padding: 0 !important;
}

/* Input -----------------------------*/
.form-control {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  width: 100%;
  height: 26px;
  padding: 4px 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

.insert-txtbox {
  width: calc(100% - 26px);
}

.inputbox {
  position: relative;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.addNew, .remNew {
  right: 0;
  float: right;
}
.addNew img, .remNew img {
  margin-top: 5px;
  margin-left: 10px;
}

.inputHeader {
  width: 200px !important;
  margin-left: 10px;
}

/* Label -----------------------------*/
label {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  text-align: right;
  padding-right: 10px;
}
label span {
  color: #b90101;
  margin-left: 3px;
}

/* Button ----------------------------*/
.btn {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 0;
  border-radius: 5px;
  background-color: #8f8f8f;
}
.btn:hover {
  background-color: #A6A6A6;
}
.btn:active {
  background-color: #8f8f8f;
}
.btn:visited {
  background-color: #8f8f8f;
}

.btnsmall {
  padding: 3px 10px !important;
  line-height: 1.4285714286;
}

.btn-BrightPink {
  background-color: #f2007d;
}
.btn-BrightPink:hover {
  background-color: #f153a5;
}
.btn-BrightPink:active {
  background-color: #f2007d;
}
.btn-BrightPink:visited {
  background-color: #f2007d;
}

.btn-BloodRed {
  background-color: #9a1d29;
}
.btn-BloodRed:hover {
  background-color: #9a1d29;
}
.btn-BloodRed:active {
  background-color: #9a1d29;
}
.btn-BloodRed:visited {
  background-color: #9a1d29;
}

.btn-success {
  background-color: #649c10;
}
.btn-success:hover {
  background-color: #8AD41C;
}
.btn-success:active {
  background-color: #649c10;
}
.btn-success:visited {
  background-color: #649c10;
}

.btn-danger {
  background-color: #b90101;
}
.btn-danger:hover {
  background-color: #DE0000;
}
.btn-danger:active {
  background-color: #b90101;
}
.btn-danger:visited {
  background-color: #b90101;
}

/* Checkbox ------------------------*/
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  font-weight: normal;
  text-align: left !important;
  float: left !important;
}
input[type="checkbox"] + label span {
  margin-left: 0;
}

input[type="checkbox"] + label span {
  display: inline-block;
  width: 17px;
  height: 18px;
  vertical-align: middle;
  background: url(../images/fill/checkbox-uncheck.svg) left bottom no-repeat;
  cursor: pointer;
}

input[type="checkbox"]:checked + label span {
  background: url(../images/fill/checkbox.svg) left bottom no-repeat;
}

input[type="checkbox"].disabled + label span {
  background: url(../images/fill/icon-checkbox-uncheck-disabled.svg) left bottom no-repeat;
}

input[type="checkbox"]:checked.disabled + label span {
  background: url(../images/fill/icon-checkbox-check-disabled.svg) left bottom no-repeat !important;
}

/* Radio button ------------------------*/
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  font-weight: normal;
  text-align: left !important;
  width: auto;
}
input[type="radio"] + label span {
  margin-left: 0;
}

input[type="radio"] + label span {
  display: inline-block;
  width: 17px;
  height: 18px;
  vertical-align: middle;
  background: url(../images/fill/icon-radio-uncheck.svg) left bottom no-repeat;
  cursor: pointer;
}

input[type="radio"]:checked + label span {
  background: url(../images/fill/icon-radio-check.svg) left bottom no-repeat;
}

input[type="radio"].disabled + label span {
  background: url(../images/fill/icon-radio-uncheck-disabled.svg) left bottom no-repeat;
}

input[type="radio"]:checked.disabled + label span {
  background: url(../images/fill/icon-radio-check-disabled.svg) left bottom no-repeat !important;
}

#toTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
}

/* Input date -----------------------*/
.datepicker {
  width: 100%;
  position: relative;
  font-family: Tahoma, Geneva, sans-serif !important;
  font-size: 1.3rem !important;
}
.datepicker td {
  line-height: 18px !important;
  padding: 1px !important;
}
.datepicker a {
  line-height: 18px !important;
}

.datepicker-disabled {
  position: relative;
  width: 100%;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.datepicker-disabled button {
  position: absolute;
  cursor: not-allowed;
  top: 1px;
  right: 0;
  width: 28px;
  height: 26px;
  border: 0;
  background: #dddddd url("../images/fill/icon-calendar.svg") right center no-repeat;
}

.datepick-popup {
  z-index: 900;
}

.ui-datepicker {
  font-family: Tahoma, Geneva, sans-serif !important;
  font-size: 1.3rem !important;
  position: absolute !important;
  z-index: 100 !important;
  top: auto !important;
  left: 0 !important;
}
.ui-datepicker table, .ui-datepicker tr, .ui-datepicker th, .ui-datepicker td, .ui-datepicker tbody, .ui-datepicker tfoot, .ui-datepicker thead {
  position: relative;
}
.ui-datepicker th span {
  position: relative;
  background: none;
}

.trigger, .ui-datepicker-trigger {
  cursor: pointer;
  width: 28px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 0px;
  padding: 0;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: none;
  overflow: hidden;
}

.ui-datepicker select.ui-datepicker-month {
  width: 60%;
  float: left;
}

.ui-datepicker select.ui-datepicker-year {
  float: left;
  width: 40%;
}

/* Select option -------------------*/
.form-select {
  overflow: hidden;
  width: 100% !important;
  height: 26px;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.form-select select {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  float: left;
  width: 100%;
  height: 26px;
  padding: 0 35px 0 10px;
  border: 1px solid #dddddd;
  background: url("../images/fill/drop_down-arrow.svg") right center no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.form-select select::-ms-expand {
  display: none;
}

.form-select-header {
  overflow: hidden;
  height: 26px;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.form-select-header select {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  float: left;
  width: 100%;
  height: 26px;
  padding: 0 35px 0 10px;
  border: 1px solid #dddddd;
  background: url("../images/fill/drop_down-arrow.svg") right center no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.form-select-header select::-ms-expand {
  display: none;
}

/* Textarea ------------------------*/
.form-txtAr-2rows {
  height: 62px;
  min-height: 62px;
  float: left;
}

.form-txtAr-3rows {
  height: 98px;
  min-height: 98px;
  float: left;
}

.form-txtAr-10rows {
  height: 200px;
  min-height: 98px;
  float: left;
}

.form-txtAr-query {
  width: 370px;
  height: 200px;
  margin-bottom: 15px;
}

/* Disable all fill ----------------*/
[disabled] {
  color: #8f8f8f;
  background-color: #cccccc !important;
  cursor: not-allowed;
}

hr {
  background-color: #dddddd;
  color: #dddddd;
  border: 0 none;
  width: 100%;
  height: 1px;
  margin: 10px 0;
}

/* Input Username & Password -------*/
.login-input {
  overflow: hidden;
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.login-input input {
  font-family: Tahoma;
  line-height: 2.6923076923;
  font-size: 1.3rem;
  float: left;
  width: calc(100% - 40px);
  height: 35px;
  line-height: 2.6923076923;
  padding-right: 30px;
  padding-left: 10px;
  margin-left: 40px;
  border: 1px solid #dddddd;
}
#login h5{
  margin: 10px 0;
}.forget-password, #privacy-policy{
  float: right;
} #privacy-policy{
  color:  #7a7a7a
}#privacy-policy:hover{
  text-decoration: underline;
}
.register, .forget-password, #privacy-policy:hover{
  cursor: pointer;
  color: #2196F3 !important;
}.register:hover, .forget-password:hover{
  text-decoration: underline
}
div.login-input.username, .login-input.username {
  background: url("../images/fill/icon-username.svg") left center no-repeat;
}
div.login-input.password, .login-input.password {
  background: url("../images/fill/icon-password.svg") left center no-repeat;
}
#iconlogin{
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
/* Table settings ------------------*/
table {
  table-layout: fixed;
}
table td, table th {
  vertical-align: middle;
}
table.sort thead {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 );
}
table.sort th {
  background: url("../images/misc/icon-sort.svg") right 4px center no-repeat;
  padding-right: 10px;
}
table.sort th.headerSortDown {
  background: url(../images/misc/icon-sort-down.svg) right 4px center no-repeat;
}
table.sort th.headerSortDown:hover {
  background: url(../images/misc/icon-sort-down.svg) right 4px center no-repeat;
}
table.sort th.headerSortUp {
  background: url(../images/misc/icon-sort-up.svg) right 4px center no-repeat;
}
table.sort th.headerSortUp:hover {
  background: url(../images/misc/icon-sort-up.svg) right 4px center no-repeat;
}
table.sort th:hover {
  background: url(../images/misc/icon-sort.svg) right 4px center no-repeat;
}

th p, td p {
  padding-bottom: 12px;
}
th p:last-child, td p:last-child {
  padding-bottom: 0;
}

td {
  word-wrap: break-word;
}

.table-form {
  margin: 15px;
}
.table-form tr:last-child td {
  padding-bottom: 0;
}
.table-form td:not([class^="ui-datepicker"]) {
  vertical-align: top;
  line-height: 26px;
  padding-bottom: 10px;
  display: table-cell;
}
.table-form .merge-table td {
  padding-bottom: 0;
  padding-left: 5px;
}

.result {
  padding: 15px;
  width: 910px;
  float: left;
  display: none;
  margin-left: 8px;
  background-color: #ebebeb;
  border-bottom-left-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 5px;
  z-index: 0;
}
.result h4 {
  color: #f153a5;
  line-height: 1.3333333333;
  margin-bottom: 5px;
  /*float: left;*/
}
.result h4 + .nav-pages {
  margin-top: 0;
}
.result .nav-pages {
  float: right;
  margin-top: 15px;
}
.result .nav-pages li {
  float: left;
  margin-left: 4px;
}
.result .nav-pages li a {
  line-height: 1.7857142857;
  display: block;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  width: 18px;
  text-align: center;
  border-radius: 5px;
  color: white;
  background-color: #8f8f8f;
}
.result .nav-pages li .active {
  background-color: #f2007d;
}

.table-result {
  display: table;
  table-layout: fixed;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.table-result tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
.table-result tbody tr:nth-child(odd) {
  background-color: #fff;
}
.table-result th, .table-result td {
  display: table-cell;
  text-align: center;
  padding: 6px 2px;
  table-layout: fixed;
  border-bottom: 1px solid #dddddd;
}
.table-result th {
  vertical-align: middle;
  height: 30px;
  font-weight: 700;
  cursor: pointer;
  border-right: 1px solid #dddddd;
  /* Cell: */
}
.table-result td {
  line-height: 1.2307692308;
  vertical-align: top;
}
.table-result td:last-child {
  border-right: 1px solid #dddddd;
}
.table-result .align-right {
  padding-right: 10px;
}
.table-result tfoot tr {
  background-color: transparent !important;
}
.table-result tfoot td {
  background-color: white;
}
.table-result tfoot .total {
  background-color: #8f8f8f;
  color: white;
}
.table-result tfoot .transparent {
  background-color: transparent !important;
  border-top: 1px solid #dddddd !important;
  border-left: 1px solid #dddddd !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

.pagination {
  float: left;
  width: 100%;
  max-width: 925px;
  margin-bottom: 10px;
}

.result .nav-pages, .table-result .nav-pages, .pagination .nav-pages {
  float: right;
  margin-top: 15px;
}
.result .nav-pages li, .table-result .nav-pages li, .pagination .nav-pages li {
  float: left;
  margin-left: 4px;
}
.result .nav-pages li a, .table-result .nav-pages li a, .pagination .nav-pages li a {
  line-height: 1.7857142857;
  display: block;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  width: 18px;
  text-align: center;
  border-radius: 5px;
  color: white;
  background-color: #8f8f8f;
}
.result .nav-pages li .active, .table-result .nav-pages li .active, .pagination .nav-pages li .active {
  background-color: #f2007d;
}

.table-result-clear-width {
  width: auto !important;
}

/* LOGIN PAGE ----------------------*/
.login-layout {
  overflow: hidden;
  width: 360px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.login-layout header img {
  margin-bottom: 5px;
}
.login-layout h1, .login-layout h3 {
  font-weight: normal;
}
.login-layout h1 {
  margin-top: 12px;
}
.login-layout form {
  overflow: hidden;
  margin-top: 35px;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
}
.login-layout .login-foot {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.login-layout input.btn {
  width: 100%;
}

/* Notification & Alert ---------------*/
#noti-bar {
  width: 98.25%;
  color: #fff;
  padding: 7px;
  display: none;
  text-align: center;
  border-radius: 5px;
  margin: 10px 0;
  float: left;
  line-height: 1;
  height: 26px;
}

.noti-red, .noti-yellow .arrow:after {
  background: #b90101 !important;
}
.noti-red:before, .noti-yellow .arrow:after:before {
  border-bottom-color: #b90101 !important;
}

.noti-outer {
  margin-left: 15px !important;
  width: 924px !important;
}

.noti-yellow, .noti-yellow .arrow:after {
  background: #e17900 !important;
}
.noti-yellow:before, .noti-yellow .arrow:after:before {
  border-bottom-color: #e17900 !important;
}

.noti-green, .noti-green .arrow:after {
  background: #649c10 !important;
}
.noti-green:before, .noti-green .arrow:after:before {
  border-bottom-color: #649c10 !important;
}

.noti-white {
  padding: 15px;
  display: none;
  position: fixed !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  z-index: 10000;
}

.noti-white, .noti-white .arrow:after {
  color: #333333 !important;
  background: white !important;
}
.noti-white:before, .noti-white .arrow:after:before {
  border-bottom-color: white !important;
}

.noti-black {
  background-color: #333333;
  line-height: 2.6923076923;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0 15px;
}

[class^="noti"] {
  position: relative;
}
[class^="noti"] .close {
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  height: 16px;
}

.alert {
  width: 27px;
  height: 62px;
  padding: 22px 2px;
  text-align: right;
  position: relative;
  background: url(../images/misc/area-alert.svg) left center no-repeat;
}

.noti-show {
  display: block !important;
}

.ui-tooltip {
  padding: 10px;
  color: white !important;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 1.3rem !important;
  line-height: 1.2307692308;
  border-width: 0 !important;
}

.arrow:not(html) {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 90%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 23px;
  top: 70px;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

nav {
  font-size: 1.4rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 46px;
  height: 100%;
  background-color: #f153a5;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15);
  z-index: 49;
}
nav a {
  display: block;
  height: 46px;
}
nav a:hover {
  background-color: #d4438f;
}
nav ul.main-nav, nav .main-nav li {
  position: relative;
  width: 100%;
  height: 46px;
}
nav ul.main-nav:first-child, nav .main-nav li:first-child {
  height: 50px;
}
nav ul.main-nav img, nav .main-nav li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
nav .logo {
  overflow: hidden;
  background-color: #f2007d;
}
nav .logo a:hover {
  background-color: transparent;
}
nav .hamburger {
  width: 16px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
nav .hamburger span {
  display: block;
  width: 16px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #fff;
}

.navigator {
  /*overflow-y: scroll;*/
  position: fixed;
  margin-top: -50px;
  margin-left: 46px;
  z-index: 6;
  display: none;
  width: 220px;
  height: 100%;
  padding-top: 7px;
  background-color: #e6af4b;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15);
  -webkit-animation-fill-mode: backword;
  -webkit-animation-name: fadeIn;
}
.navigator li > a {
  line-height: 16px;
  height: auto;
  min-height: 35px;
  padding-left: 33px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  color: white;
  background: url(../images/navigation/icon-plus-white.svg) 14px 14px no-repeat;
}
.navigator li > a:hover {
  background-color: #f2007d;
}
.navigator li > a:active, .navigator li > a:visited {
  color: white;
}
.navigator li > a.minus {
  background: #d4438f url(../images/navigation/icon-minus-white.svg) 14px 17px no-repeat;
}
.navigator li.pin {
  line-height: 30px;
  text-align: right;
  padding-right: 10px;
  display: block;
  width: 100%;
  overflow: hidden;
}
.navigator li.pin a {
  background: none;
  float: right;
}
.navigator li.submenu ul {
  display: none;
}
.navigator li.submenu li a {
  padding-left: 50px;
  color: #f153a5;
  background: white url(../images/navigation/icon-plus-pink.svg) 32px 14px no-repeat;
}
.navigator li.submenu li a:hover {
  color: white;
  background: #f2007d url(../images/navigation/icon-plus-white.svg) 32px 14px no-repeat;
}
.navigator li.submenu li a.minus {
  color: #f153a5;
  background: white url(../images/navigation/icon-minus-pink.svg) 32px 17px no-repeat;
}
.navigator li.submenu li a.minus:hover {
  color: white;
  background: #f2007d url(../images/navigation/icon-minus-white.svg) 32px 17px no-repeat;
}
.navigator li.submenu .submenu li a {
  padding-left: 60px;
  background-image: none;
}

/* Template -------------------------*/
.layout {
  position: relative;
  font-size: 1.3rem;
  width: 1000px;
  min-height: 100%;
  float: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.layout .column {
  width: 430px;
  float: left;
  overflow: hidden;
}
.layout .column ul {
  overflow: hidden;
}
.layout .column li {
  float: left;
  width: 80px;
}
.layout .column .color {
  width: 80px;
  height: 80px;
}
.layout .column .caption {
  margin: 5px 0 15px;
  color: #8f8f8f;
}

.content {
  float: right;
  min-height: 100%;
  width: 954px;
  display: block;
  position: relative;
}

header {
  float: right;
  width: 954px;
  position: fixed;
  left: 46px;
  top: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  line-height: 2.0833333333;
}
header .breadcrumb {
  float: left;
  padding-left: 15px;
}
header .breadcrumb span {
  color: #f2007d;
}
header .popover {
  position: relative;
  float: right;
  line-height: 1.5;
  padding-right: 15px;
  height: 50px;
  text-align: right;
}
header .popover > li {
  height: 50px;
  position: relative;
  margin-right: 7px;
  margin-left: 7px;
  display: inline-block;
  cursor: pointer;
}
header .popover .triangle {
  color: #fff;
  transform: scaleX(1.5);
  text-shadow: 0 -6px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -13px;
  z-index: 0;
}
header #notification {
  width: 28px;
  background: url(../images/navigation/icon-notify.svg) center center no-repeat;
}
header #notification:hover {
  background-image: url(../images/navigation/icon-notify-over.svg);
}
header #notification .notification_count {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1.1rem;
  position: absolute;
  top: 8px;
  right: -4px;
  width: 30px;
  height: 16px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background: #f00;
  line-height: 1.4545454545;
}
header #message {
  width: 32px;
  background: url(../images/navigation/icon-message.svg) center center no-repeat;
}
header #message:hover {
  background-image: url(../images/navigation/icon-message-over.svg);
}
header #search {
  width: 20px;
  background: url(../images/navigation/icon-search.svg) center center no-repeat;
}
header #search:hover {
  background-image: url(../images/navigation/icon-search-over.svg);
}
header #query {
  width: 27px;
  background: url(../images/navigation/icon-query.svg) center center no-repeat;
}
header #help {
  width: 20px;
  background: url(../images/navigation/icon-help.svg) center center no-repeat;
}
header #profile {
  width: 57px;
  text-align: left;
  background: url(../images/navigation/icon-arrow-down.svg) right center no-repeat;
}
header #profile:hover {
  background-image: url(../images/navigation/icon-arrow-down-over.svg);
}
header #profile img {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .page-title {
  width: 100%;
  min-height: 46px;
  line-height: 1.3;
  padding: 0 15px;
  background-color: #fffafc;
  float: left;
  overflow: hidden;
  font-family: "thsarabunnew", Tahoma, sans-serif;
  font-size: 2rem;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
}
header .page-title > div:first-child {
  padding: 10px 0;
}
header .page-title .form-select {
  margin-top: 10px;
  width: 195px;
}
header .page-title span {
  float: left;
  margin-right: 15px;
}
header .page-title span:last-child {
  margin-right: 0;
}

.profile {
  position: absolute;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  top: 48px;
  right: 20px;
  background-color: #fff;
  z-index: 100;
  min-width: 200px;
  display: none;
  text-align: left;
}
.profile a {
  padding: 6px 15px;
  display: block;
}
.profile p {
  padding: 6px 15px;
  display: block;
}
.profile a:hover {
  background-color: #f153a5;
  color: #fff;
}
.profile li:last-child {
  padding-top: 4px;
  margin-top: 4px;
  border-top: 1px solid #dddddd;
}
.profile li:last-child a {
  color: #b90101;
}
.profile li:last-child a:hover {
  color: #fff;
}

.container {
  max-width: 954px;
  width: 100%;
  padding: 0 0 120px 15px;
  float: right;
  display: block;
}

.box {
  margin: 15px 0 0;
  border-radius: 5px;
  display: block;
  max-width: 924px;
  width: 100%;
  /*z-index: 2;*/
  position: relative;
  float: left;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background-color: #f0f0f0;
}
.box .box {
  margin: 15px 15px;
  width: calc(100% - 30px);
}

.box-tabs {
  display: block;
  padding: 15px;
  width: 100%;
  background-color: #ebebeb;
  border-radius: 5px;
  border-top-left-radius: 0;
  float: left;
}

.box h4, .box-tabs h4 {
  background-color: #ffe5f0;
  color: #f153a5;
  font-family: "thsarabunnew", Tahoma, sans-serif;
  padding-left: 15px;
  height: 40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  line-height: 1.6666666667;
}
.box h4 p, .box-tabs h4 p {
  float: left;
  cursor: pointer;
}
.box h4 a, .box-tabs h4 a {
  background-color: #f2007d;
  color: white;
  float: right;
  height: 100%;
  padding: 0 15px 0 40px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1.4rem;
  margin-left: 1px;
  line-height: 2.8571428571;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  position: relative;
}
.box h4 a#call-slide-doc, .box-tabs h4 a#call-slide-doc {
  padding-left: 40px;
  background: #f2007d url(../images/misc/icon-attachment-white.svg) 15px center no-repeat;
}
.box h4 a#add, .box-tabs h4 a#add {
  padding-left: 40px;
  background: #f2007d url(../images/misc/icon-add-white.svg) 15px center no-repeat;
}
.box h4 a img, .box-tabs h4 a img {
  margin-right: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.box h4 a.iconOnly, .box-tabs h4 a.iconOnly {
  width: 40px;
  height: 40px;
  position: relative;
  padding: 0 15px;
}
.box h4 a.iconOnly img, .box-tabs h4 a.iconOnly img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box h4 a:first-child, .box-tabs h4 a:first-child {
  border-top-right-radius: 5px !important;
}
.box h4 a.disabled, .box-tabs h4 a.disabled {
  background-color: #cccccc !important;
}
.box h4 a.btn-gray, .box-tabs h4 a.btn-gray {
  background-color: #8f8f8f !important;
}
.box h4 span:not([class^="select2"]), .box-tabs h4 span:not([class^="select2"]) {
  float: right;
  font-size: 2rem;
  font-weight: normal;
  margin: 0 15px;
  line-height: 2;
}
.box h4 .select-header, .box-tabs h4 .select-header {
  float: right;
  position: relative;
  width: auto;
  margin-left: 15px;
}
.box h4 .select-header label, .box-tabs h4 .select-header label {
  float: left;
  width: auto;
  text-align: right;
  color: #333333;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 11px;
}
.box h4 .select2-container, .box-tabs h4 .select2-container {
  width: auto;
  float: right;
  padding-top: 7px;
  position: relative;
  font-size: 1.3rem !important;
}
.box h4 .select2-container span, .box-tabs h4 .select2-container span {
  margin: 0 !important;
}
.box h4 .select2-container .select2-selection__placeholder, .box-tabs h4 .select2-container .select2-selection__placeholder {
  width: 170px;
}
.box h4 .select2-container .select2-selection__arrow, .box-tabs h4 .select2-container .select2-selection__arrow {
  margin-top: 7px !important;
}
.box h4.emphasize, .box-tabs h4.emphasize {
  color: white;
  background-color: #f2007d;
}
.box .box-sub, .box-tabs .box-sub {
  max-width: 894px;
  margin: 15px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.box-column {
  margin: 0 0 0 15px !important;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background-color: #f0f0f0;
}
.box-column td:last-child {
  padding-bottom: 15px !important;
}
.box-column.last-box {
  width: calc(100% - 30px);
}

.w100p {
  width: calc(100% - 30px);
}

section[id^="tabs"] {
  border-radius: 5px;
  border: 0 !important;
  padding: 0 !important;
  float: left;
  background: transparent;
  width: 100%;
  position: relative;
  display: block;
}
section[id^="tabs"] div[id^="tabs"] {
  padding: 0 !important;
  float: left;
  position: relative;
  font-family: Tahoma, Geneva, sans-serif;
  width: 100%;
}
section[id^="tabs"] .button {
  position: absolute;
  top: 0;
  right: 0;
  float: left;
  display: block;
}
section[id^="tabs"] .button img {
  margin-right: 10px;
}
section[id^="tabs"] .button a {
  color: white !important;
  margin-left: 5px;
}
section[id^="tabs"] .ui-widget-header:not([class^="ui-datepicker"]) {
  background: transparent;
  border: 0;
}
section[id^="tabs"] .ui-widget-header:not([class^="ui-datepicker"]) a {
  background: transparent;
  padding: 10px 25px !important;
}
section[id^="tabs"] .ui-tabs-nav {
  padding: 0 !important;
  position: relative;
}
section[id^="tabs"] .ui-tabs-nav .ui-state-default a, section[id^="tabs"] .ui-tabs-nav .ui-state-default a:link, section[id^="tabs"] .ui-tabs-nav .ui-state-default a:visited {
  color: #cccccc;
}
section[id^="tabs"] .ui-tabs-nav .ui-state-active a, section[id^="tabs"] .ui-tabs-nav .ui-state-active a:link, section[id^="tabs"] .ui-tabs-nav .ui-state-active a:visited {
  color: #f2007d;
}
section[id^="tabs"] .ui-tabs-nav .ui-state-default, section[id^="tabs"] .ui-tabs-nav .ui-widget-content .ui-state-default, section[id^="tabs"] .ui-tabs-nav .ui-widget-header .ui-state-default {
  border: 0;
  margin-right: 5px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-family: "thsarabunnewB", Tahoma, sans-serif;
  color: #cccccc;
  background: transparent;
}
section[id^="tabs"] .ui-tabs-nav .ui-state-active, section[id^="tabs"] .ui-tabs-nav .ui-widget-content .ui-state-active, section[id^="tabs"] .ui-tabs-nav .ui-widget-header .ui-state-active {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-family: "thsarabunnewB", Tahoma, sans-serif;
  border: 0;
  background: #f0f0f0;
}
section[id^="tabs"] .ui-tabs-nav .ui-state-active a, section[id^="tabs"] .ui-tabs-nav .ui-widget-content .ui-state-active a, section[id^="tabs"] .ui-tabs-nav .ui-widget-header .ui-state-active a {
  background-color: transparent;
}
section[id^="tabs"] .ui-tabs-nav .ui-state-default:hover {
  background: #ebebeb;
}
section[id^="tabs"] .ui-tabs-nav .ui-state-default:hover a {
  color: #f2007d;
  font-weight: bold;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0 !important;
}

.tabs-silver .box-tabs,
.tabs-silver .ui-state-active,
.tabs-silver .ui-widget-content .ui-state-active,
.tabs-silver .ui-widget-header .ui-state-active {
  background-color: #ebebeb !important;
}

.margin15 {
  margin: 15px !important;
}

.display-shadow {
  float: left;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.display-hidden {
  display: none;
}

.box-table-result {
  padding: 15px;
  width: 100%;
  float: left;
}

.row {
  width: 100%;
  height: auto;
  padding: 0 15px 15px;
}

.tab-right {
  width: 400px;
  position: absolute;
  top: 50px;
  right: 0px;
  display: none;
  overflow: scroll;
  background-color: #fffafc;
  z-index: 11;
  z-index: 11;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.tab-right section {
  display: none;
}
.tab-right h4 {
  background-color: #ffe5f0;
  color: #f153a5;
  font-family: "thsarabunnew", Tahoma, sans-serif;
  padding-top: 2px;
  padding-left: 15px;
  line-height: 1.6666666667;
}
.tab-right h4 a {
  float: right;
  font-size: 0;
  margin: 12px 15px;
}
.tab-right ul {
  padding: 15px;
  color: #cccccc;
}
.tab-right ul li {
  float: left;
  overflow: hidden;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.2307692308;
  border-bottom: 1px solid #dddddd;
}
.tab-right .thumb {
  width: 24px;
  height: 32px;
  margin-right: 10px;
  float: left;
  background-color: #fff;
}
.tab-right .file-name {
  color: #000;
  font-weight: bold;
}
.tab-right .file-delete {
  position: absolute;
  top: 0;
  right: 0;
}
.tab-right p {
  overflow: hidden;
}
.tab-right span {
  display: block;
}
.tab-right .popover-body {
  text-align: left;
}
.tab-right .popover-body a {
  width: 100%;
  float: left;
}
.tab-right .popover-body img {
  border-radius: 50%;
  margin-right: 8px;
  float: left;
}
.tab-right .popover-body p {
  overflow: hidden;
}
.tab-right .popover-body span {
  display: block;
}
.tab-right .popover-body span:last-child {
  color: #000;
}
.tab-right .query p {
  padding: 15px;
}
.tab-right .search li:first-child {
  border-bottom: 0;
}

/*div attachment right*/

.tab-attachment {
  width: 400px;
  position: absolute;
  top: 50px;
  right: 0px;
  display: none;
  overflow: scroll;
  background-color: #fffafc;
  z-index: 11;
  z-index: 11;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.tab-attachment section {
  display: none;
}
.tab-attachment h4 {
  background-color: #ffe5f0;
  color: #f153a5;
  font-family: "thsarabunnew", Tahoma, sans-serif;
  padding-top: 2px;
  padding-left: 15px;
  line-height: 1.6666666667;
}
.tab-attachment h4 a {
  float: right;
  font-size: 0;
  margin: 12px 15px;
}
.tab-attachment ul {
  padding: 15px;
  color: #cccccc;
}
.tab-attachment ul li {
  float: left;
  overflow: hidden;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.2307692308;
  border-bottom: 1px solid #dddddd;
}
.tab-attachment .thumb {
  width: 24px;
  height: 32px;
  margin-right: 10px;
  float: left;
  background-color: #fff;
}
.tab-attachment .file-name {
  color: #000;
  font-weight: bold;
}
.tab-attachment .file-delete {
  position: absolute;
  top: 0;
  right: 0;
}
.tab-attachment p {
  overflow: hidden;
}
.tab-attachment span {
  display: block;
}
/*end div attachment right*/
.dialog, .dialog-lv2 {
  min-width: 250px;
  max-width: 1000px;
  min-height: 150px;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  /*overflow: hidden;*/
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.dialog article, .dialog-lv2 article {
  overflow-y: scroll;
  width: 100%;
  max-height: 470px;
  margin-bottom: 20px;
  line-height: 20px !important;
}


[class^="ui-tooltip"] {
  /*color: #666;*/
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 5px;
}
[class^="ui-tooltip"] .noti-white-modal {
  color: #666;
  display: block;
}
[class^="ui-tooltip"] .noti-white-modal:after {
  content: '\25b2';
  padding-left: 0.5em;
  position: absolute;
  top: -28px;
  left: 88%;
  color: #fff;
  text-shadow: 0 -3px 5px rgba(0, 0, 0, 0.15);
}

.ui-tooltip-content {
  position: relative;
}


.bgdialog, .bgdialog-lv2 {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.dialogContent {
  width: 100%;
  display: none;
  float: left;
  overflow: hidden;
  position: relative;
  font-size: 1.3rem;
}
.dialogContent h4 {
  font-family: "thsarabunnewB", Tahoma, sans-serif;
  font-size: 2.4rem;
  line-height: 1.9166666667;
  padding: 0 0 0 15px;
  width: 100%;
  color: #fff;
  background-color: #f153a5;
}
.dialogContent .box h4 {
  font-family: "thsarabunnewB", Tahoma, sans-serif;
  font-size: 2.4rem;
  line-height: 1.9166666667;
  padding: 0 0 0 15px;
  width: 100%;
  color: #f153a5;
  background-color: #ffe5f0;
}
.dialogContent .box h4.emphasize {
  font-family: "thsarabunnewB", Tahoma, sans-serif;
  font-size: 2.4rem;
  line-height: 1.9166666667;
  padding: 0 0 0 15px;
  width: 100%;
  color: #fff;
  background-color: #f153a5;
}
.dialogContent h4.green {
  background-color: #649c10;
}
.dialogContent h4.red {
  background-color: #b90101;
}
.dialogContent h4.yellow {
  background-color: #e17900;
}
.dialogContent h4 a {
  background-color: #f2007d;
  float: right;
  font-size: 0;
  margin: 0;
}
.dialogContent h4 .dialogHeader{
  background-color: #ffe5f0;
  float: right;
  font-size: 0;
  margin: 0;
}
.dialogContent .message {
  padding: 20px 15px;
  border-bottom: 1px solid #dddddd;
  float: left;
  width: 100%;
  position: relative;
  white-space: normal;
  margin-bottom: 70px;
  overflow-y: scroll;
}
.dialogContent .message table, .dialogContent .message tr, .dialogContent .message th, .dialogContent .message td, .dialogContent .message tbody, .dialogContent .message tfoot, .dialogContent .message thead {
  position: relative;
}
.dialogContent .message td {
  padding: 5px;
}
.dialogContent .message .table-form td {
  padding: 0;
}
.dialogContent footer {
  padding: 15px;
  text-align: right;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  clear: both;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}

.add-clear-span {
  float: left;
  width: 100%;
}

.action-command {
  position: fixed;
  bottom: 0;
  left: 46px;
  z-index: 2;
  background-color: #fff;
  width: 954px;
  float: right;
  text-align: right;
  padding: 10px 15px;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.action-command [type="button"], .action-command [type="submit"] {
  margin-right: 10px;
  float: right;
}

.input_fields_wrap {
  position: relative;
}
.input_fields_wrap div {
  float: left;
  margin-right: 15px;
}
.input_fields_wrap div input {
  width: 100px;
  float: left;
}
.input_fields_wrap div span {
  float: left;
  margin-right: 5px;
}
.input_fields_wrap .message-status:after {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 6px;
  margin-left: 10px;
  background: url(../images/misc/icon-add.svg) center center no-repeat;
}
.input_fields_wrap .message-status div {
  float: left;
  margin-right: 10px;
}
.input_fields_wrap .add_field_button {
  display: inline-block;
  padding-top: 5px;
  margin-left: 10px;
  cursor: pointer;
  vertical-align: top;
}
.input_fields_wrap .remove_field {
  margin-left: 10px;
  margin-top: 3px;
  float: left;
}

.input-button-add-white {
  padding-left: 40px;
  background: #f2007d url(../images/misc/icon-add-white.svg) 15px center no-repeat;
}
.input-button-minus-white {
  padding-left: 40px;
  background: #f2007d url(../images/misc/icon-minus-white.svg) 15px center no-repeat;
}

.select2-container {
  display: inline-block;
  margin: 0;
  width: 100%;
  position: relative;
  vertical-align: middle;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1.3rem !important;
  z-index: 2;
}

.select2-container .select2-selection--single {
  cursor: pointer;
  display: block;
  height: 26px;
  line-height: 26px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  border: none;
  font-size: 100%;
  margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  /*border: 1px solid #aaa;*/
  border-radius: 5px;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  border: 1px solid #dddddd;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open {
  z-index: 51 !important;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  border: 1px solid #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 15px;
  width: 16px;
  height: 26px;
  background: url(../images/fill/icon-delete-text.svg) center center no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #cccccc;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  background: url("../images/fill/drop_down-arrow.svg") right center no-repeat;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #dddddd;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 5px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 5px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #f5f5f5;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 5px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 5px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 5px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.progress {
  width: 100%;
  height: 6px;
}

.progress-wrap {
  height: 6px;
  width: 300px;
  background: #f153a5;
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.progress-wrap .progress-bar {
  background: #ddd;
  left: 0;
  position: absolute;
  top: 0;
}

#slides {
  position: relative;
}

.slidesjs-navigation {
  width: 35px;
  height: 60px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.slidesjs-previous {
  left: -35px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f2007d url(../images/misc/icon-arrow-left.svg) center center no-repeat;
}

.slidesjs-next {
  right: -35px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #f2007d url(../images/misc/icon-arrow-right.svg) center center no-repeat;
}

.slidesjs-pagination {
  text-align: center;
  margin: 5px 0;
}
.slidesjs-pagination li {
  float: none !important;
  width: auto !important;
  display: inline-block;
}
.slidesjs-pagination a {
  line-height: 1.7857142857;
  display: block;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  width: 18px;
  text-align: center;
  border-radius: 5px;
  margin: 0 3px;
  color: white;
  background-color: #8f8f8f;
}
.slidesjs-pagination .active {
  background-color: #f2007d;
}

.pdf {
  width: 100%;
  height: 100%;
  margin: 2em auto;
}

.pdf p {
  padding: 1em;
}

.pdf object {
  display: block;
  border: solid 1px #666;
}

.table-blank tr, .table-blank th, .table-blank tr:nth-child(even), .table-blank tr:nth-child(odd), .table-blank td, .table-blank tbody, .table-blank table {
	
  background: none !important;
  border: 0 !important;
}