/*Add font ================================*/
@import url(../fontello/css/ficon-embedded.css);
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  display: swap;
}
* {
  line-height: 150%;
  box-sizing: border-box;
}

.img_bo_t,
.img_bo_b {
  position: relative;
  height: 7px;
  margin: 0px 7px;
  background: url(../images/pic_bo_tb.gif) repeat-x top;
  z-index: 0;
}

.img_bo_b {
  background-position: bottom left;
}

.img_bo_t .img_bo_tl,
.img_bo_t .img_bo_tr,
.img_bo_b .img_bo_bl,
.img_bo_b .img_bo_br {
  position: absolute;
  width: 7px;
  height: 7px;
  background: url(../images/pic_bo.png) no-repeat 0px 0px;
  top: 0px;
}

.img_bo_t .img_bo_tl {
  left: -7px;
}

.img_bo_t .img_bo_tr {
  background-position: right top;
  right: -7px;
}

.img_bo_b .img_bo_bl {
  background-position: left bottom;
  left: -7px;
}

.img_bo_b .img_bo_br {
  background-position: right bottom;
  right: -7px;
}

.img_bo_m {
  position: relative;
  z-index: 1;
  padding: 0px 7px;
}

.img_bo_m .img_bo_l,
.img_bo_m .img_bo_r {
  position: absolute;
  width: 7px;
  height: 100%;
  background: url(../images/pic_bo_lr.gif) repeat-y left;
  top: 0px;
  z-index: 0;
}

.img_bo_m .img_bo_l {
  left: 0px;
}

.img_bo_m .img_bo_r {
  background-position: right top;
  right: 0px;
}

.limit {
  overflow: hidden;
}

img {
  margin: 0;
  padding: 0;
  border: none;
}

img.img_full_size {
  width: 100% !important;
  height: auto !important;
}

img.img_max_width {
  max-width: 100% !important;
  height: auto !important;
}

img.img_fleft {
  float: left;
}

img.img_fright {
  float: right;
}

.justify {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.nostart {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

br.clear {
  clear: both;
  margin-top: -15px;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 300ms ease-out 0s;
}

a:hover {
  text-decoration: initial;
}

.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.imgl,
.imgr {
  border: 1px solid #c7c5c8;
  padding: 5px;
}

.imgl {
  float: left;
  margin: 0 8px 8px 0;
  clear: left;
}

.imgr {
  float: right;
  margin: 0 0 8px 8px;
  clear: right;
}

.input_hidden {
  height: 0px;
  border: none;
  font-size: 0px;
  background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

p {
  margin: 0px 0px;
  padding: 5px 0px;
}

ul.list_none {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.input_hidden {
  height: 0px !important;
  border: none !important;
  font-size: 0px !important;
  background: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

.table-responsive {
  width: 100%;
}

table.tablescroll > tbody,
table.tablescroll > thead,
table.tablescroll > tfoot {
  display: block;
  width: 100%;
}

table.tablescroll > tbody {
  overflow-y: scroll;
  overflow-x: hidden;
}

table.tablescroll > tbody > tr,
table.tablescroll > thead > tr,
table.tablescroll > tfoot > tr {
  display: table;
  width: 100%;
}

/*END date*/
.row_content {
  width: 100%;
  float: left;
}

.form-group label.title {
  width: 25%;
  line-height: 25px;
  margin-bottom: 0px;
  float: left;
  text-align: right;
  padding-right: 20px;
  font-weight: 500;
}

.form-group span.required {
  padding: 0px 5px;
  color: #e80000;
  font-size: 18px;
}

.form-group .rowcontent {
  margin-left: 25%;
  max-width: 450px;
}

.form_signin .form-group .rowcontent {
  margin-left: 35%;
  max-width: 450px;
}

.form-group .rowcontent .note {
  font-size: 13px;
  font-style: italic;
  color: #888;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

input::-moz-focus-inner {
  border: 0;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9 ;
  margin-left: -20px;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.checkbox-success input[type=checkbox]:checked + label::before,
.checkbox-success input[type=radio]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

input[type=checkbox].styled:checked + label:after,
input[type=radio].styled:checked + label:after {
  font-family: "ficon";
  content: "\e81c";
}

.checkbox-success input[type=checkbox]:checked + label::after,
.checkbox-success input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: -22px;
  top: 0px;
  padding-left: 5px;
  padding-top: 0px;
  font-size: 11px;
  color: #555555;
}

.radio,
.checkbox {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.checkbox {
  padding-left: 20px;
  margin: 0px;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 5px !important;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.box_title .btn_collapse {
  font-size: 18px;
  float: right;
  padding-top: 5px;
  cursor: pointer;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 6px 10px !important;
  border-radius: 2px !important;
  margin-bottom: 10px !important;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 6px 10px !important;
  border-radius: 2px !important;
}

.empty {
  display: block;
  text-align: center;
  border: 0px !important;
  background: none !important;
}

.mr10 {
  margin-right: 10px;
}

.table-responsive {
  width: 100%;
  padding: 0px 1px;
}

.modal-title {
  margin: 2px;
  color: #777777;
}

.pd2030 {
  padding: 10px 30px 20px 30px;
}

.pd2020 {
  padding: 10px 20px 20px 20px;
}

.fw-300 {
  font-weight: 300;
}

.brand_scroll {
  background: #ffffff;
  padding: 15px 0px 30px;
}

.fr {
  float: right;
}

.none {
  display: none !important;
}

.colorRed {
  color: #ff4242 !important;
}

.colorYellow {
  color: #30a4dc !important;
}

.colorOrange {
  color: #ff5b00;
}

.colorBlue {
  color: #30a4dc;
}

.h10 {
  height: 10px;
  width: 100%;
}

.h15 {
  height: 10px;
  width: 100%;
}

.h20 {
  height: 10px;
  width: 100%;
}

.mb5 {
  margin-bottom: 5px;
}

.alert {
  display: inline-block;
  width: 100%;
}/*# sourceMappingURL=global.css.map */