body {
    /*background-color: transparent !important;*/
}

/* Comments */
.comments .comment-content{
    box-shadow:none;
    padding: 0px;
    background:none;
    border:none;
}

.title-block .h3-body-title {
    float: left;
    margin: 0 20px 20px 0;
    font-size: 1.2em;
    font-weight: bold;
}

.comments .comment-date {
    font-size: 0.8em;
    color: #2786F1;
    font-style: normal;
    font-weight: normal;
}
.comments .comment-author-avatar img{
    border:none;
    border-radius: 50%;
}
.comments .comment-details{
    padding-left: 65px;
}
.comments .comment-body{
    border: 1px solid #f0f5fe;
    padding: 7px;
}

.order-highlight {
    background-color: #fff3cd !important;
    transition: background-color .2s;
}

.table tbody td{
    /*height: 70px;*/
}

.status-ready {
    color: #287F71;
    font-weight: 500;
}

.status-work {
    color: #2786F1;
    font-weight: 500;
}

.spec-progress {
    color: #2786F1;
    font-weight: 600;
    border-bottom: 1px dashed #2786F1;
}

.alert-danger:empty {
    display: none;
}


.field-spec-ready .input-group {
    position: relative;
}

.field-spec-ready .kv-datetime-picker {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.field-spec-ready .form-control {
    padding-right: 35px;
}

.field-spec-ready .kv-datetime-remove {
    display: none;
}