﻿.marginr {
    margin-right: 5px;
}

.clear {
    clear: both;
}
ul.result, ol.result {
    margin: 10px 0;
    padding: 0;
    border-top: solid 1px #ddd;
}

    ul.result li, ol.result li {
        list-style-type: none;
        margin: 0;
        padding: 5px;
        border-bottom: solid 1px #ddd;
    }


table.result {
    margin: 10px 0;
    width: 500px;
    border-collapse: collapse;
}

    table.result th {
        font-weight: bold;
    }

    table.result td, table.result th {
        border-bottom: solid 1px #ddd;
        padding: 5px;
        text-align: left;
    }


.highlight {
    font-weight: bold;
    color: red;
}

/* Special - Common css */
.blockpanel {
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}

.f-body-bgcolor .blockpanel {
    border-width: 0 !important;
}

.grid-empty-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    margin-top: -15px;
    font-size: 24px;
    text-align: center;
}

.f-grid-row.row_green,
.f-grid-row.row_green .f-icon,
.f-grid-row.row_green a {
    background-color: #5cb85c;
    color: #fff;
}

.f-grid-row.row_yellow,
.f-grid-row.row_yellow .f-icon,
.f-grid-row.row_yellow a {
    background-color: #f0ad4e;
    color: #fff;
}

.f-grid-row.row_red,
.f-grid-row.row_red .f-icon,
.f-grid-row.row_red a {
    background-color: #d9534f;
    color: #fff;
}

.f-grid-cell[data-color=cell_green] {
    background-color: #5cb85c;
    color: #fff;
}

.f-grid-cell[data-color=cell_yellow] {
    background-color: #f0ad4e;
    color: #fff;
}

.f-grid-cell[data-color=cell_red] {
    background-color: #d9534f;
    color: #fff;
}

.f-grid-row-summary .f-grid-cell-inner {
    font-weight: bold;
    color: blue;
}

.toolbarred {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    background-color: #f2dede;
    background-position-y: center;
    border-color: #ebccd1;
    border-radius: 4px;
    line-height: 28px;
    height: 28px;
    color: #a94442;
}
.toolbarblue {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    background-color: #aae8ec;
    background-position-y: center;
    border-color: #ebccd1;
    border-radius: 4px;
    line-height: 28px;
    height: 28px;
    color: #1569a8;
}
.toolbargray {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    background-color: #e6e6e6;
    background-position-y: center;
    border-color: #ebccd1;
    border-radius: 4px;
    line-height: 28px;
    height: 28px;
    color: #575252;
}
.toolbargreen {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    background-color: #d1f3c0;
    background-position-y: center;
    border-color: #ebccd1;
    border-radius: 4px;
    line-height: 28px;
    height: 28px;
    color: #008000;
}

.label {
    display: inline;
    padding: .2em .4em .2em;
    line-height: 1;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    text-shadow: none;
    font-weight: normal;
    display: inline-block;
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-gray {
    background-color: #c5c5c5;
}

    .label-gray[href]:focus, .label-gray[href]:hover {
        background-color: #5e5e5e;
    }

.label-blue {
    background-color: #1c88bf;
}

    .label-blue[href]:focus, .label-blue[href]:hover {
        background-color: #286090;
    }

.label-green {
    background-color: #52c41a;
}

    .label-green[href]:focus, .label-green[href]:hover {
        background-color: #449d44;
    }

.label-lightblue {
    background-color: #2093ef;
}

    .label-lightblue[href]:focus, .label-lightblue[href]:hover {
        background-color: #31b0d5;
    }

.label-yellow {
    background-color: #ec971f;
}

    .label-yellow[href]:focus, .label-yellow[href]:hover {
        background-color: #ec971f;
    }

.label-red {
    background-color: #ff6c6c;
}

    .label-red[href]:focus, .label-red[href]:hover {
        background-color: #c9302c;
    }
