.btn-select.btn-hollow {
    color: #6666ff;
    border-color: #6666ff;
}

.btn-danger.btn-hollow {
    color: #d9534f;
    border-color: #d9534f;
}

.btn-success.btn-hollow {
    color: #4cae4c;
    border-color: #4cae4c;
}

.btn-hollow {
    background-color: white;
}

.btn-select.btn-hollow:hover,
.btn-select.btn-hollow:active,
.btn-select.btn-hollow.active,
.btn-select.btn-hollow.active:disabled {
    color: white;
    background-color: #3399ff;
    border-color: #6666ff;
}

.btn-select.btn-hollow:disabled {
    border-color: #b3d7ff;
    background-color: white;
    color: #b3d7ff;
}

.btn-danger.btn-hollow:hover,
.btn-danger.btn-hollow:active,
.btn-danger.btn-hollow.active,
.btn-danger.btn-hollow.active:disabled,
.btn-danger.btn-hollow:focus {
    color: white;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger.btn-hollow:disabled {
    border-color: #e3aaa8;
    background-color: white;
    color: #e3aaa8;
}

.btn-success.btn-hollow:hover,
.btn-success.btn-hollow:active,
.btn-success.btn-hollow.active,
.btn-success.btn-hollow.active:disabled,
.btn-success.btn-hollow:focus {
    color: white;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success.btn-hollow:disabled {
    border-color: #a8e3a8;
    background-color: white;
    color: #a8e3a8;
}

.btn-hollow:focus,
.btn-hollow:active:focus,
.btn-hollow.active:focus {
    outline: 0;
    outline-offset: 0;
}

.request-page {
    margin-bottom: 25px;
}

    .request-page .request-item {
        border-radius: 3px;
        border: 1px solid #DDDDDD;
        padding: 10px;
        margin: 15px 0;
    }

    .request-page .request-body {
        color: gray;
        font: 1.3em;
        padding: 15px 0;
    }

    .request-page .effective-date {
        color: gray;
        display: inline-block;
        margin-left: 10px;
    }

    .request-page .search-row {
        margin-bottom: 6px;
    }

    .request-page .select-row {        
        margin-top: 10px;        
    }

    .request-page .toggle-row {
        margin-bottom: 6px;
        padding-left: 12px;
    }

        .request-page .toggle-row button {
            margin: 0 3px;
        }

.request-footer {
    color: gray;
}

.animate-request.ng-enter,
.animate-request.ng-leave {
    -moz-transition: all linear 2s;
    -o-transition: all linear 2s;
    -webkit-transition: all linear 2s;
    transition: all linear 2s;
}

    .animate-request.ng-enter.ng-enter-active,
    .animate-request.ng-leave {
        background-color: white;
    }

        .animate-request.ng-enter,
        .animate-request.ng-leave.ng-leave-active {
            background-color: black;
        }

.request-item .change-property {
    font-weight: bold;
    font-size: 1.1em;
}

.request-item .property {
    font-weight: bold;
}

.request-item-selected {
    background-color: #e6f2ff;
}

.request-all-selected,
.request-all-selected:hover,
.request-all-selected:focus {
    background-color: #b3d6ff;
}

.request-pagesize-allow-label {
    display:inline-block; 
    vertical-align:middle;
    width:60px;
}

.request-note {
    min-height: 50px;
    padding: 10px;
    margin: 10px 10px 0 10px;
    font-size: 1.1em;
    border-radius: 3px;
}

.request-diff {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.request-note-cancel {
    text-align: right;
}

.no-requests {
    text-align: center;
    font-size: 2em;
    margin-top: 100px;
    color: #CCC;
}

.no-filters {
    text-align: center;
    font-size: 1.3em;
    margin-top: 8px;
    margin-left: 10px;
    color: white;
    background-color: #d9534f;
}