@import url(https://fonts.googleapis.com/css?family=PT+Sans);

.dt-paging {
    float: right;
    padding-top: 2vh;
}

/* Cores Datelka */
.bg-color-datelka {
    background-color: #00599C;
}

.text-color-datelka {
    color: #00599C;
}
/* Cores Datelka Fim */

body {
    background-image: url("/img/car.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden
}

.modalBackgroundImg {
    background-image: url("/img/car.png");
    background-size: cover;
    background-position: center;
}


.bootbox .modal-footer {
    align-self: center;
    border: 0px;
}

textarea {
    resize: none;
}

a {
    transition: background 0.2s, color 0.2s;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: linear-gradient(to top, #43c2cf 0%,#43c2cf 0%,#3095c0 46%,#335181 74%,#222443 100%);
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

.sidebar-brand {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 6px 0;
}

    .sidebar-brand h2 {
        margin: 0;
        font-weight: 600;
        font-size: 24px;
        color: #fff;
    }

.sidebar-nav {
    position: absolute;
    top: 80px;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav > li {
        text-indent: 10px;
        line-height: 42px;
    }

        .sidebar-nav > li a {
            display: block;
            text-decoration: none;
            color: #ffffff;
            font-weight: 600;
            font-size: 18px;
        }

        .sidebar-nav > li > a:hover,
        .sidebar-nav > li.active > a {
            text-decoration: none;
            color: #fff;
            background: #F8BE12;
        }

        .sidebar-nav > li > a i.fa {
            font-size: 24px;
            width: 60px;
        }

#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}

#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}

#navbar-wrapper .navbar {
    border-width: 0 0 0 0;
    background-color: #eee;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
    /*height: 75px;*/
}

    #navbar-wrapper .navbar a {
        color: #757575;
    }

        #navbar-wrapper .navbar a:hover {
            color: #F8BE12;
        }

#content-wrapper {
    width: 100%;
    position: absolute;
 /*   padding: 15px;*/
    top: 100px;
}

#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
}

@media (min-width: 992px) {
    #wrapper {
        padding-left: 250px;
    }

        #wrapper.toggled {
            padding-left: 60px;
        }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #wrapper {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}

@media (max-width: 767px) {
    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}


/*#content-wrapper {
    width: 100%;
    height: auto;*/
/*   position: absolute;
    top: 100px;*/
/*}*/



.navbar-header {
    background: linear-gradient(to right, #43c2cf 0%,#43c2cf 0%,#3095c0 46%,#335181 74%,#222443 100%);
}


/*
   Timeline
*/

.container {
    /* margin: 3rem 0;*/
    width: 100%;
    position: relative;
    overflow-x: scroll;
    /*   padding-top: 2rem;*/
    /* padding-bottom: 2rem;*/
}

    .container::-webkit-scrollbar {
        height: 100%;
        width: 100%;
    }

    .container::-webkit-scrollbar-thumb {
        background-color: transparent;
        background-clip: content-box;
        border-radius: 100%;
        border: 20px solid transparent;
    }

.entries {
/*    margin-right: -10000px;
    margin-left: 1rem;*/
}

.timeline {
    /*position: absolute;*/
    box-sizing: border-box;
    width: 100%;
    height: 0.7rem;
    background-color: beige;
    background-clip: content-box;
    border-width: 0.2rem 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1), inset 0 0 0.4em rgba(0, 0, 0, 0.1);
}

.entry {
    float: left;
    /*  max-width: 170px;*/
    position: relative;
    text-align: center;
    margin: 0 3px;
    margin-top: -16px;
}

    .entry .dot {
        position: absolute;
        width: 1.2rem;
        height: 1.2rem;
        background-color: powderblue;
        left: 50%;
        margin-left: -0.6rem;
        /*    margin-top: -0.95rem;*/
        border-radius: 100%;
        box-sizing: border-box;
        background-clip: content-box;
        border-width: 0.16rem;
        border-style: solid;
        border-color: #fff;
        box-shadow: 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.1), inset 0 0 0.4em rgba(255, 255, 255, 0.1), inset 0 0.4rem 0.1rem rgba(255, 255, 255, 0.3);
        -moz-transition: height 0.2s linear, width 0.2s linear, margin 0.2s linear, background-color 0.3s ease-out;
        -o-transition: height 0.2s linear, width 0.2s linear, margin 0.2s linear, background-color 0.3s ease-out;
        -webkit-transition: height 0.2s linear, width 0.2s linear, margin 0.2s linear, background-color 0.3s ease-out;
        transition: height 0.2s linear, width 0.2s linear, margin 0.2s linear, background-color 0.3s ease-out;
    }

    .entry:hover .dot {
        /*    width: 1.6rem;
    height: 1.6rem;*/
        /*    margin-left: -0.8rem;
    margin-top: -1.15rem;*/
        background-color: thistle;
    }

    .entry:hover .label {
        /*    margin-top: 2.5rem;
    background-color: #d0e8e4;
    border-bottom: 0.5rem solid transparent;*/
    }

.label {
    display: inline-block;
    position: relative;
    background-color: #e1f0ee;
    background-clip: padding-box;
    margin-top: 24px;
    /*  padding: 0.4rem 0.8rem 0.8rem;*/
    border-radius: 0.2rem;
    -moz-transition: margin-top 0.2s linear, background-color 0.2s linear, border-bottom 0.2s linear;
    -o-transition: margin-top 0.2s linear, background-color 0.2s linear, border-bottom 0.2s linear;
    -webkit-transition: margin-top 0.2s linear, background-color 0.2s linear, border-bottom 0.2s linear;
    transition: margin-top 0.2s linear, background-color 0.2s linear, border-bottom 0.2s linear;
    border-bottom: 0 solid transparent;
}

    .label .time {
        text-transform: uppercase;
        font-size: 0.7rem;
        margin: 0 0 0.4rem;
        padding: 0 0.3rem 0.3rem;
        letter-spacing: 1px;
        display: inline-grid;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    }

    .label .detail {
        font-size: 0.8rem;
    }

    .label:before {
        content: "";
        display: block;
        position: absolute;
        background-color: inherit;
        background-clip: content-box;
        box-sizing: border-box;
        width: 1rem;
        height: 1rem;
        left: 50%;
        margin-top: -0.9rem;
        margin-left: -0.5rem;
        transform-origin: center;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: -1;
    }

    .label a {
        color: #000;
        text-decoration: none;
    }

        .label a:before {
            content: "[";
        }

        .label a:after {
            content: "]";
        }

.entry.life .label {
    background-color: #e1f0e4;
}

.entry.life:hover .label {
    background-color: #d0e8d5;
}

.entry.study .label {
    background-color: #e1e8f0;
}

.entry.study:hover .label {
    background-color: #d0dbe8;
}


/*
   Fim da Timeline
*/

