/*@import url('colors.css'); */

/*-------------------------------------------*/  

.main_wrapper {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
/*	background-image: url("../images/forest.png");*/
	background-image: url("../images/omorale.png");
	background-position: center center;     
	background-repeat: no-repeat no-repeat;      
	background-attachment: fixed;      
	background-size: contain;      
	background-color: var(--color-background); 
	overflow: auto;

	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
/*	background-size: contain; cover*/
}

.main_wrapper main {
	flex-grow: 1;
}

.main_wrapper footer {
	flex-shrink: 0;
}

.section_wrapper {
	background-image: url("../images/forest.png");
	background-repeat: repeat no-repeat;      
}

.swrapper {
	display: flex;
	flex-direction: column;
	width: 40%;
	min-height: 100%;
	margin: 0 auto;
	overflow: auto;
}

.service_wrapper {
    border: 1px solid var(--color-background);
	width: 50%;
	background-color: var(--color-row-selected); 
}

.m_service_wrapper {
    border: 1px solid var(--color-background);
	width: 80%;
	background-color: var(--color-row-selected); 
}

.adm_wrapper {
    border: 1px solid var(--color-background);
	width: 90%;
}

.scrollarea {
	overflow: auto;
	width: 100%; 
/*	height: 65vh;  */
	height: 73vh;  
	margin: 0 auto; 
}

.scontainer {
	display: flex;
	flex-direction: column;
}

.smobs {
	float: top;
	width: 100%;
}
	
.schart {
	float: top;
	height: 30%;
}

.listtbl {
	float: top;
/*	background-size: contain; cover*/
}

.infotbl {
	width: 100%; 
}

@media screen and (min-width: 1000px) {
	.listtbl {
		float: left;
	}
  
	.infotbl {
		float: left;
		width: 69%; 
	}
/*/=--------- */
	.scontainer {
		display: flex;
		flex-direction: row;
	}

	.smobs {
		float: left;
		width: 100%;
	}

	.schart {
		float: left;
	}
}  
