
.pointer { cursor: pointer}
.post:hover { background-color: #eee}
.bootstrap-select .btn{
    border-radius: 10rem;
    padding: .8rem 2rem .8rem 1rem;
}
.bootstrap-select .btn .filter-option{
    font-size: .8rem;
    display: inline-flex !important;
}
.bootstrap-select .dropdown-menu.show > .dropdown-menu{
    display: block;
}
.bootstrap-select .dropdown-menu > li > a {
    display: block;
    padding: 4px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.bootstrap-select .dropdown-menu > li > a:hover {
    background-color: #eee;
}

.bg-thin-warning {
    background-color: #fffbda !important;
}
.bg-thin-secondary {
    background-color: #f5f5f5 !important;
}
.bg-thin-primary {
    background-color: #ebf0fe !important;
}
.bg-thin-danger {
    background-color: #ffeef0 !important;
}
.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}
@media only screen and (max-width: 600px) {
    .post .clock{
        margin-top: .7rem;
    }
}
