.reportHistories.dropdown:hover > .dropdown-menu,
.reportHistories .dropright:hover > .dropdown-menu {
    display: block;
}
#page.container {
  max-width: 100%;
  padding: 0;
}
.boxed #wrapper,
.boxed header,
.container-inner {
  max-width: 100%;
  width: auto !important;
}
.sidebar h3 {
  font-size: 18px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
input[type="tel"] {
  padding: 0.375rem 0.75rem;
}
input[type="text"].form-control-plaintext,
input[type="password"].form-control-plaintext,
input[type="email"].form-control-plaintext,
textarea.form-control-plaintext,
input[type="tel"].form-control-plaintext {
  border: none;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder,
input[type="tel"]::placeholder {
  color: #ccc;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}
.custom-control-label{
  font-size: inherit;
  line-height: 1.5;
}
.btn-primary {
  color: #fff;
  cursor: pointer;
  background-color: #cc0000;
  border-color: #cc0000;
}
.main a.btn-primary {
  color: #fff;
}
.btn-primary:hover {
  cursor: pointer;
  opacity: 0.6;
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.main .btn-outline-primary {
  color: #cc0000;
  cursor: pointer;
  background-color: #fff;
  border-color: #cc0000;
}
.main .btn-outline-primary:hover {
  color: #007bff;
  border-color: #007bff;
}
button[type="submit"],
input[type="submit"] {
  display: inline-block;
  margin: 0;
}
button[type="submit"]:hover,
input[type="submit"]:hover {
  opacity: 0.6;
}
.entry .input-group p.error {
  width: 100%;
  color: #cc0000;
}
.entry .bootstrap-datetimepicker-widget table {
  border: none!important;
  text-align: center !important;
}
.entry .bootstrap-datetimepicker-widget table tr {
  border: none!important;
  text-align: center !important;
}
.entry .bootstrap-datetimepicker-widget table th {
  padding: 5px 0!important;
  border: none!important;
  text-align: center !important;
}
.entry .bootstrap-datetimepicker-widget table td {
  padding: 5px 0!important;
  border: none!important;
  text-align: center !important;
}
.input-group [data-toggle="datetimepicker"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: row-reverse;
}
.flagHoliday,
.flagExpress,
.flagSpecial,
.flagPersonal,
.flagNoPayment,
.flagOff {
  display: inline-block;
  margin: 0 0.1em;
  padding: 0.5em;
  border-radius: 0.5em;
  line-height: 1em;
  font-weight: bold;
  font-size: 0.7rem;
}
.flagHoliday {
  background: #ff2a2a;
  color: #ffffff;
}
.flagExpress {
  background: #ffbb00;
  color: #ffffff;
}
.flagSpecial {
  background: #1bb155;
  color: #ffffff;
}
.flagPersonal {
  background: #390796;
  color: #ffffff;
}
.flagNoPayment {
  background: #999;
  color: #ffffff;
}
.flagOff {
  background: #f5f5f5;
  color: #ccc;
}
.entry table#datatables tr.alt.even {
    background: #fff;
}
.entry table#datatables tr.odd {
    background: #f1f1f1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
    border: 1px solid #fff;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px;
    vertical-align: middle;
}
#groupByTaskTable tbody th{
    background: #f1f1f1;
}
.entry table#datatables tr.alt.even:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075);
}
.entry table#datatables tr.odd:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075);
}
.profile_img_personal{
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  font-weight: bold;
  text-align: center;
  background: #ffe64d;
  border-radius: 4px;
  line-height: 2em;
  padding: 0 1em;
  margin: 0;
}
.profile_position{
  background: url(./add_img/icon_verified_user.svg) no-repeat left center;
  background-size: auto 2em;
  padding-left: 3em;
  line-height: 2em;
}
.profile_cwid{
  background: url(./add_img/icon_cw.svg) no-repeat left center;
  background-size: auto 2em;
  padding-left: 3em;
  line-height: 2em;
}
.profile_join{
  background: url(./add_img/icon_join.svg) no-repeat left 3px center;
  background-size: auto 2em;
  padding-left: 3em;
  line-height: 2em;
}
.profile_residence{
  background: url(./add_img/icon_residence.svg) no-repeat left 5px center;
  background-size: auto 2em;
  padding-left: 3em;
  line-height: 2em;
}
.profile_timeDifference{
  background: url(./add_img/icon_timeDifference.svg) no-repeat left center;
  background-size: auto 2em;
  padding-left: 3em;
  line-height: 2em;
}
.profile_ok{
  position: absolute;
  top: .75rem;
  right: 1.25rem;
}

/* mypage/vote/ */
#add_point_input,
#del_point_input {
  cursor: pointer;
  margin: 10px 0;
}
#add_point_input .badge,
#del_point_input .badge {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 2em;
  height: 2em;
  margin: -.3em .5em 0 0;
  background-color: #cc0000;
  border-radius: 100px;
  vertical-align: middle;
}
#del_point_input .badge {
  background-color: #6c757d;
}
#add_point_input .badge::before,
#add_point_input .badge::after,
#del_point_input .badge::before {
  content: '';
  display: block;
  width: 1.2em;
  height: 0;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#add_point_input .badge::after {
  transform: rotate(90deg);
}
