body
{
    color: #444b5e;
}
.field-error
{
    color: #f5365c;
    padding-top: 9px;
    font-weight: bold;
}

.table td, .table th
{
    font-size: 0.95rem;
}

.table .thead-light th
{
    color: #494a4b;
}

.table thead th
{
    font-size: .85rem;
}

.page-item .page-link, .page-item span
{
    width: 42px;
    height: 42px;
    font-size: 0.95rem;
    font-weight: bold;
}

.page-link
{
    color: #535e6a;
}

.navbar-light .navbar-nav .nav-link
{
    color: rgba(0, 0, 0, .8);
}

.form-control, .form-control:focus
{
    color: #494a4b;
    font-size: 1rem;
}

.navbar-vertical .navbar-nav .nav-link
{
    font-size: 1rem;
}
.form-control-label
{
    font-size: 1rem;
}

/* file input code start */
.fileinput {
   /* display:inline-block;*/
    margin-bottom:9px
}
.fileinput .form-control {
    display:inline-block;
    padding-top:7px;
    padding-bottom:5px;
    margin-bottom:0;
    vertical-align:middle;
    cursor:text
}
.fileinput .thumbnail {
    padding: 7px;
    display:inline-block;
    margin-bottom:10px;
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
    max-width:250px;
    box-shadow:0 10px 30px -12px rgba(0,0,0,.42),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)
}
.fileinput .thumbnail.img-circle {
    border-radius:50%;
    max-width:100px
}
.fileinput .thumbnail>img {
    max-height:100%;
    width:100%
}
.fileinput .btn {
    vertical-align:middle
}
.fileinput-exists .fileinput-new,.fileinput-new .fileinput-exists {
    display:none
}
.fileinput-inline .fileinput-controls {
    display:inline
}
.fileinput-filename {
    display:inline-block;
    overflow:hidden;
    vertical-align:middle
}
.form-control .fileinput-filename {
    vertical-align:bottom
}
.fileinput.input-group {
    display:table
}
.fc-button-group,.fc-icon {
    display:inline-block
}
.fileinput.input-group>* {
    position:relative;
    z-index:2
}
.fc-row .fc-bg,.fileinput.input-group>.btn-file {
    z-index:1
}
.fileinput-new .input-group .btn-file,.fileinput-new.input-group .btn-file {
    border-radius:0 4px 4px 0
}
.fileinput-new .input-group .btn-file.btn-sm,.fileinput-new .input-group .btn-file.btn-xs,.fileinput-new .input-group .btn-group-sm>.btn-file.btn,.fileinput-new.input-group .btn-file.btn-sm,.fileinput-new.input-group .btn-file.btn-xs,.fileinput-new.input-group .btn-group-sm>.btn-file.btn {
    border-radius:0 3px 3px 0
}
.fileinput-new .input-group .btn-file.btn-lg,.fileinput-new .input-group .btn-group-lg>.btn-file.btn,.fileinput-new.input-group .btn-file.btn-lg,.fileinput-new.input-group .btn-group-lg>.btn-file.btn {
    border-radius:0 6px 6px 0
}
.form-group.has-warning .fileinput .fileinput-preview {
    color:#ff9800
}
.form-group.has-warning .fileinput .thumbnail {
    border-color:#ff9800
}
.form-group.has-error .fileinput .fileinput-preview {
    color:#f44336
}
.form-group.has-error .fileinput .thumbnail {
    border-color:#f44336
}
.form-group.has-success .fileinput .fileinput-preview {
    color:#4caf50
}
.form-group.has-success .fileinput .thumbnail {
    border-color:#4caf50
}
.input-group-addon:not(:first-child) {
    border-left:0
}
.thumbnail {
    border:0;
    border-radius:4px;
    padding:0
}
.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr;
}
.btn.btn-round {
    border-radius: 30px;
}
.btn.btn-rose {
    color: #fff;
    background-color: #e91e63;
    border-color: #e91e63;
    box-shadow: 0 2px 2px 0 rgba(233,30,99,.14),0 3px 1px -2px rgba(233,30,99,.2),0 1px 5px 0 rgba(233,30,99,.12);
}
.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
/* file input code end */


/* timeline css start */
.timeline {
    padding: 50px 0;
    position: relative;
}
.timeline-nodes {
    padding-bottom: 25px;
    position: relative;
}
.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline h3, .timeline p {
    padding: 5px 15px;
}
.timeline h3{
    font-weight: lighter;
    background: var(--blue);
}
.timeline p, .timeline time {
    color: var(--blue)
}
.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px dashed var(--blue);
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}
.timeline-content-file
{
    padding: 40px;
    background-color: #faf8f7;
}


.timeline-content {
    border: 1px solid var(--blue);
    position: relative;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2)
}
.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
    text-align: right;
}
.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
}

.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
}
.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: 100%;
    width: 0;
    border-left: 15px solid var(--blue);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 15px solid var(--blue);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.timeline-image {
    position: relative;
    z-index: 100;
}
.timeline-image::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px dashed var(--blue);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 1;


}
.timeline-image img {
    position: relative;
    z-index: 100;
}
/*small device style*/

@media (max-width: 767px) {
    .timeline-nodes:nth-child(odd) h3,
    .timeline-nodes:nth-child(odd) p {
        text-align: left
    }
    .timeline-nodes:nth-child(even) {
        flex-direction: row;
    }
    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 4%;
        width: 0;
        border-left: 2px dashed var(--blue);
        height: 100%;
        z-index: 1;
        transform: translateX(-50%);
    }
    .timeline h3 {
        font-size: 1.7rem;
    }
    .timeline p {
        font-size: 14px;
    }
    .timeline-image {
        position: absolute;
        left: 0%;
        top: 60px;
        /*transform: translateX(-50%;);*/
    }
    .timeline-nodes:nth-child(odd) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        left: auto;
        right: 100%;
        width: 0;
        border-left: 0;
        border-right: 10px solid var(--blue);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .timeline-nodes:nth-child(even) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        right: 100%;
        width: 0;
        border-right: 10px solid var(--blue);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .timeline-nodes:nth-child(even) .timeline-date {
        text-align: left;
    }
    .timeline-image::before {
        width: 65px;
        height: 65px;
    }
}

/*extra small device style */
@media (max-width: 575px) {
    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 3%;
    }

    .timeline-image {
        position: absolute;
        left: -5%;
    }

    .timeline-image::before {
        width: 60px;
        height: 60px;
    }
}
/* timeline css end */


.pointer
{
    cursor: pointer;
}
dd
{
    min-height: 24px !important;
}