* { font-size: 12px;
    font-family: 'Lato', tahoma,arial,nimbus sans l,sans-serif;
    line-height: 1.3;
 }

body {
	color: black;
	background-color: white;
}

a.button {
	text-decoration: none;
	color: #000000;
}


a:hover {
	text-decoration: underline;
}

a.h {
	color: black;
	cursor: help;
	text-decoration: none;
}

.mytable {
	color : aqua;
	border: thick;
}

.altered {
	color:red;
}

select {font-size: 10px;}
option {font-size: 12px;}



.collapse,.filtered {display: none;}
.expand {	display: block; }
.overit {cursor: pointer; }
tr.first { background-color: rgb(235, 235, 235);}
tr.second {background-color: rgb(225, 225, 225);}
tr.add { background-color: rgb(205,205,205);}

.content_header
{
	background-color: rgb(230, 230, 230);
	position: absolute;
	height: 28px;
	top: 0;
	left: 0;
	border-collapse: collapse;
	overflow:hidden;
}


.headertext {font-size: 18px; font-weight: 800;}

.content_body
{
	position: absolute;
	background-color: rgb(255, 255, 255);
	border-left: 28px solid rgb(230,230,230);
	padding-top: 4px;
	padding-left: 8px;
	top: 32px;
	bottom:0;
	left: 0;
	right:0;
	overflow:hidden;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}

.masthead-language-select{
    background-color:white;
    border-radius: 3px;
    border: none;
    font-size: 12px;
}


.opentext-logo-divider {
    margin-left:8px;
    border-left: 1px solid white;
    height: 18px;
}

.masthead-container {
    white-space: nowrap;
    padding-left:24px;
}

.box {
    display: inline-block;
    box-sizing: border-box;
    vertical-align:middle;
}

.body-background{
  background:linear-gradient(
    90deg,
    #19224a 0%,
    #222e61 25%,
    #23346a 65%,
    #146693 90%,
    #088cb2 100%
  );

  color:white;

}
.masthead-logo-font{
	font-family:'Roboto',arial,sans-serif;
	font-weight:400;
	color:white;
	margin-bottom:2px;
}
