﻿.timeline-div {
    white-space:pre-wrap;
    overflow-x: scroll;
    padding:30px 0 10px 0;
    position:relative;
    height:250px;
}

.entry {
      display:inline-block;
    vertical-align:top;
    background:#eee;
    color:#6c6c6c;
    font-size:12px;
    text-align:center;
    position:relative;
    border:4px solid #d3d3d3;
    border-radius:20px;
    /*min-width:200px;*/
    width:100px;
    height:150px;
    margin:0 10px;
    margin-bottom:35px;
}

.entry img {
    display:block;
    max-width:100%;
    height:auto;
    margin-bottom:5px;
}

.entry:after {
    content:'';
    display:block;
    background:#eee;
    width:15px;
    height:15px;
    border-radius:15px;
    border:5px solid #eee;
    position:absolute;
    left:49%;
    top:-30px;
    margin-left:-6px;
}

.entry:before {
    content:'';
    display:block;
    background:#d3d3d3;
    width:5px;
    height:20px;
    position:absolute;
    left:50%;
    top:-20px;
    margin-left:-2px;
}

.entry h1 {
    color:#6c6c6c;
    font-size:22px;
    font-weight:bold;
    margin-bottom:10px;
    padding:0;
    margin:0;
    margin:20px 0 5px;
}

.entry h2 {
    letter-spacing:.2em;
    margin-bottom:10px;
    font-size:14px;
}

.bar {
    height:4px;
    background:#eee;
    width:100%;
    position:relative;
    top:13px;
    left:0;
}

 th,  td{
    vertical-align:middle !important;
}


.form-group {
    font-size: 15px;
}
/*-----------------------------------------------------------------
    ------------------- BEGIN: LOADING -----------------------------*/
body.ci-loading {
    /*overflow: hidden;*/
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
 .ci-main-loading {
        display: block;
    }

.ci-main-loading {
    background-color: rgba(244, 154, 26, 0.79); /* rgba(0,0,0,0.7);*/
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    color: #FFF;
    display: none;
    top: 0;
}

    .ci-main-loading div {
        width: 200px;
        margin: 0 auto;
        margin-top: 15%;
        font-size: 20px;
        text-align: center;
    }

        .ci-main-loading div span {
            margin-top: 20px;
            font-size: 18px;
            font-weight: 700;
            text-shadow: 1px 1px 5px rgba(26, 35, 56, 0.87);
        }

        .ci-main-loading div i {
            display: block;
            text-align: center;
            width: 200px;
            height: 200px;
            border-radius: 200px;
            background-color: #FFF;
        }


/*-----------------------------^end^--------------------------------*/