@charset "UTF-8";

body {
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

/*------------------------------------------------
Expand app.css and add custom
-------------------------------------------------*/
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url("https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1?#iefix") format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760#glyphicons_halflingsregular) format("svg");
}
.btn-default {
  color: #fff;
  background-color: #777;
}
.btn-tall {
  height: 145px;
  word-wrap: break-word;
  white-space: normal;
  justify-content: center;
  align-items: center;
}
.btn-wide {
  min-width: 160px;
}
.form-label {
  white-space: nowrap;
}

div.dataTables_wrapper label {
  margin-top: 20px;
}
div.dataTables_wrapper label {
  margin-bottom: 0;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
}
div.dataTables_wrapper div.dataTables_paginate {
  text-align: center;
}
.form-inline div.by-side,
.form-table div.by-side ,
.form-group div.by-side {
  margin-top: 4px;
}
pre.full-permeate,
div.full-permeate {
  width: 100%;
  background-color: none;
  white-space: normal;
}
div.pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    overflow: auto;
}

.displayN {
  display: none !important;
}
dl.dl-horizontal {
  margin-bottom: 0;
}


/*------------------------------------------------
Header
-------------------------------------------------*/
.navigation .navbar-collapse > ul {
  width: 100%;
}
.navigation  {
  width: 100%;
}
.navigation .navbar-collapse {
  display: flex !important;
  align-items: center;
  margin-left: 27rem;
  height: 70px !important;
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
}
.navigation .navbar-nav > li > a {
  color: #4d4f5c;
}
.navigation .navbar-nav > li > a {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
}
.navigation .navbar {
  border: none;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 0px !important;
  height: 70px;
}
header h1.logo {
  height: 52px;
  margin: 0 0px;
  background: url(../images/logo.png) no-repeat 0 0;
  background-size: 27rem;
  vertical-align: middle;
  line-height: 40px;
}
header h1.logo a {
  height: 52px;
  width: 27rem;
  display: block;
}
header h1.logo span {
  font-size: 0;
}

/*------------------------------------------------
Left content
-------------------------------------------------*/
.menu_section > ul {
  display: block;
}
.menu_section .nav.side-menu > li.current-page,
.menu_section .nav.side-menu > li.active {
  border-right: none !important;
  border-left: 5px solid #a0fbc3;
}

.menu_section .nav.side-menu > li.active > a {
  background: #223C31;
}
.container.body .col-md-3.left_col {
  min-height: 100%;
  width: 27rem;
  padding: 0;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  background-color: #0b2341;
  /*background-color: #003366;*/
  /*background-color: #0a261a;*/
  /*background:linear-gradient(#0073C2, #1BBEAB);*/
}
.main_container header h1.logo {
  background-color: #ffffff !important;
  height: 70px !important;
  display: flex;
  background-position: center !important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
}
.col-md-3.left_col.menu_fixed {
  height: 100%;
  position: fixed;
}
.main_menu .nav.side-menu > li {
  position: relative;
  display: block;
  cursor: pointer;
}
.main_menu .nav.side-menu > li > a:hover {
  color: #F2F5F7 !important;
  background-color: #005C99;
}
.main_menu .nav.child_menu {
  display: none;
}
.main_menu .nav.child_menu li:hover,
.main_menu .nav.child_menu li.active {
  background-color: #005C99;
}
.main_menu .nav.side-menu > li > a:hover,
.main_menu .nav.child_menu > li > a:hover {
  background-color: #005C99;
}
.main_menu .nav > li > a:focus,
.main_menu .nav > li > a:hover {
 background-color: #005C99 !important;
}
.main_menu .nav.child_menu li {
  padding-left: 36px;
}
.main_menu ul.nav.child_menu li:before {
  background: #425668;
  bottom: auto;
  content: "";
  height: 8px;
  left: 23px;
  margin-top: 15px;
  position: absolute;
  right: auto;
  width: 8px;
  z-index: 1;
  border-radius: 50%;
}
.main_menu ul.nav.child_menu li:after {
  border-left: 1px solid #425668;
  bottom: 0;
  content: "";
  left: 27px;
  position: absolute;
  top: 0;
}
.main_menu ul.nav.child_menu li:last-child::after {
  bottom: 50%;
}
.main_menu .nav.side-menu > li > a, .nav.child_menu > li > a {
  color: #E7E7E7;
  font-weight: 500;
}
.main_menu .nav.child_menu li li:hover,
.main_menu .nav.child_menu li li.active {
  background: none;
}
.main_menu .nav.child_menu li li a:hover,
.main_menu .nav.child_menu li li a.active {
  color: #fff;
}
.main_menu .nav > li > a {
  position: relative;
  display: block;
  padding: 21px 10px;
  font-size: 18px;
}
.main_menu .nav.side-menu > li.current-page,
.main_menu .nav.side-menu > li.active {
  border-right: 5px solid #1ABB9C;
}
.main_menu .nav li.current-page {
  background: rgba(255, 255, 255, 0.05);
}
.main_menu .nav li li li.current-page {
  background: none;
}
.main_menu .nav li li.current-page a {
  color: #fff;
}
.main_menu .nav.side-menu > li.active > a {
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}
.main_menu ul.nav.child_menu li:before {
  margin-top: 26px;
}


/*------------------------------------------------
Navbar
-------------------------------------------------*/
.navbar-default {
  background-color: #f5f5f5;
}

/*------------------------------------------------
Dropdown Submenu
-------------------------------------------------*/
.navbar-nav > li > .dropdown-menu {
  position: absolute;
  left: 0 !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown.navbar-right{
  min-width: 160px;
  text-align: right;
}

/*------------------------------------------------
Alert message
-------------------------------------------------*/
.alert {
  line-height: 24px;
}
.alert h3{
  margin-top: 6px;
}
.alert .alert-icon {
  height: 32px;
  width: 32px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url("../images/alert-icon.png");
  background-repeat: no-repeat;
}
.alert .alert-detail {
  margin-left: 0x;
  display: inline-block;
  background-color: unset;
}
.alert .alert-detail h3 {
  margin-bottom: 12px;
  display: inline-block;
  vertical-align: middle;
}
.alert-success .alert-icon {
  background-position:0px -2px;
}
.alert-info .alert-icon {
  background-position:0px -32px;
}
.alert-warning .alert-icon {
  background-position:0px -64px;
}
.alert-danger .alert-icon {
  background-position:0px -96px;
}

/*------------------------------------------------
Main contents
-------------------------------------------------*/
.main-background {
  display: block;
  background-image: url('../images/login/login_back_03-1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: 100% 100%;*/
  background-size: auto;
  height: calc(100vh - 103px);
}
p.form-control-static {
  word-break: break-word;
}
p.full-permeate {
  word-break: break-word;
}
.table-light {
  background-color: #fff;
  padding: 15px;
}
.table-light td {
  word-break: break-all;
}
.pagination-light {
  background-color: #fff;
}
.table-default {
  background-color: #fff;
}
.cursor-pointer {
  cursor: pointer;
}
.opportunity-message {
  margin-bottom: 16px;
  padding: 16px 0px;
  box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
}
.opportunity-message .provide-background-message {
  padding: 16px 24px;
  border: solid 1px #caced5;
  background-color: #f5f6fa;
}
.opportunity-message .area-height-add {
  height: 127px;
}
.opportunity-message .area-height-confirm {
  height: 121px;
}
.opplogs-container-order-detail {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  padding: 20px 0 15px 0;
  margin-bottom: 24px;
}
.padding-left-0 {
  padding-left: 0;
}
.opplogs-container-order-detail .hr-line-message {
  margin-left: 8px;
}
.opplogs-container-order-detail .oval-person-collect {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  border: solid 1px #ffc162;
  background-color: rgba(255, 193, 98, 0.2);
}
.opplogs-container-order-detail .oval-person-provide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  border: solid 1px #a177ff;
  background-color: rgba(161, 119, 255, 0.2);
}
.opplogs-container-order-detail .oval-person-admin {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  border: solid 1px #696969;
  filter: invert(52%) sepia(86%) saturate(0%) hue-rotate(136deg) brightness(90%) contrast(101%);
  backdrop-filter: opacity(0.25);
}
.margin-bottom-0 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .margin-bottom-0 .sender-width {
    max-width: 250px;
  }
}
.header-top-detail {
  min-height: 69px;
  border: solid 1px #effff8;
  background-color: #effff8;
  position: static;
  margin-top: -47px;
  margin-left: -25px;
  width: calc(100% + 50px);
  display: flex;
  align-items: center;
  background-size: contain;
  background-image: url("../images/background-top-content.png");
}
.header-top-no {
  height: 32px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 22.5px;
  font-size: 16px;
  font-family: "SourceSansPro-Regular";
  color: #425d52;
  justify-content: center;
  display: flex;
  align-items: center;
  min-width: 230px;
  border-radius: 30px;
  background-color: #ffffff;
}
.header-top-content {
  word-break: break-word;
  padding: 10px;
  font-family: "SourceSansPro-Regular";
  font-size: 26px;
  line-height: 1.27;
  color: #345347;
  letter-spacing: normal;
  margin-right: 5px;
}
.talk-in-detail {
  word-break: break-word;
  padding: 24px 22px 17px 22px;
  width: 100%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  margin-bottom: 25px;
}
.talk-in-detail .right-talk-detail {
  border: solid 1px #caced5;
  background-color: #f5f6fa;
  padding: 20px;
  line-height: 1.56;
}

.talk-in-detail hr {
  margin: 16px 0;
  border-bottom: 1px solid #caced5;
}
.talk-in-detail .flex-row {
  display: flex;
}
.talk-in-detail .padding-zero {
  padding: 0;
}
.talk-in-detail .pre-line {
  white-space: pre-wrap;
  height: 100%;
}
.talk-in-detail .font-style {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #4d4f5c;
}
.talk-in-detail .left-talk-detail {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #4d4f5c;
}
.talk-in-detail .show-more-description {
  cursor: pointer;
  padding-top: 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #009fb9;
}
.talk-in-detail .hidden-description {
  cursor: pointer;
  padding-top: 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #009fb9;
}
.web_container {
  overflow-x: hidden;
}
.web_container .container {
  width: 100%;
  padding: 0;
  max-width: 100%;
}

.web_container aside {
  padding-bottom: 20px;
}
.web_container .side-top {
  display: flex;
  text-align: center;
}
.web_container .status-top-page {
  width: 60.5%;
}
.web_container .chart-panel {
  padding-left: 0px;
  width: 39.5%;
}
.top-page .show-request-matching {
  cursor: pointer;
  padding-top: 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #009fb9;
  display: contents;
}
.top-page .margin-vertical {
  margin-right: 1% !important;
}
.top-page .rectangle-item {
  position: relative;
  height: 150px;
}
.top-page .head-rectangle-item {
  min-height: 44px;
}
.top-page .item {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.top-page .number-rectangle-item {
  font-size: 36px !important;
}
.top-page .panel-heading {
  padding-left: 0;
  margin-top: 0;
}
.panel-body .side-top {
  text-align: center;
  display: block;
}
.side-top .column-vertical {
  width: 19.25%;
}
.chart-panel .text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block !important;
}
.chart-panel .top-percent-label {
  margin-left: 20px;
}
.chart-panel .display-inline {
  display: inline-block;
}
.chart-panel .legend {
  margin-bottom: 15px;
}
.chart-panel .padding-right-0 {
  padding-right: 0;
}
.chart-panel .canvas-con-inner {
  height: 100%;
}
.chart-panel .sales-inner {
  position: relative;
  margin-top: 55px;
  left: 180px;
  font-family: "SourceSansPro-Regular";
}
.chart-panel .chart-content {
  padding-bottom: 20px;
  padding-top: 20px;
}

.chart-panel .chart-canvas {
    transform: translateX(-30px);
}
.chart-panel .sales-inner {
    transform: translateX(-30px);
}

@media (max-width: 1360px) {
  .chart-panel .rank-content {
    transform: translateX(14px);
  }
}
.chart-panel .canvas-con {
  margin-bottom: 10px;
  display: flex;
  align-items:center;
  justify-content: center;
  min-height: 230px;
  position: relative;
}
.chart-panel .top-percent-content {
  padding-right: 40px;
}
@media (max-width: 1366px) {
  .chart-panel .top-percent-content {
    padding-right: 15px;
  }
}
.chart-panel .sales-value {
  padding-left: 0;
  opacity: 0.5;
  font-family: "SourceSansPro-Regular";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: right;
  color: #4d4f5c;
}
.chart-panel .legend-parent {
  padding-right: 3px;
  position: relative;
}
.chart-panel .blue-ellipse {
  transform: translateY(3px);
  width: 16px;
  height: 16px;
  border: solid 3px #55d8fe;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
}
.chart-panel .red-ellipse {
   transform: translateY(3px);
   width: 16px;
   height: 16px;
   border: solid 3px #ff8373;
   background-color: #ffffff;
   border-radius: 50%;
   position: absolute;
 }
.chart-panel .yellow-ellipse {
  transform: translateY(3px);
  width: 16px;
  height: 16px;
  border: solid 3px #ffda83;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
}
.chart-panel .purple-ellipse {
  transform: translateY(3px);
  width: 16px;
  height: 16px;
  border: solid 3px #a3a0fb;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
}
.chart-panel .green-ellipse {
  transform: translateY(3px);
  width: 16px;
  height: 16px;
  border: solid 3px #008000;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
}
.chart-panel top-list {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #4d4f5c;
  font-family: "SourceSansPro-Regular";
}
.chart-panel hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.main_container {
  min-height:  calc(100vh - 48px);
  /*min-height:  calc(100vh - 96px);*/
  background: #dfeaf7;
  /*background: #e7eef7;*/
  /*background: #f0f7f4;*/
}
.main_container img.menu-icon {
  margin-left: 10px;
  margin-right: 10px;
  transform: translateY(-2px);
}
.web_content {
  padding: 0px 24px 0;
  margin-left: 27rem;
}
main, aside {
  padding-bottom: 100px;
}
main h2 {
  font-size: 1.5em;
}
main h3 {
  font-size: 1.2em;
}
main h4 {
  font-size: 1.0em;
}
main h5 {
  font-size: 0.9em;
}
main i.glyphicon {
  margin-right: 12px;
}
.page-header {
  border-bottom: 1px solid #ddd;
}
main .breadcrumb > li + li:before {
  content: ">";
}
.table.no-bottom {
  margin-bottom: 0;
}
.table.data-sort {
  min-width: 100%;
}
.table.data-sort input[type="text"],
.table.data-sort select {
  min-width: 100%;
}

.form-table {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.form-table table {
  margin-bottom: 0 !important;
  background-color: initial !important;
}
.form-table td {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.form-table div.form-group {
  margin-bottom: 0 !important;
}

.table-noborder th,
.table-noborder td {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.table .form-label {
  padding-top: 1.0em;
}
.table td.in-table {
  padding: 0;
}
td.in-table .table {
  margin-bottom: 0;
}
td.in-table input {
  margin-bottom: 0;
}
.dataTables_scroll th,
.dataTables_scroll td {
  white-space: nowrap;
}
.panel.searching th {
  width: 20%;
}
.panel.searching td {
  width: 80%;
}

aside .panel-body dd {
  text-align: right;
}
aside .panel-body dd span.count {
  font-size: 2.0em;
}
aside .panel-body dd span.sum {
  font-size: 1.5em;
}
aside .panel-body dd small {
  vertical-align: bottom;
  margin: 0 8px;
  font-size: 1.0em;
}
.well h3 {
  margin-top: 64px;
}


/*------------------------------------------------
Input box
-------------------------------------------------*/
.numericFormat,
.integerFormat {
  text-align: right;
}
input.no-frame {
  border: none;
  box-shadow: none;
}
.has-error input.no-frame {
  border: 1px solid #a94442;
}
.form-inline p.form-control-static {
  padding-top: 0.2em;
  padding-bottom: 0;
  vertical-align: text-top;
}
.btn-area {
  padding-bottom: 32px;
}
.btn-area.new {
  padding-bottom: 8px;
}
.btn-area .btn {
  margin-left: 32px;
  padding-left: 32px;
  padding-right: 32px;
}
.btn-area .btn:first-child {
  margin-left: 0;
}
.pre-wrap {
  white-space: pre-wrap;
}
.work-break{
  word-break: break-word;
}
/* File drop upload */
.drop-uploader {
  position: relative;
}
.drop-uploader .info {
  line-height: 150px;
  background-color: #eeeeee;
  border-radius: 12px;
  font-size: 1.5em;
  text-align: center;
  color: #aaaaaa;
}
.has-error .drop-uploader .info {
  border: 1px solid #a94442;
  background-color: #fbefef;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.drop-uploader:hover .image {
  color:#333333;
}
.drop-uploader .file-input {
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  opacity: 0;
  position: absolute;
}
.drop-uploader output {
  display: inline-block;
}
textarea {
  resize: vertical;
}

label>input {
  margin-top: 5px;
}
span.required-mark {
  font-size: 16px;
  font-weight: normal;
  color: #a94442;
}
/* Select box filering */
span.select2 {
    width: 100%;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    width: 100%;
    height: 2.6em;
    padding: 4px 0;
    border-color: #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #495057;
}
.select2-container--default .select2-selection__arrow {
    margin-top: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    border-color: #495057 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
    border-color: transparent transparent #495057 transparent;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #495057;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-top: 0;
}
/*------------------------------------------------
Step bar
-------------------------------------------------*/
.stepbar {
  width: 100%;
  margin-bottom: 18px;
  padding-left: 0;
  list-style-type: none;
  text-align: center;
}
.stepbar li {
  display: inline-block;
}
.stepbar li > * {
  position: relative;
  padding: 7px 0px 8px;
  display: block;
  background-color: #adadad;
  text-indent: 12px;
  font-size: 12px;
  font-weight: bold;
}
.stepbar li:last-child > * {
  margin-right: 16px;
}
.stepbar li > *:hover {
  text-decoration: none;
}
.stepbar li > *:before,
.stepbar li > *:after {
  height: 0;
  width: 0;
  top: 50%;
  margin-top: -16px;
  border-bottom: 18px solid transparent;
  border-left: 12px solid;
  border-top: 16px solid transparent;
  content: "";
}
.stepbar li > *:before {
  border-left-color: #ffffff;
  position: absolute;
  left: 0;
}
.stepbar li:first-child > *:before,
.stepbar li > *:after {
  border-left-color: #adadad;
}
.stepbar li > *:after {
  position: absolute;
  right: -12px;
  z-index: 1;
}
.stepbar li.active > * {
  background: #428bca;
  color: #ffffff;
}
.stepbar li:first-child.active > *:before,
.stepbar li.active > *:after {
  border-left-color: #428bca;
}
.stepbar li.undone > * {
  background: #e8e8e8;
  color: #333333;
}
.stepbar li:first-child.undone > *:before,
.stepbar li.undone > *:after {
  border-left-color: #e8e8e8;
}
.stepbar li.undone p {
  color: #ffffff;
}
/*------------------------------------------------
rating
-------------------------------------------------*/
.star-rating {
  position: relative;
  display:inline-block;
  font-size: 1.2em;
}
.star-rating.lg-star {
  font-size: 2.0em;
}
.star-rating.lg-star + .avg-rating {
  margin-left: 8px;
  font-size: 1.7em;
}
.star-rating .star-rating-item{
  position:absolute;
  overflow: hidden;
}
.star-rating .star-rating-item:before{
  content:"★★★★★";
  color: #ffcc33;
}
.star-rating:after {
  content:"★★★★★";
  color: #ccc;
}
.star-rating + span.rating {
  margin-left: 0.3em;
  color: #a94442;
}

.select-rating {
  float: left;
  border: none;
}
.select-rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}
.select-rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size: 2.0em;
    color:#ccc;
}
.select-rating:not(:checked) > label:before {
    content:"★";
}
.select-rating > input:checked ~ label,
.select-rating > input ~ label:hover,
.select-rating > input ~ label:hover ~ label,
.select-rating > label:hover ~ input:checked ~ label {
    color: #ffcc33;
}
.select-rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.tilde{
	padding: 10px;
}

/*------------------------------------------------
Footer
-------------------------------------------------*/
@media (min-width: 1200px) {
  footer .container {
    width: 1170px !important;
  }
}
footer {
  clear: both;
  width: 100%;
  background-color: #f6f6f6;
  border-top: 1px solid #dddddd;
  color: #888888;
}
footer nav.navbar {
  margin: 0;
}
footer .navbar-nav li a {
  padding: 0;
  color: #4a4e79;
}
footer .navbar-nav li a {
  text-align: center;
  margin-top: 1.0em;
  margin-left: 0.5em;
}
footer .navbar-nav li a:hover {
  color: #333333;
}
footer .copyright {
  clear: both;
  padding: 8px 10px;
  /*text-align: center;*/
  text-align: right;
  font-size: 1.3em;
}
footer .copyright small {
  color: #333333;
}

/*------------------------------------------------
Footer
-------------------------------------------------*/
@media (max-width:767px) {
  footer {
    position: static;
  }
  footer small {
    font-size: 0.75em;
  }
}

/*------------------------------------------------
Form search
-------------------------------------------------*/
@media (min-width:992px) {
  .btn-search {
    background-color: #009fb9;
    color: white;
    width: 100px;
  }
  .input-group.date {
    max-width: 100%;
  }
}
@media (min-width:1366px) {
  .btn-search {
    background-color: #009fb9;
    color: white;
    width: 120px;
  }
  .input-group.date {
    max-width: 100%;
  }
}
@media (min-width:1680px) {
  .btn-search {
    background-color: #009fb9;
    color: white;
    width: 140px;
  }
  .input-group.date {
    max-width: 100%;
  }
}
.panel-form-search {
  padding-left: 0px;
  margin-left: -25px;
  width: calc(100% + 65px);
}
.panel-form-search .row {
  margin: 0px;
}
.img-search {
  width: 16px;
  float: left;
  padding-top: 3px;
}
.margin-top--46 {
  margin-top: -46px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-none-first {
  padding: 0px 5px 0px 0px !important;

}
.padding-none-second {
  padding: 0px 0px 0px 5px !important;

}
.btn-search:hover {
  color: white;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  outline: 0;
}
.panel-form-search .panel-body {
  padding: 15px 0px;
}
.btn-add-new {
  margin-top: -23px;
  padding: 0px 5px 20px 0px;
}
.panel-form-search .help-block {
  margin-bottom: 0px !important;
}
@media (min-width: 1200px) {
  .panel-form-search .addon-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5%;
    max-width: 40px;
  }
  .panel-form-search .date-flex-input {
    display: flex !important;
    width: 100%;
  }
}
@media (min-width: 1360px) {
  .panel-form-search .addon-icon {
    width: 10%;
    max-width: 40px;
  }
}
/*------------------------------------------------
Grid
-------------------------------------------------*/
@media (min-width:1200px) {
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-9-percent {
    width: 9.33333333%;
  }
  .col-xl-12-percent {
    width: 12%;
  }
  .col-xl-19-percent {
    width: 19%;
  }
  .col-xl-29-percent {
    width: 29%;
  }
  .col-xl-38-percent {
    width: 38%;
  }
  .col-xl-11-percent {
    width: 11%;
  }
  .padding-left-0 {
    padding-left: 0;
  }
  .padding-right-0 {
    padding-right: 0;
  }
  .padding-0 {
    padding: 0;
  }
}
@media (min-width:1680px) {
  .col-xxl-1,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9 {
    float: left;
  }
  .col-xxl-1 {
    width: 8.33333333% !important;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-26-percent {
    width: 26% !important;
  }
  .col-xxl-29-percent {
    width: 29.66666667% !important;
  }
  .col-xxl-33-percent {
    width: 33.66666667% !important;
  }
  .col-xxl-36-percent {
    width: 36.66666667% !important;
  }
  .col-xxl-38-percent {
    width: 38.66666667% !important;
  }
  .col-xxl-42-percent {
    width: 42.33333333% !important;
  }
  .col-xxl-41-percent {
    width: 41.33333333% !important;
  }
  .col-xxl-11-percent {
    width: 11% !important;
  }
  .col-xxl-12-percent {
    width: 12% !important;
  }
  .col-xxl-13-percent {
    width: 13% !important;
  }
  .col-xxl-14-percent {
    width: 14% !important;
  }
}
/*------------------------------------------------
Loading
-------------------------------------------------*/
.loading-panel {
  display: none;
  position: absolute;
  z-index: 1;
  left: -10px;
  top: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  text-align: center;
  background-color: rgba(99, 107, 111, 0.15);
}
.loading-content-position {
  position: relative;
  top: 68px;
  text-align: -webkit-center;
}
.loading-text {
  font-weight: 700;
  font-size: 14px;
  height: 32px;
  width: 100%;
}
.spinner-size {
  width: 32px;
  height: 32px;
  margin: auto;
}
.loading-spinner {
  border: 4px rgba(99, 107, 111, 0.25) solid;
  border-top: 4px rgba(99, 107, 111, 0.5) solid;
  border-radius: 50%;
  -webkit-animation: spinnerRotation .7s infinite linear;
  animation: spinnerRotation .7s infinite linear;
}
@-webkit-keyframes spinnerRotation {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spinnerRotation {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}