.z-info-text {
    font-size: 12px;
    font-style: italic;
    color: #f00 !important;
    padding: 5px 0;
}

    .z-info-text:hover {
        background-color: #ffe5e5;
    }

.editFrame-panel {
    width: 250px;
    background-color: #f5f5f5;
    padding-left: 50px;
}

.news > li.item a {
    display: inline !important;
}

.rating-report {
    background-color: #f5f5f5;
    margin: 10px;
}

    .rating-report table {
        font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
        font-size: 12px;
        width: 98%;
        text-align: left;
        border-collapse: collapse;
        border: 1px solid #66696b;
        margin-top: 20px;
        border-spacing: 0;
    }

    .rating-report tbody {
        background: #e8edff;
    }

    .rating-report td {
        color: #66696b;
        border-top: 1px dashed #fff;
        padding: 10px;
        vertical-align: top;
    }

    .rating-report tbody tr:hover td {
        color: #339;
        background: #d0dafd;
    }

    .rating-report th {
        font-weight: normal;
        font-size: 14px;
        color: #039;
        padding: 15px 10px 10px;
        text-align: left;
    }

    .rating-report table a {
        text-decoration: underline;
    }

.wfInfo {
    font-size: 14px;
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
    padding: 5px;
    min-height: 46px;
}

    .wfInfo:hover {
        background-color: #ced7de !important;
    }

    .wfInfo img {
        margin-right: 5px;
    }

    .wfInfo.draft {
        color: #31708f !important;
        background-color: #d9edf7 !important;
        border-color: #bce8f1 !important;
    }

        .wfInfo.draft:hover {
            color: #31708f !important;
            background-color: #abd7ed !important;
            border-color: #abd7ed !important;
        }

    .wfInfo.awaiting-review {
        color: #8a6d3b !important;
        background-color: #fcf8e3 !important;
        border-color: #faebcc !important;
    }

        .wfInfo.awaiting-review:hover {
            color: #8a6d3b !important;
            background-color: #f3e38b !important;
            border-color: #f3e38b !important;
        }

    .wfInfo.locked {
        color: #0101df !important;
        background-color: #bce8f1 !important;
        border-color: #0101df !important;
    }

        .wfInfo.locked:hover {
            color: #0101df !important;
            background-color: #effbfb !important;
            border-color: #bce8f1 !important;
        }

    .wfInfo.awaiting-approval {
        color: #3c763d !important;
        background-color: #ffd599 !important;
        border-color: #d6e9c6 !important;
    }

        .wfInfo.awaiting-approval:hover {
            color: #3c763d !important;
            background-color: #ffb347 !important;
            border-color: #d6e9c6 !important;
        }

    .wfInfo.published {
        color: #3c763d !important;
        background-color: #dff0d8 !important;
        border-color: #d6e9c6 !important;
    }

        .wfInfo.published:hover {
            background-color: #b3dba3 !important;
        }

.warnInfo {
    color: #3c763d !important;
    background-color: #ffd599 !important;
    border-color: #d6e9c6 !important;
}

.component-bar {
    color: #31708f !important;
    background-color: #e1e6e9 !important;
    border-color: #a7b5bd !important;
    font-size: 14px;
    padding: 5px;
    min-height: 46px;
}

    .component-bar:hover {
        color: #31708f !important;
        background-color: #b6c2c8 !important;
        border-color: #b6c2c8 !important;
    }

.search-copyright-tab .dropmenuWrapper {
    margin: 0;
    width: 100%;
}

.search-copyright-tab ul.dropmenu {
    background: #fff;
    border: 1px solid #cacaca;
    display: block;
    font-size: 15px;
    height: auto;
    text-align: left;
}

ul.dropmenu {
    background: #fff;
    border: 1px solid #cacaca;
    display: block;
    font-size: 15px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    z-index: 1;
}

    .search-copyright-tab ul li, ul.dropmenu li {
        display: block;
        height: auto;
        margin: 0;
        padding: 0 1rem;
        text-align: left;
    }

.dropmenuWrapper {
    margin: 0;
    position: relative;
}

    .dropmenuWrapper .dropmenu li {
        cursor: pointer;
    }

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-edit:before {
    content: "";
}

.buttonmargin {
    margin-top: -50px !important;
}

.spancolor {
    color: #039 !important;
}
