/* Styles go here */

.btn-blue {
    color: #fff;
    background-color: #558699;
    border-color: #4c7889;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #3b5d6b;
    border-color: #33505b;
}

.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
    background-image: none;
}

.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
    background-color: #558699;
    border-color: #4c7889;
}

.btn-blue .badge {
    color: #558699;
    background-color: #fff;
}

.rich-color-picker{
    padding: 2px !important;
}

.rich-color-picker .sp-replacer {
    background: none;
    border: none;
}

.rich-dropdown {
    padding: 6px 12px !important;
    background: none !important;
    border: none !important;
}

.rich-editor-content .ta-scroll-window {
    overflow-y: auto;
    margin-top: 3px;
    height: 500px;
    max-height: 500px;
}

.popup-rich-editor .modal-dialog {
    width: 93%;
    height: 93%;
    margin: auto;
    min-height: 500px;
    min-width: 952px;
    max-height: 500px;
    max-width: 1432px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}