@charset "UTF-8";
/*==================================================
 COMMON LIB CSS
==================================================*/

.tableType01 {}
	.tableType01 table {
		width: 100%;
		border: 1px solid #CCCCCC;
	}
	.tableType01 table th,
	.tableType01 table td {
		padding: 8px 10px;
		font-size: 12px;
		color: #333333;
		border: 1px solid #CCCCCC;
	}
	.tableType01 table th {
		background: #F8F8F8;
	}
	.tableType01 table td {}
	
.tableType02 {}
	.tableType02 table {
		width: 100%;
		border: 1px solid #CCCCCC;
	}
	.tableType02 table th,
	.tableType02 table td {
		padding: 8px 10px;
		font-size: 12px;
		color: #333333;
		border: 1px solid #CCCCCC;
	}
	.tableType02 table th {
		background: #EEEEEE;
		vertical-align: middle;
	}
	.tableType02 table td {}

.tableType03 {}
	.tableType03 table {
		width: 100%;
		border: 1px solid #CCCCCC;
	}
	.tableType03 table th,
	.tableType03 table td {
		padding: 4px 5px;
		font-size: 11px;
		color: #333333;
		border: 1px solid #CCCCCC;
	}
	.tableType03 table th {
		background: #EEEEEE;
		text-align: center;
		vertical-align: middle;
	}
	.tableType03 table td {}
	
.loginTable {}
	.loginTable table {
		width: 100%;
	}
	.loginTable table th,
	.loginTable table td {
		font-size: 12px;
		color: #C3DFF5;
		vertical-align: middle;
		padding: 8px 10px;
	}
	.loginTable table th {
		font-weight: bold;
		color: #6F6532;
		padding: 8px 25px;
		background: url(../img/arrowM.png) no-repeat 10px center;
	}

.fileBox.dimmer {
    
}

.fileBox > .dropZone {
    border: 2px dashed rgba(34,36,38,.15);
    padding: 1.0rem 1.5rem;
    /* background: #f8f8f9; */
    margin-bottom: 0;
    border-radius: 0.28571429rem;
    margin-bottom: 5px;
    cursor: pointer;
    background: #FFF;
}

.fileBox.error {
    border: 2px solid rgba(34,36,38,.15);
    padding: 0.5rem 1.0rem;
    /* background: #f8f8f9; */
    margin-bottom: 0;
    border-radius: 0.28571429rem;
    margin-bottom: 5px;
    font-size: 10px;
    text-align: center;
}

.fileBox > .dropZone .selectText {
    color: #0000EE;
    text-align: center;
}

.fileBox > .dropZone:hover,
.fileBox.dragenter > .dropZone {
    /* border-style: solid; */
    border-color: rgba(34,36,38,.2);
    /* background: #ebebec; */
    background: #f8f8f9;
}
.fileBox > .dropZone:hover .selectText{
    text-decoration: underline;
}

.pe-none {
    background-color: #ffebee;
    pointer-events: none;
}

.blocks {

}

#clone-block {
    display: none;
}

.blocks > :not(:first-child):not(:last-child) {
    margin: 10px 0;
}

.blocks .block {
    border: 2px solid #b2dfdb;
    border-radius: 4px;
    padding: 10px 10px 5px 10px;
    background-color: #e0f2f1;
}

.block > .titles {
    display: flex;
}
.block > .titles > .titles_title {
    display: flex;
    flex: 1.2;
    margin-right: 10px;
}

.block > .titles > .titles_subtitle {
    display: flex;
    flex: 0.8;
    margin-right: 10px;
}

.block > .titles > .titles_move {
    margin-right: 10px;
    display: flex;
}
.block > .titles > .titles_delete {
    display: flex;
}

.block > .titles > div > input {
    width: 100%;
}

.block > .body {
    display: flex;
}
.block > .body > textarea {
    width: 100%;
}

.blocks .btnAddBlock {
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px 5px 4px 5px;
    /* font-weight: bold; */
    cursor: pointer;
    color: #b2dfdb;
}

.blocks .btnAddBlock:hover {
    background-color: #e0f2f1;
    color: #82ada9;
}

#lock-screen form {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
    flex: 1;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
#lock-screen .mB20 {
    margin-bottom: 20px;
}

#lock-screen label {
    border-left: 4px solid black;
    padding-left: 12px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 20px;
}

#lock-screen form > div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#lock-screen input {
    padding: 4px 8px;
    font-size: 16px;
}
#lock-screen p.error {
    font-size: 15px;
    margin-top: 4px;
}