/*override gwt standard.css for correct font in firefox*/
table td, select, input {
  font-family: Arial, Arial Unicode MS, sans-serif !important;
  font-size: small;
}

rootPanel0001 {
	width: 100%;
	height: 100%;
	vertical-align:middle;
	align: center;
	margin: auto;
}
flowPanel0001 {
	align:center;
	vertical-align:middle;
}
.markStyle {
	width: 12px!important;
	padding: 0px !important;
}

.markStyle button {
	padding-left: 4px;
	padding-right: 4px;
	min-width: 20px;
	padding: 0px;
}	
	
.gwt-Label-h1 {
	font-size: 20px;
	display: inline;
	margin-left: 20px;
}
.gwt-HTML-hr {
	height:1px;
	visibility: hidden;
}
.gwt-Hyperlink {
	display: inline;
	margin-right: 1em;
}
.gwt-ListBox-hidden {
	/*visibility: hidden;*/
}
rootPanel0001-new {
	background-image: url('../spectr0001.png');
}
.gwt-TextArea {
	
}
.gwt-DisclosurePanel gwt-DisclosurePanel-closed {

}
.gwt-Label-h1-new {
	font-size: 20px;
}
.gwt-Label-small {
	font-size: 0.8em;
}
.gwt-FlowPanelYou {
	/*visibility: hidden;
	display: none;
	*/
}
.bottom_resources {
	visibility: hidden;
	display: none;
}
.gwt-HTML-hr2 {
}
.table {
	font-size: 8px;
}

.z-index-100 {
    z-index: 100;
 }
.z-index-200 {
    z-index: 200;
}
.z-index-250 {
    z-index: 250;
}
.z-index-300 {
    z-index: 300;
}
.min-max-height {
	min-height: 130px;
	max-height: 550px;
}

.gwt-InputWidth100Percent {
	width: 100%;
}

.gwt-DisclosurePanel .content.no-border, 
.gwt-DisclosurePanel .content.no-border:HOVER, 
.gwt-DisclosurePanel .content.no-border:FOCUS {
	border: 0px;
}

.no-border {
	border: 0px;
}

/* Non-Retina */
@media screen and (-webkit-max-device-pixel-ratio: 1) {
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
}

/* iPhone Portrait */
@media screen and (max-device-width: 480px) and (orientation:portrait) {
} 

/* iPhone Landscape */
@media screen and (max-device-width: 480px) and (orientation:landscape) {
}

/* iPad Portrait */
@media screen and (min-device-width: 481px) and (orientation:portrait) {
}

/* iPad Landscape */
@media screen and (min-device-width: 481px) and (orientation:landscape) {
}

.hidden {
	display: none;
	height: 0px;
}

.visibilityHidden {
	visibility: hidden;
}

.text-align-center {
	text-align: center;
}

.boxBoundaries {
    box-sizing: border-box;
}

.gwt-TabPanelBottom {
	border-color: #92c1f0!important;
    border-style: none!important;
    border-width: 1px!important;
    height: 100%;
}

.absolutePanel {
    overflow: auto;
    height: 100%;
}

.bookContent {
	height: calc(100vh/2);
	width: calc(100% - 19px);
}

.font-size--2em {
	font-size: 2em;
	text-align: center;
}

.field-sizing--content {
	field-sizing: content;
}

.display_none {
	display:none;
}

.vertical_align_top {
	vertical-align: top;
}

.red {
	border-color: #ff0000;
}
.orange {
	border-color: orange;
}
.orange1 {
	border-color: #ffa400;
}

.orange2 {
	border-color: ffa400;
}
.orange3 {
	border-color: #ffa300;
}
.orange4 {
	border-color: ffa200;
}
.orange5 {
	border-color: #ffa100;
}
.orange6 {
	border-color: #ffa000;
}
.orange7 {
	border-color: #ffbf00;
}

.yellow {
	border-color: yellow;
}
.green {
	border-color: green;
}
.green1 {
	border-color: #00fe00;
}
.green2 {
	border-color: #00fd00;
}
.green3 {
	border-color: #00fC00;
}
.cyan {
	border-color: cyan;
}
.blue {
	border-color: blue;
}
.blue1 {
	border-color: #0000fe;
}
.blue2 {
	border-color: #0000fd;
}
.blue3 {
	border-color: #0000fc;
}
.blue4 {
	border-color: #0000fb;
}
.blue5 {
	border-color: #0000fa;
}
.purple {
	border-color: purple;
}
.silver {
	border-color: silver;
}
.silver1 {
	border-color: #bfc0c0;
}
.silver2 {
	border-color: #bec0c0;
}
.silver3 {
	border-color: #bdc0c0;
}
.silver4 {
	border-color: #bcc0c0;
}
.silver5 {
	border-color: #bbc0c0;
}
.silver6 {
	border-color: #bac0c0;
}
.silver7 {
	border-color: #b9c0c0;
}
.brown {
	border-color: brown;
}
.brown1 {
	border-color: #964b00;
}
.brown2 {
	border-color: #954b00;
}
.brown3 {
	border-color: #944b00;
}
.brown4 {
	border-color: #934b00;
}
.brown5 {
	border-color: #924b00;
}

.pad {
	background-color: #FFFFFF;
	position: absolute;
	border-color: red;
	border-width: 1px;
	border-style: solid;
}
.lineStrict {
	position: absolute;
	height: 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}
.blinking {
	background: blue;
	color: white;
}