﻿#reportButtonsDiv {
    width: 20%;
}

.pagerandfilter {
    margin-left: 7px;
    margin-top: 12px;
}

.FCbtnClear {
    display: inline-block;
    white-space: nowrap;
    background-color: #fa6800 !important;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: #ffffff !important;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
}

    .FCbtnClear:hover {
        background-color: #ddd;
    }


.SCbtnSearch {
    background-color: #2086bf !important;
    margin-right: 7px !important;
    color: #ffffff !important;
}

.SCbtnClear {
    background-color: #fa6800 !important;
    color: #ffffff !important;
}

.RClbPrintItems {
    width: 250px !important;
}

.RCtbToPrint {
    width: 250px !important;
}

#ctl00_ContentPlaceHolder1_reportControl_btnPrint {
    background-color: #2086bf !important;
    margin-right: 7px !important;
    color: #ffffff !important;
}

#ctl00_ContentPlaceHolder1_reportControl_btnCancel {
    background-color: #fa6800 !important;
    color: #ffffff !important;
}

.FCbtnFilter {
    display: inline-block;
    white-space: nowrap;
    background-color: #2086bf !important;
    padding-left: 15px;
    padding-right: 15px;
    /*margin: 0.5em;*/
    margin-left: 7px !important;
    margin-right: 7px !important;
    text-decoration: none;
    color: #ffffff !important;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
}

    .FCbtnFilter:hover {
        background-color: #ddd;
    }


.PCddlPageSize {
    padding: 0 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 60px;
    color: #3c3c3c;
    margin-right: 10px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
    border: 1px solid;
    border-color: #b3c0e2 #bcc5e2 #c0ccea;
    height: 26px;
}

    .PCddlPageSize:focus {
        border-color: #46aefe;
        outline: none;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
    }

.FCddlFields {
    padding: 0 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #3c3c3c;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
    border: 1px solid;
    border-color: #b3c0e2 #bcc5e2 #c0ccea;
    height: 26px;
}

    .FCddlFields:focus {
        border-color: #46aefe;
        outline: none;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
    }

.FCddlComparators {
    padding: 0 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-left: 10px;
    color: #3c3c3c;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
    border: 1px solid;
    border-color: #b3c0e2 #bcc5e2 #c0ccea;
    height: 26px;
}

    .FCddlComparators:focus {
        border-color: #46aefe;
        outline: none;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
    }


.FCtbValue {
    padding: 0 3px;
    height: 26px;
    color: #3c3c3c;
    background: white;
    border: 1px solid;
    border-color: #b3c0e2 #bcc5e2 #c0ccea;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #f6f8fa, white);
    background-image: -moz-linear-gradient(top, #f6f8fa, white);
    background-image: -o-linear-gradient(top, #f6f8fa, white);
    background-image: linear-gradient(to bottom, #f6f8fa, white);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
    width: 150px;
    margin-left: 10px;
    /*margin-right: 10px;*/
}

    .FCtbValue:focus {
        border-color: #46aefe;
        outline: none;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
    }


.PCtbToPage {
    padding: 0 3px;
    height: 26px;
    color: #3c3c3c;
    background: white;
    border: 1px solid;
    border-color: #b3c0e2 #bcc5e2 #c0ccea;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #f6f8fa, white);
    background-image: -moz-linear-gradient(top, #f6f8fa, white);
    background-image: -o-linear-gradient(top, #f6f8fa, white);
    background-image: linear-gradient(to bottom, #f6f8fa, white);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
    width: 50px;
}

    .PCtbToPage:focus {
        border-color: #46aefe;
        outline: none;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
    }


.readOnly {
    background-color: #d9d9d9;
    text-align: right;
}

.fromOtherForms {
    background-color: #46aefe;
    text-align: right;
}

.rightAlign {
    text-align: right;
}

.readOnlyCenter {
    background-color: #d9d9d9;
    text-align: center;
}

.disabled {
    background-color: #676767;
}

.readOnlyLeft {
    background-color: #d9d9d9;
    text-align: left;
}

.allowInputLeft {
    background-color: #ffffff;
    text-align: left;
}

    .allowInputLeft:focus {
        border-color: #46aefe;
        outline: none;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
    }

.readOnlyInputLeft {
    text-align: left;
    background: #d9d9d9;
}

    .readOnlyInputLeft:focus {
        border-color: #46aefe;
        outline: none;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe;
    }


.marginLeftTmpClass {
    margin-left: 2px;
}

#reportDiv {
    width: 400px;
}


