.panel .panel-heading {
    background-color: #1c26f0;
    font-weight: bold;
}

.bootstrap-datetimepicker-widget table th{
    height: 30px;
    color: white;
    background-color: #1d78cb;
}



@media (max-width: 768px) {
    .bootstrap-datetimepicker-widget {
        left: -45px !important;
    }
}


/*
.bootstrap-datetimepicker-widget {
    width: 100px;
}

.bootstrap-datetimepicker-widget table {
    width: 100px;
    margin: 0 auto;
}
*/

div .panel-body {
    min-height: 250px;
}

form input.col-md-2 {
    height: 34px;
}

.blueback{
    color: white;
    font-weight: bold;
    background-color: #1c26f0;
}

.blueback:hover{
    background-color: #1d78cb;
}

.team-section .team-post span{
    margin: 0 0 0 0;
}

.marginBottom{
    margin-bottom: 5px;
}





