﻿.main-panel {
    overflow-y: scroll;
}

.section-br {
    height: 10vh;
    width: 100%;
}

.card.developer, .card.project {
    text-align: center;
}

    .card.developer .card-title, .card.project .card-title {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
    }

    .card.developer .img-developer, .card.project .img-developer {
        background-color: white;
        height: 10em;
        width: 10em;
        border-radius: 5em;
        margin-top: 2em;
        margin-bottom: 1em;
        border: 1px solid #333;
        object-fit: cover;
    }

.row.developer, .row.project {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

    .row.developer .col, .row.project .col {
        display: inline-block;
    }

    .row.developer .col-md-4, .row.project .col-md-4 {
        max-width: 90%;
    }

@media (min-width: 768px) {
    .row.developer .col-md-4, .row.project .col-md-4 {
        max-width: 30%;
    }
}

.form-group input[type=file] {
    opacity: 1;
    position: static;
}

.modal .btn-close {
    color: black;
}

.toggle.btn-sm {
    border: 1px solid #AAA;
    border-radius: 0.5em;
}

    .toggle.btn-sm .toggle-on, .toggle.btn-sm .toggle-off {
        padding-top: 1em;
        color: white;
    }

section {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.app-bg {
    background: #f4f3ef !important;
}

.bg-pr {
    background: #0e65d9 !important;
}

.text-pr {
    color: #0e65d9 !important;
}

.border-pr {
    border-color: #0e65d9 !important;
}

.text-d {
    color: #231f20 !important;
}

.text-grey {
    color: #a8a9ad !important;
}

.navbar .navbar-nav .nav-link {
    padding: 0.5rem 1.4rem !important;
    text-transform: none !important;
}

.navbar-nav.custom-nav {
    background: white !important;
    border-radius: 0.5EM;
    border: 2px solid #a8a9ad;
}

.profile-img {
    height: 6em;
    width: 6em;
    border-radius: 3em;
    box-shadow: 0px 0px 0.5em 0px #333;
}

.border-1{
    border-radius: 1em;
}

.card-summary {
    min-height: 9em;
}

.card-summary-lg {
    min-height: calc(18em + 20px);
}
.btn-add, .btn-add:active, .btn-add:focus {
    color: #231f20 !important;
    border-color: #0e65d9 !important;
    background: white !important;
    border-radius: 50rem !important;
}

    .btn-add:hover, .btn-add:active:focus {
        color: white !important;
        background: #0e65d9 !important;
    }

        .btn-add:hover i, .btn-add:active:focus i {
            color: white !important;
        }

.card-bordered {
    border: 1px solid #a8a9ad;
}

.card-chart .chart-div{
    margin-top: 5em !important;
}

.text-primary, a.text-primary:focus, a.text-primary:hover {
    color: #0e65d9 !important;
}

.card-bg-primary {
    background: #0e65d9 !important;
    color: white;
}

    .card-bg-primary .text-pr {
        color: white !important;
    }
.badge-schedule {
    width: 35px;
    height: 35px;
    display: flex;
    font-size: 1em;
    background: #0e65d9 !important;
    color: white !important;
}


ul#timeline-menu {
    height: 50px;
    text-align: center;
}

    ul#timeline-menu li {
        position: relative;
        float: left;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        ul#timeline-menu li a {
            display: block;
            text-decoration: none;
            font-size: 16px;
            padding: 10px;
            padding-top: 20px;
            color: black;
            font-weight: bold;
            border-bottom: 5px solid transparent;
        }

            ul#timeline-menu li a:hover {
                color: #EF693A;
                border-bottom: 5px solid #EF693A;
                font-weight: normal;
            }

section#timeline {
    width: 90%;
    margin: 20px auto;
    padding-top: 0px !important;
    padding-bottom: 20px;
    position: relative;
}

    section#timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 2px;
        background-color: #EF693A;
        left: 50%;
        height: 100%;
        margin-left: -1.5px;
    }

    section#timeline article {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

        section#timeline article:after {
            content: '';
            display: block;
            clear: both;
        }

    section#timeline > article > div.panel {
        width: 45%;
        float: left;
        background: #FFF;
        border: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    }

        section#timeline > article > div.panel .panel-heading {
            padding: 5px 10px;
            margin: 0;
            font-size: 1.2em;
            background-color: #EF693A;
            overflow: hidden;
            text-align: center;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }

            section#timeline > article > div.panel .panel-heading .panel-title {
                color: #FFF;
            }

        section#timeline > article > div.panel .panel-body {
            padding: 15px;
            position: relative;
        }

    section#timeline article div.panel-body:after {
        content: '';
        position: absolute;
        top: 20px;
        right: -5px;
        width: 10px;
        height: 10px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #FFF;
    }

    section#timeline > article > div.panel .panel-body img {
        float: left;
        margin: 0 15px 15px 0;
    }

    section#timeline > article > div.panel .panel-footer {
        padding: 15px;
        background-color: #EEE;
    }

    section#timeline > article.inverted > div.panel {
        float: right;
    }

        section#timeline > article.inverted > div.panel .panel-body:after {
            left: -5px;
        }

        section#timeline > article.inverted > div.panel .panel-body img {
            float: right;
        }

    section#timeline div[class*="group"],
    section#timeline article div.panel div.badge {
        display: block;
        text-align: center;
        cursor: none;
        font-weight: bold;
        -moz-box-shadow: 0 0 0 2px #EF693A, inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 2px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0 0 2px #EF693A, inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 0 2px #EF693A, inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 2px rgba(0, 0, 0, 0.15);
        z-index: 1;
        position: relative;
    }

    section#timeline div[class*="group"] {
        width: 65px;
        font-size: 1.3em;
        margin: 35px auto;
        padding: 5px;
        border-radius: 0px;
        background: #EF693A;
        color: #FFF;
    }

    section#timeline article div.panel div.badge {
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 -15px;
        border-radius: 50%;
        font-size: 0.75em;
        width: 30px;
        height: 30px;
        background: #FFF;
        color: #EF693A;
    }

        section#timeline article div.panel div.badge:last-child {
            background-color: #EF693A;
            width: 20px;
            height: 20px;
            margin: 0 0 0 -10px;
        }