/*--------------------------------------------------- 個別予約枠編集画面 --------------------------------------------*/
#individualReserveEdit_dialog_content{
    font-size: 16px;
    color: #656565;
}

.individualReserve_createSelect{
	color: #656565;
    margin-top: 20px;
}

.individualReserve_createSelect label:hover{
	color: #a9a9a9;
}

.reserve_name_input{
    margin-top: 20px;
}

#reserve_name_input label{
    font-weight: normal;
}

#reserve_name_input input[type="password"]{
    border-radius: 10px;
    width: calc(100% - 9px);
    min-width: 170px;
    border: solid 2px #c5c5c5;
    font-size: 20px;
    outline: none;
    max-width: 900px;
    color: #656565;
}

#reserve_name_input input[type="password"]:focus{
    border: solid 2px #1dd1a1;
}


#reserve_name_input .reserve_name_title{
    display: block;
    margin-bottom: 5px;
}

#reserve_explanation_input{
    margin-top: 20px;
    font-weight: bold;
}

#reserve_explanation_input span{
    display: block;
}

#frmReserveTemplate .reserve_name_input{
    width: calc(100% - 9px);
}

#reserve_explanation_input textarea{
    resize: none;
   	width: calc(100% - 9px);
    height: 196px;
    border-radius: 10px;
    border: solid 2px #c5c5c5;
    outline: none;
    color: #656565;
    font-size: 16px;
    font-family: sans-serif;
}

#reserve_explanation_input textarea:focus{
	border: solid 2px #1dd1a1;
}

#reserve_impleDateTime_input{
    margin-top: 20px;
}

.repeat_conf_no input[type="date"]{
	border-radius: 10px 0px 0px 10px !important;
    border-right: none !important;
}

.repeat_conf_no input[type="time"]{
	border-radius: 0px 10px 10px 0px !important;
    border-left: none !important;
}

#reserve_impleDateTime_input input[type="date"]:hover{
	color: #a9a9a9;
}

#reserve_impleDateTime_input input[type="date"]:focus{
	border: solid 2px #1dd1a1;
	color: #656565;
}

#reserve_impleDateTime_input input[type="time"]:hover{
	color: #a9a9a9;
}

#reserve_impleDateTime_input input[type="time"]:focus{
	border: solid 2px #1dd1a1;
	color: #656565;
}

.repeat_conf_no_front{
	display:inline-block;
	margin-bottom: 10px;
}

.repeat_conf_no_back{
	display:inline-block;
}

#reserve_impleDateTime_table input[type="date"]{
    border-radius: 10px;
    border: solid 2px #c5c5c5;
    height: 56px;
    width: 190px;
    outline: none;
}


#reserve_impleDateTime_table select{
    border-radius: 10px;
    border: solid 1px #707070;
    height: 70px;
    width: 130px;
    margin-left: 20px;
}

#reserve_impleDateTime_table tr{
    height: 60px;
}

#reserve_capa_input{
    margin-top: 20px;
    /* margin-bottom: 20px;*/
}

.tilda_resize{
    display: none;
}

#frmReserveTemplate .main_ct{
    height: calc(100% - 205px);
    padding: 30px;
    overflow: auto;
}

#frmReserveTemplate .balloon_tit_close{
    position: absolute;
    top: 10px;
    right: 11px;
}
#frmReserveTemplate .balloon_tit{
    border-bottom: 1px solid #c5c5c5;
}
#frmReserveTemplate h2{
    font-size: 20px;
    color: #555;
    border-bottom: none;
    line-height: 28px;
    margin-left: 30px;
}

@media screen and (max-width: 526px) {
    #reserve_impleDateTime_table input[type="number"]{
        margin-left: 10px;
        margin-right: 10px;
        width: 60px
    }
    @media screen and (max-width: 499px) {
        #reserve_explanation_input textarea {
            height: 150px;
        }
        #reserve_name_input input[type="text"] {
            height: 40px;
        }
        #reserve_impleDateTime_table input[type="date"] {
            width: 140px;
            height: 40px;
        }
        #reserve_impleDateTime_table input[type="number"]{
            height: 40px;
            margin-left: 5px;
            margin-right: 5px;
            width: 50px;
        }
        #reserve_capa_input input[type="number"] {
            height: 40px;
        }
        #reserve_impleDateTime_table tr {
            height: 40px;
        }
        #reserve_impleDateTime_input {
            margin-top: 10px;
        }
        #reserve_explanation_input {
            margin-top: 10px;
        }
        #reserve_capa_input {
            margin-top: 10px;
        }
        .tilda_normal{
            display: none;
        }
        .tilda_resize{
            display: table-row;
            height: 25px !important;
            text-align: center;
        }
        .tilda_resize span{
            transform: rotate(90deg);
            display: inline-block;
        }
        
        .tilda{
	        text-align: center;
        }
        
        .tilda span{
            display: inline-block;
    		transform: rotate(90deg);
        }
        
        #reserve_impleDateTime_input input[type="date"]{
            width: calc(100% - 15px);
		}
        
        .repeat_conf_no input[type="date"]{
            width: calc(100% - 185px) !important;
		}
        
        #reserve_impleDateTime_input input[type="date"]{
            width: calc(100% - 15px);
		}
        
        
        #reserve_impleDateTime_input input[type="time"]{
            width: calc(100% - 15px);
		}
        
        .repeat_conf_no input[type="time"]{
            width: calc(100% - 185px) !important;
		}
        
        .repeat_conf_no_front {
            display: block;
        }
        
        .repeat_conf_no_back {
            display: block;
        }
        
        
        @media screen and (max-width: 330px) {
            #reserve_impleDateTime_table input[type="date"] {
                width: 120px;
                font-size: 14px;
            }
            #reserve_impleDateTime_table input[type="number"] {
                font-size: 14px;
                width: 43px;
            }
        }        
    }
}

/*--------------------------------------------------- 個別予約枠登録画面--------------------------------------------*/
#frmReserveTemplate #individualReserveInsert_dialog_content{
    font-size: 16px;
    color: #656565;
    margin-left:15px;
}

#reserve_impleDateTime_input label:hover{
	color: #a9a9a9;
}

#saveResrve_button{
	/*margin-top: 20px;*/
	margin-left: 15px;
	padding-top: 5px;
    border-top: solid 2px #c5c5c5;
}

#saveResrve_button button{
	min-width: 150px;
    color: #fff;
    background: #20aee5;
    border: 1px solid #1987b3;
    border-bottom-width: 1px;
    border-bottom-width: 2px;
    cursor: pointer;
    padding: 12px 16px;
    font-size:14px;
    outline:none;
    border-radius: 5px;
}

#saveResrve_button button:hover{
	background: #1095ca;
}

.Insert_resize_content{
	height: calc(100vh - 259px) !important;
}

@media screen and (min-width: 1044px) {
	@media screen and (max-height: 840px) {
		#reserve_info #individualReserveInsert_dialog_content {
	        height: calc(100vh - 230px);
		}
	}
}
@media screen and (max-width: 1044px) {
	@media screen and (max-height: 895px) {
		#reserve_info #individualReserveInsert_dialog_content {
	        height: calc(100vh - 230px);
		}
	}
}
/*--------------------------------------------------- 予約者一覧確認画面 --------------------------------------------*/

.reserve_contents_title_area{
    border-bottom: 1px dotted #C5C5C5;
    color: #656565;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
    /* margin-bottom: 30px; */
    width: 100%;
    margin: auto;
    /* line-height: 70px;*/
    display: flex;
    justify-content: end;
    align-items: flex-end;
}

.reserve_contents_title{
    display: inline-block;
    width: calc(100% - 40px); 
    vertical-align: bottom;
}

#reserve_contents_table{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #656565;
    padding: 10px;
}

#reserve_contents_table th{
    font-weight: normal;
    text-align: end;
    padding-right: 30px;
}

#reserve_contents_table td{
    width: auto;
    padding:5px;
}

.reserve_list span{
    color: #656565;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}

.reserve_button span{
    color: white;
}

.reserve_list_table_erea{
    background: white;
    overflow: auto;
    height: calc(100% - 10px);
}

#reserve_list_table{
    border-collapse: collapse;
    font-size: 16px;
    text-align: center;
    table-layout: fixed;
    width: 1600px;
}

#reserve_list_table thead{
    /*background: #329EE6;*/
    color: white;
}

#reserve_list_table thead tr{
    width: calc(100% - 17px);
    background: #329EE6;
    height: 45px;
}

#reserve_list_table td{
    height: 45px;
    border: solid 1px white;
    /*width: 329px;*/
    /*width: 100%;
    min-width: 326px;*/
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 1300px) {
	#reserve_list_table td{
		max-width: 250px;
	}
}

.reserve_reception{
    background: #00C943;
    border: solid 1px #009632;
}

.reserve_remove{
    background: #F2A727;
    border: 1px solid #ca8c00;
}

.reserve_reception:hover{
    background: #00af3a;
}

.reserve_remove:hover{
    background: #e09618;
}

.reception_state{
    background: white;
    color: #656565;
}

.reception_state:nth-child(odd){
    background: #eee;
    color: #656565;
}

.reception_state_done{
    background: #FDFFC7;
    color: #656565;
}

.reserve_list_id_style{
    min-width: 107px;
    width: 380px;
}

.reserve_list_status_style{
    width: 300px;
    min-width: 110px;
}

.reserve_list_address_style{
    width: 670px;
    min-width: 250px;
}

.reserve_list_ope_style{
    min-width: 223px;
}

.reserve_list_reception_style{
    min-width: 110px;
}

.reserve_list_delete_style{
    min-width: 110px;
}
.reserve_button_area{
    /*display: inline-block;
    text-align: right;*/
    display: flex;
    text-align: right;
}

.detail_reserve_save{
	min-width: 150px;
    color: #fff !important;
    background: #20aee5 !important;
    border: 1px solid #1987b3 !important;
    border-bottom-width: 2px !important;
    outline:none;
}

.detail_reserve_save:hover{
	background: #1095ca !important;
}

/*@media screen and (max-width: 805px) {
    .reserve_list_ope_style {
        min-width: 243px;
    }
    .reserve_list_reception_style{
        min-width: 120px;
    }
    .reserve_list_delete_style {
        min-width: 120px;
    }
}*/

@media screen and (max-width: 910px) {
    .reserve_list_reception_style{
        min-width: 95px;
    }
    .reserve_list_delete_style{
        min-width: 95px;
    }
    /*.reserve_list_address_style {
        min-width: 190px;
    }*/
    .reserve_list_id_style {
        min-width: 75px;
    }
    .reserve_list_status_style{
        min-width: 60px;
    }
    .reserve_list_address_style {
        min-width: 110px;
    }
    .reserve_list_ope_style {
        min-width: 193px;
    }
    #reserve_list_table{
        font-size: 12px;
    }
    .reserve_contents_title {
        width: calc(100% - 40px);
    }
    #reserve_contents_table {
        width: calc(100% - 60px);
    }

	.reserveDetai_buttonResize{
	    height: 49px;
	}
	
    @media screen and (max-width: 499px) {

        #reserve_list_table thead {
            width: auto;
        }
        .reserve_list_ope_style {
            min-width: 84px;
        }
        .reserve_list_reception_style {
            min-width: 41px;
        }
        .reserve_list_delete_style {
            min-width: 40px;
        }
        #reserveList_dialog{
            padding-left: 0;
            padding-right: 0;
        }
        .reserve_contents_title{
            /**width: calc(100% - 120px);**/
            width:100%;
        }
        #reserve_contents_table {
            width: calc(100% - 35px);
        }
        
        .reserve_list_reception_style .reserve_button {
    			width: 40px;
    			height: 40px;
    			display: inline;
		}
        
        .reserve_list_reception_style .reserve_button span{
                display: none;
        }
       	.reserve_list_reception_style .reserve_button_resize{
                display: inline;
                width: 90px;
                height: 40px;
                font-size: 14px;
                border-radius: 12px;
                border: 1px solid #707070;
                color: white;
        }
       .reserve_list_reception_style .reserve_button_resize_icon{
                display: inline;
                width: 25px;
                height: 25px;
                border: none;
    			border-radius: 0;
       }
            
       .reserve_list_reception_style .reserve_button_resize_icon img{
        	    width: 20px;
                height: 20px;
       }
       
       
       .reserve_list_delete_style .reserve_button {
    			width: 40px;
    			height: 40px;
    			display: inline;
		}
        
       .reserve_list_delete_style .reserve_button span{
                display: none;
        }
       	.reserve_list_delete_style .reserve_button_resize{
                display: inline;
                width: 90px;
                height: 40px;
                font-size: 14px;
                border-radius: 12px;
                border: 1px solid #707070;
                color: white;
        }
       .reserve_list_delete_style .reserve_button_resize_icon{
                display: inline;
                width: 25px;
                height: 25px;
                border: none;
    			border-radius: 0;
       }
            
       .reserve_list_delete_style .reserve_button_resize_icon img{
        	    width: 20px;
                height: 20px;
       }
        
    }
}

/*surface Duo*/
@media screen and (max-width: 540px) and (max-height: 720px) and (min-width: 540px) and (min-height: 720px){
        #reserve_list_table thead {
            width: auto;
        }
}
@media screen and (max-width: 720px) and (max-height: 540px) and (min-width: 720px) and (min-height: 540px){
    #reserve_list_table thead {
        width: auto;
    }
}


/*ipad pro*/
@media screen and (max-width: 1024px) and (max-height: 1366px) and (min-width: 1024px) and (min-height: 1366px) {
        #reserve_list_table thead {
            width: auto;
        }
}
@media screen and (max-width: 1366px) and (max-height: 1024px) and (min-width: 1366px) and (min-height: 1024px) {
    #reserve_list_table thead {
        width: auto;
    }
}

/*ipad*/
@media screen and (max-width: 768px) and (max-height: 1024px) and (min-width: 768px) and (min-height: 1024px) {
    #reserve_list_table thead {
        width: auto;
    }
}
@media screen and (max-width: 1024px) and (max-height: 768px) and (min-width: 1024px) and (min-height: 768px) {
    #reserve_list_table thead {
        width: auto;
    }
}

.individualSet_radio_display{
    display: inline-block;
}

#frmMailAccountEdit .ct{
    margin-top:20px;
}
#frmMailAccountEdit input[type="text"]{
    width: calc(100% - 9px);
}
#frmMailAccountEdit input[type="number"]{
    width: 100px;
}

#outputSelect_dialog_content select{
	width:100px;
}
