router-outlet {
    clear: both;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    border-bottom: solid 2px lightgrey;
    z-index: 999;
    background: #EEEEEE;
}

.app-content {
    padding-top: 50px;
}

.user-info {
    padding: 5px 10px;
}

.input--full {
    width: 100%;
}

.input--inline {
    font-size: inherit;
}

.input--inline:not(:focus) {
    border: none;
    outline: none;
}

.input--inline::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000000;
}
.input--inline:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity:  1;
}
.input--inline::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000000;
    opacity:  1;
}
.input--inline:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
}
.input--inline::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.alert{
    position: fixed;
    top: 50px;
    left: 10px;
    right: 10px;
    text-align: center;
    z-index: 999;
}

.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

.loader > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.btn {
    cursor: pointer;
}

table {
    width: 100%;
}

.rate-selector {
    max-width: 300px;
    min-width: 300px;
    margin-right: 20px;
}

.buffer-override {
    margin-right: 20px;
}

app-valuation-part {
    margin-top: 30px;
    border-top: solid 2px lightgray;
}

.collapsible-header-container {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 16px;
}

.collapsible-header-container > .btn {
    margin-right: 10px;
}

.selected-list[_ngcontent-c2] .fa-angle-down[_ngcontent-c2], .selected-list[_ngcontent-c2] .fa-angle-up[_ngcontent-c2] {
    top: 10% !important;
}

.selected-list[_ngcontent-c2]   button[_ngcontent-c2] {
    padding: 3px !important;
}

.result-part {
    border-top: solid 2px lightgray;
    margin-top: 30px;
    padding-top: 10px;
}

.result-part h4 {
    font-size: 20px;
}

.result-table {
    margin-top: 20px;
}

.result-table th {
    width: 20%;
    text-align: center;
}

.result-table tr.main-result > td {
    font-weight: bold;
    font-size: 22px;
    padding: 10px 0;
}

.result-table th:first-child {
    width: 60%;
    text-align: left;
}

.result-table td {
    text-align: center;
}

.result-table td:first-child {
    text-align: left;
}

.result-table--parts th:first-child {
    width: 40%;
}

.result-table tbody tr,
.valuations-table tbody tr {
    border-top: dashed 1px lightgray;
}

.valuations-table {
    margin-top: 20px;
}

.date-cell {
    color: gray;
}

textarea {
    width: 100%;
    height: 300px;
}

.valuation {
    padding-bottom: 50px;
}

@media(min-width: 1024px) {
    .result-column {
        position: fixed;
        top: 0;
        right: 0;
        padding-top: 60px;
        overflow: auto;
        max-height: 100%;
        border-left: solid 2px lightgray;
        padding-bottom: 30px;
    }
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
