.container {
    position: absolute;
}

.main {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: whitesmoke;
}

.project_container {
    top: 3px;
    left: 380px;
    right: 3px;
    bottom: 55px;
    text-align: center;
    background-color: transparant;
	
	overflow-x: none;
    overflow-y: auto;
}

.menu_container {
    top: 3px;
    left: 3px;
    width: 380px;
    bottom: 55px;
    text-align: center;
    background-color: transparant;
	
	overflow-x: none;
    overflow-y: auto;
}

.excel_container {
    left: 3px;
    right: 3px;
    bottom: 5px;
	height: 45px;
    text-align: center;
    background-color: transparant;
}



.float_left{
    float: left;
}

.flow {
    background-color: maroon;
}

.pos_flow {
	top: 5em;
}

.unit {
    background-color: darkcyan;
}

.pos_unit {
	top: 6em;
}

.exhaust {
    background-color: olive;
}

.pos_exhaust {
	top: 7em;
}

.network {
    background-color: orange;
}

.pos_network {
	top: 8em;
}

.difusion {
    background-color: purple;
}

.pos_difusion {
	top: 9em;
}

.settings {
    background-color: saddlebrown;
}

.pos_settings {
	top: 10em;
}
/* begin illustration icons - themes */
.badge {
    position: relative;
	top: 0em;
	left: 0em;
    height: 45px;
    width: 50px;
    border-radius: 5px 0px 0px 0px;
}

.size {
    height: 40px;
    width: 40px;
}

.img {
    top: 6px;
    left: 6px;
    right: 2px;
    bottom: 2px;
    border-radius: 5px 0px 0px 0px;
}
/* end illustration icons - themes */

/* begin selection menus */
.border_overviewTable {
    position: relative;
    border: 2px Gray solid;
    border-radius: 10px 0px 10px 0px;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: transparant;
}

.border_flow {
    position: relative;
    border: 2px maroon solid;
    border-radius: 10px 0px 10px 0px;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: transparant;
}

.border_unit {
    position: relative;
    border: 2px darkcyan solid;
    border-radius: 10px 0px 10px 0px;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.rules_unit {
    position: relative;
    border: 2px darkcyan solid;
}

.border_exhaust {
    position: relative;
    border: 2px olive solid;
    border-radius: 10px 0px 10px 0px;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.border_end {
    position: relative;
    border: 2px darkgray solid;
    border-radius: 10px 0px 10px 0px;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.border_network {
    position: relative;
    border: 2px orange solid;
    border-radius: 10px 0px 10px 0px;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.border_difusion {
    position: relative;
    border: 2px purple solid;
    border-radius: 10px 0px 10px 0px;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.border_settings {
    position: relative;
    border: 2px saddlebrown solid;
    border-radius: 10px 0px 10px 0px;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.border_excel {
    position: relative;
    border: 2px darkgray solid;
    border-radius: 10px 0px 10px 0px;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}
/* end selection menus */

.spacer {
    padding-bottom: 1em;
}

.project_view {
    top: 3px;
    left: 380px;
    height: 100%;
    text-align: center;
	
    overflow-x: hidden;
    overflow-y: auto;	
    
    background-color: transparant;
}

.excel_view {
    bottom: 0px;
    left: 0px;
	right: 0px;
    height: 99%;
    text-align: center;
	
    overflow-x: hidden;
    overflow-y: hidden;	
    
    background-color: transparant;
}

.min_height {
	min-height: 75px;
}

.list_view {
	position: relative;
	
	top: 0px;
	width: 99%;
}

.short_text {
	width: 6%;
}

.long_text {
	width: 70%;
	
}

.content {
    background-color: transparent;
}

.v_rep {
    height: 175px;
    width: 150px;
}

/**
 *  controls
 */
.select {
    border-bottom: 1px gray solid;
    border-radius: 5px 0px 5px 0px;
    left: 50px;
    width: 150px;
    height: 20px;
    background-color: transparent;
    color: black;
}

.textbox {
    border-bottom: 1px gray solid;
    border-radius: 5px 0px 5px 0px;
    left: 50px;
    width: 100px;
    height: 20px;
    background-color: transparent;
    color: black;
}

.btnGroup {
	position: relative;
	display: inline-block;
}

.btn {
    border: 1px gray solid;
    height: 30px;
	background-color: transparent;
    color: black;
}

.btnLeft {
    border-radius: 5px 0px 0px 0px;
	width: 20px;
}

.btnCenter {
    border-radius: 0px 0px 0px 0px;
	width: 30px;
}

.btnRight {
    border-radius: 0px 0px 5px 0px;
	width: 20px;
}

.qtybox {
	border: 0px gray solid;
    width: 100px;
    height: 20px;
	text-align: center;
    background-color: transparent;
    color: black;
}

