
/* Other
-------------------------------------------------- */


.hidden{
    display: none;
}

/* Datatables search bar1 */

.dataTables_filter {
    display: none;
}

/* NavBar
-------------------------------------------------- */

.nav-link {
    font-size: 1.50em;

}

.nav-item {
    padding-left: .25rem;
    padding-right: .25rem;
}

.navbar-collapse {
    margin-left: 20px;
}



/* Footer
---------------------------------------------------*/

#footer {
    margin-top: 5em;
    padding: 2em 0
}

#footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

#footer p {
    clear: left;
    margin-bottom: 0
}

#footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
    color: #222;
    background-color: rgba(255,255,255, 0.75 );
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;

}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 25rem;
    background-color: #777;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
    opacity: .75;
    filter: alpha(opacity=75);
}


/* BOOTSWAP CUSTOM CSS
-------------------------------------------------- */


pre {
    background: #f7f7f9
}

@media (min-width: 768px) {
    body > .navbar-transparent {
        box-shadow: none
    }

    body > .navbar-transparent .navbar-nav > .open > a {
        box-shadow: none
    }
}

#home {
    padding-top: 0px
}

#home .navbar {
    transition: box-shadow 200ms ease-in
}

#home .navbar-brand .nav-link {
    display: inline-block;
    margin-right: -30px
}

#home .navbar-brand img {
    display: inline-block;
    margin: 0 10px;
    width: 30px
}

#home .btn {
    padding: 0.6em 0.7em;
    box-shadow: none;
    font-size: 0.7rem
}

.bs-docs-section {
    margin-top: 4em
}

.bs-docs-section .page-header h1 {
    padding: 2rem 0;
    font-size: 3rem;
}

.dropdown-menu.show[aria-labelledby="themes"] {
    display: flex;
    width: 420px;
    flex-wrap: wrap
}

.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item {
    width: 33.333%
}

.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item:first-child {
    width: 100%
}

.bs-component {
    position: relative
}

.bs-component + .bs-component {
    margin-top: 1rem
}

.bs-component .card {
    margin-bottom: 1rem
}

.bs-component .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block
}

.bs-component .modal-dialog {
    width: 90%
}

.bs-component .popover {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 20px
}

#source-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    font-weight: bold
}

.nav-tabs {
    margin-bottom: 15px
}

.progress {
    margin-bottom: 10px
}



.splash {
    padding: 12em 0 6em;
    background-color: #2196F3;
    color: #fff;
    text-align: center
}

.splash .logo {
    width: 160px
}

.splash h1 {
    font-size: 3em;
    color: #fff
}

.splash #social {
    margin: 2em 0 6em
}

.splash .alert {
    margin: 2em 0;
    border: none
}

.splash .sponsor a {
    color: #fff
}

.section-tout {
    padding: 6em 0 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #eaf1f1
}

.section-tout .fa {
    margin-right: 0.2em
}

.section-tout p {
    margin-bottom: 5em
}

.section-preview {
    padding: 4em 0 4em
}

.section-preview .preview {
    margin-bottom: 4em;
    background-color: #eaf1f1
}

.section-preview .preview img {
    max-width: 100%
}

.section-preview .preview .image {
    position: relative
}

.section-preview .preview .image:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none
}

.section-preview .preview .options {
    padding: 2em;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    text-align: center
}

.section-preview .preview .options p {
    margin-bottom: 2em
}

.section-preview .dropdown-menu {
    text-align: left
}

.section-preview .lead {
    margin-bottom: 2em
}

@media (max-width: 767px) {
    .section-preview .image img {
        width: 100%
    }
}

.sponsor img {
    max-width: 100%
}

.sponsor #carbonads {
    max-width: 240px;
    margin: 0 auto
}

.sponsor .carbon-text {
    display: block;
    margin-top: 1em;
    font-size: 12px
}

.sponsor .carbon-poweredby {
    float: right;
    margin-top: 1em;
    font-size: 10px
}

@media (max-width: 767px) {
    .splash {
        padding-top: 8em
    }

    .splash .logo {
        width: 100px
    }

    .splash h1 {
        font-size: 2em
    }

    #banner {
        margin-bottom: 2em;
        text-align: center
    }
}



/** TODO, maybe delete ? */

.chatTitleContainer {

    text-align: left;
    font-size: 14pt;
    vertical-align: middle;
    display: table-cell;
    height: 50px;
    width: 100%;
    font-family: Expert-Sans-Regular, verdana, Arial, helvetica, sans-serif;
    color: #b5b5b5;

}

.chatContainer {

    height: 100%;
    width: 100%;
    background-color: #e4e4e4;
    padding: 20px;

}

.chatHistoryContainer {

    padding: 20px;
    height: 400px;
    width: 100%;
    background-color: #f4f4f4;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #c3c3c3;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

}

.chatMessageControls {

    margin-top: 6px;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #c3c3c3;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;

}

#undoSendButton {

    margin-left: 10px;
    border-radius: 3px;

}

#clearMessageButton {

    border-radius: 0;
    border-left: none;
    border-right: none;

}

#sendMessageButton {

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}


.formComments {

    list-style-type: none;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 60px;
    padding-left: 0px;

}

.formComments li {

    margin-bottom: 10px;

}

.commentstep-1 {

    margin-left: 0px;

}

.commentstep-2 {

    margin-left: 48px;

}

.commentstep-3 {

    margin-left: 96px;

}

.form-comments-table tr:nth-child(1) td:nth-child(1) {

    font-size: 9pt;
    color: #a7a7a7;
    white-space: nowrap;
    vertical-align: top;

}

.comment-user {

    margin-left: 10px;

}

.form-comments-table tr td {

    white-space: nowrap;

}
.form-comments-table tr:nth-child(1) td:nth-child(1) {

    padding-top: 8px;

}
.form-comments-table tr:nth-child(1) td:nth-child(2) {

    padding-top: 8px;
    font-size: 9pt;
    color: #737373;
    font-weight: bold;
    vertical-align: top;

}

.form-comments-table tr:nth-child(1) td:nth-child(3) {

    vertical-align: top;

}

.form-comments-table tr:nth-child(1) td:nth-child(4) {

    width: 100%;

}

.form-comments-table tr:nth-child(1) td:nth-child(5) {


}

.comment-step-controls {



}

.comment-avatar {

    margin-left: 10px;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    background-color: #c9c9c9;

}

.comment-avatar img {

    width: 36px;
    height: 36px;

}


.comment-marker {

    margin-right: 10px;
    color: #aeaeae;

}


.comment-step1:hover {


}

.comment {

    width: 100%;
    background-color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 8px 8px;
    line-height: 1.5;
    color: #9e9e9e;
    border-color: #ddd;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-bottom: 3px solid #dddddd;
    border-radius: 3px;

}

.comment:hover {

    background-color: #fafafa;

}

.comment-actions {

    border-top: 1px solid #dddddd;
    padding-top: 8px;
    margin-top: 8px;
    display: none;

}

.commentTD {


}


.featurette {
    padding-top: 5em;
    padding-bottom: 5em;
}

.badge {
    font-size: 100%;
}