.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: whitesmoke;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: white;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0077b3));
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

/** 
 * We are using most of Normalize CSS with these modifications:
 * 
 * Moved some of the typography styling to _typography.scss, unless it's something we think that should be set as default
 * Removed list default margin, padding and list style
 * 
 */
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
dl,
dt,
dd,
menu,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/*
 * [OOCSS] - removed border bottom styling. Set margin and padding to 0.
 */
fieldset {
  margin: 0;
  padding: 0;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Heading, Paragraph
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

/*  _Template
  ========================================================================== */
/*  Gutter
  ========================================================================== */
/*  Font Family
  ========================================================================== */
/*  Asset Path
  ========================================================================== */
.media-body:before, .media-content:before, .media-list:before, .btn-group:before, .container:before, .media-body:after, .media-content:after, .media-list:after, .btn-group:after, .container:after, .clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.media-body:after, .media-content:after, .media-list:after, .btn-group:after, .container:after, .clearfix:after {
  clear: both;
}

.clearfix-fb {
  display: table-cell;
  vertical-align: top;
  width: 10000px !important;
}

.media-title, .media-list li, .report-data-user-info, .insurance-detail .media-title, .clear-both, .user-profile-info .media-body li {
  clear: both;
  overflow: hidden;
}

@font-face {
  font-family: "PSL Kanda";
  src: url("./fonts/PSL-Kanda-Regular/PSL-Kanda-Regular.eot");
  src: url("./fonts/PSL-Kanda-Regular/PSL-Kanda-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/PSL-Kanda-Regular/PSL-Kanda-Regular.svg#PSL Kanda") format("svg"), url("./fonts/PSL-Kanda-Regular/PSL-Kanda-Regular.woff") format("woff"), url("./fonts/PSL-Kanda-Regular/PSL-Kanda-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PSL Kanda Bold";
  src: url("./fonts/PSL-Kanda-Bold/PSL-Kanda-Bold.eot");
  src: url("./fonts/PSL-Kanda-Bold/PSL-Kanda-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/PSL-Kanda-Bold/PSL-Kanda-Bold.svg#PSL Kanda") format("svg"), url("./fonts/PSL-Kanda-Bold/PSL-Kanda-Bold.woff") format("woff"), url("./fonts/PSL-Kanda-Bold/PSL-Kanda-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  direction: ltr;
}
@font-face {
  font-family: 'PSL Kanda Extra';
  src: url("./fonts/PSL-Kanda-Extra/PSL-Kanda-Extra.eot");
  src: url("./fonts/PSL-Kanda-Extra/PSL-Kanda-Extra.eot?#iefix") format("embedded-opentype"), url("p./fonts/PSL-Kanda-Extra/PSL-Kanda-Extra.svg#PSLKandaExtraRegular") format("svg") url("./fonts/PSL-Kanda-Extra/PSL-Kanda-Extra.woff") format("woff"), url("./fonts/PSL-Kanda-Extra/PSL-Kanda-Extra.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.media-img, .media-list .content, [class^="grid-"], .container-content, .sidebar, .menu-list ul li .icon, .page-head-title, .footer-striped .brown-5, .footer-striped .red-col div, .email-sale, .agent-service, .company-annouce .media-content .icon, .training-info .media-content .icon, .user [class^="user-"], .search-hospital-data .select-region, .pull-left {
  float: left;
}

.media-img-rev, .media-collapse .icon-delete, .media-collapse .icon-plus, .report-data-user .search-bar .btn-control, .search-input .icon, .form-signin .btn-cancel, .get-password .btn-cancel, .user, .news-content .btn-readmore, .pull-right, .change-password .btn-cancel {
  float: right;
}

.pull-none {
  float: none;
}

.media-body, .media-content, .media-list, .btn-group, .container {
  zoom: 1;
}
.media-body:before, .media-content:before, .media-list:before, .btn-group:before, .container:before, .media-body:after, .media-content:after, .media-list:after, .btn-group:after, .container:after {
  content: " ";
  display: table;
}
.media-body:after, .media-content:after, .media-list:after, .btn-group:after, .container:after {
  clear: both;
}

.paging li a:not(.next):not(.prev), .logo {
  text-indent: -9999px;
}

.require:after {
  content: " * ";
  color: #ec8883;
}

.agent-service h1, .agent-service p, .text-l {
  text-align: left;
}

.user-welcome, .comming-soon .competition .caption-body, .text-r {
  text-align: right;
}

.paging, .media-list .order, .post-date [class^="post-date-"], .download, .download-brochure, footer .copyright, .data-table .total, .form-signin .head, .get-password .head, .logo, .email-sale, .agent-service, .company-annouce .media-img, .training-info .media-img, .competition .caption-body, .gallery-container .csAction .csPrev:before, .gallery-container .csAction .csNext:before, .text-c, .change-password .head {
  text-align: center;
}

.media-img, .media-list .content, [class^="grid-"], .container-content, .sidebar, .menu-list ul li .icon, .page-head-title, .footer-striped .brown-5, .footer-striped .red-col div, .email-sale, .agent-service, .company-annouce .media-content .icon, .training-info .media-content .icon, .user [class^="user-"], .search-hospital-data .select-region, .pull-left {
  float: left;
}

.media-img-rev, .media-collapse .icon-delete, .media-collapse .icon-plus, .report-data-user .search-bar .btn-control, .search-input .icon, .form-signin .btn-cancel, .get-password .btn-cancel, .user, .news-content .btn-readmore, .pull-right {
  float: right;
}

.pull-none {
  float: none;
}

.no-arrow:before, .no-arrow:after {
  border: 0 !important;
}

/*  Colors
  ========================================================================== */
/* Brown */
/* Blue */
/* Red */
/* Gray */
/* Data table color pallete */
.blue-1 {
  background-color: #0c1b42;
}
.data-table .blue-1:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #0c1b42;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.blue-2 {
  background-color: #152f6c;
}
.data-table .blue-2:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #152f6c;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.blue-3 {
  background-color: #264382;
}
.data-table .blue-3:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #264382;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.blue-4 {
  background-color: #1c3f95;
}
.data-table .blue-4:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #1c3f95;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.brown-1 {
  background-color: #7d5b31;
}
.data-table .brown-1:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #7d5b31;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.brown-2 {
  background-color: #956c3a;
}
.data-table .brown-2:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #956c3a;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.brown-3 {
  background-color: #ba8748;
}
.data-table .brown-3:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #ba8748;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.brown-4 {
  background-color: #c69855;
}
.data-table .brown-4:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #c69855;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.brown-5 {
  background-color: #d5ac65;
}

.brown-6 {
  background-color: #906332;
}

.gray-1 {
  background-color: #4b4b4b;
}
.data-table .gray-1:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #4b4b4b;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.gray-2 {
  background-color: #5c5c5c;
}
.data-table .gray-2:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #5c5c5c;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.gray-3 {
  background-color: #6b6b6b;
}
.data-table .gray-3:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #6b6b6b;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.gray-4 {
  background-color: #6b6b6b;
}
.data-table .gray-4:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #6b6b6b;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.gray-5 {
  background-color: #a1a1a1;
}
.data-table .gray-5:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #a1a1a1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.gray-6 {
  background-color: #898989;
}
.data-table .gray-6:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #898989;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.gray-7 {
  background-color: #d4d4d4;
}

.gray-8 {
  background-color: #ececec;
}

.gray-9 {
  background-color: #f3f3f3;
}

.gray-10 {
  background-color: #f9f9f9;
}

.red-1 {
  background-color: #df3c33;
}

.red-2 {
  background-color: #e35f5a;
}

.red-3 {
  background-color: #ec8883;
}

.red-4 {
  background-color: #f2b6b3;
}

/*  Border Radius
  ========================================================================== */
.rounded, .container-content {
  border-radius: 10px;
  overflow: hidden;
}

.margin-zero {
  margin: 0;
}

.sep-slash:after {
  content: " / ";
}

.txt-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
/*  max-width: 100px;*/
  max-width: 160px;
}

.paging li a:not(.next):not(.prev) {
  background-color: #dedede;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.paging {
  display: block;
}
.paging li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 9px;
}
.paging li a:not(.next):not(.prev).active {
  background-color: #df3c33;
}
.paging .prev, .paging .next {
  color: #233054;
  display: block;
}
.paging .prev.disabled, .paging .next.disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.paging .prev:after,
.paging .next:before {
  vertical-align: middle;
  color: #233054;
}
.paging .prev:after {
  content: 'm';
  margin: 0 20px 0 10px;
}
.paging .next:before {
  content: 'n';
  margin: 0 10px 0 20px;
}

.content-list > li {
  font-family: "PSL Kanda Extra";
  font-weight: normal;
  line-height: 22px;
}
.content-list > li:before {
  content: '\2022';
  display: inline-block;
  color: #414141;
  margin-right: -25px;
  padding-right: 20px;
  text-indent: -20px;
  vertical-align: baseline;
  float: left;
}
.content-list > li:last-child .content-list-body {
  margin-bottom: 0;
}
.content-list > li ul {
  list-style-position: inside;
  padding-left: 15px;
}
.content-list > li ul li {
  text-indent: -15px;
}
.content-list > li ul li:before {
  content: '';
  list-style-type: decimal;
  display: inline-block;
}
.content-list-body {
  font-family: "PSL Kanda Bold";
  margin-bottom: 20px;
}

.box {
  position: relative;
}
.ie-8 .box {
  display: table;
  height: 209px;
}
.box-inline {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.box-inline > * {
  vertical-align: middle;
}
.box-vertical-center {
  position: absolute;
  display: table;
  margin: auto;
  vertical-align: middle;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
}
.ie-8 .box-vertical-center {
  vertical-align: middle;
  display: table-cell;
  position: relative;
  text-align: center;
}

.mask, .media-list-thumbnail .media-img:after, .insurance-info-list .media-img:after {
  content: '';
  background: url("../img/mask-thumbnail.png") no-repeat right center transparent;
  width: 18px;
  height: 180px;
  position: absolute;
  top: 0;
  right: 0;
}

.insurance-detail .download-brochure {
  background-image: url("../img/mask-blue.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 260px;
}

.media a {
  color: #202020;
}
.media-heading {
  background-color: #cbcbcb;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}
.media-title {
  color: #072062;
  padding-left: 20px;
}
.media-title a {
  color: #072062;
}
.media-title .heading {
  display: inline-block;
  vertical-align: middle;
  font-family: "PSL Kanda";
}
.media-img {
  margin-right: 10px;
}
.media-img img {
  display: block;
}
.media-img-rev {
  margin-left: 10px;
}
.media-content {
  width: 100%;
  color: #202020;
  padding-right: 95px;
}
.media-rel {
  position: relative;
}
.media-abs {
  position: absolute;
}

.media-icon-list {
  margin-top: 25px;
}
.media-icon-list li:before {
  content: 'n';
  color: #be9057;
  vertical-align: middle;
  margin-right: 5px;
}

.media-list .media-img {
  margin-right: 0;
}
.media-list .media-img img {
  display: block;
}
.media-list li {
  border-top: 1px solid #b0b0b0;
  display: table;
  width: 100%;
}
.media-list li:first-child {
  border-top: 0;
}
.media-list .order {
  background-color: #4b4b4b;
  color: white;
  font-family: "PSL Kanda";
  font-weight: 100;
  position: relative;
}
.media-list .order:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  height: 10px;
  margin: auto;
  border-left: 10px solid #4b4b4b;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 0 solid transparent;
}
.media-list .content, .media-list .download {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}
.media-list .download {
  float: none;
}
.media-list .content {
  width: 80%;
  padding-top: 18px;
  padding-bottom: 18px;
}
.media-list .content a {
  color: #202020;
}
.media-list .download {
  padding-left: 0;
}
.media-list-thumbnail .media-content {
  float: left;
  height: 150px;
  line-height: 150px;
}
.media-list-thumbnail .order {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.media-list-thumbnail .order {
  z-index: 1;
  background-color: #898989;
}
.media-list-thumbnail .order:after {
  border-left: 18px solid #898989;
  border-top: 18px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 0 solid transparent;
  right: -18px;
}
.media-list-thumbnail .media-img {
  position: relative;
  overflow: hidden;
  height: 150px;
  min-height: 150px;
}
.media-list-thumbnail .media-img:after {
  background-position: right -14px;
}
.media-list-thumbnail .media-content {
  padding-left: 12px;
}
.media-list-thumbnail .media-content a {
  color: #072062;
}

.media-article .media-title, .media-article .media-content, .media-article .label-heading {
  padding-left: 50px;
}
.media-article .media-content, .media-article .label-heading {
  margin-bottom: 30px;
}
.media-article .media-title {
  padding-top: 30px;
  padding-bottom: 30px;
}

.media-collapse .icon-delete, .media-collapse .icon-plus {
  line-height: 2;
  margin-right: 15px;
  color: #414141;
}
.media-collapse.panel-group {
  margin: 0;
}
.media-collapse .panel {
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
.media-collapse .panel:first-child .panel-title {
  border-top: 1px solid #b0b0b0;
}
.media-collapse .panel + .panel {
  margin: 0;
}
.media-collapse .panel-heading {
  padding: 0;
}
.media-collapse .panel-title {
  display: block;
  padding-left: 20px;
  background-color: #cbcbcb;
  border-bottom: 1px solid #b0b0b0;
  border-left: 0;
  border-right: 0;
}
.media-collapse .panel-title a {
  display: block;
  color: #072062;
}
.media-collapse .panel-title a h3 {
  display: inline-block;
  vertical-align: middle;
  font-family: "PSL Kanda";
}
.media-collapse .panel-body {
  border: 0 !important;
  padding: 0;
}

.caption {
  position: relative;
}
.caption > .caption-img > img {
  display: block;
}
.caption > .caption-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 10px;
}

.label-heading {
  background-color: #adadad;
  width: 235px;
  border-radius: 0 20px 20px 0;
  color: white;
}

.caption-brown {
  background: url("../img/label-1.png");
  width: 160px;
  height: 134px;
}
.caption-brown .btn-readmore {
  background-color: #704d27;
}

.caption-brown-light {
  background: url("../img/label-2.png");
  width: 160px;
  height: 134px;
}
.caption-brown-light .btn-readmore {
  background-color: #d0af84;
}

.post-date {
  background-color: #d0af84;
  border-radius: 0 0 5px 0;
  width: 33px;
  font-family: "Tahoma";
  padding-bottom: 2px;
}
.post-date [class^="post-date-"] {
  display: block;
  color: white;
}
.post-date-day {
  background-color: #704d27;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.breadcrumb a {
  color: white;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">";
  line-height: 1.4;
  vertical-align: bottom;
  margin: 0 3px;
}
.breadcrumb > .active {
  color: #2a5cd9;
}
.breadcrumb > .active:before {
  color: #2a5cd9;
}

.icon-comming-soon {
  background: url("../img/icon-comming-soon.png") 0 0 no-repeat;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

@font-face {
  font-family: "micon";
  src: url("./fonts/micon.eot");
  src: url("./fonts/micon.eot?#iefix") format("embedded-opentype"), url("./fonts/micon.woff") format("woff"), url("./fonts/micon.ttf") format("truetype"), url("./fonts/micon.svg#micon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font-family: "micon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.block, .download-brochure .icon-download {
  display: block;
}

.micon, .paging .prev:after,
.paging .next:before, .media-icon-list li:before, .gallery-container .csAction .csPrev:before, .gallery-container .csAction .csNext:before {
  font-family: "micon" !important;
}

[data-icon]:before {
  font-family: "micon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "micon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-annouce:before {
  content: "a";
}

.icon-arrow-outer-round-down:before {
  content: "b";
}

.icon-arrow-outer-round-left:before {
  content: "c";
}

.icon-mail:before {
  content: "d";
}

.icon-download:before {
  content: "e";
}

.icon-down:before {
  content: "f";
}

.icon-arrow-outer-round-right:before {
  content: "g";
}

.icon-menu:before {
  content: "h";
}

.icon-arrow-outer-round-up:before {
  content: "i";
}

.icon-plus:before {
  content: "j";
}

.icon-signin:before {
  content: "w";
}

.icon-signout:before {
  content: "k";
}

.icon-arrow-round-down:before {
  content: "l";
}

.icon-arrow-round-left:before {
  content: "m";
}

.icon-arrow-round-right:before {
  content: "n";
}

.icon-arrow-round-up:before {
  content: "o";
}

.icon-user-outer-round:before {
  content: "p";
}

.icon-user:before {
  content: "q";
}

.icon-training:before {
  content: "r";
}

.icon-calendar:before {
  content: "s";
}

.icon-cancel:before {
  content: "t";
}

.icon-confirm:before {
  content: "u";
}

.icon-delete:before {
  content: "v";
}

/* --------------------------------------- *\
GRID Width
\* --------------------------------------- */
.fullwidth, .data-table {
  width: 100%;
}

.grid-1120 {
  width: 1120px;
}

.grid-940 {
  width: 940px;
}

.grid-920 {
  width: 920px;
}

.grid-900 {
  width: 900px;
}

.grid-890 {
  width: 890px;
}

.grid-840, .search-hospital-data .select-region {
  width: 840px;
}

.grid-780 {
  width: 780px;
}

.grid-730 {
  width: 730px;
}

.grid-660 {
  width: 660px;
}

.grid-640 {
  width: 640px;
}

.grid-620 {
  width: 620px;
}

.grid-560 {
  width: 560px;
}

.grid-540 {
  width: 540px;
}

.grid-520 {
  width: 520px;
}

.grid-480 {
  width: 480px;
}

.grid-470 {
  width: 470px;
}

.grid-450 {
  width: 450px;
}

.grid-430 {
  width: 430px;
}

.grid-390, .agent-service {
  width: 390px;
}

.grid-380 {
  width: 380px;
}

.grid-370 {
  width: 370px;
}

.grid-360 {
  width: 360px;
}

.grid-340 {
  width: 340px;
}

.grid-320, .footer-striped .red-col, .user, .search-hospital-data .search-keyword {
  width: 320px;
}

.grid-318, .insurance-info-list .media-img {
  width: 318px;
}

.grid-300 {
  width: 300px;
}

.grid-280 {
  width: 280px;
}

.grid-270 {
  width: 270px;
}

.grid-260, .search {
  width: 260px;
}

.grid-250, .search-hospital-data .select-region select {
  width: 250px;
}

.grid-235 {
  width: 235px;
}

.grid-230, .email-sale {
  width: 230px;
}

.grid-220, .sidebar, .footer-striped .brown-5 {
  width: 220px;
}

.grid-210 {
  width: 210px;
}

.grid-200, .form-signin .body .col, .get-password .body .col {
  width: 200px;
}

.grid-170 {
  width: 170px;
}

.grid-160, .user [class^="user-"], .insurance-detail .download-brochure {
  width: 160px;
}

.grid-150 {
  width: 150px;
}

.grid-130 {
  width: 130px;
}

.grid-120 {
  width: 120px;
}

.grid-110 {
  width: 110px;
}

.grid-100, .company-annouce .media-img, .training-info .media-img {
  width: 100px;
}

.grid-90 {
  width: 90px;
}

.grid-80 {
  width: 80px;
}

.grid-70 {
  width: 70px;
}

.grid-60 {
  width: 60px;
}

.grid-55, .company-annouce .media-content .btn, .training-info .media-content .btn {
  width: 55px;
}

.grid-50 {
  width: 50px;
}

.grid-40 {
  width: 40px;
}

.grid-35 {
  width: 35px;
}

.grid-30 {
  width: 30px;
}

.grid-25 {
  width: 25px;
}

.grid-20 {
  width: 20px;
}

.grid-15 {
  width: 15px;
}

.grid-10 {
  width: 10px;
}

.grid-5 {
  width: 5px;
}

.col-md-3 {
  width: 33%;
}

.col-md-6 {
  width: 50%;
}

.gap-5 {
  padding-right: 5px;
}

.gap-rev-5 {
  padding-left: 5px;
}

.gap-10 {
  padding-right: 10px;
}

.gap-rev-10 {
  padding-left: 10px;
}

.gap-15 {
  padding-right: 15px;
}

.gap-rev-15 {
  padding-left: 15px;
}

.gap-20 {
  padding-right: 20px;
}

.gap-rev-20 {
  padding-left: 20px;
}

.btn-form {
  border-radius: 50px;
  font-family: "PSL Kanda Bold";
  background: none;
  border: 0;
  border: 1px solid white;
}

.btn {
  padding: 0 20px;
  font-size: 18px;
}
.btn-default {
  border: 0;
  background: none;
  font-family: "PSL Kanda Bold";
}
.btn-group {
  display: block;
}
.btn-readmore {
  font-family: "PSL Kanda";
  font-weight: bold;
}

.download {
  background-color: #a1a1a1;
  position: relative;
}
.download:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 10px;
  margin: auto;
  border-left: 10px solid #dedede;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 0px solid transparent;
}
.download a {
  color: white;
}
.download-brochure a {
  color: white;
}
.download-excel {
  margin: -30px 13px 0 0;
}
.download-excel .icon, .download-excel span {
  color: #072062;
}

/*  Font Size px to Em
  ========================================================================== */
.font-size-70, .download-brochure .icon-download {
  font-size: 70px;
}

.font-size-50, .media-list .order, .download-excel .icon, .company-annouce .media-img .icon, .training-info .media-img .icon {
  font-size: 50px;
}

.font-size-40, .require:after, .report-data-user .search-bar .btn-control .btn .icon, .form-signin .head .icon-signin, .get-password .head .icon-signin, .user-profile .icon, .user-signout .icon {
  font-size: 40px;
}

.font-size-36, .page-head .heading {
  font-size: 36px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-35, .download .icon-download {
  font-size: 35px;
}

.font-size-30, .competition .caption-body, .gallery-container .csAction .csPrev:before, .gallery-container .csAction .csNext:before {
  font-size: 30px;
}

.font-size-26, .media-title .heading, .media-list-thumbnail .media-content a, .media-article .media-title, .media-collapse .panel-title a, .media-collapse .panel-title a h3, .download-excel span, .data-table .total, .report-data-user-info .media-title, .form-signin .head, .get-password .head, .email-sale, .agent-service h1, .user-profile-info .edit-password, .user-profile-info .media-body .grid-360 h3, .search-hospital-data-table .media-title, .change-password .head {
  font-size: 26px;
}

.font-size-24, .content-list > li:before, .label-heading, label {
  font-size: 24px;
}

.font-size-22, .post-date-day {
  font-size: 22px;
}

.font-size-20, .content-list > li, .media-collapse .panel-title .icon-arrow-outer-round-right, .btn-form, .btn-default, .menu-list ul li a, .report-data-user-info .report-data-profile [class^="user-"], .data-user-results .data-table-scroller .data-table td, .data-user-results .data-table-scroller .persistency tr, .agent-service p, .user-welcome {
  font-size: 20px;
}

.font-size-18, input, select, .selectboxit-container .selectboxit, .selectboxit-container .selectboxit-text, .news-content .heading, .report-data-by-time form label, .search-hospital-data .select-region select {
  font-size: 18px;
}

.font-size-17, .media-list-thumbnail .media-content a .icon-arrow-outer-round-right, .media-article .media-title .icon-arrow-outer-round-right, .user-welcome .icon-user, .user-profile-info .edit-password .icon {
  font-size: 17px;
}

.font-size-16, .post-date-month, .menu-title .icon-menu, .data-table .thead-two-row thead tr {
  font-size: 16px;
}

.font-size-15, .media-collapse .icon-delete, .media-collapse .icon-plus {
  font-size: 15px;
}

.font-size-14, .paging .prev:after,
.paging .next:before, .media-icon-list li:before, .btn-readmore, footer .copyright, .search-input .icon, .form-signin .icon, .get-password .icon, .company-annouce .media-content .icon, .training-info .media-content .icon, .search-hospital-data .select-region .btn .icon, .comming-soon .competition .caption-body {
  font-size: 14px;
}

.font-size-13, .competition .icon {
  font-size: 13px;
}

.font-size-10, .company-annouce .media-content, .training-info .media-content, .company-annouce .media-content a, .training-info .media-content a, .news-content p {
  font-size: 10px;
}

.font-size-8, .post-date-year, .menu-list ul li .icon {
  font-size: 8px;
}

.font-size-7 {
  font-size: 7px;
}

.fluid-layout {
  width: auto !important;
  overflow: hidden;
  float: none;
}

.one-half-fluid-layout {
  width: 50%;
}
.one-half-fluid-layout.left {
  float: left;
}
.one-half-fluid-layout.right {
  float: right;
}

.container {
  width: 80%;
  min-width: 1160px;
  margin: 0 auto;
  font-size: 1.25em;
  position: relative;
}
.welcome .container, .main-page .container {
  width: 1160px;
}
@media screen and (min-width: 1400px) {
  .container {
    width: 80%;
    min-width: 1160px;
    margin: 0 auto;
  }
}

.container-content {
  position: relative;
  width: 940px;
}

.sidebar {
  border-right: 1px solid #b0b0b0;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.welcome .sidebar:after {
  height: auto;
}
.main-page .sidebar {
  border-radius: 10px;
  overflow: hidden;
}
.main-page .sidebar:after {
  content: "";
  background-color: #d5ac65;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  border-radius: 0 0 8px 8px;
}

.menu {
  border-radius: 0 0 10px 10px;
  min-height: 460px;
  position: relative;
  overflow: hidden;
  display: none;
}
.menu.active {
  display: block;
  z-index: 100;
  position: absolute;
  top: 100%;
  width: 100%;
}
.main-page .menu {
  display: block;
}
.menu-bg {
  background: url(../img/menu-bg.png) no-repeat 0 0;
}
.menu-title {
  background-color: #d5ac65;
  color: #704d27;
  line-height: 1.2;
  text-align: center;
  font-size: 34px;
}
.menu-title a {
  display: block;
  color: #704d27;
}
.menu-list {
  list-style: none;
  padding: 10px 0 0 0;
  max-height: 410px;
}
.menu-list > ul {
  padding-top: 8px;
}
.menu-list > ul > li.open > a {
  background: #765129;
}
.menu-list > ul ul {
  display: none;
}
.menu-list > ul ul > li.open > a {
  background: #906332;
}
.menu-list > ul ul > li ul {
  background: #aa947e;
}
.menu-list ul li a {
  display: block;
  font-family: "PSL Kanda Bold";
  padding: 8px 0 8px 40px;
/*  text-indent: 20px;*/
}
.menu-list ul li .icon {
  display: table-cell;
  line-height: 40px;
  margin-right: -5px;
  text-indent: 17px;
  color: #fff;
}
.menu-list ul li .icon:hover {
  cursor: pointer;
}

.page-head {
  border-radius: 10px 0 0 0;
  border-right: 1px solid #b0b0b0;
  width: auto;
  height: 100%;
  background-color: #0c1b42;
  overflow: hidden;
  position: relative;
}
.page-head-title {
  color: white;
  padding: 15px 0 0 20px;
  width: auto;
}
.page-head-title, .page-head .user, .page-head .user [class^="user-"] {
  position: relative;
  height: 100px;
}
.page-head .user [class^="user-"] {
  line-height: 100px;
}
.page-head .heading {
  font-family: "PSL Kanda";
  font-weight: 100;
  margin-bottom: 5px;
}

.container-detail {
  border-bottom: 1px solid #b0b0b0;
  background-color: #dedede;
  clear: both;
}

footer {
  clear: both;
  padding: 20px 0;
}
footer .copyright {
  color: #414141;
  padding: 2px 0;
}
.welcome footer .copyright, .main-page footer .copyright {
  padding: 15px 0;
}

.footer-striped {
  height: 30px;
}
.welcome .footer-striped, .main-page .footer-striped {
  display: none;
}
.footer-striped div {
  height: 30px;
}
.footer-striped [class^="striped-col"] {
  float: left;
}
.footer-striped .brown-5 {
  border-radius: 0 0 10px 10px;
}
.footer-striped .blue-col {
  float: none;
  width: auto;
  overflow: hidden;
  background-color: #0c1b42;
  border-radius: 0 0 0 10px;
}
.footer-striped .red-col {
  border-radius: 0 0 10px 0;
  overflow: hidden;
  float: right;
  height: 30px;
}
.footer-striped .red-col div {
  width: 160px;
}

.table-striped tbody tr:nth-child(even), .table-striped tbody .even-row {
  background-color: #d4d7de;
}

.data-table-fix-col tr {
  height: 40px;
}

.merge-row {
  background-color: #aac5d8;
}

.data-table-scroller {
  min-height: 500px;
}
.ie-11 .data-table-scroller {
  margin-right: 0 !important;
}
.data-table-scroller.scroll-wrapper {
  top: 0;
}
.data-table-scroller.scrollbar-outer .scroll-element .scroll-bar {
  background-color: #909090;
  max-width: 24px;
}
.data-table-scroller.scrollbar-outer .scroll-element .scroll-element_track {
  background-color: #bdbdbd;
}
.data-table-scroller.scrollbar-outer .scroll-element.scroll-x {
  right: 0;
  margin: auto;
  width: 95%;
}
.data-table-scroller.scrollbar-outer .scroll-content.scroll-scrollx_visible {
  margin-bottom: 5px !important;
}

.collapse-table {
  border-collapse: collapse !important;
}

.seperate-table {
  border-collapse: separate !important;
}

.data-table {
  background-color: #f5f6f8;
}
table a {
  color: #0000ff;
}
.data-table thead {
  color: white;
}
.data-table thead tr {
  height: 40px;
}
.data-table thead th {
  position: relative;
  border-left: 1px solid #fff;
}
.data-table thead th:after, .data-table thead th:first-child:after {
  content: '';
  position: absolute;
  top: 100%;
  height: 30px;
}
.data-table thead th:after {
  right: 100%;
  border-right: 1px solid #fff;
}
.data-table thead th:first-child:after {
  left: -1px;
}
.data-table tbody:before {
  content: '';
  display: block;
  height: 30px;
}
.data-table tbody tr {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
  background-color: #f5f6f8;
}
.data-user-results .data-table tbody tr:first-child td {
  height: 40px;
}
.data-table tbody td {
  border-right: 1px solid #fff;
}
.data-table tbody td:hover {
  cursor: pointer;
}
.data-table .total {
  color: white;
  position: relative;
}
.data-table .total:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 10px solid #ec8883;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 1;
}
.data-table .thead-two-row thead tr {
  height: 0;
  line-height: 20px;
  border-left: 1px solid #fff;
}
.data-table .thead-two-row thead tr:first-child {
  line-height: 19px;
}
.data-table .thead-two-row thead tr:first-child th {
  border-bottom: 1px solid #fff;
}
.data-table .highlight {
  background-color: #8dc4ca !important;
  cursor: pointer;
}

.report-data-user .search-bar form {
  height: 80px;
  line-height: 80px;
  position: relative;
}
.report-data-user .search-bar .date-section {
  position: relative;
  padding: 0 0 0 20px;
}
.report-data-user .search-bar .date-section:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 10px solid #ba8748;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 1;
}
.report-data-user .search-bar .group-section:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 10px solid #c69855;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: 310px;
  left: auto;
}
.report-data-user .search-bar .btn-control .btn {
  color: white;
  display: block;
}
.report-data-user .search-bar .btn-control .btn:hover {
    cursor: pointer;
}
.report-data-user .search-bar .btn-control .btn .icon {
  margin-right: 23px;
}

.report-data-user-info {
  margin-bottom: 15px;
  padding-left: 20px;
}
.report-data-user-info table {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: white;
}
.report-data-user-info table td {
  padding-left: 10px;
  height: 40px;
}
.report-data-user-info table th {
  color: white;
}
.report-data-user-info .media-title {
  font-family: "PSL Kanda Bold";
  margin: 10px 0;
  padding-left: 0;
}
.report-data-user-info .report-data-profile {
  margin-bottom: 20px;
}
.report-data-user-info .report-data-profile .icon {
  vertical-align: sub;
}
.report-data-user-info .report-data-profile [class^="user-"] {
  font-family: "PSL Kanda Extra";
}
.ie-11 .report-data-user-info .report-data-profile [class^="user-"] {
  font-family: "PSL Kanda Bold";
}
.report-data-user-info .data-table {
  border-spacing: 1px 1px;
  border: 0;
}
.report-data-user-info .data-table tbody tr:first-child td {
  padding-top: 0;
}

.report-data-2 .search-bar {
  border-bottom: 1px solid #b0b0b0;
}
.report-data-2 .search-bar .date-section:after {
  border: 0;
}
.report-data-2 .search-bar .btn-control .btn-cancel {
  position: relative;
}
.report-data-2 .search-bar .btn-control .btn-cancel:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 100%;
  top: 0;
  margin: auto;
  bottom: 0;
  border-right: 10px solid #a1a1a1;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.data-user-results {
  background-color: #f5f6f8;
  padding-bottom: 15px;
}
.data-user-results .data-table thead th {
  color: white;
}
.data-user-results .data-table-scroller .data-table {
  border-spacing: 0 0;
}
.data-user-results .data-table-scroller .data-table table {
  background-color: #f5f6f8;
  min-width: 100%;
}
.data-user-results .data-user-list .data-table {
  border-spacing: 1px 0;
}
.data-user-results .data-user-list .data-table thead .blue-1 {
  width: 25px;
}
.data-user-results .data-user-list .data-table thead .blue-2 {
  width: 60px;
}
.report-data-by-time .data-user-results .data-user-list .data-table thead .blue-1 {
  width: 120px !important;
}
.report-data-by-time .data-user-results .data-user-list .data-table thead .blue-2 {
  width: 120px !important;
}
.report-data-by-time .data-user-results .data-user-list .data-table thead .blue-3 {
  width: 120px !important;
}


/* .data-user-results .data-user-list .data-table thead .blue-3 {
  width: 160px !important;
} */
.data-user-results .data-user-list .data-table thead th:nth-child(3) {
  width: 160px !important;
}
.data-user-results .data-user-list .data-table thead th:nth-child(4) {
  width: 35px !important;
}
.data-user-results .data-user-list .data-table thead th:nth-child(5) {
  width: 85px !important;
}
.data-user-results .data-user-list .data-table thead th:nth-child(6) {
  width: 50px !important;
}
.data-user-results .data-user-list .data-table tbody tr td:nth-child(3) {
  width: 200px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  height: 40px;
  line-height: 40px;
}
.report-data-by-time .data-user-results .data-user-list .data-table tbody tr td:nth-child(3) {
  width: 120px !important;
}

.data-user-results .data-user-list .ag-code {
  width: 90px;
  background-color: #0c1b42;
  position: relative;
}
.data-user-results .data-user-list .ag-code:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #0c1b42;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.data-user-results .data-user-list .ag-name {
  width: 210px;
  background-color: #152f6c;
  position: relative;
}
.data-user-results .data-user-list .ag-name:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #152f6c;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.data-user-results .data-user-list .ag-pos {
  width: 40px;
  background-color: #264382;
  position: relative;
}
.data-user-results .data-user-list .ag-pos:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #264382;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.data-user-results .data-user-list .ag-join-date {
  width: 90px;
  background-color: #1c3f95;
  position: relative;
}
.data-user-results .data-user-list .ag-join-date:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #1c3f95;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.data-user-results .data-table-scroller .data-table [class^="heading"] {
  border-bottom: 1px solid white;
  line-height: 21px;
}
.data-user-results .data-table-scroller .data-table td {
  padding: 0;
  line-height: 39px;
  height: 40px;
  text-align: center;
  color: #202020;
}
.data-user-results .data-table-scroller thead {
  vertical-align: top;
}
.data-user-results .data-table-scroller thead th {
  padding: 0;
}
.data-user-results .data-table-scroller thead th:first-child {
  border-left: 0;
}
.data-user-results .data-table-scroller .persistency thead {
  vertical-align: middle;
}
.data-user-results .data-table-scroller .persistency tr {
  height: 40px;
}

input, select, .selectboxit-container .selectboxit {
  border-radius: 50px;
  background: none;
  border: 1px solid white;
  padding: 0 10px;
  width: 100%;
  font-family: 'PSL Kanda Bold', Tahoma;
}
select option {
  color: #000;
}
input[type="text"] {
  color: #fff;
}
input:focus, select:focus, .selectboxit-container .selectboxit:focus {
  outline: 0;
  color: #fff;
}

.form a {
  color: white;
}

.form-group {
  margin-bottom: 9px;
}

label {
  color: white;
  line-height: 0;
}

select {
  color: white;
}
input[type="password"] {
  font-family: 'Tahoma';
  color: white;
}

.search {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #152e6e;
  padding: 0 30px;
  border-left: 1px solid #b0b0b0;
}
.search-input {
  position: relative;
  margin-top: 37px;
}
.search-input input[type="text"] {
  padding-right: 22px;
  color: white;
}
.search-input .icon {
  background: none;
  border: 0;
  color: white;
  position: relative;
  margin-top: -20px;
}
.search-keyword .search-input {
  margin-top: 0;
}

.form-signin, .get-password {
  height: 560px;
  background-color: #6b6b6b;
  margin-left: 1px;
}
.form-signin input[type="text"], .get-password input[type="text"] {
  color: white;
}
.form-signin .icon, .get-password .icon {
  color: white;
}
.form-signin .captcha, .get-password .captcha {
  margin-bottom: 50px;
}
.form-signin .captcha .box-inline, .get-password .captcha .box-inline {
  padding-left: 13px;
}
.form-signin .head, .get-password .head, .change-password .head {
  background-color: #5c5c5c;
  height: 100px;
  line-height: 100px;
  color: white;
  position: relative;
}
.form-signin .head:after, .get-password .head:after, .change-password .head:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/triangle-shape.png") no-repeat center 0;
  width: 46px;
  height: 23px;
  bottom: -23px;
  left: 0;
  right: 0;
  margin: auto;
}
.form-signin .body, .get-password .body {
  padding: 65px 0 0;
}
.form-signin .body .col, .get-password .body .col {
  margin: 0 auto;
}
.form-signin .forget-password, .get-password .forget-password, .form-signin label, .get-password label {
  padding-left: 13px;
}
.form-signin .btn, .get-password .btn, .form button[type="submit"], .form button[type="cancel"] {
  color: white;
}
.form-signin .btn, .get-password .btn {
  width: 90px;
}
.form-signin .btn-signin, .get-password .btn-signin, .form button[type="submit"] {
  background-color: #c69855;
}
.form-signin .btn-cancel, .get-password .btn-cancel, .form button[type="cancel"] {
  background-color: #a1a1a1;
}

.change-password {
  background-color: #6b6b6b;
  min-height: 430px;
}
.change-password .body .col {
  margin: auto;
  padding: 50px 0 20px;
}
.change-password .btn {
  width: 140px;
}
.change-password .btn-group {
  margin-top: 20px;
}

.get-password .form .body {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.get-password .form .body .col, .change-password .form .body .col {
  top: 50%;
  left: 0;
  right: 0;
}
.get-password .form .body .remark {
  text-align: center;
  color: white;
  margin: 20px 0 0 0;
}

.selectboxit-container {
  vertical-align: middle;
}
.selectboxit-container .selectboxit-text {
  font-family: "PSL Kanda Bold";
  color: white;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
  top: 20px;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
  -ms-overflow-style: none;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 97%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 20px;
  top: 0;
  width: 8px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
  opacity: 0.5;
}

.scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track, .scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #e7dcd0;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: 0;
  margin-left: 0;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
  max-height: 20px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: white;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi 8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2 VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaW VudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2 Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMC UiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD 0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdm c+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi 8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2 VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaW VudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2 Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMC UiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD 0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdm c+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, whitesmoke));
  background: -webkit-linear-gradient(left, #fefefe 0%, whitesmoke 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(whitesmoke));
  background: linear-gradient(to right, #fefefe 0%, whitesmoke 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: white;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

.scrollbar-dynamic > .scroll-element, .scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

.scrollbar-chrome > .scroll-element, .scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: white;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: darkgray;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.carousel-indicators li, .carousel-indicators .active {
  width: 6px;
  height: 6px;
  border: none;
  background-color: white;
  margin: 1px;
}

.carousel {
  margin-bottom: 1px;
}

.carousel-indicators {
  background-color: rgba(0, 0, 0, 0.5);
  width: 90px;
  line-height: 18px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 10;
}
.carousel-indicators .active {
  background-color: #dd616c;
}

/** /!!! core css Should not edit !!!/**/
.csSlideOuter {
  overflow: hidden;
}

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

.csSlideWrapper > .lightSlider:after {
  clear: both;
}

.csSlideWrapper .csSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.csSlideWrapper .csFade {
  position: relative;
}

.csSlideWrapper .csFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.csSlideWrapper.usingCss .csFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.csSlideWrapper .csFade > *.active {
  z-index: 10;
}

.csSlideWrapper.usingCss .csFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.csSlideOuter .csPager.cSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.csSlideOuter .csPager.cSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.csSlideOuter .csPager.cSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.csSlideOuter .csPager.cSpg > li:hover a, .csSlideOuter .csPager.cSpg > li.active a {
  background-color: #428bca;
}

.csSlideOuter .media {
  opacity: 0.8;
}

.csSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
.csSlideOuter .csPager.cSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.csSlideOuter .csPager.cSGallery li {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.csSlideOuter .csPager.cSGallery li.active, .csSlideOuter .csPager.cSGallery li:hover {
  opacity: 1;
}

.csSlideOuter .csPager.cSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.csSlideOuter .csPager.cSGallery:before, .csSlideOuter .csPager.cSGallery:after {
  content: " ";
  display: table;
}

.csSlideOuter .csPager.cSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
.csAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  /* opacity: 0.5; */
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.csAction > a:hover {
  /* opacity: 1; */
}

.csAction > .csPrev {
  background-position: 0 0;
  left: 10px;
}

.csAction > .csNext {
  background-position: -32px 0;
  right: 10px;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

body {
  background-color: #b0b0b0;
  font-family: "PSL Kanda Bold";
}

a {
  color: white;
}

.logo {
  display: block;
  border-radius: 10px 10px 0 0;
  background: url("../img/dla-logo.png") no-repeat center center #ffde00;
  width: 167px;
  height: 39px;
  padding: 40px 110px 20px;
}
.welcome .logo {
  padding: 40px 110px;
}

.email-sale {
  background-color: #e35f5a;
  color: white;
  height: 209px;
}
.email-sale .icon-mail {
  vertical-align: sub;
  margin-right: 10px;
}

.agent-service {
  background-color: #152f6c;
  color: white;
  height: 209px;
}
.ie-8 .agent-service {
  padding-left: 3em;
}

.company-annouce, .training-info {
  background-color: #1c3e95;
  position: relative;
}
.company-annouce .box, .training-info .box {
  height: 104px;
}
.company-annouce .media-img, .training-info .media-img {
  background-color: #152e6e;
  color: white;
}
.company-annouce .media-img .icon, .training-info .media-img .icon {
  color: white;
}
.company-annouce .media-content, .training-info .media-content {
  padding: 13px 20px 0 10px;
}
.company-annouce .media-content li, .training-info .media-content li {
  line-height: 1;
  margin-bottom: 5px;
}
.company-annouce .media-content .icon, .training-info .media-content .icon {
  margin: 0 5px 10px 0;
  color: white;
  vertical-align: top;
}
.company-annouce .media-content a, .training-info .media-content a {
  color: white;
  font-family: "Tahoma";
}
.company-annouce .media-content .btn, .training-info .media-content .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px;
  background-color: #627ab6;
  border-radius: 5px 0 0 0;
  text-align: center;
}

.training-info {
  background-color: #5c5c5c;
}
.training-info .media-img {
  background-color: #4b4b4b;
}
.training-info .media-content .btn {
  background-color: #848484;
}

.competition {
  height: 208px;
}
.competition .icon {
  vertical-align: baseline;
}
.competition .caption-body {
  font-family: "PSL Kanda";
  color: white;
}

.user {
  border-radius: 0 10px 0 0;
  overflow: hidden;
}
.user [class^="user-"] {
  color: white;
  height: 100px;
  line-height: 100px;
}
.main-page .user [class^="user-"] {
  height: 80px;
  line-height: 80px;
}
.user [class^="user-"] a {
  display: block;
}
.user-welcome {
  color: #414141;
  line-height: 40px;
}
.user-welcome .icon-user {
  color: #414141;
  margin-left: 10px;
}
.user-profile {
  background-color: #df3c33;
  border-right: 1px solid #b0b0b0;
}
.user-profile .icon {
  margin-right: 8px;
}
.user-signout {
  background-color: #e35f5a;
}
.user-signout .icon {
  margin-right: 8px;
}
.user-profile-info .edit-password {
  color: #072062;
  display: table;
}
.user-profile-info .media-title, .user-profile-info .media-body li {
  height: 60px;
  line-height: 60px;
}
.user-profile-info .media-body li {
  border-top: 1px solid #b0b0b0;
}
.user-profile-info .media-body li:first-child {
  border-top: 0;
}
.user-profile-info .media-body .grid-360 {
  background-color: #152f6c;
  position: relative;
}
.user-profile-info .media-body .grid-360:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  height: 10px;
  border-right: 10px solid transparent;
  border-left: 10px solid #152f6c;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.user-profile-info .media-body .grid-360 h3 {
  padding-left: 20px;
  color: white;
}
.user-profile-info .media-body .grid-780 span {
  padding-left: 30px;
}

.news-list {
  height: 134px;
  overflow: hidden;
  margin-bottom: 1px;
}
.news-thumbs {
  position: relative;
}
.news-thumbs .post-date {
  position: absolute;
  top: 0;
  left: 0;
}
.news-content {
  font-family: "Tahoma";
  color: white;
  padding: 20px 20px 0;
  position: relative;
}
.news-content .heading {
  font-family: "PSL Kanda Bold";
}
.news-content .btn-readmore {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 2px 15px 1px;
  border-radius: 5px 0 0 0;
}

.insurance-info-list .media-body {
  padding: 20px;
}
.insurance-info-list .media-img {
  height: 180px;
  overflow: hidden;
  margin-right: 22px;
  position: relative;
}
.insurance-info-list .media-img:after {
  content: '';
  display: block;
}

.reporting-list .media-list li {
  height: 150px;
}

.reporting-group .lh-50 {
  line-height: 50px;
}

.insurance-detail .label-heading {
  margin-bottom: 20px;
}
.insurance-detail .media-img {
  display: table;
  margin: 0 0 20px 0;
}
.insurance-detail .media-title {
  margin-bottom: 20px;
  padding-left: 25px;
}
.insurance-detail .download-brochure {
  height: 260px;
  position: absolute;
  top: 0;
  right: 0;
  display: table;
}
.insurance-detail .download-brochure a {
  display: table-cell;
  vertical-align: middle;
}

.calendar {
  background-color: #102456;
  height: 209px;
}
.calendar-heading {
  background-color: #0d1b42;
  padding: 15px 0;
  color: white;
  text-align: center;
}
.calendar-heading .icon-calendar {
  font-size: 28px;
}
.calendar-heading span {
  margin-left: 5px;
  line-height: 1.7;
  vertical-align: top;
  font-size: 18px;
}
.calendar h1 {
  text-align: center;
  color: #fff;
}

.gallery-container {
  /* background-color: $gray-signin; */
  margin-bottom: 30px;
  position: relative;
}
.gallery-container .gallery-inner {
  /* background-color: $gray-signin; */
}
.gallery-container .csSlideWrapper {
  margin: 0 auto;
  position: inherit !important;
  z-index: 2;
}
.gallery-container .csSlideWrapper .csSlide {
  z-index: 2;
  position: relative;
}
.gallery-container .csSlideOuter {
  margin: 0 auto;
  width: 900px;
}
.gallery-container .csPager {
  width: 900px;
}
.gallery-container .csAction .csPrev, .gallery-container .csAction .csNext {
  background-color: #5c5c5c;
  bottom: 7px;
  top: auto;
  width: 14.4%;
  height: 84.6%;
}
.gallery-container .csAction .csPrev:before, .gallery-container .csAction .csNext:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  vertical-align: middle;
  color: white;
  opacity: 0.5;
}
.gallery-container .csAction .csPrev:hover:before, .gallery-container .csAction .csNext:hover:before {
  opacity: 1;
}
.gallery-container .csAction .csPrev {
  left: 0;
}
.gallery-container .csAction .csPrev:before {
  content: 'm';
}
.gallery-container .csAction .csNext {
  right: 0;
}
.gallery-container .csAction .csNext:before {
  content: 'n';
}

.search-hospital-data .search-bar {
  background-color: #ba8748;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}
.search-hospital-data .select-region form, .search-hospital-data .search-keyword .search-input {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
}
.search-hospital-data .select-region {
  display: table;
  border-right: 1px solid #b0b0b0;
}
.search-hospital-data .select-region select {
  font-family: "PSL Kanda Bold";
  color: #dec9b3;
}
.search-hospital-data .select-region .btn {
  color: white;
  margin-left: 10px;
}
.search-hospital-data .select-region .btn .icon {
  vertical-align: baseline;
}
.search-hospital-data .select-region .btn .icon:before {
  vertical-align: sub;
}
.search-hospital-data .search-keyword {
  display: table;
  background-color: #c69855;
}
.search-hospital-data .search-keyword input[type="text"]::-webkit-input-placeholder {
  color: #e4d0b7;
}
.search-hospital-data .search-keyword input[type="text"]::-moz-placeholder {
  color: #e4d0b7;
}
.search-hospital-data .search-keyword input[type="text"]:-moz-placeholder {
  color: #e4d0b7;
}
.search-hospital-data .search-keyword input[type="text"]:-ms-input-placeholder {
  color: #e4d0b7;
}
.search-hospital-data-table .media-title {
  line-height: 60px;
  background-color: #dedede;
}
.search-hospital-data-table .paging {
  padding: 20px 0;
}

.comming-soon .news-content {
  padding: 20px 0 0 0;
}
.comming-soon .news-content img {
  display: block;
  margin: 0 8px 0 0;
  float: right;
}
.comming-soon .calendar img {
  display: block;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.comming-soon .competition .caption-body {
  padding-right: 10px;
}
.comming-soon .competition .caption-body .icon {
  margin-left: 5px;
}
.comming-soon .company-annouce .media-content, .comming-soon .training-info .media-content {
  padding: 25px 20px 0 0;
  width: 290px;
  margin-left: 150px;
  display: block;
  font-size: 19px;
  color: #fff;
}

.user-id a {
  color: #0000ff;
}

/* custom autocomplete jquery ui */
.search-bar .ui-widget {
  background: none;
}
.search-bar .ui-widget .ui-widget {
  font-size: 18px;
  font-family: 'PSL Kanda Bold';
}
.custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }
.search-bar .custom-combobox {
  display: block;
}
.search-bar .custom-combobox-input {
  padding: 0 0 0 15px;
  border-radius: 50px;
  border: 1px solid #fff;
}
.search-bar .custom-combobox-toggle {
  position: absolute;
  margin-left: -30px;
  top: 7px;
  border: 0;
}
.search-bar .ui-state-default .ui-icon {
  background-image: url("http://dla2.agelusinteractive.com/Content/themes/base/images/ui-icons_222222_256x240.png");
}
.search-bar .ui-state-default {
  color: #fff;
}
.ui-autocomplete {
  font-size: 18px !important;
  font-family: 'PSL Kanda Bold' !important;
}
.ui-autocomplete .ui-menu-item b {
	color: #264382;
	font-weight: bold;
	font-family: 'PSL Kanda' !important;
}
.disabled
{
    background: none repeat scroll 0 0 #a1a1a1;
    cursor: default !important;
}

