body {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding: 0;
    margin: 0;
    min-width: 150px;
  }
/* .ui.sidebar {
    overflow: visible !important;
} */
.textColor {
   /* color: #80c7e2 !important;*/
  color: #545559 !important;
}
.parentWidth {
    width: auto !important;
}
.customSelection {
    background-color: 	#D3D3D3;
}
.noMargins {
    margin: 0px!important;
}

.textWrap 
{
    word-break: break-word;
}

.center {
    /* margin: auto; */
    /* width:50%; */
    /* padding: 10px; */
    /* position: absolute; */
    /* z-index:-1 !important; */
    max-height: calc(100% - 100px);
    position: fixed;
        top: 50%;
        left: 50%;
    transform: translate(-50%, -50%);
}
.backgroundTransparent {
    opacity: 0.4;
}

.menuContent
{
  max-width:100px;
}

/* Footer */

#footer {
	/*position: relative;
  bottom: 0;
	height: 30px;
	width: 100%;*/
  display:table; 
  width: 100%;
	background-color: #dddddd;
	color: black;
} 

#eex_logo_footer {
	/*position: relative;*/
	/*display: inline-block;*/
	right: 0px;
	height: 30px;
	width: 125px;
	background-image: url("../img/eex_72.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 96px;
} 

#eex_logo_footer a {
   width:120px;
   display:block;
}

#copyright p {
  font-size:9px;
}

/* Header */

#header {
	/*position: relative;
  bottom: 0;
	height: 30px;
	width: 100%;*/
  display:table; 
  width: 100%;
	background-color: #545559;
	color: black;
} 

#eex_logo_header {
	/*position: relative;*/
	/*display: inline-block;*/
	right: 0px;
	height: 35px;
	width: 105px;
	background-image: url("../img/eex_300.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 96px;
  background-position-x: 4px;
} 

#eex_logo_header a {
  width:100px;
  display:block;
  color:white;
  font-size:16px;
}

#copyright a {
   width:30px;
   color:white;
   display:inline;
   font-size:16px;
}

#copyright i:before {
 content: "\f059";
 color : white;
 font-style:normal;
 font-family: outline-icons;
}