@charset "UTF-8";
.w1{
	width:2em;
	min-width:2em;
}
.w2{
	width:3em;
	min-width:3em;
}
.w3{
	width:4em;
	min-width:4em;
}
.w4{
	/*width:5em;*/
	min-width:5em;
}
.w5{
	width:6em;
	min-width:6em;
}
.ww5{
	width:6em;
	min-width:6em;
	max-width:6em;
}
.w6{
	width:7em;
	min-width:7em;
}
.w7{
	width:8em;
	min-width:8em;
}
.w8{
	width:9em;
	min-width:9em;
}
.w9{
	width:10em;
	min-width:10em;
}
.w10{
	width:11em;
	min-width:11em;
}
.w11{
	width:12em;
	max-width:100%;
}
.w15{
	width:16em;
	max-width:100%;
}
.w20{
	width:21em;
	max-width:100%;
}
.w25{
	width:26em;
	max-width:100%;
}
.w30{
	width:31em;
	max-width:100%;
}
.w40{
	width:41em;
	max-width:100%;
}
.w50{
	width:51em;
	max-width:100%;
}

.pagination {
	padding-right: 10px;
}

p.pagination-header {
	padding: 5px 5px 5px 0;
	margin: 0;
}

.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td {
	white-space: nowrap;
}

.bg-grey, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #d2d6de !important;
}

.bg-grey {
    color: #000 !important;
}

.dayofweek-0 td.title {
	background-color: #FF99CC;
}

.dayofweek-6 td.title {
	background-color: #6699FF;
}

td.rank-1 {
	background-color: #ed8aa2;
}

td.rank-2 {
	background-color: #f7d5ad;
}

td.rank-3 {
	background-color: #fff8dc;
}

td.rank-4 {
	background-color: #FFFFFF;
}

td.rank-5 {
	background-color: #9adbef;
}

td.rank-6 {
	background-color: #f0f8ff;
}

thead th,
tbody th {
	background-color: #d9d9d9;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border: 1px solid #ccc;
}

span.badge:nth-child(n + 2) {
	margin-left: 5px;
}

.table td input.form-control {
	display: inline-block;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}

.select2-container {
	max-width: 100%;
}

span.select2 {
	display: block;
}

span.sun {
	color: #FF0000;
}

span.sat {
	color: #0066FF;
}

.mb40 {
	margin-bottom: 40px;
}

.ml20 {
	margin-left: 20px;
}

.fs30 {
	font-size: 30px !important;
}

.fs24 {
	font-size: 24px !important;
}

/* AdminLTE */
@media (max-width: 767px) {

	.no-vertical-padding-xs {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}

.no-margin-bottom {
	margin-bottom: 0;
}

tr.average-data {
	border-top: solid 4px #ddd;
}

.table-nowrap th {
	white-space: nowrap;
}

table.utility-cost th.meter,
table.utility-cost td.meter {
	border-left: solid 3px #ddd;
}

table.utility-cost th.use,
table.utility-cost td.use {
	border-right: solid 3px #ddd;
}

input[type="number"].nospin::-webkit-outer-spin-button,
input[type="number"].nospin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"].nospin {
  -moz-appearance:textfield;
}

.login-box.confirm-box {
  width: 750px;
  margin: 7% auto;
}
@media (max-width: 768px) {
  .login-box.confirm-box {
    width: 90%;
    margin-top: 20px;
  }
}

.labor-regulations {

	width: 100%;
	height: 400px;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 20px;

	border: solid 1px #ddd; 

}

.important-notices {

	width: 100%;
	height: 400px;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 20px;

	border: solid 1px #ddd; 
	padding: 20px;
	background-color:#eee;

}

.alert-submit {
	margin-top: 1em;
}
