body {
  overflow-x: hidden;
}

#mainContainer {
  overflow: auto;
  overflow-x: hidden;
}

#mainContainer .ui-widget {
  font-size: 1em;
}

.optionTab {
  display: none;
}

.manualReport {
  box-shadow: 0 0 2px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24), 0 2px 4px rgba(0,0,0,0), 0 2px 4px rgba(0,0,0,0.24);
  border-bottom: 1px solid #e0e0e0;
}


.manualReport .body {
  padding: 15px 30px 0 30px;
}

.manualReport .sectionHeader {
  margin-top: 20px;
  /*margin: 10px 0;*/
}

.manualReport > .footer {
  display: block;
  padding: 20px 30px;
  text-align: right;
  border-top: 1px solid #e0e0e0;
  margin-top: 16px;
}
.manualReport > .footer > .button {
  font-size: 16px;
  font-weight: bold;
  margin-left: 16px;
  margin-right: 16px;
}

.manualReport > .footer > .button.save {
  color: #00b0f0;
}

.manualReport > .footer > .button.save.disabled {
  color: #BDBDBD;
  cursor: default;
}

.manualReport > .footer > .button.cancel {
  color: #757575;
}

.manualReport > .footer > .button:hover {
  color: #00B0FF;
  cursor: pointer;
}

.manualReport > .statusBar {
	display: block;
	padding: 20px 30px;
	margin-top: 10px;
	background-color: rgba(0, 176, 255, 0.3);
	text-align: right;
	vertical-align: middle;
}

.manualReport > .statusBar > .reportCounter{
	color: #00B0FF;
	font-weight: bold;
	font-size: 1.2em;
}

.manualReport > .statusBar > .reportCounter.tooManyReports{
	color: #D32F2F;
}

.mdc-banner {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #00b0ff12;
    border: 1px solid #00b0ff12;
    padding: 8px 8px 8px 16px;
/*    box-shadow: 0px 1px 1px #00000024;*/
    display: flex;
    max-width: 864px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border-radius: 4px;
}

.mdc-banner_supportingVisual {
    margin-left: 0;
    margin-right: 16px;
    width: 40px;
    height: 40px;
    /*background: #cbcbcb;*/
    border-radius: 50%;
    text-align: center;
}
.mdc-banner_supportingVisual i {
    margin-top: 8px;
}

.mdc-banner_content {
    margin-left: 0;
    text-align: left;
    font-family: "Circular Pro", sans-serif;
    letter-spacing: 0.24px;
    line-height: 20px;
    color: #212121;
    opacity: 1;
    font-weight: 100;
    font-size: 14px;
    margin-right: 90px;
    align-self: center;
}

.mdc-banner_actionArea {
    display: flex;
    align-self: flex-end;
    margin-left: auto;
    margin-right: 0;
}

.mdc-banner_actionArea .mdc-button {
    margin-left: 8px;
}

.mdc-button {
    color: #00b0ff;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    font-family: "Circular Pro";
    letter-spacing: 1.25px;
    opacity: 1;
    text-transform: uppercase;
    background: none;
    border: none;
    padding-top:8px;
    padding-bottom:8px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px;
    text-decoration: none;
}

a.mdc-button,
#banner_importEvents a.mdc-button,
#banner_importReports a.mdc-button {
    color: #00b0ff;
    font-size: 14px;
    font-weight: 600;
}

.mdc-button:hover {
    background: #00b0ff11;
}
