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;
}

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

#forecast .table-data:not(:first-child) {
  margin-top: 20px;
}

#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;
}

#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;
}

#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 {
  margin-bottom: 75px;
  padding: 5px 10px;
}

#main {
  position: relative;
}

.overview-info, .article, td, th{
  border: solid 1px;
}

#main h2,
#main td,
#main th {
  text-align: center;
}
#main td {
  font-size: 14px;
}

#main td, th{
  border: solid 1px;
}

#main td img {
  height: 20px;
}

.overview-info{
  min-height: 50px;
}

#main table{
  width: 100%;
  border-collapse: collapse;
  /* table-layout: fixed; */
}

#forecast {
  margin-bottom: 40px;
}


.header {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.header .title {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
#rightblock .title {
  height: 1px;
}
.header .header-left {
  float: left;
  width: 910px;
}
.header .text-top-comment {
  font-size: 17px;
  margin-bottom: 5px;
}
.header .header-right {
  /* width is about 323px */
  float: right;
}
.comment {
  margin-bottom: 5px;
  width: 100%;
  border: 1px solid black;
  position: relative;
  overflow: hidden;
  float:left;
}
.comment .comment-title {
  padding-top: 5px;
  font-size: 17px;
  vertical-align: top;
  white-space: nowrap;
  width: 90px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
}
.comment .comment-content {
  text-align: left;
  font-size: 17px;
  border-left: 1px solid black;
  min-height: 90px;
  margin-left: 90px;
  padding: 5px 10px;
  float:left;
  width: 800px;
}
.comment .comment-content textarea {
  width: 100% !important;
}


.tel {
  text-align: right;
  float: right;
  margin-top: 10px;
}
.tel p {
  margin: 0 0 5px 0;
  font-size: 16px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.tel p:last-child {
  margin-top: 15px;
}

.anadate {
  margin-bottom: 5px;
}

.normal {
  font-weight: normal !important;
  font-size: 15px;
}

.tlbold {
  font-size: 16px !important;
  padding: 1px;
}

.weather-input {
  width: 100%;
  height:100%;
}

.weather-td {
  background-color: #AAFFAA;
}

.suggest-cover {
  position: relative;
}

.suggest-cover .weather-suggest {
  position: absolute;
  top: 0;
  display: none;
  width: auto;
  max-height: 200px;
  overflow-y: scroll;
  border: 2px dashed #e8e8e8;
  background-color: white;
}

.suggest-cover .weather-suggest ul {
  list-style-type: none;
  padding: 2px;
  margin: 0;
}

.suggest-cover .weather-suggest ul li {
  cursor: pointer;
  padding: 1px;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  font-size: 11px;
}

.suggest-cover .weather-suggest ul li:last-child {
  border-bottom: none;
}

.bottom-text {
  font-size: 12px;
  margin-top: 10px;
  float:left;
}

.bottom-text img {
  height: 20px;
}
.bottom-text-time {
  margin-top: 10px;
  float: right;
}
.bottom-text-time {
  margin-top: 10px;
  float: right;
}
.t-center {
  text-align: center;
}

.date-hidden {
  display: none;
}

.bb-0 {
  border-bottom: 0 !important;
}

.bt-0 {
  border-top: 0 !important;
}
.bl-0 {
  border-left: 0 !important;
}
.br-0 {
  border-right: 0 !important;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}

.target {
  display: none;
}

/*Css checkbox*/
th.p-relative {
  position: relative;
}
.checkbox-parent {
  position: absolute;
  top: 2px;
  left: 2px;
}
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  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);
}


td.editing-multiple {
  background-color: #5bc0de;
}
.time-label {
  min-width: 70px;
}
