.App-logo-header {
    background-color: #ffffff;
    width: 100%;
    height: 200px;
    padding-top: 25px;
}

.App-logo {
    background: url("/images/logo.svg") scroll no-repeat center/cover;
    height: 157px;
    margin: 0 auto;
    background-size: contain;
}

.tagline {
    color: #858585;
	text-align: center;
	font-size: 28px;
}

.App-form-box, .App-form-box-full {
    background-color: #FFF;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
}

.App-shaded-box {
    background-color: #F2F2F2;
    padding: 16px;
    border-radius: 10px;
    position: relative;
    border: 1px solid rgba(0,0,0,0.2);
}

.App-form-box-full {
    margin: 20px;
}

.App-form-error {
    color: #e57373;
    font-weight: bolder;
}

.App-form-label {
    color: black;
}

.App-pull-right {
    float: right;
}

.App-pull-left {
    float: left;
}

.App-link {
    color: #000000;
    text-decoration : none;
}

.App-link:link {
    color: #000000;
    text-decoration: none;
}

.App-link:visited {
    color: #000000;
    text-decoration: none;
}

.App-link:hover {
    text-decoration: none;
}

.App-link:active {
    text-decoration: none;
}

.App-zero-margin-top {
	margin-top: 0 !important;
}

.App-loading-indicator {
    color: #fff;
}
.HomeComponent-logo, .HomeComponent-navitems {
    float: left;
}

.HomeComponent-rightnav {
    margin-left: auto;
    display: flex;
}

.HomeComponent-navitem {
    color: inherit;
    float: left;
}

.HomeComponent-navitem.large {
    margin-left: 20px;
}

.HomeComponent-navitem.small svg {
    margin-top: 5px;
    margin-right: 10px;
}

.HomeComponent-navitem p, .HomeComponent-navitem svg, .HomeComponent-rightitem .HomeComponent-userBox, .HomeComponent-rightitem .HomeComponent-profileIcon {
    float: left;
    padding-left: 5px;
}

.HomeComponent-navitem p, .HomeComponent-rightitem .HomeComponent-userBox {
    margin-right: 10px;
    margin-top: 3px;
}

.HomeComponent-rightitem {
    color: inherit;
    float: left;
    margin-left: 20px;
    align-self: center;
}

.HomeComponent-clientNameOverlay {
    font-size: 11px;
    color: rgba(0,0,0, 0.54);
    float: none !important;
}

.HomeComponent-rightitem .HomeComponent-profileIcon {
    margin-top: 10px;
}

.link-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    color: blue;
    display: inline;
  }
  
  .link-button:hover,
  .link-button:focus {
  text-decoration: none;
  }

.bold-text {
    font-weight: bold;
}

textarea {
    resize: none;
    width: 100%;
    height: 125px;
    border: 2px solid #ccc;
    border-radius: 4px;
    white-space: pre-wrap;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.row {
    display: table;
    width: 100%;
}

.column {
    display: table-cell;
}

.column-split {
    display: table-cell;
    width: 50%;
}

.dialog-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dialog-content {
    padding: 13px 24px !important;
}
.LoginComponent-loginBox {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    position: relative;
}

.LoginComponent-loginTitle {
    text-align: center;
    color: #777;
}

.LoginComponent-login {
    text-align: center;
}

.LoginComponent-button {
    margin-top: 10px;
}

.LoginComponent-msg {
    background-color: #e57373;
    margin-top: 10px;
}

.projects-page-summary {
	max-width: 600px;
	margin: 20px auto !important;
	text-align: center;
}

.projects-project-description {
	font-size: 14px !important;
}

.projects-link-icon {
	padding-left: 5px;
}

.indented-link {
    padding-left: 1em;
    padding-bottom: 0.5em;
}

.hidden { 
    display: none; 
}
.progressIndicator {
    color: rgba(0, 0, 0, 0.54);
}

.exportMessage {
    text-align: right;
    margin-bottom: 5px;
}

.BaseTable {
    font-size: inherit !important;
}

.BaseTable__header-cell, .BaseTable__row-cell  {
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

.BaseTable__header-row, .BaseTable__row {
	border-bottom: none !important;
}

.filepicker {
    cursor: pointer;
    background-color: #FBDBA7;
    padding: 5px;
    border-radius: 5px;
    min-height: 60px;
    border: 2px dashed #C7C7C7;
}

.filepicker.filepicker-focused {
    border: 2px solid #C7C7C7;
}

.filepicker.filepicker-focused p {
    opacity: 0.5;
}

.filepicker p {
    text-align: center;
	margin: 2em 0;
}
.aboutImage {
    max-width: 95%;
}

.invite-page-summary {
    max-width: 600px;
    margin: 20px auto !important;
    text-align: center;
}

