﻿.checkbox-nomargin {
    margin: 0;
}

.wizard > .content > .body ul.pagination {
    list-style: none !important;
    display: block;
}

    .wizard > .content > .body ul.pagination li {
        display: block;
    }

.table-responsive {
    overflow-x: hidden;
}

.input-group[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.preview-pantone {
    width: 38px;
    height: 38px;
    border: 1px solid black;
    display: none;
}

.field-validation-error {
    color: #d9534f;
    font-weight: bold;
    margin-top: 3px;
    float: left;
}

.profile-wrapper .profile-right .profile-right-body .panel-heading {
    padding: 15px 0 0;
}

.timeline-wrapper .panel-post-item .media-time {
    font-size: 18px;
    top: 23px;
}

.bold {
    font-weight: bold;
}

.ui-datepicker.ui-datepicker-multi {
    z-index: 9999 !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px !important;
    }
}
