body, table {
  font-size: 12px;
}

#rightblock {
  width: calc(99% - 200px) !important;
  -webkit-transition: width ease-in-out .45s,-webkit-box-shadow ease-in-out .45s;
  -o-transition: width ease-in-out .45s,box-shadow ease-in-out .45s;
  transition: width ease-in-out .45s,box-shadow ease-in-out .45s
}

#rightblock.full {
  width: 98% !important;
}

#forecast table td:last-child {
  border-right: 2px solid black;
}

#rightblock #forecast table th {
  font-size: 15px;
}

#content {
  width: 98%;
  font-size: 12px;
  margin: 5px 10px;
}

h1 {
  text-align:center;
  font-size: 25px;
}

h2 {
  font-size: 12px;
  margin-bottom: 0;
}

.clearall {
  clear: both;
}
div.anadate {
  text-align:right;
  font-size: 14px;
  float:right;
}

div.anadate p {
  margin-top: 0px;
  margin-bottom: 0px;
}

#headerblock {
  height: 55px;
}

div#sendlistblockoutside {
  padding: 5px 10px;
  font-size: 15px;
}

div#sendlistblockoutside {
  font-size: 15px;
}

#selectdate select {
  padding: 1px 2px;
  border-radius: 2px;
  background-color: white;
  margin: 1px;
}
#csv_div select {
  margin-left: 2px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#sendlistblockoutside select,
#sendblockinside select {
  padding: 4px 8px;
  border-radius: 3px;
  background-color: white;
  margin: 3px 0 3px 3px;
}

#sendblockinside table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px !important;
}

#sendblockinside table td,
#sendblockinside table th {
  border: 1px solid #663300;
  padding: 5px;
}

#sendblockinside table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: white;
}

.form-control {
  width: 96% !important;
  padding: 4px 8px;
  font-size: 15px;
  border:solid 1px #ccc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.btn {
  padding: 4px 8px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  color: #FFFFFF;
  border-radius: 3px;
  margin-top: 1px;
  min-height: 30px;
}

.btn-success {
  background-color: #28a745;
  border:solid 1px #28a745;
}

.btn-primary {
  background-color: #337ab7;
  border:solid 1px #2e6da4;
}

.btn-info {
  border:solid 1px #46b8da;
  background-color: #5bc0de;
}

#file_type, #send_type {
  font-size: 16px;
}

/* Page css */

#content table {
  border: 2px solid #000000;
  margin-top: 5px;
  width: 100%;
  border-collapse:collapse;
}

#content th, #content td {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  text-align: center;
}

.td-days th,
.td-hours td,
.tr-data th {
  border: 2px solid #000000 !important;
}
.tr-data:last-child{
  border-bottom: 2px solid #000000;
}

.first-tr {
  border-top: 2px solid #000000 !important;
}

th.normal, td.normal {
  width:70px;
}

th.place, td.place {
  width:90px;
}

div#forecast {
  margin-top: 20px;
}

.tbold {
  border-top: 2px solid #000000;
}

.lbold {
  border-left: 2px solid #000000;
}

.bbold {
  border-bottom: 2px solid #000000;
}

.tlbold {
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
}

#forecast p {
  margin-top:0;
  margin-bottom:0;
}

.comment-cover {
  font-size: 17px;
  margin-left: 40px;
  margin-bottom: 5px;
}

.comment {
  margin-bottom: 5px;
  width: 835px;
  border: 1px solid black;
  min-height: 80px;
  position: relative;
  overflow: hidden;
  float: left;
}

.comment .comment-title {
  padding-top: 5px;
  font-size: 12px;
  vertical-align: top;
  white-space: nowrap;
  width: 65px;
  text-align: center;
  min-height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.comment .comment-content {
  text-align: left;
  font-size: 12px;
  border-left: 1px solid black;
  width: 750px;
  min-height: 80px;
  margin-left: 65px;
  padding: 5px 10px;
}

.comment .comment-content textarea {
  width: 98% !important;
}

.text-explain {
  float: right;
  font-size: 14px;
  text-align: right;
  width: 100%;
}

.text-explain .row-explain {
  margin-top: 5px;
}

.text-explain img {
  height: 18px;
}

.target {
  display: none;
}

/*Css checkbox*/
th.p-relative {
  position: relative;
}

.checkbox-container {
  /*display: block;*/
  /*position: relative;*/
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*left: 0;*/
  /*top: 0;*/
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 15px;
  width: 15px;
  background-color: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid black;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #5F5F5F;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
tr.tr-data td {
    padding: 2px 0;
}
.zone-title {
    width: 18px;
}

#csv_cover {
  position: relative;
}

#show_csv {
  font-size: 16px;
}

.area-csv {
  position: absolute;
  left: 12px;
  top: 0;
  margin-top: 0;
  font-size: 17px;
}

.area-csv .csv-div {
  width: 450px;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #5F5F5F;
  padding: 1.25rem;
  display: inline-flex;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}

#generate_csv,
#csv_hour {
  margin-left: 10px;
}

.hidden {
  display: none !important;
}

.t-right-bold {
  border-right: 2px solid black;
}

@-moz-document url-prefix() {
  .text-in-row {
    padding-top: 10px;
    font-size: 12px;
    width: 75px;
  }
  .zone-title {
    font-size: 10px !important;
  }
}

td.editing-multiple {
  background-color: #5bc0de;
}

.update-warning {
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: .2rem;
  border: 0;
  color: #fff;
  background-color: #28a745;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
}

/*Css for warning area*/
#rightblock .area-warning {
  width: 100%;
}
#rightblock .area-warning .item {
  min-width: 90%;
}
.area-warning {
}
.area-warning .item {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
}
.area-warning .area-name {
  font-size: 16px;
  padding: 5px;
  min-width: 80px;
  display: inline-block;
}
.warnings {
  display: inline;
  padding: 4px 0;
}
.warnings ul {
  display: inline;
  padding: 0;
  margin: 0 !important;
}
.warnings ul li {
  display: inline;
  font-size: 16px;
  list-style-type: none;
  margin: 0 5px;
  padding: 4px 8px;
  overflow: hidden;
}
.warnings ul.notice li {
background: #fff500;
}
.warnings ul.warning li {
background: #ff2800;
color: white;
}
.warnings ul.special li {
background: #c800ff;
color: white;
}
