@charset "utf-8";

/* オーバーレイ
---------------------------------------------------------------------------*/
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99990;
	background-color: #ededed;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* ポップアップ
---------------------------------------------------------------------------*/
.p_container {
	position: fixed;
	padding: 0;
	margin: 0;
	background: #FFF;
	border: solid 1px #999;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 1px 2px 7px #b7b7b7;
	box-shadow: 1px 2px 7px #b7b7b7;
}

.p_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	background: #FC0;
	border-bottom: solid 1px #FC0;
	-webkit-border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;

}

.p_message {
	font-size: 12px;
	margin: 5px;
	background: #FFF;
}

.p_button {
	font-size: 12px;
	text-align: center;
}

.p_button input[type="submit"],
.p_button input[type="button"] {
	/* width: 45%; */
	width: 80px;
	padding: 5px;
	margin: 5px 10px 5px 10px;
	/* margin-bottom: 5px; */
	border: 1px solid #999;
	border-radius: 30px;
	background-color: #131dff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d55ff), to(#131dff));
	background-image: -webkit-linear-gradient(#4d55ff, #131dff);
	background-image: linear-gradient(#4d55ff, #131dff);
	-webkit-box-shadow: 0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
	font-size: 14px;
	color: #FFF;
}

.p_button input[type="submit"]:hover,
.p_button input[type="button"]:hover {
	background-color: #4d55ff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#131dff), to(#4d55ff));
	background-image: -webkit-linear-gradient(#131dff, #4d55ff);
	background-image: linear-gradient(#131dff, #4d55ff);
}

/* クラウド組曲
---------------------------------------------------------------------------*/
#maj_svid {
	text-transform: uppercase;
	margin: 0px;
	height: 16px;
}
#cloud_id {
	height: 16px;
}
#cloud_pass {
	margin: 0px;
	height: 16px;
}
#save_svid {
	margin-left: 27px;
}
#save_id {
	margin: 3px 3px 3px 4px;
}

#load {
	display: none;
}

.combobox_arrow_jdl {
	line-height: 25px;
	padding-left: 3px;
}

.combobox_button_jdl {
	text-decoration: none;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius   : 0 4px 4px 0;
	border-radius        : 0 4px 4px 0;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	background: #ccc;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
	background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
	background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
	background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);
	position: absolute;
	right: 0;
	top: 2px;
	display: block;
	height: 100%;
	width: 18px;
}

/* 端末登録
---------------------------------------------------------------------------*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* 仮想デスクトップ一覧
---------------------------------------------------------------------------*/
div .custom_scrollbar {
	overflow-y: scroll;
}

div .custom_scrollbar::-webkit-scrollbar {
	width: 10px;
}

div .custom_scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 10px;
}

div .custom_scrollbar::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
	-webkit-border-radius: 10px;
}

div .vm_label {
	height: 1.75em;
}

div .vm_space {
	height: 6.5em;
}

div .detail_label {
	margin-top: 5px;
	padding-top: 5px;
	font-weight: bold;
	line-height: 1em;
}

div .detail_label_ex {
	margin-top: 5px;
	padding-top: 5px;
	font-weight: bold;
	line-height: 1em;
	float: left;
}

div .detail_label_sub {
	margin-top: 5px;
	padding-top: 5px;
	font-weight: normal;
	line-height: 1em;
}

div .detail_text {
	border-bottom: solid 1px black;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

div .vm {
	float: left;
}

div .vm_dummy {
	float: right;
	width: 25px;
	height: 0px;
}

div .useok {
	display: inline-block;
	text-align: center;
	line-height: 1.75em;
	width: 149px;
	height: 149px;
	background-image: url("../images/useok.png");
}

div .using {
	display: inline-block;
	text-align: center;
	line-height: 1.75em;
	width: 149px;
	height: 149px;
	background-image: url("../images/using.png");
}

div .useban {
	display: inline-block;
	text-align: center;
	line-height: 1.75em;
	width: 149px;
	height: 149px;
	background-image: url("../images/useban.png");
}

/* flipswitch
label[for="onoffswitch"] {
	margin-left: 5px;
}
---------------------------------------------------------------------------*/

.onoffswitch {
	display: inline-flex; /* other */
	display: -webkit-inline-box; /* mobile safari */
	display: -ms-inline-flexbox; /* ie */
	vertical-align: middle;
	margin: 5px;
	position: relative; width: 50px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border: 2px solid #999999; border-radius: 10px;
}

.onoffswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
	font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: "ON";
	/* padding-left: 5px; */
	padding-right: 15px;
	background-color: #2FCCFF; color: #FFFFFF;
}

.onoffswitch-inner:after {
	content: "OFF";
	/* padding-right: 5px; */
	padding-right: 4px;
	background-color: #EEEEEE; color: #999999;
	text-align: right;
}

.onoffswitch-switch {
	display: block; width: 12px; margin: 4px;
	background: #FFFFFF;
	border: 2px solid #999999; border-radius: 10px;
	position: absolute; top: 0; bottom: 0; right: 26px;
	-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}
