@import url("./validationEngine.jquery.css");

* {
    margin: 0;
    padding: 0;
}
html{
    height: 100%;
}
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
.fa, .fas { font-weight: 501 !important; }

body {
/*	padding-top: 70px;*/
	font: 80%/1.2em;
	font-family: "sans-serif";
/*	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";*/
	color: #404040;
	height: 100%;
	width: 100%;
	background-color: #fff;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-left: 5px;
}
input[type="text"], textarea, select {
	background-color: #fff;
	border: solid 1px #ccc;
	font-family: Meiryo, sans-serif;
	font-size: 13px;
}
input[type="text"], input[type="password"], select {
}
input[type="text"], input[type="password"], textarea {
	padding: 0px;
	border-radius: 4px;
	font-size: 15px;
}

input[type="text"]:focus {
}
input[type="password"]:focus {
}
input:focus, select:focus, textarea:focus {
	box-shadow: 0 0 5px #09f;
	border: solid 1px #09d !important;
}
input:hover, select:hover, textarea:hover {
	transition: 0.5s;
/*	box-shadow: 0 0 5px #09f;*/
	border: solid 1px #00ccb9 !important;
}

/* 入力が非の場合の背景色 */
/* disabledはpostされなくなるため使用しない
input[type="text"][disabled] {
	background: #eee;
	cursor:not-allowed;
}
select[disabled] {
	background: #eee;
	cursor:not-allowed;
}
*/
input[type="text"][readonly] {
	background: #eee;
	cursor:not-allowed;
}
select[readonly] {
	background: #eee;
	cursor:not-allowed;
}

input::placeholder {
  color: #00ccb9;
}
textarea::placeholder {
  color: #00ccb9;
}

label {
	display: inline-block;
	background-color: #fff;
/*	background: -prefix-linear-gradient(bottom, #001159, #00487d);
	background: linear-gradient(to bottom, #001159, #00487d);*/
	color: #999;
	width: 100px;
	text-align: center;
}


a:link {color:#09f;} /*未訪問のリンクの色*/
a:visited {color:#09f;} /*訪問済みのリンクの色*/
a:active {color:#09f;} /*クリック中のリンクの色*/



.kadomaru {
	border-radius: 4px;
}
.su {
	text-align: right;
	padding-right: 2px !important;
}

table input[type="text"], table textarea, table select {
	background: #fff;
	border: solid 1px #999;
	font-family: Meiryo, sans-serif;
	font-size: 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	color: #444;
	height: 22px;
}

li {
	list-style: none;
}

h2 {
  position: relative;
  padding: 6px 3px 6px 22px;
  color: #000;
  font-size: 1.7em;
  z-index: -1;
  margin-bottom: 5px;
}
h2::after {
  position: absolute;
  top: .5em;
  left: 0em;
  content: '';
  width: 14px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #f37;
  border-radius: 7px;
}

dd li label {
	background: #00ccb9;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
/*------------------------------
 ページネーション 
------------------------------*/
.pagenate {
	margin-right: 3px;
}
.pagenate li {
	float: left;
	border: solid 1px #000;
	width: 30px;
	text-align: center;
	border-right: none;
}
.pagenate li:first-child {
	border-radius: 5px 0px 0px 5px;
}
.pagenate li:last-child {
	border-radius: 0px 5px 5px 0px;
	border-right: 1px solid #000;
}
.pagenate a {
	display: block;
	cursor: pointer;
	color: #00ccb9;
}
.pagenate .cur {
	display: block;
	background: #00ccb9;
	color: #fff;
}

/*---------------------------------
  ヘッダー
---------------------------------*/
#header {
	box-sizing: border-box;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 70px;
	width: 100%;
	color: #00ccb9;
	font-size: 1.5em;
	background: #fff;
	background: -moz-linear-gradient(to right, #fff, #fff);
	background: -webkit-gradient(linear, left, bottom, from(#fff), to(#fff));
	background: linear-gradient(to right, #fff, #fff);
	border: 1px solid #00ccb9;
	z-index: 9999;
}
/*---------------------------------
  コンテンツ
---------------------------------*/
#contents {
	padding-top: 70px;
}
#control_wrapper {
	position: relative;
}
/*---------------------------------
  フッター
---------------------------------*/
#footer {
	box-sizing: border-box;
	position: fixed;
    bottom: 0;
    width: 100%;
    height: 22px;
	text-align: center;
	color: #00ccb9;
	font-size: 0.8em;
	background: #fff;
	background: -prefix-linear-gradient(right, #fff, #fff);
	background: linear-gradient(to right, #fff, #fff);

	border: 1px solid #00ccb9;

}
/*---------------------------------
  ページネーション
---------------------------------*/
#pagenate_block {
	position: relative;
    bottom: 40px;
    width: 100%;
    height: 30px;
    text-align: right;
	color: #00ccb9;
	background: #fff;
	background: -prefix-linear-gradient(right, #fff, #fff);
	background: linear-gradient(to right, #fff, #fff);

	border: 1px solid #fff;

}
/*---------------------------------
  トップへ戻るボタン
---------------------------------*/
.topBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	color: #fff !important;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 22px;
	padding-top: 30px;
	box-sizing: border-box;
	background: #00ccb9;
	font-size: 1.0em;
	border: 2px solid #fff;
	z-index: 999;
}
.topBtn:before {
    position: absolute;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	content: '';
	top: 15px;
	width: 20px;
	height: 20px;
	transform: rotate(-45deg);
	right: 34%;
}
.topBtn:hover {
	opacity: 0.7;
}
/*---------------------------------
  標準ボタン
---------------------------------*/
.btn {
	font-size: 17px;
	width: 170px;
	border: none;
	height: 40px;
	cursor: pointer;
	color: #000;
	background: #fff;
	transition: 400ms;
	border: solid 2px #000 !important;
}
.btn:hover {
	color: #00ccb9;
	background: #fff;
	transition: 0.5s;
/*	box-shadow: 0 0 5px #09f;*/
	border: solid 2px #00ccb9 !important;
}
/*---------------------------------
  ログインボタン
---------------------------------*/
.btn2 {
	font-size: 17px;
	width: 170px;
	border: solid 2px #000;
	height: 40px;
	cursor: pointer;
	color: #000;
	background: #fff;
	transition: 400ms;
	border: solid 2px #000 !important;
}
.btn2:hover {
	color: #00ccb9;
	background: #fff;
	transition: 0.5s;
/*	box-shadow: 0 0 5px #09f;*/
	border: solid 2px #00ccb9 !important;
}
/*---------------------------------
  Applyボタン
---------------------------------*/
.btn3 {
	font-size: 17px;
	width: 170px;
	border: none;
	height: 40px;
	cursor: pointer;
	color: #fff;
	background: #f06;
	transition: 400ms;
}
.btn3:hover {
	background: #0ff;
}
/*---------------------------------
  ボタン4
---------------------------------*/
.btn4 {
	font-size: 17px;
	width: 170px;
	border: none;
	height: 40px;
	cursor: pointer;
	color: #fff;
	background: #06f;
	transition: 400ms;
}
.btn4:hover {
	background: #0ff;
}

/*---------------------------------
  システムタイトル
---------------------------------*/
#system_title {
	padding: 10px;
}
/*---------------------------------
  メニュー
---------------------------------*/
#login_user_name {
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 12px;
	margin: 10px 10px auto auto;
}
/*---------------------------------
  メニュー
---------------------------------*/
#menu {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 1px;
}
#menu ul{
	font-size: 0;
	text-align: right;
	border-collapse: separate;
	border-spacing: 1px 0;
	display: table;
	width: 100%;
}
#menu li{
	color: #000;
	background-color: #fff;
	font-size: 14px;
	height: 30px;
	width: 200px;
	text-align: center;
	margin: 1px;
	cursor: pointer;
	vertical-align: middle;
	transition: 400ms;
	border: 2px solid #000;
	display: table-cell;
}
#menu li:hover{
	color: #00ccb9;
	background-color: #fff;
	border: 2px solid #00ccb9;
}
/*---------------------------------
  テーブル（リスト）
---------------------------------*/
.table {
	border-collapse: collapse;
	font-size: 12px;
	border: solid 2px #000;
}
.table thead {
	height: 25px;
	text-align: center;
	background: #06f;
	background: -prefix-linear-gradient(bottom, #06f, #009efb);
	background: linear-gradient(to bottom, #06f, #009efb);
	color: #fff;
}
.table th{
	border: solid 1px #000;
/*	background: #06f;*/
	color: #000;
	font-weight: normal !important;
}
.table td{
	border: solid 1px #999;
	padding: 0px;
}

.table tr:hover {
/*	background: #60f;*/
}
/*---------------------------------
  テーブル（入力系）
---------------------------------*/
.table2 {
	border-collapse: collapse;
	font-size: 14px;
	margin-top: 5px;
}
.table2 thead {
	height: 20px;
	text-align: center;
	background: #06f;
	background: -prefix-linear-gradient(bottom, #06f, #009efb);
	background: linear-gradient(to bottom, #06f, #009efb);
	color: #fff;
}
.table2 th{
	border: solid 2px #fff;
	background: #03557d;
	color: #fff;
	text-align: center;
	font-weight: normal !important;
	padding: 0px;
}
.table2 td{
/*	border: dotted 1px #e1e1e1;*/
	padding: 0px;
}

.table2 tr:hover {

}
/*---------------------------------
  ラジオボタン
---------------------------------*/
.radio01-input{
/*	display: none;*/
	opacity: 0;
	position: absolute;
}
.radio01-input + label{
	padding-left: 25px;
	position:relative;
	margin-right: 3px;
	font-size: 14px;
	cursor: pointer;
}
.radio01-input + label:hover::before{
	box-shadow: 0 0 5px #09f;
	border: 1px solid #09f;
}
.radio01-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	border-radius: 50%;
}
.radio01-input:checked + label{
	color: #00add2;
	font-size: 14px;
	cursor: pointer;
}
.radio01-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 14px;
	height: 14px;
	background: #00b7ff;
	border-radius: 50%;
}
input[type=radio]:disabled + label::before {
	background: #eee;
	cursor: not-allowed;
}
input[type=radio]:disabled + label {
	cursor: not-allowed;
}
input.kin {
	width: 90px !important;
	text-align: right;
}
input.date {
	width: 120px !important;
	text-align: left;
}
.date-div {
	width: 135px !important;
	display: inline-block;
}
/*---------------------------------
  チェックボックス
---------------------------------*/

.chk {
	display: none;
}

.chkBox {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 0 0 0 24px;
	vertical-align: middle;
	cursor: pointer;
}

.chkBox:hover:after {
	border-color: #00ccb9;
	box-shadow: 0 0 5px #00ccb9;

}

.chkBox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #999;
	border-radius: 6px;
	content: '';
}

.chkBox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 6px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #00ccb9;
	border-bottom: 3px solid #00ccb9;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.chk:checked + .chkBox:before {
	opacity: 1;
}

.chk:checked + .chkBox {
	color: #00ccb9;
}
.chk_item {
	background: #fff;
/*	background: -prefix-linear-gradient(bottom, #001159, #00487d);
	background: linear-gradient(to bottom, #001159, #00487d);*/
	color: #bbb;
	text-align: left;
/*	width: 10px;*/
}
input[type=checkbox]:disabled + .chkBox:after {
	background: #eee;
	cursor: not-allowed;
}
input[type=checkbox]:disabled + .chkBox {
	cursor: not-allowed;
}
.hanrei{
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #999;
}
.col_task_status_def {
	background: #fac;
}
.col_task_status_10 {
	background: #abff71;
}
.col_task_status_90 {
	background: #ccc;
}
.col_task_status_00 {
	background-color: #f0f0f0;
	background-image: repeating-linear-gradient(-45deg,#fff, #fff 7px,transparent 0, transparent 14px);
}
.col_task_status_00:before {
	content:"受付未";
	color: #aaa;
}
/*---------------------------------
  アイコン付きテキストボックス
---------------------------------*/
.icon-text {
/*	display:block;*/
	position:relative;
}
.icon-text input[type=text] {
	padding-left: 25px;
	height: 27px;
}
i.icon {
	position:absolute;
	top:50%;
	left:5px;
	margin-top:-0.5em;
	color:#aaa;
}


.icon-button {

}
i.icon-button {
	position:absolute;
	top:50%;
	left:5px;
	margin-top:-0.5em;
	color:#aaa;
}



.text_chk {
  content: '';
  width: 10px;
  height: 5px;
  border-left: 2px solid #f06;
  border-bottom: 2px solid #f06;
  transform: rotate(-45deg);
  display: inline-block;
}

/*---------------------------------
  デフォルトカラークラス
---------------------------------*/
.col_def {
	background: #fff;
	color: #00ccb9 !important;
}
/*---------------------------------
  カラー関連クラス
---------------------------------*/
/* メニューデフォルト */
.menu_col_register {
	background: #09f !important;
	color: #fff;
	text-decoration: none;
}
.menu_col_register_import {
	background: #08c9dd !important;
	color: #fff;
	text-decoration: none;
}
/* 新規依頼 */
.col_bg_request_new {
	background: #63f400 !important;
	color: #fff !important;
}
/* 依頼 */
.col_bg_request {
	background: #4ab700 !important;
	color: #fff !important;
}
/* Upload */
.col_bg_upload {
	background: #4a00b7 !important;
	color: #fff !important;
}

/* 作業 */
.col_bg_job {
	background: #00ccb9 !important;
	color: #fff !important;
}

/* 折衝履歴 */
.col_bg_nego {
	background: #0093cc !important;
	color: #fff !important;
	text-decoration: none;
}

/* ステータスカラー （未着手）*/
.col_bg_status0 {
	background: #ff83b4;
}
/* ステータスカラー （作業中）*/
.col_bg_status1 {
	background: #7ce633;
}
/* ステータスカラー （完了）*/
.col_bg_status9 {
	background: #999;
}

.btn_add {
    width: 22px;
    height: 22px;
    border: 2px solid #f06;
    color: #f06;
    background: #fff;
    margin-left: auto;
    margin-right: 5px;
    display: block;
    float: right;
    cursor: pointer;
}
.btn_delete {
    width: 22px;
    height: 22px;
    border: 2px solid #07f;
    color: #07f;
    background: #fff;
    margin-left: auto;
    margin-right: 0px;
    display: block;
    float: right;
    cursor: pointer;
}

.month-picker-month-table .ui-button {
    width: 2.2em !important;
    margin: 0em !important;
}



.notification {
	background: #f7ff00;
	z-index: 999999;
	position: fixed;
	top: 0px;
	left: 0px;
	color: #000;
	text-align: center;
	height: 40px;
	width: 100%;
	font-size: 26px;
}

/* 点滅 */
.blink_notification {
	-webkit-animation: blink 1.0s ease-in-out infinite alternate;
	animation: blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.hidden {
	visibility: hidden;
}
.dsp_none {
	display: none;
}

#MonthPicker_txt_teikei_list_month {
	width: 214px;
}


/*---------------------------------
  Remodal共通
---------------------------------*/
.remodal, .remodal-wrapper::after {
    vertical-align: top !important;
}
.remodal h1 {
	background: #00ccb9;
	color: #fff;
	margin-left: 0px;
}
.remodal caption {
	color: #000;
	text-align: left;
	border-left: 10px solid #97ff00;
	padding-left: 3px;
	font-size: 20px;
}
.remodal th {
	background: #00ccb9;
	color: #fff;
/*	width: 120px;*/
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #000;
}
.remodal td {
	text-align: left;
	padding: 0px;
	border: 1px solid #000;
}
.remodal {
	padding: 0px 0px 5px 0px !important;
}
.remodal-confirm {
	color: #fff !important;
}
.remodal-cancel {
	color: #fff !important;
}


.ui-autocomplete {
    max-height: 250px;
    min-width: 500px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:999999 !important;
}
.ui-autocomplete li strong{
	color: #07f;
}


.ui-datepicker {
    z-index:999999 !important;
}

.alert::placeholder {
    color: #f06;
    border: 1px solid #FF3633;
}


.read_only {
	float: left;
	display: block;
	background: #f00;
	padding-left: 10px;
	padding-right: 10px;
}
.required {
	color: #f06;
	padding: 0px 5px;
	font-size: 11px;
	margin-left: 2px;
	margin-top: 2px;
	position: absolute;
	border: 1px solid #f06;
	display: inline-block;
	line-height: 1em;
}



#mail_list li {
	height: 25px;
	margin-top: 2px;
	border-bottom: 1px dotted #999;
}

#loading_wrapper {
	width: 100%;
	position: fixed;
	display: table;
	z-index: 999999999999;
	height: 100%;
	top: 0;
}
#loading {
	display: table-cell;
	background-color: #fff;
	opacity: 0.8;
	vertical-align: middle;
}
.fa-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear !important;
}

#loading .loadingMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
/*	padding-top: 140px;
	background: url("/images/loading_black.gif") center center no-repeat;*/
}

#whatsnew li{
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

.select2-container--open {
	z-index: 9999999;
}

.select2-selection__rendered {
    line-height: 21px !important;
}
.select2-container .select2-selection--single {
    height: 23px !important;
}
.select2-selection__arrow {
    height: 22px !important;
}
.select2-search { background-color: #00f; }




h3 {
	color: #000;
	text-align: left;
	border-left: 10px solid #97ff00;
	padding-left: 3px;
	font-size: 20px;
}






.lity {
	z-index: 9999999999999 !important;
}

.repair_thread {
	cursor: pointer;
}
.repair_thread:hover {
	background: #a6ffff;
}
