/** Blockquote **/
blockquote {
    border-left: 5px solid #A31637 !important;
}

.multiValueSuggestBox-panel:focus {
    border-bottom: 2px solid #A31637 !important;
}

/** Image Slider **/
.slider .indicators .indicator-item.active {
    background-color: #DA4F61;
}

/**SCROLLSPY**/
.table-of-contents a.active {
    border-left: 2px solid #DA4F61 !important;
}

.table-of-contents a:hover {
    border-left: 1px solid #DA4F61 !important;
}

.progress div {
    background-color: #e53935;
}

/**Time Picker**/
.lolliclock-header {
    background: #DA4F61 !important;
}

.lolliclock-active-button-background {
    background-color: #DA4F61 !important;
}

.lolliclock-button {
    color: #DA4F61 !important;
}

.lolliclock-canvas-bg {
    fill: rgba(244, 67, 54, 0.25) !important
}

.lolliclock-canvas-fg {
    fill: #DA4F61 !important;
}

.lolliclock-canvas line {
    stroke: rgba(244, 67, 54, 0.5) !important;
}

.lolliclock-tick.active, .lolliclock-tick:hover {
    background-color: #e57373 !important;
}

/** File Uploader **/
.fileuploader .upload-label {
    background-color: #DA4F61 !important;
}

.fileuploader .upload-label i {
    background: #fff !important;
    color: #DA4F61 !important;
}

.fileuploader.active {
    background: #DA4F61 !important;
}

.fileuploader.active .upload-label {
    color: #fff !important;
}

.preview-container .previews .zdrop-info .preview-icon {
    color: #DA4F61 !important;
}

.preview-container .header {
    background-color: #DA4F61 !important;
}

/** Window **/
.window .window-toolbar {
    background-color: #DA4F61 !important;
}

/** Tree Item **/
.tree-item i {
    color: #DA4F61;
}

/** Stepper **/
.stepper .step.success > div:first-child i, .stepper .step.success .title, .stepper .step.success .description {
    color: #DA4F61 !important;
}

.stepper .step > div:first-child .circle {
    background: #DA4F61 !important;
}

/** Rich Editor **/
.editorDialogs .modal .btn, .editorDialogs .modal .btn-large, .note-editor .modal .btn, .note-editor .modal .btn-large {
    background: #DA4F61 !important;
}

.editorDialogs .modal .btn-large:hover, .editorDialogs .modal .btn:hover, .note-editor .modal .btn-large:hover, .note-editor .modal .btn:hover, .note-editor .modal .btn.modal-close:hover,.note-editor .modal .file-field .btn:hover, .note-editor .modal .note-link-btn:hover, .note-editor .modal .note-image-btn:hover {
    background: #DA4F61 !important;
}

button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.btn.disabled:hover {
    background: #d8d8d7 !important;
}

/** Rating **/
.material-rating {
    color: #DA4F61;
}

/** Badge **/
.badge {
    background: #d32f2f;
}

/** Table **/
.table-container .top-panel {
    background: #c62828;
}

/** ComboBox **/
ul.select2-results__options[aria-multiselectable="true"] li.select2-results__option:not([role="group"])[aria-selected="true"]:after {
    border: 2px solid #DA4F61;
    background-color: #DA4F61;
}
table .gwt-CheckBox label {
    margin-bottom: -7px;
}

table [type="checkbox"] + label:before {
	border: none;
}

.col .input-field label {
    left: 0.75rem !important;
}

.read-only label {
    top: 1.3rem !important; 
}
