@charset "utf-8";
/* CSS Document */
/* ColorScheme
#0d1226
#004170
#006fbe
#006fbe
#3391cf
#30b0cb
*/
body {
	margin: 0;
	background: #f9f9fa;
}
.ui-datepicker {
	z-index: 10!important;
}
#global-header {
    width: calc(100% - 20px);
    height: 30px;
    background: #004170;
    z-index: 100;
    position: sticky;
    top: 0;
    padding: 10px;
}
#global-header::after {
	display: block;
	content: "";
	clear: both;
}
#global-header h1 {
	margin: 0;
    height: inherit;
    float: left;
}
#global-header h1 img{
	vertical-align: top;
	height: inherit;
}
#global-header ul {
	float: right;
	margin: 0;
}
#global-header ul li {
	display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}
#global-header ul li span {
    padding: 3px 8px;
    vertical-align: middle;
    background: #e2eff9;
    color: #004170;
    border-radius: 10px;
    font-weight: bold;
    margin-right: 10px;
}
#global-header ul li button {
	padding: 3px 8px;
}
#navigation {
    width: 160px;
    background: #004170;
    position: fixed;
    height: 100%;
	z-index: 100;
}
#navigation .nav-wrap {
	position: relative;
	padding: 15px;
	cursor : pointer;
	z-index: 110;
}
#navigation .nav-wrap:hover {
	background: #006fbe;
}
#navigation .nav-title {
	display:block;
	color: #fff;
}
#navigation ul {
	margin: 0;
	position: absolute;
	top:0;
	left: 160px;
	width: 250px;
	color: #fff;
	padding-inline-start: 0;
	z-index: 120;
}
#navigation ul li {
	display: none;
	background: #006fbe;
    font-size: 16px;
    list-style: none;
	color: #fff;
	z-index: 130;
}
#navigation ul li a {
	color: #fff;
	text-decoration: none;
    padding: 15px 30px;
	display: block;
}
#navigation ul.nav-open li{
	display: block;
 }
#navigation ul li:hover {
	background: #5aa7de;
}
#panel {
	width: calc(100% - 220px);
	max-width: 1200px;
    margin-left: 160px;
    padding: 30px;
}

h2 {
    background: #006fbe;
    font-size: 24px;
    color: #fff;
    margin: 0 0 30px;
    padding: 10px 20px;
}

button {
	background: none;
	border: none;
	width: auto;
	outline: none;
	transition: .2s;
}
button:hover {
	cursor: pointer;
	filter:brightness(1.1);
	transform:translateY(-2px);
	box-shadow: 0px 2px 0px rgb(0 0 0 / 0.3);
	transition: .1s;
}
button:disabled:hover{
	cursor: unset;
	filter:unset;
	transform:unset;
	box-shadow: unset;
	transition: unset;
}
button[type="submit"]{
	margin-top: 60px;
	width: 100%;
}
button[type="submit"]:hover {
	box-shadow: none;
}
button[type="submit"]:disabled{
	background: none !important;
}
button[type="submit"]:disabled .fancy-button span{
	background: #a0a0a0;
    transform: none;
    color: #737373;
}
.button {
	background: #004170;
	display: inline-block;
    padding: 8px 10px;
    border-radius: 10px;
    color: #fff;
	transition: .2s;
}
.button::after {
	display: block;
	content: "";
}
.button:hover {
	cursor: pointer;
	filter:brightness(1.1);
	transform:translateY(-2px);
	box-shadow: 0px 2px 0px rgb(0 0 0 / 0.3);
	transition: .1s;
}

.agree {
	background: #00b3a4 !important;
	color: #fff !important;
}
.negative {
	background: #df5f6a !important;
    color: #fff !important;
}
.invalid {
	background: #606e79 !important;
	color: #fff !important;
}
.gray-btn {
	background: #bfc5c9 !important;
}
.disp-block {
	display: block !important;
}
.disp-inline {
	display: inline !important;
}
.disp-inline-block {
	display: inline-block !important;
}

.notice {
	margin-left: 240px;	
	margin-top: 10px;
}
.notice p {
	margin: 0;
	padding-bottom: 5px;
	font-size: 14px;
}
.notice p span{
	background: #bfc5c9;
	padding: 0 10px;
	line-height: 1.5;
	display: inline-block;
	margin-right: 5px;
}
.notice p span.fc-r {
	background: none;
	color: #D00407;
	font-weight: bold;
    padding: 0 5px;
    margin-right: 0;
}
.notice p span.underline {
	background: none;
	color: #D00407;
	border-bottom: 1px solid #D00407;
    padding: 0 5px;
    margin-right: 0;
}
.notice p span.important {
	background: #FFAE00;
	color: #D00407;
	border-bottom: 1px solid #D00407;
	font-weight: bold;
    padding: 0 5px;
    margin-right: 0;
}
input:disabled,
button:disabled{
    background: #dee1e3 !important;
    border-color: #bfc5c9;	
}
input.error,
select.error,
textarea.error{
	background: #ffeded;
	border: 2px solid #ff5454;
}
span.error {
	display: inline-block;
    margin: 5px 0 10px 240px;
    font-size: 14px;
    padding: 3px 5px;
    background: #ff6060;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}

input {
	border: 1px solid #30b0cb;
	border-radius: 5px;
	outline-color: #3391cf;
}

#id_check {
	display: inline;
    position: relative;
}
#id_check span.check_result {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
}
#id_check span.grant {
	color: #00b84d;
}
#id_check span.denie {
	color: #d2202f;
}

form hr {
    border: 1px solid rgba(48, 176, 203, 0.5);
    border-radius: 50%;
	margin: 3% 0;
}

form label,
form h3 {
	margin: 0 30px;
	font-size: 16px;
    padding: 10px;
    background: #30b0cb;
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
    display: inline-block;
    width: 150px;
    margin-right: 30px;
    text-align: center;
	vertical-align: middle;
}

form input,
form select,
form textarea{
	font-size: 16px;
    padding: 10px 20px;
    width: calc(100% - 300px);
	border: 1px solid #30b0cb;
	border-radius: 5px;
}

form dl {
	margin: 15px 0 0 145px;
}
form dl::after {
	content:"";
	display:block;
	clear:both;
}
form dl dt {
    padding: 10px;
    margin-right: 15px;
    text-align: right;
    background: #a9f0ff;
    font-size: 16px;
    float: left;
    border-radius: 10px;
}
form dl dd {
	margin: 0;
	font-size: 16px;
	width: calc( 100% - 85px);
	float: left;
}



label.error {
	display: inline-block;
    color: #d80000;
    font-weight: bold;
    margin-left: 200px;
    right: 0;
    top: 0;
    position: absolute;
}
ul {
	padding: 0;
}
ul li {
	list-style-type: none;
}

.logo_area {
	display: inline-block;
	width: calc(100% - 270px);
}
.logo_area::after {
	display: block;
	content: "";
	clear: both;
}
.logo_area .preview_area {
	width: 110px;
	height: 110px;
	border: 1px solid #999;
	margin-right: 10px;
	float: left;
	position: relative;
}
.logo_area .preview_area img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90px;
}
.logo_area input {
	float: left;
	width: calc(100% - 190px);
}
#choose_images .product_logos {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    max-height: 300px;
    overflow-y: scroll;
    background: #e8e8e8;
    border: 1px solid #30b0cb;
}
#choose_images .product_logos li {
    display: inline-block;
    width: calc(90% / 4);
    border: 1px solid #7d7d7d;
    transition: .3s;
    margin: 1%;
	filter: brightness(1);
    background: #fff;
}
#choose_images .product_logos li:hover {
	cursor:pointer;
	filter: brightness(1.1);
	transform: scale(1.1);
	border: 1px solid #30b0cb;
	transition: .3s;
}
#choose_images .product_logos li.selected {
	transform: scale(1.1);
	border: 1px solid #30b0cb;
}
#choose_images .product_logos li img {
    width: 100%;
    vertical-align: top;
}
table {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
}

table th{
	background:#006fbe;
	padding: 8px 10px;
	color: #fff;
}
table td {
	padding: 10px;
}
table td textarea {
	width: 100%;
	height: 100px;
	border: none;
}
table dl dt {
	background: #2d8fd5;
    color: #fff;
    padding: 0px 10px;
    display: inline;
}
table dl dd {
	margin: 0 0 10px 0;
	padding-left: 10px;
	display: inline;
}

#search_staff {
	margin: 30px 60px;
}
#search_staff label {
	border-radius: 0;
    background: none;
    color: #333;
    width: 70%;
    text-align: left;
    padding: 6px 0 6px 10px;
    display: inline-block;
    margin-top: 20px;
    border-left: 10px solid #30b0cb;
}
#SearchStaff {
	margin-left: 10px;
}
#search_staff #Search_Result {
	margin: 30px;
}
#StaffList input,
#RegdStaff input {
	display: inline;
    width: auto;
    border-radius: 20px;
    border: none;
    margin: 10px;
	padding: 10px;
}
#StaffList {
	background:#e2faff;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
#RegdStaff {
	background: #f9f9f9;
	padding-bottom: 10px;
}
#StaffList::before,
#RegdStaff::before {
    display: block;
    padding: 10px;
    width: inherit;
    margin-bottom: 10px;
    color: #fff;
    /* font-weight: bold; */
    font-size: 16px;
}
#StaffList::before {
	border-bottom: 1px dashed #75c2d2;
	background: #30b0cb;
	content: "登録可能なスタッフ";
}
#RegdStaff::before{
	content: "すでに別のカレンダーに登録済み";
	border-bottom: 1px dashed #505050;
	background: #8e8e8e;
}

#StaffList input {
	box-shadow: 0px 5px 0px #006fb7;
    background: #3391cf;
    color: #fff;
}

#search_staff #Selected {
	margin: 30px;
	background: #ffe8e4;
}
#search_staff #Selected::before {
	display: block;
    padding: 10px;
    width: inherit;
    margin-bottom: 10px;
    color: #fff;
    /* font-weight: bold; */
    font-size: 16px;
    border-bottom: 1px dashed #fff2f0;
    background: #fb4a25;
    content: "登録スタッフリスト";
}
#search_staff #Selected label {
	margin: 0 10px 10px;
    display: inline-block;
    border: none;
    background: #fb4a25;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    width: inherit;
}
#search_staff #Selected label::after {
	display: inline-block;
    content: "✕";
    padding: 3px;
    border-radius: 50%;
    background: #a91d00;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    margin-left: 10px;
}
dl.StaffAssignment {
	background: #f1dcda;
    padding: 10px;
}
dl.StaffAssignment dt {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
dl.StaffAssignment dd {
	display: block;
}
dl.StaffAssignment dd select {
	display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    padding: 3px 10px;
    height: 32px;
    border: 1px solid #b7483b;
	}
dl.StaffAssignment dd button {
    display: inline-block;
    width: unset;
    background: #b7483b;
    color: #fff;
    font-size: 14px;
    height: 26px;
    border-radius: 5px;
}
/*-- Modal Window --*/

#modal {
	display: none;

	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #666666;
	position:fixed;
	z-index: 30;
}
#modal h3 {
    background: #004170;
    margin: 0;
    padding: 20px;
    color: #fff;
}
#modal table tr th{
	background: #006fbe;
    color: #fff;
}
#modal table tr th,
#modal table tr td {
	padding: 10px;
	border: 1px solid #3b4d69;
}

/* モーダル 背景エリア */
#modal-bg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 20;
}

.table_wrapper #modal {
	position: absolute;
    z-index: 80;
    display: block;
    top: 35%;
}
.table_wrapper #modal .modal_clode {
	display: block;
    top: 0;
    right: 0;
    content: "✕";
    position: absolute;
    z-index: 60;
    background: rgba(255, 55, 55, 0.8);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    padding: 2px 5px;
}

/*--- カレンダーCSS --*/

/*-- 検索窓 --*/
.search_nav {
	
}
.search_nav dl,
.search_nav dt,
.search_nav dd {
	display: inline-block;
}
.search_nav dl {
	margin: 0;
}
.search_nav dl.count {
	border: 1px solid #333;
}
.search_nav dt {
    background: #006fbe;
    padding: 5px 10px;
    color: #fff;
}
.search_nav dd {
    margin: 0;
    padding: 5px 19px;
}
.search_nav ul {
	margin: 0;
}
.search_nav dd ul li,
.search_nav ul.paging li{
	display: inline;
}
.search_nav ul.paging {
	
}
table.search_field,
table.search_field tr{
	border: 1px solid #006fbe;
}
table.search_field th{
	width: 15%;
	background: #006fbe;
    color: #fff;
}
table.search_field td{
	width: 35%;
	padding: 0;
}
table.search_field td input{
    width: calc(100% - 20px);
    padding: 8px 10px;
    height: 100%;
    border-radius: 0;
    border: none;
}
table.search_field td select {
    width: calc(100% - 20px);
    padding: 8px 10px;
    height: 100%;
    border-radius: 0;
    border: none;
}
table.search_field td .select-main {
	width: 100%;
	border: none;
	display: block;
}
table.search_field td .select-list {
	margin: 0;
}
table.search_field div.select-arrow {
	border-top: 7px solid #006fbe;
}
table.search_field div.select-arrow.reverse {
    border-top: 7px solid transparent;
    border-bottom: 7px solid #006fbe;
}
table.search_field td .select-block {
	border-left: 1px solid #006fbe;
    border-right: 1px solid #006fbe;
    border-bottom: 1px solid #006fbe;
	top: 40px;
}
table.search_field li.select-items:hover,
table.search_field li.select-items.active {
	background-color: #006fbe;
}
table.search_field .reserve_date::after,
table.search_field .reserve_time::after{
	display: block;
	content: "";
	clear: both;
}
table.search_field .reserve_date input {
	display: block;
	width: calc((100% - 10%) / 2);
	padding: 0;
	float:left;
}
table.search_field .reserve_time select {
	display: block;
	width: calc((100% - 10%) / 2);
	padding: 0;
	float:left;
}
table.search_field .reserve_date span,
table.search_field .reserve_time span{
	display: block;
	float: left;
	width: 10%;
	text-align: center;
}

table.search_field .reserve_status input[type="checkbox"]{
	display: none;
}
table.search_field .reserve_status label {
    display: inline-block;
    width: 23%;
    margin: 5px;
    padding: 1% 3%;
    font-size: 14px;
    font-weight: normal;
	background: #e0e0e0;
}
table.search_field .reserve_status label:hover {
	cursor: pointer;
}
table.search_field .nopic label {
    width: auto!important;
}
table.search_field .reserve_status input[type="checkbox"]:checked + label {
	background: #30b0cb;
	color: #fff;
}
dl.reserve_status dd,
dl.reserve_status dd ul{
	margin: 0;
	padding: 0;
	display: inline;
}
dl.reserve_status dd ul li {
    display: inline-block;
    background: #dee1e3;
    color: #f9f9fa;
    padding: 0 6px;
}
#reservation_list .toggle_active {
	width: 100% !important;
    border-bottom: 0 !important;
}
#reservation_list .status_panel {
	border: 2px solid #007a70;
    border-top: none;
    padding: 20px;
}
#reservation_list .status_panel input[type="radio"] {
	display: none;
}
#reservation_list .status_panel label {
	padding: 10px;
    background: #ffffff;
    border: 1px solid #00b3a4;
    display: inline-block;
    color: #00b3a4;
	transition: .2s;
}
#reservation_list .status_panel label::after {
	display: inline;
	padding-left: 10px;
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: 500;
}
#reservation_list .status_panel input[type="radio"]:checked + label{
	background: #00b3a4;
    color: #fff;
	transition: .2s;
}
#reservation_list .status_panel input[type="radio"]:checked + label::after {
	content: "\f058";
	font-weight: 900;	
	transition: .2s;
}
#reservation_list .status_panel button {
	display: block;
	margin: 20px 0 0 auto;
}
/*-- カレンダー --*/

ul.cal_nav {
	width: 100%;
	margin: 0;
}
ul.cal_nav::after {
	display: block;
	content: "";
	clear:both;
}
ul.cal_nav li {
	text-align: center;
	display: block;
	width: calc(100% / 3);
	background: #006fbe;
	color: #fff;
	float: left;
}
ul.cal_nav li a,
ul.cal_nav li span {
	display: block;
    padding: 8px 10px;
    border-radius: 10px;
    color: #fff;
	text-align: center;
}
ul.cal_nav li.prev,
ul.cal_nav li.next {
	background: #004170;	
}
ul.cal_nav li.prev:hover,
ul.cal_nav li.next:hover {
	background: #98b3f5;	
}
ul.cal_nav li.prev {
	text-align: left;
}
ul.cal_nav li.next {
	text-align: right;
}

ul.postit {
	padding: 10px;
	background: #fbfaec;
	border: 1px solid #f3efc4;
}
ul.postit li {
	list-style-type: none;
    padding: 10px 5px 0px 0px;
    border-bottom: 1px dashed #e0d666;
}
ul.postit li:first-child {
	padding-top: 0;
}
ul.postit li:last-child {
	border-bottom: none;
}

.table-wrapper {
	position: relative;
}
#calendar {
	position: relative;
}
#calendar td {
	width: calc(100% / 7);
	padding: 0;
}
#calendar td.empty {
	background: #b9b9b9;
	text-align: center;
}
#calendar td.past {
	background: #b9b9b9;
}
#calendar td.future {
	
}
#calendar td span.date {
	display: block;
    padding: 5px;
    background: #b5d8f0;
    border-bottom: 1px solid #333;
    line-height: 1;
    text-align: center;
}
#calendar td.today span.date {
	background: #7dbae5;
}
#calendar td.past dl dt,
#calendar td.past dl dd {
	color: #7f8b93 !important;
}

#calendar td dl.vacancy,
#calendar td dl.limit {
    margin: 0;
    font-size: 14px;
    padding: 10px;
}
#calendar td dl.vacancy dt,
#calendar td dl.limit dt{
	background: #e5e7ea;
    padding: 0px 10px;
    display: inline;
    border-radius: 5px;
    color: #333;
}
#calendar td dl.vacancy{
    padding-top: 15px;
    padding-bottom: 5px;
}
#calendar td dl.limit {
    padding-top: 5px;
    padding-bottom: 10px;
}
#calendar button.detail {
    width: calc(100% - 15px);
    margin: 0 auto 15px;
    display: block;
    border-radius: 6px;
	background: #ffdb8a !important;
}
#calendar .reserve_detail {
    position: absolute;
    z-index: 50;
    background: #000000d4;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
	transition: .3s;
}
#calendar .reserve_detail .detail_close {
    display: block;
    top: 0;
    right: 0;
    content: "✕";
    position: absolute;
    z-index: 60;
    background: rgba(255, 55, 55, 0.8);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    padding: 10px 15px;
	font-weight: bold;
}
#calendar .reserve_detail .detail_close:hover {
	cursor: pointer;
}
#calendar .reserve_detail .detail_area {
    width: 50%;
    margin: 0 auto;
    background: #fff;
	z-index: 55;
}
#calendar .reserve_detail .detail_area dl {
    display: table;
    margin: 0;
    border-bottom: 1px solid #0d1226;
    width: 100%;
}
#calendar .reserve_detail .detail_area dt {
	display: table-cell;
    width: 35%;
    text-align: center;
}
#calendar .reserve_detail .detail_area dd {
	display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: middle;
	background: #e9f1ff;
}
#calendar .reserve_detail .detail_area ul {
	margin:0;
}
#calendar .reserve_detail .detail_area ul li {
	background: #fff;
	padding: 10px 10px;
    border-bottom: 1px dashed #0d1226;
}
#calendar .reserve_detail .detail_area ul li.reserved {
	background: #e9f1ff;
}
#calendar .reserve_detail .detail_area ul li:last-child{
	border-bottom: none;
}
#calendar .reserve_detail .detail_area ul .name_area {
	margin-bottom: 10px;
}
#calendar .reserve_detail .detail_area ul .name_area button {
    float: none;
    display: block;
    width: 50%;
}
#calendar .reserve_detail .detail_area ul .name_area span {
	display: inline-block;
	width: 50%;
	float: left;
}
#calendar .reserve_detail .detail_area ul .name_area span a{
	font-size: 12px;
	padding: 4px 10px;
}
#calendar .reserve_detail .detail_area ul .name_area::after,
#calendar .reserve_detail .detail_area ul .setting_area::after{
	display: block;
	content:"";
	clear:both;
}
#calendar .reserve_detail .detail_area ul button {
    display: inline-block;
    float: right;
    width: 80px;
    background: #c7c7c7;
    margin-right: 10px;
    border-radius: 5px;
}
#calendar .reserve_detail span.no_reserve {
	color: #9a9a9a;
}
#calendar .reserve_detail .set_table {
	
}
#calendar .reserve_detail .set_table h3 {
    text-align: center;
    margin: 0;
    background: #006fbe;
    color: #fff;
    padding: 5px;
}
#calendar .reserve_detail .set_table dt {
	vertical-align: middle;
}
#calendar .reserve_detail .set_table dd {
	padding: 5px 0;
}
#calendar .reserve_detail .set_table dd input {
	padding: 5px;
}

#calendar_setting #calendar .table_name {
    padding: 10px 5px;
    display: block;
    height: 24px;
    overflow: hidden;
    text-align: center;
}
#calendar_setting #calendar button.changed {
	background: #ff9e9e !important;
}
#calendar_setting #calendar .detail_close {
	position: unset;
}
.TaimeTableDetail #change_table{
	width: 100%;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.TaimeTableDetail #change_table .agree{
	margin-bottom: 10px;
}
#SubmitExSetting {
position: absolute;
    top: 0;
    width: 60%;
    height: 90%;
    background: rgba(0, 0, 0, 0.8);
    padding: 5% 20%;
    z-index: 70;
    overflow-y: scroll;
}
#SubmitExSetting dl {
	margin: 0;
}
#SubmitExSetting ul li {
	color: #fff;
}

#TimeTableModal {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 70;
    top: 0;
    width: 100%;
    height: 100%;
}
#TimeTableModal .TaimeTableDetail {
	position: absolute;
    background: #fff;
    margin: 0 auto;
    width: 300px;
    padding: 30px;
	top: calc(50% - 90px);
	left: calc(50% - 180px);
}

#modal .preview_area {
	width: 600px;
    background: #004170;
}
#modal .preview_area dl {
	display: table;
    margin: 0;
    padding: 10px;
}
#modal .preview_area dt {
    display: table-cell;
    font-weight: bold;
    color: #fff;
    padding-right: 10px;
    width: 50px;
    text-align: center;
}
#modal .preview_area dd {
    display: table-cell;
    padding: 5px 10px;
    background: #fff;
    width: 550px;
}
#modal .preview_area dl.reply_body dt {
	vertical-align: top;
}
#modal .preview_area dl.reply_body dd{
	padding: 0;
	background: none;
}
#modal .preview_area dl.reply_body dd textarea{
	width: 96%;
    height: 450px;
    padding: 2%;
}
.replace_words {
	margin: 15px 30px 15px 230px;
}
.replace_words::after {
	display: block;
	content: "";
	clear: both;
}
.replace_words dl {
    margin: 0;
    display: table;
    padding: 10px;
	float: left;
}
.replace_words dt {
	display: table-cell;
    float: none;
    padding: 5px 10px;
    border-radius: 5px;
    background: #006fbe;
    color: #fff;
}
.replace_words dd {
	display: table-cell;
    float: none;
    padding-left: 5px;
}

#brokers_entry .brokers_area::after,
#brokers_edit .brokers_area::after{
	display: block;
	content: "";
	clear: both;
}
#brokers_entry .brokers_area label,
#brokers_edit .brokers_area label {
	display: block;
	float: left;
}
#brokers_entry .brokers_area button.agree,
#brokers_edit .brokers_area button.agree {
	margin-left: 230px;
    width: 712px;
}
#brokers_entry #input_brokers,
#brokers_edit #input_brokers {
	float: left;
    width: calc( 100% - 230px);
}
#brokers_entry #input_brokers input,
#brokers_edit #input_brokers input {
	margin-bottom: 10px;
}
#brokers_entry #input_brokers button,
#brokers_edit #input_brokers button {
	display: inline-block;
    width: auto;
    line-height: 1;
    padding: 10px;
    font-size: 10px;
    background: #ff6464;
    color: #fff;
    margin-left: 10px;
}

#timetable ul.postit {
	max-height: 200px;
	overflow-y: scroll;
}

#login_field {
	position: relative;
    width: 100vw;
    height: 100vh;
	background:url('../images/back-login.jpg') no-repeat center;
	background-size: cover;
}
#login_field form {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 580px;
    margin: auto;
    background: rgb(255 255 255 / 0.8);
    box-shadow: 0px 0px 12px #006882c9;
    padding: 60px;
	max-width: 500px;
}
#login_field form h2 {
	background: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
#login_field form h2 img {
	width: 100%;
}
#login_field table {
	background: none;
	height: 100%;
}
#login_field table th{
	background: none;
	padding: 0;
}
#login_field table td {
	position: relative;
}
#login_field table td label {
	margin: 0;
}
#login_field table td input {
	width: 100%;
    box-sizing: border-box;
}
#login_field table button[type="submit"] {
	margin: 0;
}
#login_field table td span.fail {
	position: absolute;
    bottom: 14px;
    display: block;
    font-size: 14px;
    background: #d2202f;
    color: #fff;
    padding: 0px 10px;
}

#toggle_guide {
	background: #007a70;
	margin-bottom: 30px;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
	font-size: 18px;
	transition: .1s;
}
#toggle_guide:hover {
	cursor: pointer;
}
.toggle_active {
    width: 25% !important;
    border-radius: 0 !important;
    border: 2px solid #007a70;
    box-sizing: border-box;
	transition: .1s;
	margin-bottom: 0 !important;
}
#guide {
    border: 2px solid #007a70;
    height: 500px;
    margin-bottom: 30px;
}
#guide::after {
	display:block;
	content:"";
	clear: both;
}
#guide ul.guide_menu {
    background: #bbb;
    width: 25%;
    float: left;
    margin: 0;
    height: inherit;
    overflow-y: auto;
    border-right: 2px solid #007a70;
    box-sizing: border-box;
}
#guide ul.guide_menu li {
	background: #009a8d;
	padding: 15px;
	color: #fff;
	transition: .5s;
}
#guide ul.guide_menu li:hover {
	cursor: pointer;
}
#guide ul.guide_menu li.selected {
	background: #004842;
	transition: .5s;
	position: relative;
}
#guide .guide_instruction {
    width: 75%;
    float: left;
    background: #f0fcfb;
    height: inherit;
    padding: 20px;
    box-sizing: border-box;
	overflow-y: auto;
}
#guide .guide_instruction p {
	margin-top: 0;
}
