/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@media print {
  a[href]:after {
    content: none !important;
  }
}
body {
  background-color: #f8f8f8;
}
#wrapper {
  width: 100%;
}
#page-wrapper {
  padding: 0 15px;
  background-color : rgb(255,255,255);
  width: 100%;
  float: left;
}

.sidebar-nav {
  min-height: 650px;
  background: #343a40 ;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
  /*  margin: 0 0 0 180px;*/
    padding: 0 20px;
    border-left: 1px solid #e7e7e7;
  }
}
.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.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-left: 0;
  padding-right: 0;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
  background-color: #789440;
}

.sidebar ul li a:hover{
  background-color: #789440;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
  border-bottom: none !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: 180px;
   /* 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 .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 : rgb(255,255,255);
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}
.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%;
}
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: transparent;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  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 [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
/*.show-grid {
  margin: 15px 0;
}*/
.huge {
  font-size: 40px;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color : rgb(255,255,255);
  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 : rgb(255,255,255);
  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 : rgb(255,255,255);
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid rgb(255,255,255);
  border-bottom: 14px solid transparent;
  border-left: 14px solid rgb(255,255,255);
}
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: rgb(255,255,255);
  background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}


.navbar-brand {
  float: left;
  height: 50px;
  padding: 11px 5px;
  font-size: 15px;
  line-height: 35px;
}

.bread_crumb {
  background: #004273 !important;
  padding: 7px;
  margin-bottom: 15px
}

.bread_crumb a {
  color : rgb(255,255,255) !important;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none
}

.bread_crumb a .fa {
  font-size: 22px;
  font-weight: normal
}

.show-grid [class^="col-"] {
  padding-top: 3px;
  padding-bottom: 3px;
  border: none;
  background-color: transparent !important;
}

body {
  margin: 0 auto;
  width: 1024px !important;
}

#page-wrapper {
  border-left: 1px solid #e7e7e7;
}

.card-login {
  background-image: url('/ver1/image/top.jpg');
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.bct_label .arrow {
  top:5px;
}
.nav > li > a:focus, .nav > li > a:hover {background: none}
.bct_input_form .show-grid div{line-height: 22px}

.bct_input .show-grid div {
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 12px;
}

.bct_input .show-grid div:first-child {
  background: #004273 !important;
  text-align: center;
  color : rgb(255,255,255);
}

.bct_input .show-grid div:nth-child(2) {
  background: #bfbfbf !important;
  text-align: right;
  color: #333;
}

.bct_input .show-grid {
  margin: 1px 0px;
}

.monthly_summary {
  padding-bottom: 2px;
  font-size: 13px;
  width: 100%;
  float: left;
  color: #333;
  text-align: center;
}

.monthly_summary .ms_lb_full {
  padding-top: 2px;
  padding-bottom: 2px;
}
.monthly_summary .ms_lb_left {
  background: #004273 !important;
  text-align: center;
  color : rgb(255,255,255);
  width: calc(100% - 50px);
  float: left;
  padding-top: 2px;
  padding-bottom: 2px;
}

.monthly_summary .ms_lb_right {
  background: #bfbfbf !important;
  text-align: right;
  color: #333;
  width: 50px;
  float: right;
  padding-right: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.bct_input_form .show-grid div {
  padding-top: 1px;
  padding-bottom: 1px;
  /*background: transparent !important;*/
  background: transparent;
  border: none;
  line-height: 26px;
}

.bct_input_form .show-grid {
  margin: 1px 0;
}

.bct_input_form div {
  font-size: 12px;
}

.form-control {
  height: 23px;
  font-size: 12px;
  padding: 0px 5px;
  color: #111;
  line-height: 14px
}


.input_time label {
  background: #004273;
  padding: 3px 8px;
  font-size: 14px;
  width: 100px;
  margin-bottom: 2px;
  font-weight: normal;
  color : rgb(255,255,255);
  text-align: center;
  position: relative;
}
.input_time label .arrow {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #004273;
  position: absolute;
  right: -5px;
  top: 7px;
}

.input_time select#ngoing_work_type {width: 140px;}
.input_time select#nwork_place_no{ width: 110px}
.input_time input#cremark_comment{ width: 230px}

.input_time .form-control {
  height: 30px;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

.navbar-brand {
  color: #111 !important;
  font-weight: bold;
}

.dd_calendar {
  width: 100%
}

.dd_calendar span {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #444;
  width: 38px;
  padding:3px;
  display: block;
  margin: 0 auto;
}
.dd_calendar span.c_day {
  background: #f5bd94;
  color: #111;
}
.dd_calendar span.pink {
  color: #FF02F8
}

.dd_calendar span.red {
  color: #FF180A
}

.dd_calendar span.blue {
  color: #0C40D1
}

.dd_calendar span.closed_bct {
  border-radius: 50%;
  border-color: blue;
  border: 2px solid blue;
}

.dd_calendar tr td, .dd_calendar tr th {
  text-align: center;
  width: 56px !important;
}

.dd_calendar tr:nth-child(2) td {
  padding-top: 5px;
}

.dd_calendar tr td {
  padding-bottom: 5px;
}

.dd_calendar tr:first-child {
  border-bottom: 1px solid #6c757d
}

.sidebar {
  background: rgb(52,58,64) !important;
  float: left;
}

.sidebar ul li {
  border-bottom: none !important;
  padding-top: 5px;
  padding-bottom: 5px
}

.sidebar ul li a {
  color: rgb(255,255,255);
  font-weight: bold;
  font-size: 13px
}

.sidebar ul li i {
  font-size: 19px;
  line-height: 21px;
  font-weight: normal !important;
}

.card-login {
  max-width: 1000px;
  max-height: 320px;
  background-image: url('/ver1/image/top.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.login-body {
  max-width: 400px;
  margin: 50px auto;
}

.nav-user-item {
  color: rgb(255,255,255) !important;
  position: relative;
  margin-top: 150px;
  left: 15px;
}

.nav-user-item img {
  width: 70px;
  height: 70px;
  float: left;
}

.nav-text {
  display: inline-block;
  padding-top: 26px;
  padding-left: 10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 5px;
  padding-left: 5px
}

.container-fluid {
  padding-right: 0px;
  padding-left: 15px;
  padding-top: 20px;
  width: 832px;
  float: right;
}

.row {
  margin-left: 0px;
  margin-right: 0px
}

.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid blue;
  border-right: 2px solid green;
  border-bottom: 2px solid red;
  border-left: 2px solid pink;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Absolute Center Spinner */
.loading_layer {
  display: none;
  position: fixed;
  z-index: 100000;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading_layer:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading_layer:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading_layer:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.user-mt .form-group {
  margin-bottom: 0px
}

.user-mt label {
}

.user-mt span.require {
  width: 5px;
  display: inline-block;
  color: red
}

.user-mt label {
  background: #004273;
  padding: 3px 8px;
  font-size: 12px;
  width: 100px;
  margin-bottom: 2px;
  font-weight: normal;
  color : rgb(255,255,255);
  text-align: center;
  position: relative;
}

.user-mt label .arrow {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #004273;
  position: absolute;
  right: -5px;
  top: 6px;
}

.tm_button {
  text-align: center;
  display: inline-block;
  padding: 10px;
  border-radius: 100%;
  border: 3.4px solid;
  width: 66px;
  height: 66px;
  font-weight: bold;
  margin-right: 20px;
  color: #111;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
}

.tm_button.button_add {
  border-color: #83423E;
}

.tm_button.button_update {
  border-color: #1F6979;
}

.tm_button.button_delete {
  border-color: #FB2417;
  color: #FB2417
}

.tm_button.button_back {
  border-color: #857522;
}

.tm_button.button_add:hover {
  background-color: #83423E;
  color : rgb(255,255,255)
}

.tm_button.button_update:hover {
  background-color: #1F6979;
  color : rgb(255,255,255)
}

.tm_button.button_delete:hover {
  background-color: #FB2417;
  color : rgb(255,255,255)
}

.tm_button.button_back:hover {
  background-color: #857522;
  color : rgb(255,255,255)
}

.gpo_button {
  text-align: center;
  display: inline-block;
  padding: 10px;
  border-radius: 100%;
  border: 3.4px solid;
  width: 66px;
  height: 66px;
  font-weight: bold;
  margin-right: 20px;
  color: #111;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
}

.gpo_button.button_pexp {
  border-color: #83423E;
}

.gpo_button.button_aexp {
  border-color: #1F6979;
}

.gpo_button.button_back {
  border-color: #857522;
}

.gpo_button.button_pexp:hover {
  background-color: #83423E;
  color : rgb(255,255,255)
}

.gpo_button.button_aexp:hover {
  background-color: #1F6979;
  color : rgb(255,255,255)
}

.gpo_button.button_back:hover {
  background-color: #857522;
  color : rgb(255,255,255)
}

.cover-fit {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer
}

/* body{border: 2px solid #777}*/
.form-control.has-error {
  border-color: red
}

.cphoto_storage_destination.has-error {
  border: 1px solid red
}

.bct_button {
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  border: 3.4px solid;
  width: 73px;
  height: 70px;
  font-weight: bold;
  margin-right: 20px;
  color: #111;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  float: left;
}

.bct_button.button_1 {
  border-color: #1F6979;
}

.bct_button.button_2 {
  border-color: #567036;
}

.bct_button.button_3 {
  border-color: #857522;
  float: right;
}

.bct_button.button_4 {
  border-color: #83423E;
  float: right;
}

.bct_button.button_1:hover {
  background: #1F6979;
  color : rgb(255,255,255)
}

.bct_button.button_2:hover {
  background: #567036;
  color : rgb(255,255,255)
}

.bct_button.button_3:hover {
  background: #857522;
  color : rgb(255,255,255)
}

.bct_button.button_4:hover {
  background: #83423E;
  color : rgb(255,255,255)
}

.red {
  color: red !important;
}

.blue {
  color: blue !important;
}

.nholiday_flg {
  background: #bfbfbf
}

.nbacklog_flg {
  background: #FF8E85
}

.napproval_flag {
  font-size: 11px;
  padding: 2px;
  border-radius: 100%;
  border: 1px solid red;
  color: red
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.color_gray {
  background: #bfbfbf !important;
  text-align: center;
}

.bct_label .arrow {
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-left: 6px solid #004273 !important;
  position: relative;
  right: -9px;
  top: 6px;
}
.bct_label .center_1 {
  text-align: center !important;
}

.bt_input_time {
  text-align: center;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 3px solid !important;
  width: 70px;
  height: 70px;
  font-weight: bold;
  margin-right: 20px;
  color: #111 !important;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  font-family: monospace, sans-serif, Helvetica, Arial;
}

.bt_1_hover:hover {
  background-color: #637935 !important;
  color : rgb(255,255,255) !important;
}

.bt_2_hover:hover {
  background-color: #B75E18 !important;
  color : rgb(255,255,255) !important;
}

.bt_3_hover:hover {
  background-color: #2D6979 !important;
  color : rgb(255,255,255) !important;
}

.bt_4_hover:hover {
  background-color: #FF1423 !important;
  color : rgb(255,255,2) !important;
}

.bt_m_l {
  margin-left: 20px !important;
}

.bt_m_t {
  margin-top: 20px !important;
}

.green {
  border-color: #637935 !important;
}

.orange {
  border-color: #B75E18 !important;
}

.blue_1 {
  border-color: #2D6979 !important;
}

.red_1 {
  border-color: #FF1423 !important;
}

label .arrow {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #004273;
  position: absolute;
  right: -5px;
  top: 6px;
}

label {
  background: #004273;
  padding: 3px 8px;
  font-size: 12px;
  width: 100px;
  margin-bottom: 2px;
  font-weight: normal;
  color : rgb(255,255,255);
  text-align: center;
  position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*hight chart js*/
.highcharts-figure, .highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

#container {
  height:100%;
  position:absolute;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}



.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}

.cc-selector-2 input{
    position:absolute;
    z-index:999;
}
/*
.visa{
    background-image: url('/ver1/image/mental_icon/ICON5ON.png');
}
.mastercard{
    background-image: url('/ver1/image/mental_icon/ICON4ON.png');}
*/
.cc-selector-2 input:active +.drinkcard-cc, .cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector-2 input:checked +.drinkcard-cc, .cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.drinkcard-cc{
    padding-bottom: 100%;
    cursor:pointer;
    background-size:cover;
    background-repeat:no-repeat;
    display:inline-block;
    width:40px;height:55px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);
}
.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}
.drinkcard-cc.vista1{
    background-color:#FFFFFF;
}
.drinkcard-cc.vista2{
    background-color:#FFFFFF;
}
.drinkcard-cc.vista3{
    background-color:#FFFFFF;
}
.drinkcard-cc.vista4{
    background-color:#FFFFFF;
}
.drinkcard-cc.vista5{
    background-color:#FFFFFF;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 18px;
    border-radius: 3px;
    transition: all .2s;
}

.radio-inline__input:checked + .radio-inline__label {
    background: #B54A4A;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}
/* Extras
a:visited{color:#888}
a{color:#444;text-decoration:none;}
p{margin-bottom:.3em;}
*/

