@charset "UTF-8";
/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0. */
.mgt-15 {
  margin-top: -15px; }

.mgt-30 {
  margin-top: -30px; }

.mgt10 {
  margin-top: 10px; }

.mgt15 {
  margin-top: 15px; }

.mgt30 {
  margin-top: 30px; }

.mgb10 {
  margin-bottom: 10px; }

.mgb15 {
  margin-bottom: 15px; }

.mg10 {
  margin: 10px 0; }

.mg15 {
  margin: 15px 0; }

.mg30 {
  margin: 30px 0; }

.mgl15 {
  margin-left: 15px; }

.mgr15 {
  margin-right: 15px; }

.pd15 {
  padding: 15px; }

.w60 {
  width: 60px;
  max-width: 100%;
  display: inline-block !important; }

.w80 {
  width: 80px;
  max-width: 100%;
  display: inline-block !important; }

.w100 {
  width: 100px;
  max-width: 100%;
  display: inline-block !important; }

.w150 {
  width: 150px;
  max-width: 100%;
  display: inline-block !important; }

.w200 {
  width: 200px;
  max-width: 100%;
  display: inline-block !important; }

.w300 {
  width: 300px !important;
  max-width: 100%;
  display: inline-block !important;
  padding-right: 10px;
  margin-right: 10px !important; }

.w50 {
  width: 50% !important;
  max-width: 100%;
  display: inline-block !important;
  padding-right: 10px;
  margin-right: 10px !important; }

.t_h500 {
  height: 500px;
  overflow-y: scroll; }

body.login {
  background-color: #F3F3F3; }

#wrapper {
  width: 100%; }

.material-icons {
  font-size: inherit; }

.pc_content {
  display: block !important; }

.sp_content {
  display: none !important; }

#page-wrapper {
  padding-top: 30px;
  min-height: 568px;
  background-color: #fff;
  background: #F3F3F3; }

.container {
  background: #fff;
  padding-bottom: 30px;
  min-height: 100%; }
  .container.login {
    background: none; }

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin-left: 0px;
    padding: 50px 15px 0px 15px;
    border-left: 1px solid #e7e7e7; }
    #page-wrapper.top {
      padding-top: 80px; } }
.navbar-header, .navbar-left {
  float: left; }

.navbar-right {
  text-align: right;
  padding: 10px; }
  .navbar-right li a {
    padding: 5px 15px !important;
    height: 30px !important;
    min-height: inherit !important; }

.navbar-top-links {
  margin: 0; }
  .navbar-top-links li {
    display: inline-block; }
    .navbar-top-links li:last-child {
      margin-right: 6px; }
    .navbar-top-links li a {
      padding: 15px 20px;
      min-height: 50px;
      display: block; }
  .navbar-top-links > li > a {
    color: #333; }
    .navbar-top-links > li > a:hover, .navbar-top-links > li > a:focus {
      color: #ed6d01;
      background-color: #fff;
      border-bottom: 3px solid #ed6d01; }
  .navbar-top-links > .open > a {
    color: #ed6d01;
    background-color: #fff;
      background-color-border-bottom: 3px solid #ed6d01; }
    .navbar-top-links > .open > a:hover, .navbar-top-links > .open > a:focus {
      color: #ed6d01;
      background-color: #fff;
      border-bottom: 3px solid #ed6d01; }
  .navbar-top-links .dropdown-menu li {
    display: block; }
    .navbar-top-links .dropdown-menu li:last-child {
      margin-right: 0; }
    .navbar-top-links .dropdown-menu li a {
      padding: 3px 20px;
      min-height: 0; }
      .navbar-top-links .dropdown-menu li a div {
        white-space: normal; }
  .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0; }
  .navbar-top-links .dropdown-messages {
    margin-left: 5px; }
  .navbar-top-links .dropdown-tasks {
    margin-left: -59px; }
  .navbar-top-links .dropdown-alerts {
    margin-left: -123px; }
  .navbar-top-links .dropdown-user {
    right: 0;
    left: auto; }

.sidebar .sidebar-nav.navbar-collapse {
  padding-right: 0;
  padding-left: 0; }
.sidebar .sidebar-search {
  padding: 15px; }
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7; }
  .sidebar ul li a.active {
    background-color: #eee; }
.sidebar .arrow {
  float: right; }
.sidebar .fa.arrow:before {
  content: ""; }
.sidebar .active > a > .fa.arrow:before {
  content: ""; }
.sidebar .nav-second-level li, .sidebar .nav-third-level li {
  border-bottom: 0 !important; }
.sidebar .nav-second-level li a {
  padding-left: 37px; }
.sidebar .nav-third-level li a {
  padding-left: 52px; }

@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 51px; }

  .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
    margin-left: auto; } }
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s; }

.btn-primary.btn-outline {
  color: #428bca; }

.btn-success.btn-outline {
  color: #5cb85c; }

.btn-info.btn-outline {
  color: #5bc0de; }

.btn-warning.btn-outline {
  color: #f0ad4e; }

.btn-danger.btn-outline {
  color: #d9534f; }

.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
  color: #fff; }

.chat {
  margin: 0;
  padding: 0;
  list-style: none; }
  .chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999; }
    .chat li.left .chat-body {
      margin-left: 60px; }
    .chat li.right .chat-body {
      margin-right: 60px; }
    .chat li .chat-body p {
      margin: 0; }

.panel .slidedown .glyphicon, .chat .glyphicon {
  margin-right: 5px; }

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll; }

.login-panel {
  margin-top: 25%; }

.flot-chart {
  display: block;
  height: 400px; }

.flot-chart-content {
  width: 100%;
  height: 100%; }

.dataTables_wrapper {
  position: relative;
  clear: both; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background: 0 0; }
table.dataTable thead .sorting_asc:after {
  content: "";
  float: right;
  font-family: fontawesome; }
table.dataTable thead .sorting_desc:after {
  content: "";
  float: right;
  font-family: fontawesome; }
table.dataTable thead .sorting:after {
  content: "";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5); }

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429; }
  .btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33; }
  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33; }

.show-grid {
  margin: 15px 0; }
  .show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important; }

.huge {
  font-size: 40px; }

.panel-green {
  border-color: #5cb85c; }
  .panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c; }
  .panel-green a {
    color: #5cb85c; }
    .panel-green a:hover {
      color: #3d8b3d; }

.panel-red {
  border-color: #d9534f; }
  .panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f; }
  .panel-red a {
    color: #d9534f; }
    .panel-red a:hover {
      color: #b52b27; }

.panel-yellow {
  border-color: #f0ad4e; }
  .panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e; }
  .panel-yellow a {
    color: #f0ad4e; }
    .panel-yellow a:hover {
      color: #df8a13; }

/* Hero Widgets */
.hero-widget {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  .hero-widget .icon {
    display: block;
    font-size: 96px;
    line-height: 96px;
    margin-bottom: 10px;
    text-align: center; }
  .hero-widget .value {
    display: block;
    height: 64px;
    font-size: 64px;
    line-height: 64px;
    font-style: normal; }
  .hero-widget label {
    font-size: 17px; }
  .hero-widget .options {
    margin-top: 10px; }

/* Tabbed Panels */
.panel.tabbed-panel .panel-heading {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 0; }
  .panel.tabbed-panel .panel-heading .panel-title {
    padding: 9px 0;
    font-size: 1em;
    line-height: 1em; }
.panel.tabbed-panel .nav-tabs {
  border-bottom: none; }
  .panel.tabbed-panel .nav-tabs > li > a {
    line-height: 1em; }
.panel.tabbed-panel .nav-justified {
  margin-bottom: -1px; }

.tabbed-panel.panel-default .nav-tabs > li > a {
  color: #777; }
  .tabbed-panel.panel-default .nav-tabs > li > a:hover, .tabbed-panel.panel-default .nav-tabs > li > a:focus {
    color: #777; }
.tabbed-panel.panel-default .nav-tabs > .open > a {
  color: #777;
  background-color: #ddd;
  border-color: transparent; }
  .tabbed-panel.panel-default .nav-tabs > .open > a:hover, .tabbed-panel.panel-default .nav-tabs > .open > a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent; }
.tabbed-panel.panel-default .nav-tabs > li > a:hover, .tabbed-panel.panel-default .nav-tabs > li > a:focus {
  color: #777;
  background-color: #ddd;
  border-color: transparent; }
.tabbed-panel.panel-default .nav-tabs > li.active > a {
  color: #555;
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: transparent; }
  .tabbed-panel.panel-default .nav-tabs > li.active > a:hover, .tabbed-panel.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent; }
.tabbed-panel.panel-default .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #f5f5f5;
  border-color: #ddd; }
  .tabbed-panel.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777; }
    .tabbed-panel.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .tabbed-panel.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
      background-color: #ddd; }
  .tabbed-panel.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a {
    color: #fff;
    background-color: #555; }
    .tabbed-panel.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .tabbed-panel.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #555; }
.tabbed-panel.panel-primary .nav-tabs > li > a {
  color: #fff; }
  .tabbed-panel.panel-primary .nav-tabs > li > a:hover, .tabbed-panel.panel-primary .nav-tabs > li > a:focus {
    color: #fff; }
.tabbed-panel.panel-primary .nav-tabs > .open > a {
  color: #fff;
  background-color: #3071a9;
  border-color: transparent; }
  .tabbed-panel.panel-primary .nav-tabs > .open > a:hover, .tabbed-panel.panel-primary .nav-tabs > .open > a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent; }
.tabbed-panel.panel-primary .nav-tabs > li > a:hover, .tabbed-panel.panel-primary .nav-tabs > li > a:focus {
  color: #fff;
  background-color: #3071a9;
  border-color: transparent; }
.tabbed-panel.panel-primary .nav-tabs > li.active > a {
  color: #428bca;
  background-color: #fff;
  border-color: #428bca;
  border-bottom-color: transparent; }
  .tabbed-panel.panel-primary .nav-tabs > li.active > a:hover, .tabbed-panel.panel-primary .nav-tabs > li.active > a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent; }
.tabbed-panel.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #428bca;
  border-color: #3071a9; }
  .tabbed-panel.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff; }
    .tabbed-panel.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .tabbed-panel.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
      background-color: #3071a9; }
  .tabbed-panel.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a {
    background-color: #4a9fe9; }
    .tabbed-panel.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .tabbed-panel.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
      background-color: #4a9fe9; }
.tabbed-panel.panel-success .nav-tabs > li > a {
  color: #3c763d; }
  .tabbed-panel.panel-success .nav-tabs > li > a:hover, .tabbed-panel.panel-success .nav-tabs > li > a:focus {
    color: #3c763d; }
.tabbed-panel.panel-success .nav-tabs > .open > a {
  color: #3c763d;
  background-color: #d6e9c6;
  border-color: transparent; }
  .tabbed-panel.panel-success .nav-tabs > .open > a:hover, .tabbed-panel.panel-success .nav-tabs > .open > a:focus {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: transparent; }
.tabbed-panel.panel-success .nav-tabs > li > a:hover, .tabbed-panel.panel-success .nav-tabs > li > a:focus {
  color: #3c763d;
  background-color: #d6e9c6;
  border-color: transparent; }
.tabbed-panel.panel-success .nav-tabs > li.active > a {
  color: #3c763d;
  background-color: #fff;
  border-color: #d6e9c6;
  border-bottom-color: transparent; }
  .tabbed-panel.panel-success .nav-tabs > li.active > a:hover, .tabbed-panel.panel-success .nav-tabs > li.active > a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: #d6e9c6;
    border-bottom-color: transparent; }
.tabbed-panel.panel-success .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .tabbed-panel.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d; }
    .tabbed-panel.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .tabbed-panel.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
      background-color: #d6e9c6; }
  .tabbed-panel.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a {
    color: #fff;
    background-color: #3c763d; }
    .tabbed-panel.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .tabbed-panel.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #3c763d; }
.tabbed-panel.panel-info .nav-tabs > li > a {
  color: #31708f; }
  .tabbed-panel.panel-info .nav-tabs > li > a:hover, .tabbed-panel.panel-info .nav-tabs > li > a:focus {
    color: #31708f; }
.tabbed-panel.panel-info .nav-tabs > .open > a {
  color: #31708f;
  background-color: #bce8f1;
  border-color: transparent; }
  .tabbed-panel.panel-info .nav-tabs > .open > a:hover, .tabbed-panel.panel-info .nav-tabs > .open > a:focus {
    color: #31708f;
    background-color: #bce8f1;
    border-color: transparent; }
.tabbed-panel.panel-info .nav-tabs > li > a:hover, .tabbed-panel.panel-info .nav-tabs > li > a:focus {
  color: #31708f;
  background-color: #bce8f1;
  border-color: transparent; }
.tabbed-panel.panel-info .nav-tabs > li.active > a {
  color: #31708f;
  background-color: #fff;
  border-color: #bce8f1;
  border-bottom-color: transparent; }
  .tabbed-panel.panel-info .nav-tabs > li.active > a:hover, .tabbed-panel.panel-info .nav-tabs > li.active > a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent; }
.tabbed-panel.panel-info .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .tabbed-panel.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f; }
    .tabbed-panel.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .tabbed-panel.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
      background-color: #bce8f1; }
  .tabbed-panel.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a {
    color: #fff;
    background-color: #31708f; }
    .tabbed-panel.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .tabbed-panel.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #31708f; }
.tabbed-panel.panel-warning .nav-tabs > li > a {
  color: #8a6d3b; }
  .tabbed-panel.panel-warning .nav-tabs > li > a:hover, .tabbed-panel.panel-warning .nav-tabs > li > a:focus {
    color: #8a6d3b; }
.tabbed-panel.panel-warning .nav-tabs > .open > a {
  color: #8a6d3b;
  background-color: #faebcc;
  border-color: transparent; }
  .tabbed-panel.panel-warning .nav-tabs > .open > a:hover, .tabbed-panel.panel-warning .nav-tabs > .open > a:focus {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: transparent; }
.tabbed-panel.panel-warning .nav-tabs > li > a:hover, .tabbed-panel.panel-warning .nav-tabs > li > a:focus {
  color: #8a6d3b;
  background-color: #faebcc;
  border-color: transparent; }
.tabbed-panel.panel-warning .nav-tabs > li.active > a {
  color: #8a6d3b;
  background-color: #fff;
  border-color: #faebcc;
  border-bottom-color: transparent; }
  .tabbed-panel.panel-warning .nav-tabs > li.active > a:hover, .tabbed-panel.panel-warning .nav-tabs > li.active > a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent; }
.tabbed-panel.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .tabbed-panel.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; }
    .tabbed-panel.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .tabbed-panel.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
      background-color: #faebcc; }
  .tabbed-panel.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a {
    color: #fff;
    background-color: #8a6d3b; }
    .tabbed-panel.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .tabbed-panel.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #8a6d3b; }
.tabbed-panel.panel-danger .nav-tabs > li > a {
  color: #a94442; }
  .tabbed-panel.panel-danger .nav-tabs > li > a:hover, .tabbed-panel.panel-danger .nav-tabs > li > a:focus {
    color: #a94442; }
.tabbed-panel.panel-danger .nav-tabs > .open > a {
  color: #a94442;
  background-color: #ebccd1;
  border-color: transparent; }
  .tabbed-panel.panel-danger .nav-tabs > .open > a:hover, .tabbed-panel.panel-danger .nav-tabs > .open > a:focus {
    color: #a94442;
    background-color: #ebccd1;
    border-color: transparent; }
.tabbed-panel.panel-danger .nav-tabs > li > a:hover, .tabbed-panel.panel-danger .nav-tabs > li > a:focus {
  color: #a94442;
  background-color: #ebccd1;
  border-color: transparent; }
.tabbed-panel.panel-danger .nav-tabs > li.active > a {
  color: #a94442;
  background-color: #fff;
  border-color: #ebccd1;
  border-bottom-color: transparent; }
  .tabbed-panel.panel-danger .nav-tabs > li.active > a:hover, .tabbed-panel.panel-danger .nav-tabs > li.active > a:focus {
    color: #a94442;
    background-color: #fff;
    border-color: #ebccd1;
    border-bottom-color: transparent; }
.tabbed-panel.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #f2dede;
  /* bg color */
  border-color: #ebccd1;
  /* border color */ }
  .tabbed-panel.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442;
    /* normal text color */ }
    .tabbed-panel.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .tabbed-panel.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
      background-color: #ebccd1;
      /* hover bg color */ }
  .tabbed-panel.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a {
    color: #fff;
    /* active text color */
    background-color: #a94442;
    /* active bg color */ }
    .tabbed-panel.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .tabbed-panel.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
      color: #fff;
      /* active text color */
      background-color: #a94442;
      /* active bg color */ }

.todo_con h3 {
  background: #0563a6;
  padding: 10px;
  color: #fff;
  border: none;
  margin-bottom: 5px; }
.todo_con .todo_inner {
  border: 1px solid #ddd;
  margin: 3px 0;
  padding: 20px; }
  .todo_con .todo_inner span {
    text-align: center;
    display: block;
    padding: 10px;
    width: 300px;
    font-weight: bold;
    max-width: 100%;
    background: #0563a6;
    color: #fff;
    border-radius: 4px;
    margin: 20px auto 0;
    cursor: pointer; }
    .todo_con .todo_inner span:before {
      content: "";
      font-family: material icons;
      font-weight: normal;
      margin-right: 3px;
      line-height: 0;
      position: relative;
      top: 5px;
      font-size: 20px; }
    .todo_con .todo_inner span.show_condition {
      background: #ed6d01; }
      .todo_con .todo_inner span.show_condition:before {
        content: ""; }
    .todo_con .todo_inner span.finish {
      background: #dc3545; }
      .todo_con .todo_inner span.finish:before {
        content: ""; }

.message_con h3 {
  background: #ed6d01;
  padding: 10px;
  color: #fff;
  border: none;
  margin-bottom: 5px; }
.message_con .send_msg {
  padding: 10px 20px 10px;
  background: #f5f5f5; }
  .message_con .send_msg textarea {
    height: 120px; }

.msg_lane {
  padding: 0px 0px 0px 15px;
  background: #e1f9fe;
  height: 550px; }
  .msg_lane .msg_inner {
    height: 100%;
    overflow-y: scroll;
    padding-right: 15px;
    padding-top: 20px; }
    .msg_lane .msg_inner::-webkit-scrollbar-track {
      background: #e1f9fe;
      border-left: none; }
  .msg_lane .msg_box {
    margin-bottom: 15px;
    flex-direction: row-reverse; }
    .msg_lane .msg_box.no_read .text {
      border: 2px solid #dc3545; }
      .msg_lane .msg_box.no_read .text:before {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 14px 7px 0;
        border-color: transparent #dc3545 transparent transparent;
        content: "";
        left: -14px;
        top: calc(50% - 12px); }
    .msg_lane .msg_box.no_read.js .text:before {
      border-width: 7px 0 7px 14px;
      border-color: transparent transparent transparent #dc3545;
      left: auto;
      right: -14px; }
    .msg_lane .msg_box .text {
      background: #f5f5f5;
      padding: 15px;
      width: calc(100% - 80px);
      border-radius: 4px;
      font-size: 12px;
      position: relative; }
      .msg_lane .msg_box .text:after {
        position: absolute;
        width: 0;
        height: 0;
        z-index: 2;
        border-style: solid;
        border-width: 5px 10px 5px 0;
        border-color: transparent #f5f5f5 transparent transparent;
        content: "";
        left: -10px;
        top: calc(50% - 10px); }
    .msg_lane .msg_box .meta {
      width: 70px;
      padding: 0px 0; }
      .msg_lane .msg_box .meta .img {
        height: 42px;
        width: 100%;
        width: 80px;
        object-fit: cover;
        margin-bottom: 10px; }
        .msg_lane .msg_box .meta .img img {
          width: 100%;
          height: 100%; }
      .msg_lane .msg_box .meta .date span {
        font-size: 16px;
        display: block;
        text-align: left;
        font-weight: bold; }
      .msg_lane .msg_box .meta .date i, .msg_lane .msg_box .meta .date em {
        display: block;
        font-size: 11px;
        text-align: left; }
    .msg_lane .msg_box.js {
      flex-direction: inherit; }
      .msg_lane .msg_box.js .text {
        background: #96de53; }
        .msg_lane .msg_box.js .text:after {
          border-width: 5px 0 5px 10px;
          border-color: transparent transparent transparent #96de53;
          right: -10px;
          left: auto; }
      .msg_lane .msg_box.js .meta .date span {
        text-align: right; }
      .msg_lane .msg_box.js .meta .date i, .msg_lane .msg_box.js .meta .date em {
        text-align: right; }

.more_load {
  padding: 10px; }
  .more_load span {
    display: block;
    text-align: center;
    color: #6fb034;
    padding: 10px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    max-width: 120px;
    border: 1px solid #6fb034;
    margin: 10px auto; }
    .more_load span:before {
      content: "";
      font-family: material icons;
      position: relative;
      top: 3px; }

.popup_con.show_condition {
  padding-top: 30px; }
  .popup_con.show_condition h3 {
    border: none;
    padding: 10px;
    background: #f1f1f1; }
  .popup_con.show_condition table tbody th {
    width: 200px; }
  .popup_con.show_condition .ac_box {
    margin: 20px 0;
    padding: 0px; }
  .popup_con.show_condition .cp {
    cursor: pointer; }

.mgt-15 {
  margin-top: -15px; }

.mgt-30 {
  margin-top: -30px; }

.mgt10 {
  margin-top: 10px; }

.mgt15 {
  margin-top: 15px; }

.mgt30 {
  margin-top: 30px; }

.mgb10 {
  margin-bottom: 10px; }

.mgb15 {
  margin-bottom: 15px; }

.mg10 {
  margin: 10px 0; }

.mg15 {
  margin: 15px 0; }

.mg30 {
  margin: 30px 0; }

.mgl15 {
  margin-left: 15px; }

.mgr15 {
  margin-right: 15px; }

.pd15 {
  padding: 15px; }

.w60 {
  width: 60px;
  max-width: 100%;
  display: inline-block !important; }

.w80 {
  width: 80px;
  max-width: 100%;
  display: inline-block !important; }

.w100 {
  width: 100px;
  max-width: 100%;
  display: inline-block !important; }

.w150 {
  width: 150px;
  max-width: 100%;
  display: inline-block !important; }

.w200 {
  width: 200px;
  max-width: 100%;
  display: inline-block !important; }

.w300 {
  width: 300px !important;
  max-width: 100%;
  display: inline-block !important;
  padding-right: 10px;
  margin-right: 10px !important; }

.w50 {
  width: 50% !important;
  max-width: 100%;
  display: inline-block !important;
  padding-right: 10px;
  margin-right: 10px !important; }

.t_h500 {
  height: 500px;
  overflow-y: scroll; }

.mgt-15 {
  margin-top: -15px; }

.mgt-30 {
  margin-top: -30px; }

.mgt10 {
  margin-top: 10px; }

.mgt15 {
  margin-top: 15px; }

.mgt30 {
  margin-top: 30px; }

.mgb10 {
  margin-bottom: 10px; }

.mgb15 {
  margin-bottom: 15px; }

.mg10 {
  margin: 10px 0; }

.mg15 {
  margin: 15px 0; }

.mg30 {
  margin: 30px 0; }

.mgl15 {
  margin-left: 15px; }

.mgr15 {
  margin-right: 15px; }

.pd15 {
  padding: 15px; }

.w60 {
  width: 60px;
  max-width: 100%;
  display: inline-block !important; }

.w80 {
  width: 80px;
  max-width: 100%;
  display: inline-block !important; }

.w100 {
  width: 100px;
  max-width: 100%;
  display: inline-block !important; }

.w150 {
  width: 150px;
  max-width: 100%;
  display: inline-block !important; }

.w200 {
  width: 200px;
  max-width: 100%;
  display: inline-block !important; }

.w300 {
  width: 300px !important;
  max-width: 100%;
  display: inline-block !important;
  padding-right: 10px;
  margin-right: 10px !important; }

.w50 {
  width: 50% !important;
  max-width: 100%;
  display: inline-block !important;
  padding-right: 10px;
  margin-right: 10px !important; }

.t_h500 {
  height: 500px;
  overflow-y: scroll; }

.close_btn {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
  top: 20px;
  right: 20px;
  cursor: pointer; }
  .close_btn:before {
    content: "";
    font-family: material icons;
    position: absolute;
    font-size: 20px;
    left: 4px;
    color: #999; }

.search_terms {
  position: fixed;
  display: none;
  width: 1170px;
  max-width: calc(100% - 30px);
  left: calc(50% - 585px);
  z-index: 9999;
  height: calc(100% - 100px);
  top: 50px;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  overflow-y: scroll; }
  .search_terms.active {
    display: block; }

.st_cols {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 500px;
  background: #fbe6a5;
  padding: 15px;
  justify-content: space-between;
  flex-wrap: wrap; }
  .st_cols div {
    width: 49.6%; }
  .st_cols .root ul {
    margin-bottom: 0;
    background: #fff; }
    .st_cols .root ul.parent .active {
      background: #f1f1f1; }
    .st_cols .root ul li {
      padding: 10px;
      border-bottom: 1px solid #ccc;
      position: relative;
      font-weight: bold; }
      .st_cols .root ul li:after {
        content: "";
        font-family: material icons;
        position: absolute;
        top: 10px;
        right: 0;
        font-size: 18px; }
      .st_cols .root ul li ul {
        display: none; }
  .st_cols .terms {
    background: #fff; }
    .st_cols .terms ul {
      display: none; }
      .st_cols .terms ul li {
        padding: 10px;
        max-height: 41px;
        border-bottom: 1px dashed #eee; }
        .st_cols .terms ul li label {
          margin-bottom: 0;
          display: block; }
      .st_cols .terms ul.active {
        display: block; }

.check_field {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 4px;
  background: #f5f5f5; }
  .check_field span {
    display: inline-block !important;
    padding: 10px;
    background: #ddd;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px; }
    .check_field span input[type="checkbox"] {
      display: none; }
  .check_field i.remove {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #28a745;
    color: #fff;
    font-size: 14px;
    padding: 1px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 1px; }

.popup_con {
  position: fixed;
  display: none;
  width: 1200px;
  max-width: calc(100% - 30px);
  left: calc(50% - 600px);
  z-index: 9999;
  height: calc(100% - 100px);
  top: 50px;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  overflow-y: scroll; }
  .popup_con.active {
    display: block; }

.bg_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
  transition: 0.3s ease; }
  .bg_layer.active {
    display: block;
    transition: 0.3s ease; }

.bg_layer_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99998;
  transition: 0.3s ease; }

table.multi_check tr td span.check, table.single_check tr td span.check {
  font-size: 20px;
  text-align: center;
  padding-top: 5px; }
  table.multi_check tr td span.check:before, table.single_check tr td span.check:before {
    font-family: material icons;
    content: "";
    color: #ddd; }
table.multi_check tr.checked, table.single_check tr.checked {
  background: #e4ffe4;
  font-weight: bold !important; }
  table.multi_check tr.checked span.check:before, table.single_check tr.checked span.check:before {
    color: #28a745; }
table.multi_check tr.disable, table.single_check tr.disable {
  background: #ccc;
  pointer-events: none; }
table.multi_check tr td span.check:before {
  content: ""; }
table.mail_table {
  width: 100%; }
  table.mail_table tr {
    border-bottom: 1px solid #ddd; }
  table.mail_table th {
    width: 15%;
    padding: 10px 0; }
  table.mail_table td {
    width: 85%;
    padding: 10px; }
    table.mail_table td textarea {
      height: 180px;
      margin-bottom: 10px;
      display: block; }

.mail_table_con {
  height: 405px;
  overflow-y: scroll;
  margin-top: 40px; }
  .mail_table_con.confirm {
    height: calc(100% - 160px); }
    .mail_table_con.confirm table.mail_table tr #attachment {
      display: none; }

.mail_template .mail_table_con {
  height: auto;
  overflow: inherit; }
  .mail_template .mail_table_con input:read-only {
    background: #eee !important; }
.mail_template .add_option {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  margin-top: 30px; }

.add_option {
  position: absolute;
  bottom: auto;
  left: 30px;
  top: 255px;
  width: calc(100% - 30px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .add_option button {
    font-size: 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 10px;
    margin-right: 3px; }

.user_input_field label {
  padding: 3px 12px;
  margin-right: 5px;
  border: 1px solid #ddd;
  border-radius: 4px; }
  .user_input_field label span.close {
    display: block;
    width: 16px;
    height: 16px;
    background: #f1f1f1;
    border-radius: 50%;
    font-size: 11px;
    padding: 2px 2px;
    color: #333 !important;
    margin-top: 2px;
    opacity: 1;
    margin-left: 5px;
    cursor: pointer;
    text-align: center; }
  .user_input_field label input {
    display: none; }

.send {
  position: fixed;
  width: 400px;
  height: 350px;
  left: calc(50% - 200px);
  top: 200px;
  background: #fff;
  border-radius: 4px;
  padding: 30px;
  border: 1px solid #0563a6;
  z-index: 99999; }

.edit_jc {
  height: calc(100% - 300px);
  overflow-y: scroll; }

@media (max-width: 600px) {
  .mail_table_con {
    height: 150px !important;
    margin-top: 10px; }

  .add_option {
    left: 15px;
    width: calc(100% - 15px);
    top: auto;
    bottom: 10px; } }
.table-responsive {
  overflow: visible; }

h1 {
  font-size: 18px; }
  h1.job_tit {
    background: #ed6d01;
    color: #fff;
    line-height: 1.5;
    padding: 15px;
    font-size: 20px; }
    h1.job_tit span {
      display: block;
      font-weight: bold; }
      h1.job_tit span.badge {
        display: inline-block;
        padding: 5px 15px; }

h2 {
  font-size: 16px;
  border-bottom: 4px double #ed6d01;
  padding-bottom: 10px;
  margin-top: 30px; }

h3 {
  font-size: 16px;
  line-height: 1;
  border-left: 5px solid #ed6d01;
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 15px; }

h4 {
  font-size: 15px; }

i, em {
  font-style: normal; }

ul,
ul li {
  list-style: none;
  padding: 0; }

.btn {
  font-size: 14px !important;
  border-radius: 4px;
  min-width: 120px;
  padding: 10px 15px !important; }
  .btn.btn-outline-primary {
    padding: 8px 15px !important; }
  .btn.search {
    min-width: inherit;
    padding: 6px 8px !important;
    border-radius: 0;
    margin-left: -4px; }

a.btn.btn-secondary {
  background: #ccc;
  color: #fff; }

.px {
  padding: 15px 0; }

.slide {
  display: none; }

.span_btn {
  display: inline-block;
  font-weight: bold;
  color: #0563a6;
  cursor: pointer;
  padding: 5px 0;
  text-decoration: underline; }

.df_sb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .df_sb.center {
    justify-content: center; }
  .df_sb.fe {
    justify-content: flex-end; }
  .df_sb .w50 {
    width: 49% !important;
    margin-right: 0 !important; }
  .df_sb .w49 {
    width: 49% !important; }

.elipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.page-header {
  margin-top: 15px;
  border-bottom: 2px solid #ed6d01;
  padding-bottom: 6px; }

.navbar {
  background: #fff;
  border-bottom: none;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.14); }
  .navbar .nav-item.open .material-icons {
    color: #ed6d01; }
  .navbar .material-icons {
    line-height: 0;
    position: relative;
    top: 6px;
    font-size: 21px;
    color: #000;
    padding-right: 3px; }
  .navbar a:hover .material-icons {
    color: #ed6d01; }

.navbar-brand {
  background: none;
  color: #0563a6;
  font-weight: bold;
  padding: 8px 15px; }
  .navbar-brand img {
    width: 75px; }

.breadcrumb {
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
  padding: 5px 0px;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 12px; }

.panel {
  border-width: 2px; }
  .panel .material-icons {
    line-height: 0;
    position: relative;
    top: 6px;
    padding-right: 3px; }

.panel-info > .panel-heading {
  border: none !important;
  color: #655543; }

.panel-heading {
  background: #ddd !important;
  border-color: none; }

.panel-table .panel-heading {
  font-size: 15px; }
.panel-table .panel-body {
  padding: 0 !important; }

.panel-info {
  border-color: #fbe6a5; }
  .panel-info .panel-heading {
    background: #fbe6a5 !important; }

.panel-success .panel-heading {
  background: #d6e9c6 !important; }

.panel-danger .panel-heading {
  background: #ebccd1 !important; }



.panel-heading {
  padding: 15px;
  font-weight: bold;
  background: #0563a6;
  color: #fff;
  background: #888;
  font-size: 15px; }
  .panel-heading.blue {
    background: #000 !important;
    color: #fff !important; }
    .panel-heading.blue h3 {
      border: none; }
  .panel-heading.green {
    background: #28a745 !important;
    color: #fff !important; }
  .panel-heading.red {
    background: #dc3545 !important;
    color: #fff !important; }
  .panel-heading > * {
    font-weight: bold; }

#wrapper .panel-body {
  padding: 15px; }

.panel-body {
  padding: 30px; }

.form-control {
  height: auto;
  padding: 6px 12px; }

.panel table {
  margin-bottom: 0; }

.table-responsive.h_l3 {
  height: 420px;
  overflow-y: scroll; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background: #fff; }

.table-striped > tbody > tr:nth-of-type(even) {
  background: #f5f5f5; }

.balloon_belt {
  position: relative;
  z-index: 9; }
  .balloon_belt.active {
    z-index: 10; }
    .balloon_belt.active i {
      display: block;
      background: #f1f1f1;
      border: 1px solid #ddd;
      padding: 3px 6px;
      position: absolute;
      left: 10px;
      top: -3px;
      display: block;
      word-break: break-all;
      white-space: nowrap; }
  .balloon_belt span {
    cursor: pointer;
    position: relative;
    z-index: 1; }
  .balloon_belt i {
    display: none;
    z-index: 2; }

.table {
  position: relative;
  font-size: 12.6px; }
  .table.table-bordered {
    border-top: none; }
  .table.fixed {
    table-layout: fixed; }
  .table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .table.horizonal th {
    width: 200px; }
  .table.w1200 {
    width: 100%;
    overflow-x: scroll; }
  .table.flags tbody tr td:nth-child(1) {
    width: 70px;
    min-width: inherit; }
  .table.table_job.index tbody td:nth-child(3) {
    max-width: 150px;
    width: 150px; }
  .table.table_job tbody td {
    position: relative; }
    .table.table_job tbody td .message {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      height: 62px;
      overflow: hidden;
      position: relative;
      cursor: pointer; }
    .table.table_job tbody td .balloon {
      position: absolute;
      display: none;
      background: #fff;
      top: -10%;
      left: 20px;
      padding: 10px;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
      border-radius: 4px;
      font-size: 13px;
      background: #eee;
      width: 550px;
      height: 120%;
      cursor: pointer;
      box-sizing: border-box;
      overflow-y: scroll;
      z-index: 99; }
      .table.table_job tbody td .balloon:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -20px;
        margin-top: -12px;
        border: 10px solid transparent;
        border-right: 12px solid #eee;
        z-index: 2; }
    .table.table_job tbody td:nth-child(2) {
      max-width: 220px; }
      .table.table_job tbody td:nth-child(2) span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .table.table_job tbody td:nth-child(3) {
      width: 300px; }
  .table thead {
    position: relative; }
    .table thead tr {
      position: relative; }
      .table thead tr th {
        vertical-align: top;
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        background: url(../img/stripe01.png);
        z-index: 99;
        border-bottom: 2px solid #ddd; }
        .table thead tr th:after {
          content: "";
          height: 1px;
          width: 100%;
          bottom: 0;
          left: 0;
          background: #ddd;
          display: block;
          position: absolute; }
        .table thead tr th:before {
          content: "";
          height: 1px;
          width: 100%;
          top: 0;
          left: 0;
          background: #ddd;
          display: block;
          position: absolute; }
        .table thead tr th span {
          display: block; }
  .table tbody {
    overflow: scroll; }
    .table tbody tr th {
      background: url(../img/stripe01.png); }
    .table tbody tr td label {
      margin-right: 10px; }
    .table tbody tr td:nth-child(1) {
      min-width: 240px; }
    .table tbody tr td span {
      display: block; }
      .table tbody tr td span.badge {
        display: inline-block; }
    .table tbody tr td i.flag {
      display: block;
      text-align: center;
      font-size: 24px;
      color: #ccc; }
      .table tbody tr td i.flag.active:before {
        color: #dc3545; }
      .table tbody tr td i.flag:before {
        content: "";
        font-family: material icons; }
    .table tbody tr td a {
      text-decoration: underline;
      font-weight: bold; }
    .table tbody tr td.auto {
      width: 70px;
      min-width: inherit;
      position: relative; }
    .table tbody tr a.bullet {
      display: inline-block;
      margin-right: 5px;
      margin: 3px 5px 3px 0;
      text-decoration: underline;
      font-weight: bold; }

.dataTables_paginate, .dataTables_length, .dataTables_info {
  display: none; }

.pagination li:nth-child(1) a, .pagination li:last-child a {
  background: #eee; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background: #ed6d01;
  color: #fff;
  border-color: #ed6d01; }

.pagination > li > a.active {
  background: #ed6d01;
  color: #fff;
  border-color: #ed6d01; }

p.remarks {
  padding: 20px;
  border: 3px solid #ed6d01;
  background: #ed6d01;
  color: #fff; }

.panel, .panel-heading {
  border-radius: 0; }

.material-icons {
  line-height: 0 !important;
  position: relative;
  top: 6px;
  padding-right: 3px; }

.show_all {
  position: absolute;
  right: 30px;
  top: 10px;
  background: #fff;
  padding: 7px 27px 7px 20px;
  text-align: center;
  border-radius: 3px;
  color: #ed6d01;
  font-size: 12px;
  border: 2px solid #ed6d01; }
  .show_all:after {
    content: "";
    font-family: material icons;
    position: absolute;
    right: 5px;
    top: 5px; }

.show_all_detail {
  position: static;
  right: 30px;
  top: 10px;
  background: #fff;
  padding: 7px 27px 7px 20px;
  text-align: center;
  border-radius: 3px;
  color: #ed6d01;
  font-size: 12px;
  float: right;
  border: 2px solid #ed6d01; }
  .show_all_detail:after {
    content: "";
    font-family: material icons;
    position: static;
    right: 5px;
    float: right;
    top: 5px; }



.link_edit {
  margin-top: -60px;
  margin-bottom: 20px; }

.btn-primary {
  background: #ed6d01 !important;
  border-color: #ed6d01 !important;
  padding: 10px 15px; }

.btn_open {
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 15px 0;
  cursor: pointer;
  background: #f5f5f5; }
  .btn_open:before {
    font-family: material icons;
    content: "";
    font-size: 20px;
    line-height: 0.6;
    position: relative;
    top: 5px; }
  .btn_open.open:before {
    font-family: material icons;
    content: ""; }

.btn_row {
  width: 600px;
  max-width: 100%;
  margin: 30px auto; }
  .btn_row .btn-block {
    margin-top: 0; }
  .btn_row input[type="submit"], .btn_row button {
    padding: 15px; }

.btn-outline-success {
  border-color: #D9D9D9;
  color: #838383;
  background: #fff;
  border-width: 2px; }

.btn-outline-primary {
  border-color: #0563a6;
  color: #0563a6;
  background: #fff;
  border-width: 2px; }

.detail_job .btn-outline-primary {
  color: #ed6d01;
  border-color: #ed6d01; }

.ng_show:after {
  content: "NG確認済み除く"; }
.ng_show:before {
  content: "";
  font-family: material icons;
  position: relative;
  top: 2px;
  padding-right: 5px; }
.ng_show.ng_hide {
  background: #28a745 !important;
  color: #fff !important; }
  .ng_show.ng_hide:after {
    content: "NG確認済み表示"; }
  .ng_show.ng_hide:before {
    font-family: material icons;
    content: "";
    position: relative;
    top: 2px;
    padding-right: 5px; }

.nav-tabs {
  margin-bottom: 15px; }

.nav a.active {
  border-bottom: 3px solid #ed6d01;
  color: #ed6d01; }
  .nav a.active.dropdown-item {
    border: none; }
  .nav a.active .material-icons {
    color: #ed6d01; }

::-webkit-scrollbar {
  width: 11px; }

::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec; }

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff; }

ul.area_parent li {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee; }
  ul.area_parent li ul {
    display: block;
    margin-left: 20px; }
    ul.area_parent li ul li {
      display: inline-block;
      margin-bottom: 0;
      border: none; }

input[type="date"], input[type="month"] {
  position: relative; }

input[type='date']::-webkit-calendar-picker-indicator,
input[type='month']::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; }

input.no_spin::-webkit-inner-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.table-inner.tb_close {
  display: none; }

.search_toggle.tb_close {
  padding: 13px 15px 15px;
  border-radius: 4px;
  border: 1px solid #ddd; }
.search_toggle:not(.tb_close) .search_back {
  display: none; }
.search_toggle .search_back {
  display: inline-block;
  padding: 0px 0px 4px 0px;
  text-align: center;
  border-bottom: 1px solid #0563a6;
  color: #0563a6;
  cursor: pointer; }
  .search_toggle .search_back:before {
    content: "";
    font-family: material icons;
    font-size: 16px;
    position: relative;
    top: 3px; }

input[type="checkbox"], input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 3px; }

input[type="search"] {
  border-radius: 0 !important; }

input[readonly] {
  display: block;
  width: 100%;
  border: none; }

textarea {
  display: block;
  width: 100%; }
  textarea[readonly] {
    border: none; }

.text_box {
  padding: 20px;
  background: #f5f5f5;
  color: #333;
  font-size: 13.6px;
  line-height: 1.7; }

.badge {
  padding: 5px 10px;
  border-radius: 10px;
  width: 80px;
  ; }
  .badge.require {
    float: right; }

.badge-primary {
  background: #0563a6; }

.badge-success {
  background: #28a745; }

.badge-danger {
  background: #dc3545; }

.badge-Informal{
  background: #D7B500;
  float: right; }

.select-job{

	  font-size: 20px;
	  font-weight: bold;
	  margin-top: 30px;
	  margin-bottom: 20px;

}


footer {
  background: #f1f1f1; }
  footer .navbar {
    background: none;
    margin-bottom: 0;
    border-bottom: none; }

/*# sourceMappingURL=styles.css.map */
