
nav {
    margin: 10px 20px 0 20px;
}

.btn-secondary {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #595959;
}

.btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    background-color: #4e4e4e;
    border-color: #3d3d3d;
}


.screenshots .carousel-control.right, .screenshots .carousel-control.left  {
    background-image: none;
}

.carousel {
    max-height: 500px;
}

.carousel .carousel-inner>div>img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.pad-bottom {
    padding-bottom: 80px;
}
.pad-bottom-m {
    padding-bottom: 20px;
}

.pad-top {
    padding-top: 80px;
}

.central {
    margin-left: auto;
    margin-right: auto;
}

.navbar a {
    text-decoration: none;
}

.detail-level {
    z-index: 10;
}

.main-cover {
    object-fit: cover;
    width: 100%;
    max-height: 350px;
}

.cover-host {
    width: 100%;
}

.login-form {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.btn-wide {
    min-width: 250px;
}

.form-space {
    margin-bottom: 3px;
}

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

.title {
    margin-bottom: 15px;
}

.signuplink {

}

.listview {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
}

.card {
    box-shadow: 1px 3px 10px 1px rgba(0, 0, 0, 0.5);
}

.expand-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
}

.expand-container.expanded {
    max-height: 1000px;
    overflow: visible;
}

.listview .card {
    width: 300px;
    height: 300px;
    box-shadow: 1px 3px 10px 1px rgba(0, 0, 0, 0.5);
    margin: 0 10px 20px 10px;
    transition: box-shadow 0.5s, all .2s ease-in-out;
}

.form-inline.stretch {
    width: 100%;
}

.form-inline.stretch .form-control {
    width: 100%;
}

.form-inline.stretch>div:nth-child(1) {
    width: 40%;
}
.form-inline.stretch>div:nth-child(2) {
    width: 40%;
}

.form-inline.stretch>button:nth-child(3) {
    width: 20%;
}

.fin {
    display: none !important;
}

.card.auto {
    height: auto;
}

.listview .card-wide {
    width: 650px;
}

@media (max-width: 700px) {
    .listview .card-wide {
        width: 100%;
    }
}

.card-wide .card-left {
    border: 0px solid rgba(0, 0, 0, 0);
}

.card-wide .card-link {
    /* flex-direction: row; */
}

.card-body {
    display: flex;
    flex-direction: row;
}

.card-wide .card-description {
    background: #e6e6e6;
}

.align-start:after {
    content: "";
    /* flex-basis: 720px; */
}

.card-left {}

.card-content {
    max-height: 250px;
    width: 100%;
    padding: 7px 10px;
    display: flex;
    flex-flow: column nowrap;
}

.card-content.subtle {max-height: unset;}

.card-content .upper {
    flex: 1 1 auto;
}

.card-content .lower {
    color: #5f5f5f;
    margin: 5px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.pseudo-link {
    color: #337ab7;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 0;
}

.feature-panel {
    margin-bottom: 20px;
}

.listview .card:hover {
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.7);
    transform: scale(1.015);
}

.listview .card.nohover:hover {
    transform: unset;
}

small.nudge {
    margin-left: 5px;
}

.listview.alternate .card:nth-child(even) .card-icon {
    background: #8D8F94;
    border-bottom: 1px solid #585B64;
}

.listview .card .card-icon {
    background: #585B64;
    border-bottom: 1px solid #1c1d21;
}

.card-icon {
    width: 300px;
    height: 250px;
}

.card-wide .card-icon {
    width: 250px;
    border-bottom: 0 solid black !important;
}

.card-icon i {
    font-size: 120px;
    line-height: 250px;
    color: white;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 10px #1c1d21;
}

.card-icon .image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-icon img {
    width: 120px;
    height: 120px;
    -webkit-filter: drop-shadow(0 0 7px #1c1d21);
    filter: drop-shadow(0 0 7px #1c1d21);
}

a.nounderline {
    text-decoration: none;
}

.subtle-text {
    color: #777;
}

.card-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.card-link:hover, .card-link:focus {
    text-decoration: none;
}

.card-description {
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    color: #1c1d21;
}

.card-description.subtle {
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #707070;
    padding: 0 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background: none;
}

.card-description.subtle .small {
    line-height: 50px;
}


small {
    display: inline-block;
    font-size: 75%;
}

div.gray {
    background: #d4d4d4;
}

h2.gray, p.gray {
    color: #959595;
}

div.black {
    background: #383838;
}

h2.black, p.black {
    color: black;
}

div.white {
    background: white;
}

h2.white, p.white {
    color: white;
}

body {
    background-color: #21242D;
}

.stinks {
    margin-top: 80px;
    margin-bottom: 20px;
}

.color-space {
    padding: 80px 0;
}

.color-margin {
    margin: 20px 0;
}

.spacer {
    margin-top: 50px;
}

.spacer-post {
    margin-bottom: 50px;
}

.spacer-s {
    margin-top: 20px;
}

.spacer-post-s {
    margin-bottom: 20px;
}

.spacer-xs {
    margin-top: 10px;
}

.spacer-l {
    margin-top: 100px;
}

.spacer-xxl {
    margin-top: 300px;
}

#add-user-btn {
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

#redirects td {
    vertical-align: middle;
}

.glyphicon-spacer {
    margin-right: 5px;
}

.editthing {
    cursor: pointer;
}

.deletething {
    color: red;
    cursor: pointer;
}

.deletething.subtle {
    color: #000;
}

.text-right {
    text-align: right;
}

td.last, th.last {
    text-align: right;
    width: 1px;
    white-space: nowrap;
}


.subscript {
    margin-right: 7px;
    display: inline-block;
}

.wide {
    min-width: 200px;
}

.intense {
    font-weight: bold;
    font-size: larger;
}

.props-key {
    padding: 10px 0px 10px 0px;
}

.props-key.first {
    padding-top: 20px;
}
.props-value.first {
    padding-top: 20px;
}
.props-key.last {
    padding-bottom: 20px;
}
.props-value.last {
    padding-bottom: 20px;
}

.props-value {
    padding: 10px 0;
}

.bordercol {
    border-left: solid 3px #7B7B7B;

}

.center-well {
    margin-bottom: 0;
}

.main-container {
    min-height: 40%;
    padding-bottom: 70px;
    padding-top: 15px;
}

.area {
    background-color: white;
    min-height: 400px;
}

footer {
    background: #21242D;
    color: #d2d2d2;
    min-height: 100px;
}

.vcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.footer a {
    color: #d2d2d2;
}

.footer a:hover {
    color: #f2f2f2;
}

#config {
}

#settingsinput {
    width: 220px;
    display: inline;
}

.log {
    height: 200px;
    overflow: scroll;
}

html, body {
    height: 100%;
}

.blur {
    z-index: 1029;
    min-height: 50px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.detail-level-description {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
}

.size-label {
    min-width: 80px;
}

/* timeline */

.timeline-empty {
    margin: 20px 0;
}

.timeline {
    position: relative;
    margin: 20px 0;
    list-style-type: none;
    padding: 0;
}

.timeline-background {
    background: rgb(234, 234, 234);
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 3%, rgb(80,80,80) 97%, rgba(80,80,80,0) 100%);
    z-index: 5;
}

.timeline li {
    padding: 1em 0;
    margin-bottom: -20px;
    width: 100%;
}

.timeline li.last {
    margin-bottom: 0;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.timeline-host {
    /* margin: 6% -15px 6% -15px; */
}

.timeline-img {
    max-width: 200px;
    height: 50px;
    object-fit: contain;
    transition: box-shadow 0.4s;
}

a {
    text-decoration: underline;
    color: black;
}

a.btn {
    text-decoration: none;
}

a:hover {
    color: #333333;
}



.direction-l .desc {
    direction: rtl;
}

.direction-l .timeline-img {
    object-position: top right;
}
.direction-r .timeline-img {
    object-position: top left;
}


.direction-l {
    position: relative;
    width: 50%;
    padding-right: 20px;
    padding-left: 7px;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 50%;
    padding-left: 20px;
    padding-right: 7px;
    left: 50%;
}

.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}

.flag {
    position: relative;
    display: block;
    background: rgb(248,248,248);
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    font-size: 1.2em;
    min-width: 100px;
}

.direction-l .flag {
    box-shadow: -1px 0px 5px rgba(0,0,0,0.3);
}

.direction-r .flag {
    box-shadow: 1px 0px 5px rgba(0,0,0,0.3);
}

.direction-l .flag:before,
.direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -30px;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255,80,80);
    z-index: 10;
}

.direction-r .flag:before {
    left: -30px;
}

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248,248,248);
    border-width: 8px;
    pointer-events: none;
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid rgba(0, 0, 0, 0);
    border-right-color: rgb(248,248,248);
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    line-height: 1em;
    font-size: 0.7777em;
    color: rgb(250,80,80);
    vertical-align: middle;
    margin-bottom: 4px;
}

.direction-l .time-wrapper {
    margin-right: 7px;
}

.direction-r .time-wrapper {
    margin-left: 7px;
}

.time {
    padding: 4px 6px;
    background: rgb(248,248,248);
}

.desc {
    margin: 0.8em 0.5em 0 0;
    font-size: 0.94em;
    font-style: italic;
    text-align: justify;
    line-height: 1.5em;
}

.direction-r .desc {
    margin: 0.8em 0 0 0.5em;
}


/* responsive timeline */
@media (max-width: 700px) {
    .timeline:before {
        left: 4%;
    }
    .direction-l {
        position: relative;
        width: 95%;
        padding-left: 20px;
        padding-right: 7px;
        text-align: left;
        left: 4%;
    }
    .direction-r {
        width: 95%;
        left: 4%;
    }

    .direction-l .flag {
        box-shadow: 1px 0px 5px rgba(0,0,0,0.3);
    }
    .direction-l .flag:before {
        left: -30px;
    }
    .direction-l .flag:after {
        content: "";
        position: absolute;
        right: 100%;
        left: auto;
        top: 50%;
        height: 0;
        width: 0;
        margin-top: -8px;
        border: solid rgba(0, 0, 0, 0);
        border-right-color: rgb(248,248,248);
        border-width: 8px;
        pointer-events: none;
    }
    .direction-l .time-wrapper {
        margin-left: 7px;
        margin-right: 0;
    }

    .direction-l .desc {
        margin: 1em 0 0 0.75em;
        direction: ltr;
    }

    .direction-l .timeline-img {
        object-position: top left;
    }

    .timeline li {
        margin-top: 0 !important;
        margin-bottom: 10px;
    }
}

/* typeahead fix */
.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    width: 100%;
}
.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
}
.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: 30px;
    line-height: 30px;
}
textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: auto;
}
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
    border-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: 46px;
    line-height: 46px;
}
textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: auto;
}
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
    border-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.twitter-typeahead {
    width: 100%;
    float: left;
}
.input-group .twitter-typeahead {
    display: table-cell !important;
}
.twitter-typeahead .tt-hint {
    color: #999999;
}
.twitter-typeahead .tt-input {
    z-index: 2;
}
.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
    cursor: not-allowed;
    background-color: #eeeeee !important;
}
.tt-dropdown-menu,
.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion:hover {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    background-color: #f5f5f5;
    color: #262626;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor a,
.tt-menu .tt-suggestion.tt-cursor a,
.tt-dropdown-menu .tt-suggestion:hover a,
.tt-menu .tt-suggestion:hover a {
    color: #262626;
}
.tt-dropdown-menu .tt-suggestion p,
.tt-menu .tt-suggestion p {
    margin: 0;
}






/* columns of same height styles */

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
}