html,
body,

.exporter,
.exporter .map {
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

body,
input,
textarea,
select,
button,
keygen,
isindex {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12px;
}
.exporter .toggle {
  position: fixed;
  border-radius: 3px;
  box-shadow: 0px 0px 5px blue;
  background-color: white;
  top: 50%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  left: 10px;
  height: 35px;
  cursor: pointer;
}
.exporter .print {
  position: fixed;
  border-radius: 3px;
  box-shadow: 0px 0px 5px gray;
  background-color: red;
  bottom: 10px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  left: 10px;
  height: 35px;
}

.exporter .ui {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 350px;
  z-index: 1;
}

.exporter .panel {
  border-radius: 2px;
  background-color: white;
  padding-top: 15px;
  padding-left: 15px;
  margin-left: 15px;
  margin-right: 1px;
  box-shadow: 0px 0px 5px gray;
  overflow: auto;
  margin-bottom: 10px;
}

.exporter header {
  padding-bottom: 5px;
}

.exporter .instructions {
  margin-top: 10px;
}

.exporter .intro {
  margin: 0;
}

.exporter h3 {
  margin-top: 0;
  text-align: center; 
  margin-bottom: 0;
  display: block;
}

.exporter .controls {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
}

.exporter .inputs {
  flex-grow: 8;
}

.exporter .inputs,
.exporter .btn.export {
  display: inline-block;
}

.exporter .input-block {
  display: block;
  margin-top: 7px;
  width: 300px;

}
.exporter .masterSelect {
    border-radius: 3px;
    padding: 2px; 
    width: 155px;
    height: 30px; 
	display: inline-block;
}
.exporter .hiddenOptions
{
    border-radius: 3px;
    padding: 2px; 
    width: 155px;
    height: 30px; 
	display: inline-block;
}

.exporter .bdr {
    border-radius: 3px;
    padding: 2px; 
    width: 155px;
    height: 30px; 
	display: inline-block;
}
.exporter .input-block.select {
    border-radius: 3px;
    padding: 2px; 
    width: 155px;
    height: 30px; 
	display: inline-block;
}

.exporter .input-block-label {
  font-weight: bold;
  display: inline-block;
  width: 115px;
}
.exporter .input-block-label_2 {
  font-weight: bold;
  display: block;
  width: 250px;
}
.exporter .input-block-label_3 {
  font-weight: italic;
  display: inline-block;
  width: 115px;
  padding-left:25px;
}
.exporter .s_bf {
  display: inline-block;
  width: 155px;
  height:30px;
}
.exporter .e_bf {
  display: inline-block;
  width: 155px;
  height:30px;
}
.exporter .s_at {
  display: inline-block;
  width: 155px;
  height:30px;
}
.exporter .e_at {
  display: inline-block;
  width: 155px;
  height:30px;
}
.exporter .range-picker,
.exporter .average-picker, {
  display: block;
}

.exporter .filename {
  width: 155px;
  display: inline-block;
}

.exporter .region .message {
  font-style: italic;
  color: gray;
}

.exporter .region .message-drawing,
.exporter .region .message-selected {
  display: none;
}

.exporter .region.selected .message,
.exporter .region.drawing .message {
  display: none;
}

.exporter .region.drawing .message-drawing {
  display: inline;
}

.exporter .region.selected .message-selected {
  display: inline;
  color: green;
  font-style: normal;
}

.exporter .region.selected .message-selected .clear {
  color: black;
}

.exporter .exporter {
  flex-grow: 1;
}

.exporter .exporter:disabled {
  color: gray;
}

.exporter .alerts .alert {
  margin-top: 8px;
  margin-bottom: 0;
}

.exporter .alerts .alert.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.exporter .alerts .alert {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.exporter .alerts .alert .line2 {
  font-style: italic;
}

.exporter .alerts .multifile {
  padding-left: 1ex;
}

.exporter .templates {
  display: none;
}

