﻿

/* Set padding to keep content from hitting the edges */
.text-white{
    color: #ffffff;
}
.body-content {
    padding-top: 10px;
}

.table-header{
    margin-top:10px;
    margin-bottom:10px;
}
.form-control-feedback {
    right: 15px;
}

.selectContainer .form-control-feedback {
    right: 25px;
}

.block.block-rounded {
    border-radius: 4px;
}
@media screen and (min-width: 768px)
.content p, .content .push, .content .block, .content .items-push>div {
    margin-bottom: 30px;
}

a.block {
    display: block;
    color: #646464;
    font-weight: normal;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.img-avatar {
    display: inline-block !important;
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

#timeline-body {
    height:70vh;
    overflow-y: scroll;
}

#widgets{
    height:100vh;
    overflow-y: scroll;
}
.has-feedback .form-control-feedback {
    top: 25px;
    right: 0;
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: -15px;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
