/*** Inforaum Skin for RadGrid ***/

    .RadGrid_Inforaum {
        font-size: 11px;
        border: 0 none !important;
        font-family: sans-serif;
        background-color: #fff !important;
        line-height: 100%;
    }

    /* grid header */
    .RadGrid_Inforaum .rgHeader, 
    .RadGrid_Inforaum th.rgResizeCol, 
    .RadGrid_Inforaum .rgHeaderWrapper {
        border: 0;
        background: none;
        background-color: #cbdff0;
    }

    .RadGrid_Inforaum .rgHeader {
        padding: 1px 3px !important;
        height: 20px;
    }

    .RadGrid_Inforaum .rgCheck {
        padding: 0 !important;
    }

    .RadGrid_Inforaum .rgHeader,
    .RadGrid_Inforaum .rgHeader a {
        color: #000 !important;
        font-weight: bold !important;
    }

    .RadGrid_Inforaum .rgHeaderWrapper,
    .RadGrid_Inforaum .rgClipCells .rgHeader {
        border-bottom: solid 1px #7aa3c5 !important;
        width: auto !important;
    }
    
    .RadGrid_Inforaum th.rgSorted {
        /*background: none;*/
    }

    .RadGrid_Inforaum .rgHeader .rgSortAsc {
        background: transparent url(images/up.png) 0 0 no-repeat;
        height: 9px;
        width: 9px;
    }

    .RadGrid_Inforaum .rgHeader .rgSortDesc {
        background: transparent url(images/down.png) 0 0 no-repeat;
        height: 9px;
        width: 9px;
    }

    .RadGrid_Inforaum .rgMasterTable td {
        padding: 0;
    }

    /* grid rows */
        .RadGrid_Inforaum .rgRow td,
        .RadGrid_Inforaum .rgAltRow td,
        .RadGrid_Inforaum .rgEditRow td,
        .RadGrid_Inforaum .rgSelectedRow td,
        .InforaumGridItemLocked td,
        .InforaumGridItemDisabled td,
        .InforaumGridItemMark td,
        .InforaumGridItemStrikeout td {
            color: #000;
            background: #fff;
            padding: 3px 4px 2px 4px !important;
            border: 0 none;
            border-bottom: solid 1px #cbdff0 !important;
            border-right: solid 1px #e5eff8 !important;
            vertical-align: middle;
            height: 23px !important;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .RadGrid_Inforaum .rgRow a,
    .RadGrid_Inforaum .rgAltRow a,
    .RadGrid_Inforaum .rgEditRow a,
    .RadGrid_Inforaum .rgSelectedRow a,
    .InforaumGridItemLocked a,
    .InforaumGridItemDisabled a {
        color: #000 !important;
    }

    .RadGrid_Inforaum tr.rgEditRow a,
    .RadGrid_Inforaum tr.rgHoveredRow a,
    .RadGrid_Inforaum tr.rgActiveRow a {
        color: #000;
    }

    .RadGrid_Inforaum .rgSelectedRow td {
        background: #f1f6fc;
    }

    .InforaumGridItemLocked td {
        background: #fff9e8;
    }

    .InforaumGridItemDisabled td {
        background: #e2e2e2;
    }

    .InforaumGridItemMark td {
        background: #fae1e3;
    }

    .InforaumGridItemStrikeout td {
        color: #ff0000 !important;
        text-decoration: line-through;
    }

/* filter row */
.RadGrid_Inforaum .rgFilterRow {
    background: #e5eff8;
}

    .RadGrid_Inforaum .rgFilter {
        background: transparent url(images/filter.png) 0 0 no-repeat;
        width: 16px !important;
        height: 16px !important;
    }

    .RadGrid_Inforaum .rgFilterRow > td {
        padding: 5px 2px !important;
    }

    .RadGrid_Inforaum .rgFilterBox {
        width: 70%;
        border: solid 1px #2f6ca1;
    }

    .RadGrid_Inforaum input.rgFilterBox {
        padding: 2px 4px;
    }


    .RadGrid_Inforaum .rgNoRecords div {
        color: #5f5f5f;
        font-weight: bold;
        font-size: 11px;
        padding: 5px;
    }

    /* commandline */
    .RadGrid_Inforaum .rgCommandRow {
        background-color: #fff !important;
    }

    .RadGrid_Inforaum .rgCommandCell {
        border-bottom: solid 1px #7AA3C5 !important;
        padding: 4px 15px !important;
        height: 21px !important;
    }

    .RadGrid_Inforaum .rgCommandCell table {
        width: 100%;
    }

    /* pager */
    .RadGrid_Inforaum .rgPagerCell {
        color: #2F6CA1;
        font-size: 11px !important;
        padding: 0 5px !important;
        background-color: #FFFFFF;
        border-top: solid 1px #7AA3C5 !important;
    }

    .RadGrid_Inforaum .rgPagerCell .RadComboBox {
        margin: 2px 4px 0 0 !important;
    }

    .RadGrid_Inforaum .rgPagerCell .rgPagerLabel {
        margin: 0 4px 0 16px;
    }

    .RadGrid_Inforaum .rgPagerCell .RadComboBox_Inforaum table td.rcbInputCell {
        height: 16px !important;
        line-height: 14px !important;
    }

    .RadGrid_Inforaum .rgPagerCell .RadComboBox_Inforaum .rcbInputCell INPUT.rcbInput {
        padding: 1px !important;
        width: 20px !important;
    }

    .RadGrid_Inforaum .rgPagerCell .RadComboBox_Inforaum table td.rcbArrowCell {
        height: 16px !important;
        line-height: 16px !important;
    }
    .RadGrid_Inforaum .rgPagerCell .RadComboBox_Inforaum .rcbArrowCell a {
        width: 13px !important;
        height: 16px !important;
    }

    .RadGrid_Inforaum .rgWrap {
        padding: 0 !important;
    }

    .RadGrid_Inforaum .rgPager a,
    .RadGrid_Inforaum .rgPager a:hover,
    .RadGrid_Inforaum .rgPager span {
        color: #2F6CA1 !important;
        padding: 0 2px !important;
    }

    .RadGrid_Inforaum .rgNumPart a:hover span,
    .RadGrid_Inforaum .rgNumPart span {
        text-decoration: underline;
        cursor: pointer;
    }

    .RadGrid_Inforaum .rgNumPart a.rgCurrentPage:hover, 
    .RadGrid_Inforaum .rgNumPart a.rgCurrentPage span, 
    .RadGrid_Inforaum .rgNumPart a.rgCurrentPage:hover span {
        text-decoration: none;
        cursor: default;
    }

    .RadGrid_Inforaum .rgArrPart1 a,
    .RadGrid_Inforaum .rgArrPart1 a:hover {
        text-decoration: none;
        padding: 0 !important;
    }

    .RadGrid_Inforaum .rgPagePrev,
    .RadGrid_Inforaum .rgPageNext {
        background-position: 0px 0px !important;
        margin-top: 2px !important;
        height: 16px !important;
        width: 16px !important;
    }

    .RadGrid_Inforaum input.rgPagePrev {
        background-image: url(images/prev.png) !important;
    }

    .RadGrid_Inforaum input.rgPageNext {
        background-image: url(images/next.png) !important;
    }

    .RadGrid_Inforaum .rgPageFirst,
    .RadGrid_Inforaum .rgPageLast {
        display: none;
    }

    /* grouping */
    .RadGrid_Inforaum .rgGroupHeader {
        color: #2f6ca1;
        font-weight: bold;
        font-size: 12px;
        background: #e5eff8;
    }

    .RadGrid_Inforaum .rgGroupHeader td {
        border-bottom: 1px solid #cbdff0;
        padding: 5px 5px 0 !important;
        line-height: 16px;
    }

    .RadGrid .rgGroupHeader td div div {
        padding: 0 !important;
    }

    .RadGrid_Inforaum .rgGroupHeader td.rgGroupCol {
        border-color: #cbdff0;
        background: #e5eff8 none;
        padding-top: 4px !important;
        padding-bottom: 0 !important;
    }

    .RadGrid_Inforaum .rgExpand {
        background-image: url(images/expand.png);
    }

    .RadGrid_Inforaum .rgCollapse {
        background-image: url(images/collapse.png);
    }

    .rgCellSelectorArea_Inforaum,
    .GridRowSelector_Inforaum {
        background: #2f6ca1 !important;
    }

    /* Drag & Drop */
    .GridDraggedRows_Inforaum {
        height: unset !important;
    }

    /* Checkbox within RadGrid */
    .RadGrid_Inforaum .rgCheck input {
        height: 13px !important;
        width: 13px !important;
    }

    .RadGrid_Inforaum .rgRow .rgCheck input,
    .RadGrid_Inforaum .rgAltRowth .rgCheck input,
    .RadGrid_Inforaum input[type="checkbox"] {
        margin: 1px !important;
    }

    /* Image within RadGrid */
    .RadGrid_Inforaum td img,
    .RadGrid_Inforaum td input[type="image"] {
        margin-top: 2px;
        padding-top: 0px !important;
    }

    /* RadTextBox within RadGrid */
    .RadGrid_Inforaum .riTextBox {
        font: 11px sans-serif !important;
        height: 20px;
        color: #000000 !important;
        border: solid 1px #2f6ca1 !important;
        padding: 2px 3px !important;
    }

    /* RadComboBox within RadGrid */
    .RadGrid_Inforaum .RadComboBox_Inforaum table td.rcbInputCell,
    .RadGrid_Inforaum .RadComboBox_Inforaum table td.rcbArrowCell {
        height: 18px !important;
        line-height: 18px !important;
    }

    .RadGrid_Inforaum .RadComboBox_Inforaum .rcbInputCell INPUT.rcbInput {
        font: 11px sans-serif !important;
    }

    .RadGrid_Inforaum .RadComboBox_Inforaum .rcbArrowCell a {
        width: 17px !important;
        height: 18px !important;
    }



    /* Editform */
    .InforaumGridEditFormContainer {
        padding: 12px;
        border-bottom: solid 1px #cbdff0;
        background: #f9fbfd;
    }

    .InforaumGridEditFormFieldSet {
        padding: 8px 20px 8px 8px;
        border: 1px solid #7aa3c5;
        text-align: left !important;
        background-color: #fff !important;
    }

    .InforaumGridEditFormFieldSet table {
        width: 100%;
        border: 0;
        background-color: transparent;
    }

    .InforaumGridEditFormFieldSet table td {
        border: 0;
        padding: 3px 5px !important;
    }

    /* RadLabel, RadTextBox within EditForm */
    .InforaumGridEditFormFieldSet .RadLabel_Inforaum,
    .InforaumGridEditFormFieldSet .riTextBox {
        font: 12px sans-serif !important;
    }


    /***************************/
    /* Inforaum Grid Container */
    /***************************/
    .InforaumGridContainer,
    .InforaumGridContainerExternalPage {
        text-align: left !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        min-height: 673px;
    }
    .InforaumGridContainerExternalPage {
        padding-top: 0 !important;
        min-height: 750px;
        border: 1px solid #7aa3c5;
    }

    /* Commandline outside grid */
    .InforaumCommandContainer {
        padding: 5px 15px 5px 20px;
        height: 28px;
        background-color: #cbdff0;
        border-bottom: solid 1px #7Aaac5;
    }

    .InforaumCommandContainer table {
        width: 100%;
        border: 0 !important;
        padding: 0 !important;
    }

    .InforaumCommandContainer table td {
        padding: 0 !important;
        margin: 0 !important;
        line-height: 100% !important;
        text-align: left;
        vertical-align: middle;
    }

    /* Commandline outside grid in window */
    .InforaumWinCommandContainer {
        background-color: #fff;
        padding: 4px 15px;
        border-bottom: solid 1px #7aa3c5;
        height: 21px !important;
    }

    .InforaumWinCommandContainer table {
        width: 100%;
        border: 0 !important;
        padding: 0 !important;
    }

    .InforaumWinCommandContainer table td {
        padding: 0 !important;
        text-align: left;
        vertical-align: middle;
        line-height: 18px;
    }

    /* Allways together with InforaumWinCommandContainer */
    .InforaumWinCommandContainerBig {
        padding: 5px 15px;
    }

    .InforaumWinCommandContainerSmall {
        padding: 2px 10px;
    }

    .InforaumWinCommandContainerBlue {
        background-color: #cbdff0 !important;
    }

    .InforaumWinCommandContainerBottom {
        border-top: solid 1px #7aa3c5;
        border-bottom: 0 none;
    }

    .InforaumWinCommandContainerMultiLine {
        height: auto !important;
    }

    .InforaumWinCommandContainerMultiLine table td {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    /* RadLabel in InforaumCommandContainer */
    .InforaumCommandContainer .RadLabel_Inforaum {
        padding-top: 2px !important;
    }


    /* ComboBox in InforaumWinCommandContainer & GridCommandTemplate */
    .InforaumWinCommandContainer .RadComboBox_Inforaum table td.rcbInputCell,
    .InforaumWinCommandContainer .RadComboBox_Inforaum table td.rcbArrowCell,
    .RadGrid_Inforaum .rgCommandCell .RadComboBox_Inforaum table td.rcbInputCell,
    .RadGrid_Inforaum .rgCommandCell .RadComboBox_Inforaum table td.rcbArrowCell {
        height: 18px !important;
        line-height: 18px !important;
    }

    .InforaumWinCommandContainer .RadComboBox_Inforaum .rcbInputCell INPUT.rcbInput,
    .RadGrid_Inforaum .rgCommandCell .RadComboBox_Inforaum .rcbInputCell INPUT.rcbInput {
        padding: 2px 0 1px;
    }

    .InforaumWinCommandContainer .RadComboBox_Inforaum .rcbArrowCell a,
    .RadGrid_Inforaum .rgCommandCell .RadComboBox_Inforaum .rcbArrowCell a {
        width: 17px !important;
        height: 18px !important;
    }

    /* TextBox in InforaumWinCommandContainer & GridCommandTemplate */
    .InforaumWinCommandContainer .riTextBox,
    .RadGrid_Inforaum .rgCommandCell .riTextBox {
        font-size: 12px !important;
        height: 20px !important;
    }

    /* Label in InforaumWinCommandContainer & GridCommandTemplate */
    .InforaumWinCommandContainer .RadLabel_Inforaum,
    .RadGrid_Inforaum .rgCommandCell .RadLabel_Inforaum {
        padding-top: 0 !important;
    }

    .InforaumWinCommandContainerBig .RadLabel_Inforaum {
        padding-top: 2px !important;
    }

    /* Checkbox in InforaumWinCommandContainer & GridCommandTemplate */
    .InforaumWinCommandContainer .rgCommandCell span input[type='checkbox'] + label,
    .RadGrid_Inforaum .rgCommandCell span input[type='checkbox'] + label {
        vertical-align: middle !important;
    }

    /* InforaumSearchButton in InforaumWinCommandContainer & GridCommandTemplate */
    .InforaumWinCommandContainer .InforaumSearchButton, .RadGrid_Inforaum .rgCommandCell .InforaumSearchButton {
        height: 20px !important;
        width: 115px !important;
        margin-left: 5px !important;
        background-image: url('images/search.png') !important;
        background-position: 20px 2px !important;
    }

    .InforaumWinCommandContainer input.InforaumSearchButton,
    .RadGrid_Inforaum .rgCommandCell input.InforaumSearchButton {
        padding-left: 40px !important;
    }



    /**************************************/
    /*** Different style for main grids ***/
    /**************************************/
    .InforaumMainGrid {
        font-size: 12px;
        width: 100%;
        height: 99%;
    }

    .InforaumMainGrid .rgRow td,
    .InforaumMainGrid .rgAltRow td,
    .InforaumMainGrid .rgEditRow td,
    .InforaumMainGrid .rgFooter td,
    .InforaumMainGrid .InforaumGridItemLocked td, 
    .InforaumMainGrid .InforaumGridItemDisabled td {
        height: 29px !important;
    }

    .InforaumMainGrid .rgHeader {
        padding: 0px 4px !important;
        height: 32px !important;
    }

    .InforaumMainGrid .rgCheck {
        padding: 0 !important;
    }

    .InforaumMainGrid .rgCommandRow {
        background-color: #cbdff0 !important;
    }

    .InforaumMainGrid .rgCommandCell {
        padding: 5px 15px 5px 20px !important;
    }

    /* pager */
    .InforaumMainGrid .rgPagerCell {
        font-size: 12px !important;
        padding: 10px 10px 0 10px !important;
        border-top: 0 none !important;
        border-bottom: solid 1px #7AA3C5 !important;
    }


    /**************************************/
    /*** Special grid with narrow lines ***/
    /**************************************/
    .InforaumGridSmall .rgRow td,
    .InforaumGridSmall .rgAltRow td,
    .InforaumGridSmall .rgEditRow td,
    .InforaumGridSmall .rgFooter td {
        height: 22px;
        padding: 2px 2px 0 4px !important;
    }
