.form_label {
	color: #423e3e;
    margin-left: 10px;
    z-index: -2;
}

.hr_form_group {
	display: flex;
	align-items: center;
}

.frm_back:hover {
    cursor: move;
}

.menu_input {
    display: block;
    border-radius: 3px;
    font-size: 15px;
    margin: 10px;
    color: #423e3e;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #8080807d;
    text-align: left;
	text-align-last: left;
}

.check {
    color: #423e3e;
    padding: 5px;
    margin-bottom: 10px;
}

.menu_input[type=datetime-local] {
	max-width:190px;
}

.form {
	border-radius: 3px;
    border: #8080807d;
    border-style: solid;
    border-width: 2px;
    padding: 15px;
    display: none;
    position: absolute;
    background: #f5f5f5fa;
    z-index: 8000;
    flex-direction: column;
    flex-wrap: nowrap;
}

.frm_msgbox {
    margin: 10px;
    display: none;
    text-align: center;
}

.frm_msgbox.alert {
	color: #fe625e;
}

.frm_btn_line {
	display: flex;
    justify-content: space-evenly;	
}

.frm_check {
	flex:1;
}

.frm_checks {
	border-radius: 3px;
    border: #8080807d;
    border-style: solid;
    border-width: 1px;
	overflow: auto;
	max-height:200px;
	margin:10px;
}

.frm_hlink {
	color:#3d52519c;
}

.frm_hlink:hover {
	cursor:pointer;
	font-weight: bold;
}

.frm_chck_group {
	padding-bottom: 10px;
}

.frm_hide_group {
	margin:10px;
	color: #423e3e;
}

.close_icon {
    margin-bottom:10px;
    cursor:pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    fill: #3d5251;
}

.close_icon:hover {
    fill: #fe625e;    
}

.back_layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}