:root {
	--background: #transparent;
	--blue: rgba(58, 160, 213, 1);
	--grey: rgba(0,0,0,0.3);
	--green: rgba(170, 179, 21, 1);
	--red: rgba(192, 0, 0, 1);
	--swiper-theme-color: rgba(0,0,0,0.8);
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
}


.scrollInsideDiv {
    overflow-y: scroll;
	overflow-x: hidden;
    height: calc(100vh - 250px);
    max-height: calc(100vh - 250px);
    border-radius: var(--container-white-inner-border-radius) var(--container-white-inner-border-radius) var(--container-white-inner-border-radius) var(--container-white-inner-border-radius);
}

.minus3px{
	margin-right:-3px;
}
.buttonStyle{
	background-color: #ffffff;
	color:#2b2b2b;
	margin-left: 10px;
	padding:7px;
	border-radius:50%;
	font-size:17px ;
}
.roomboardBtn{
	background-color: #eee;
	border-radius:10px;
	font-size:20px ;
	text-decoration: none;
}
.highlighted{
	color: #eee;
	background-color: #2b2b2b;
}
.onethird {
    width: 30%;
}
.onefifth {
    width: 20%;
}
.onehalf {
    width: 48%;
}
.baddingBottom{
	padding-bottom: 5px;
}
.headlineEditor{
    font-size: 22px;
    font-weight: 600;
}

.container {
	/* width: 100%;
	height: 100%;
	 */
	width: 1143px;
	height: 467px;
	margin: auto;
	
	/* background-image: url('../img/avh-bg.png'); */
	background-position: center;
	/* background-size: 100%; */
	background-repeat: no-repeat;
	
}
.cellGridEditor {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.buttonGrid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}
.checkboxFix{	
	margin-top: 10px;
	width: 20px;
	height: 20px;
}
.cellGrid {
	display: grid;
	
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	padding: 10px; 
}
.topGrid{
	background-color: #eee;
	height:70px;
}
.topForm {
	background-color: #ffffff;
	
	width: 78%;
	margin-left:8%;
	padding:8px;
	margin-top:4px;
	margin-bottom:4px;
	
	color:#878787
}
.topForm label {
	font-size: 12px;	
}
.topForm .cellentry {
	font-size: 22px;
	color:#636363
}
	
.cell {
	background-color: #eee;
	padding: 10px;
	border-radius:15px;
}


.fullcell {
	width: 88%;
    margin-left: 6%;
    margin-top: 8px;
}
.painLabel{
	font-size:22px;
	font-weight: bold;
}

.face-icons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.face-icons img {
	width: 70px;
	height: 70px;
	margin-top: 10px;	
	border:10px solid transparent;
	border-radius:50%;
}
.activeFace{
	border:10px solid #005208 !important;
	border-radius:50%;
	align-items: center;
}
.check-group {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
	height: 220px;
	
}
.headline{
	margin-bottom: 10px;
}

.textCheckers{
	text-align: left;
	padding-left:40px;
	font-weight: 200;
	font-size: 15px;
}

.check-group label {
	margin-bottom: 5px;
}
.check-group input[type=checkbox] {
	margin-right: 5px;
}
.checkIcon{
	height: 28px;
    margin-right: 22px;
    margin-top: 10px;
    position: relative;
    top: 8px;
}

.checkText{
	font-size: 18px;
}
.unchecked{
	opacity: 0.2;
}
.checked{
	opacity: 1;
}
input {
	border:0px;
}
.notarea{
	background-color: #ffffff;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #878787;
    position: absolute;
    
    width: 323px;
    border-radius: 6px;
	font-weight: 200;
	overflow: hidden;
	white-space: wrap;
	text-overflow: ellipsis;
}
.notarea textarea{
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	border:0px;
}
.notearea_l{
	height: 70px;
	margin-top: 130px;
	
}

.notearea_r{
	margin-top: 170px;
	height: 30px;
	max-height:40px;
}
