﻿body {
}

th {
    font-weight: bold; /* Please do not enable this as it affects alignment even when explicitly set in the GridView control. */ /* Create your own custom style if you require this styling - Matthew Dudley 20/03/2008 */ /* text-align: left; */
    vertical-align: top;
}

.iconButton {
    display: inline;
    border: solid 1px #606060;
    color: #404040;
    font-size: 0.9em;
    padding: 4px;
    padding-left: 24px;
    background-color: #eeeeee;
    background-position: 4px center;
    background-repeat: no-repeat;
    margin: 0px 4px 0px 4px;
    cursor: pointer;
}

    .iconButton.Go {
        background-image: url('Images/button-go.png');
        border-style: none;
        width: 70px;
    }

        .iconButton.Go:hover {
        }

    .iconButton:hover {
        color: #ffffff;
        background-color: #A0A0A0;
        text-decoration: none;
    }

    .iconButton.lightButton {
        background-color: #ffffff;
    }

        .iconButton.lightButton:hover {
            color: #404040;
            background-color: #d0d0d0;
            text-decoration: none;
        }

    .iconButton.edit {
        background-image: url('../../img/edit.png');
    }

    .iconButton.add {
        background-image: url('../../img/add.png');
    }

    .iconButton.attach {
        background-image: url('Images/attach.png');
    }

    .iconButton.find {
        background-image: url('../../img/magnifier.png');
    }

    .iconButton.addUser {
        background-image: url('../../img/user_add.png');
    }

    .iconButton.cancel {
        background-image: url('../../img/cancel.png');
    }

    .iconButton.cancelFlush {
        font-size: 1.25em;
        background-image: url('../../img/cancel.png');
    }

    .iconButton.save {
        background-image: url('../../img/save.png');
    }

    .iconButton.saveTick {
        background-image: url('../../img/saveTick.png');
    }

    .iconButton.skipped {
        background-image: url('../../img/skipped.png');
    }

    .iconButton.yes {
        background-image: url('../../img/tick.png');
    }

    .iconButton.no {
        background-image: url('../../img/cross.png');
    }

    .iconButton.delete {
        background-image: url('../../img/bin.png');
    }

    .iconButton.undo {
        background-image: url('../../img/arrow_undo.png');
    }

    .iconButton.left {
        padding-left: 4px;
        width: 16px;
        height: 16px;
        background-image: url('../../img/back_black.gif');
        background-position: 8px center;
    }

    .iconButton.right {
        padding-right: 24px;
        padding-left: 14px;
        width: 16px;
        height: 16px;
        background-image: url('../../img/menu_right_black.gif');
        background-position: 8px right;
    }

    .iconButton.back {
        background-image: url('../../img/back_black.gif');
        padding-left: 18px;
        background-position: 6px center;
    }

    .iconButton.down {
        background-image: url('Images/sort_desc_arrow.png');
        padding-left: 18px;
        background-position: 6px center;
    }

    .iconButton.up {
        background-image: url('Images/sort_asc_arrow.png');
        padding-left: 18px;
        background-position: 6px center;
    }

    .iconButton.menuSmallButton {
        padding-left: 4px;
        padding-right: 18px;
        background-image: url('../../img/menu_right_black.gif');
        background-position: right center;
    }

    .iconButton.login {
        padding: 4px;
        padding-left: 10px;
        padding-right: 24px;
        background-image: url('../../img/menu_right_black.gif');
        background-position: right center;
        margin: 0px;
    }

    .iconButton.loading {
        background-image: url('../../img/add.png');
    }

.dashboardContainer {
    width: 100%;
    border: none;
}

    .dashboardContainer tr td.containerCell, .dashboardContainer tr td.alternateContainerCell, .dashboardContainer tr td.noDataCell {
        padding: 15px 0px 15px 0px;
        border: none;
        border-top: dashed 2px #000000;
        border-bottom: dashed 2px #000000;
    }

    .dashboardContainer tr td.alternateContainerCell {
        background: #eeeeee;
    }

    .dashboardContainer tr td.noDataCell {
        font-size: 120%;
        text-align: center;
        font-weight: bold;
    }

a {
    color: #FFFFFF;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    a:visited {
        /*color: #007EB1 ;*/
    }

.underline a {
    text-decoration: underline;
    cursor: pointer;
}

.frameworkContainer {
    width: 100%;
}

    .frameworkContainer table {
        width: 100%;
    }

    .frameworkContainer .content {
        padding: 4px 10px 0px 10px;
    }

.button {
    border-style: outset;
    font-size: 1em;
    background-color: White;
    width: 120px;
}

    .button:hover {
        color: #007EB1;
    }

.buttonWhite {
    border-style: outset;
    font-size: 1em;
    background-color: White;
}



.menuButton {
    font-family: Verdana Regular, Verdana;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    width: 365px;
    min-height: 50px;
    color: #333333;
    text-align: center;
    position: relative;
    cursor: pointer;
    /*line-height: 50px;*/
    background-color: #eef9ff;
    border: 3px solid #49637c;
    box-shadow: 3px 3px 5px #888888;
    /*box-shadow: 3px 3px 5px #88ff88; */
    display: table-cell;
    vertical-align: middle;
}

.smallMenuButton {
    font-family: 'Verdana Regular', 'Verdana';
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    width: 50px;
    height: 50px;
    color: #333333;
    text-align: center;
    position: relative;
    cursor: pointer;
    line-height: 50px;
    background-color: #eef9ff;
    border: 3px solid #49637c;
    box-shadow: 3px 3px 5px #888888;
    /*box-shadow: 3px 3px 5px #88ff88; */
}

.title {
    margin-left: auto;
    margin-right: auto; /* width: 99.2%; */
    background-color: #007EB1;
    font-size: 1.0em;
    color: White;
    padding: 3px;
}

.highlightRow td {
    font-weight: bold;
    text-decoration: underline;
}

    .highlightRow td.rh {
        background-color: #eeeeee;
    }

    .highlightRow td a {
        text-decoration: underline;
    }

tr.expands td {
    cursor: pointer;
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

tr.expanded td {
    border-bottom: solid 2px #000000;
}

tr.expands td.rh {
    background-image: url('../../img/expand.png');
}

tr.expands.expanded td.rh {
    background-image: url('../../img/collapse.png');
}

td.expands.rh {
    background-image: url('../../img/expand.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 25px;
    cursor: pointer;
}

td.expands.expanded.rh {
    background-image: url('../../img/collapse.png');
}


/*
    TELERIK GRID Custom Skin
 */
.RadPivotGrid .rpgNumPart a {
    margin-right: 3px !important;
}

.GridItemDropIndicator_Default {
    background-color: #449A39;
    height: 20px !important;
}
/*
    GridGreySkin
*/

.GridGreySkin {
    border-style: solid !important;
    border-width: 0 1px 0 0 !important;
    border-color: #CBCBCB !important;
    display: inline-block !important;
    width: 100%;
}

    .GridGreySkin .rgHeader {
        color: #449a39 !important;
        background-color: #F3F3F3 !important;
        background-image: none !important;
        font-size: 13px !important;
        border-style: solid !important;
        border-width: 1px 0 1px 1px !important;
        border-color: #CBCBCB !important;
        font-weight: 700 !important;
        padding: 6px !important;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

        .GridGreySkin .rgHeader > a {
            color: #449a39 !important;
        }

    .GridGreySkin .rgRow > td, .GridGreySkin .rgAltRow > td, .GridGreySkin .rgNoRecords > td {
        padding: 6px !important;
        border-style: solid !important;
        border-width: 0 0 1px 1px !important;
        color: #333333 !important;
        text-decoration: none !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        background-color: white !important;
        border-color: #CBCBCB !important;
    }

    .GridGreySkin .rgRow:hover > td, .GridGreySkin .rgAltRow:hover > td {
        background-color: #E9E9E9 !important;
    }

    .GridGreySkin .rgRow a, .GridGreySkin .rgAltRow a, .GridGreySkin .rgEditRow a {
        color: #449a39 !important;
        text-decoration: underline !important;
    }




/*
    GridGreySkin3
*/

.GridGreySkin3 {
    border-style: solid !important;
    border-width: 0 1px 0 0 !important;
    border-color: #CBCBCB !important;
    display: inline-block !important;
    width: 100%;
}

    .GridGreySkin3 .rgHeader {
        color: #449a39 !important;
        background-color: #F3F3F3 !important;
        background-image: none !important;
        font-size: 13px !important;
        border-style: solid !important;
        border-width: 1px 0 1px 1px !important;
        border-color: #CBCBCB !important;
        font-weight: 700 !important;
        padding: 6px !important;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

        .GridGreySkin3 .rgHeader > a {
            color: #449a39 !important;
        }

    .GridGreySkin3 .rgRow > td, .GridGreySkin3 .rgAltRow > td, .GridGreySkin3 .rgNoRecords > td {
        padding: 6px !important;
        border-style: solid !important;
        border-width: 0 0 1px 1px !important;
        color: #333333 !important;
        text-decoration: none !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        background-color: white;
        border-color: #CBCBCB !important;
    }

    .GridGreySkin3 .rgRow:hover > td, .GridGreySkin3 .rgAltRow:hover > td {
        background-color: #E9E9E9 !important;
    }

    .GridGreySkin3 .rgRow a, .GridGreySkin3 .rgAltRow a, .GridGreySkin3 .rgEditRow a {
        color: #449a39 !important;
        text-decoration: underline !important;
    }

/*
        GridGreySkinCustom
        */

.GridGreySkinCustom:not(.GridDraggedRows) {
    display: inline-block !important;
    width: 100%;
}

.GridGreySkinCustom .rgHeader {
    color: #449a39 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 6px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

    .GridGreySkinCustom .rgHeader > a {
        color: #449a39 !important;
    }

.GridGreySkinCustom .rgRow > td, .GridGreySkin3 .rgAltRow > td, .GridGreySkinCustom .rgNoRecords > td {
    padding: 6px !important;
    color: #333333 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    background-color: white;
}

.GridGreySkinCustom .rgRow:hover > td, .GridGreySkinCustom .rgAltRow:hover > td {
    background-color: #E9E9E9 !important;
}

.GridGreySkinCustom .rgRow a, .GridGreySkin3 .rgAltRow a, .GridGreySkinCustom .rgEditRow a {
    color: #449a39 !important;
    text-decoration: underline !important;
}




/*
    GridGreySkin1
*/
.GridGreySkin1 {
    border-style: solid !important;
    border-width: 0 1px 0 0 !important;
    border-color: #CBCBCB !important;
    display: inline-block !important;
    width: 100%;
}

    .GridGreySkin1 .rgHeader {
        color: #333333 !important;
        background-color: #F3F3F3 !important;
        background-image: none !important;
        font-size: 13px !important;
        border-style: solid !important;
        border-width: 1px 0 1px 1px !important;
        border-color: #CBCBCB !important;
        font-weight: 700 !important;
        padding: 6px !important;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

        .GridGreySkin1 .rgHeader > a {
            color: #333333 !important;
        }

    .GridGreySkin1 .rgRow > td, .GridGreySkin1 .rgAltRow > td, .GridGreySkin1 .rgNoRecords > td {
        padding: 6px !important;
        border-style: solid !important;
        border-width: 0 0 1px 1px !important;
        color: #333333 !important;
        text-decoration: none !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        background-color: white !important;
        border-color: #CBCBCB !important;
    }

    .GridGreySkin1 .rgRow:hover > td, .GridGreySkin1 .rgAltRow:hover > td {
        background-color: #E9E9E9 !important;
    }

    .GridGreySkin1 .rgRow a, .GridGreySkin1 .rgAltRow a, .GridGreySkin1 .rgEditRow a {
        color: #333333 !important;
        text-decoration: underline !important;
    }

    .GridGreySkin1 .rgRow > td.NoPadding, .GridGreySkin1 .rgAltRow > td.NoPadding {
        padding: 0 !important;
    }

/*
    GridGreySkinDark
*/
.GridGreySkinDark {
    border-style: solid !important;
    border-width: 0 1px 0 0 !important;
    border-color: #4A4A4A !important;
    display: inline-block !important;
    width: 100%;
}

    .GridGreySkinDark .rgHeader {
        color: #333333 !important;
        background-color: #A8A8A8 !important;
        background-image: none !important;
        font-size: 13px !important;
        border-style: solid !important;
        border-width: 1px 0 1px 1px !important;
        border-color: #4A4A4A !important;
        font-weight: 700 !important;
        padding: 6px !important;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

        .GridGreySkinDark .rgHeader > a {
            color: #333333 !important;
        }

    .GridGreySkinDark .rgRow > td, .GridGreySkinDark .rgAltRow > td, .GridGreySkinDark .rgNoRecords > td, .GridGreySkinDark .rgGroupCol > td {
        padding: 6px !important;
        border-style: solid !important;
        border-width: 0 0 1px 1px !important;
        color: #333333;
        text-decoration: none !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        background-color: white !important;
        border-color: #4A4A4A !important;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

    .GridGreySkinDark .rgRow.rowSelected > td, .GridGreySkinDark .rgAltRow.rowSelected > td {
        background-color: #FFFF99 !important;
    }

    .GridGreySkinDark .rgRow.rgSelectedRow > td, .GridGreySkinDark .rgAltRow.rgSelectedRow > td {
        background-color: #FFFF99 !important;
    }

    .GridGreySkinDark .rgRow > td.NoPadding, .GridGreySkinDark .rgAltRow > td.NoPadding {
        padding: 0 !important;
    }

    .GridGreySkinDark .rgRow a, .GridGreySkinDark .rgAltRow a, .GridGreySkinDark .rgEditRow a {
        color: #449a39 !important;
        text-decoration: underline !important;
    }

    .GridGreySkinDark .rgEditRow {
        background-color: #FFFF99 !important;
    }

        .GridGreySkinDark .rgEditRow > td {
            border-style: solid !important;
            border-width: 0 0 1px 1px !important;
            border-color: #4A4A4A !important;
        }

    .GridGreySkinDark .rgCommandRow {
        background: #E9E9E9 !important;
        border-color: #4A4A4A !important;
    }

    .GridGreySkinDark .rgCommandCell {
        border-color: #4A4A4A !important;
        border-top-width: 1px !important;
        border-bottom-width: 0px !important;
        border-right-width: 0px !important;
    }
/*
    PivotGridGreySkin
*/
.PivotGridGreySkinDark {
    border-style: solid !important;
    border-width: 0 1px 0 1px !important;
    border-color: #4A4A4A !important;
    display: inline-block !important;
    width: 100%;
}

    .PivotGridGreySkinDark .rpgTable {
        border-collapse: collapse !important;
    }

        .PivotGridGreySkinDark .rpgTable > tbody > tr {
            height: auto !important;
        }

    .PivotGridGreySkinDark .rpgColumnHeader {
        color: #333333 !important;
        background-color: #A8A8A8 !important;
        background-image: none !important;
        font-size: 13px !important;
        border-style: solid !important;
        border-width: 1px 0 1px 1px !important;
        border-color: #4A4A4A !important;
        font-weight: 700 !important;
        padding: 6px !important;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: center;
    }

        .PivotGridGreySkinDark .rpgColumnHeader:nth-of-type(1) {
            border-width: 1px 0 1px 0px !important;
        }

        .PivotGridGreySkinDark .rpgRowHeaderField.NoPadding, .PivotGridGreySkinDark .rpgColumnHeader.NoPadding, .PivotGridGreySkinDark .rpgDataCell.NoPadding {
            padding: 0 0 0 6px !important;
            vertical-align: middle;
        }

    .PivotGridGreySkinDark .rpgRowsZone {
        color: #333333 !important;
        background-color: #A8A8A8 !important;
        background-image: none !important;
        font-size: 13px !important;
        border-style: solid !important;
        border-width: 1px 1px 1px 0px !important;
        border-color: #4A4A4A !important;
        font-weight: 700 !important;
        padding: 6px !important;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

    .PivotGridGreySkinDark .rpgDataCell {
        padding: 6px !important;
        border-style: solid !important;
        border-width: 0 0 1px 1px !important;
        color: #333333;
        text-decoration: none !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        background-color: white !important;
        border-color: #4A4A4A !important;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

    .PivotGridGreySkinDark .rpgRowHeaderField {
        padding: 6px !important;
        border-style: solid !important;
        border-width: 0 1px 1px 0px !important;
        color: #333333;
        text-decoration: none !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        background-color: white !important;
        border-color: #4A4A4A !important;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

    .PivotGridGreySkinDark th, .PivotGridGreySkinDark td, .PivotGridGreySkinDark .rpgOuterTableWrapper td {
        border: 0px 0px 0px 0px !important;
    }

    .PivotGridGreySkinDark .rpgContentZone .rpgTable, .PivotGridGreySkinDark .rpgColumnHeaderZone .rpgTable, .rpgRowHeaderZone .rpgTable {
        margin-left: 0px !important;
    }
/*END of TELERIK GRID Custom Skin*/

/*
    TELERIK RadNavigation Custom Skin
 */
.RadNavigation_MenuCategory .rnvRootGroupWrapper {
    border-color: #e6e5e5 !important;
    color: #0000bf !important;
    background-color: #fff !important;
    background-image: linear-gradient(#fff,#fff) !important;
}

.RadNavigation_MenuCategory .rnvRootLink {
    color: #409E33 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    background-color: white !important;
    background-image: none !important;
    padding: 5px !important;
}

.RadNavigation_MenuCategory .rnvMore {
    border-color: #ffffff !important;
    color: #0000bf !important;
    background-color: #fff !important;
    background-image: linear-gradient(#fff,#fff) !important;
    height: 2em !important;
}

@media (max-width: 759px) {
    .RadNavigation_MenuCategory .rnvHovered.rnvMore, .RadNavigation_MenuCategory .rnvHovered > .rnvRootLink {
        color: #0000BF !important;
        text-decoration: none !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        background-color: white !important;
        background-image: none !important;
        border-width: 0px !important;
    }
}

@media (min-width: 760px) {
    .RadNavigation_MenuCategory .rnvHovered.rnvMore, .RadNavigation_MenuCategory .rnvHovered > .rnvRootLink {
        color: #409E33 !important;
        text-decoration: none !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        background-color: white !important;
        background-image: none !important;
        border-width: 0px !important;
    }
}

.RadNavigation_MenuCategory .rnvSelected.rnvMore, .RadNavigation_MenuCategory .rnvSelected > .rnvRootLink, .RadNavigation_MenuCategory .rnvExpanded > .rnvRootLink {
    color: white !important;
    padding-bottom: 5px;
    padding-top: 5px;
    /*padding-right: 5px;*/
    padding-left: 5px;
    /*border: 1px solid #53B744;*/
    border-collapse: collapse;
    /*box-shadow:  1px 1px 1px 1px grey;*/
    background-image: linear-gradient(blue,#0000BF) !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}

.RadNavigation_MenuCategory .rnvFocused.rnvMore, .RadNavigation_MenuCategory .rnvFocused > .rnvRootLink {
    border-color: rgba(166,166,166,0.5) !important;
    box-shadow: inset 0 0 3px rgba(166,166,166,0.5) !important;
}



.radSkin_MenuCategory .rnvPopup {
    border-color: #ccc !important;
    color: #0000bf !important;
    background-color: #fff !important;
}

    .radSkin_MenuCategory .rnvPopup .rnvHovered > .rnvLink {
        color: #409e33 !important;
        background-color: #fff !important;
    }

    .radSkin_MenuCategory .rnvPopup .rnvSelected > .rnvLink, .radSkin_MenuCategory .rnvPopup .rnvExpanded > .rnvLink {
        color: #fff !important;
        background-color: #0000bf !important;
    }

    .radSkin_MenuCategory .rnvPopup .rnvFocused > .rnvLink {
        box-shadow: inset 0 0 3px rgba(0,0,140,0.5) !important;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-right: 5px;
        padding-left: 5px;
        border: 1px solid white;
    }

/*END of TELERIK RadNavigation Custom Skin*/
.radComboFontGrey .rcbInput {
    font-family: Verdana !important;
    font-size: 13px !important;
}

.radComboFontGrey {
    font-family: Verdana !important;
    font-size: 13px !important;
}

    .radComboFontGrey .rcbReadOnly .rcbInputCellLeft {
        background-position: 0 0 !important;
    }

.radDatePickerFontGrey input {
    font-family: Verdana !important;
    font-size: 13px !important;
}


.radComboFontGrey1 .rcbReadOnly .rcbInputCellLeft {
    background-position: 0 0 !important;
}

/*RadCombobox with LightWeight rendering*/
/*.radComboFontGreyLight .rcbInput {
    font-family: Verdana !important;
    font-size: 13px !important;
}

.radComboFontGreyLight .rcbReadOnly {
    background-color: white;
    background-image: none !important;
}

    .radComboFontGreyLight .rcbReadOnly .rcbHovered {
        background-color: white;
        background-image: none !important;
    }
}*/
.t-col {
    padding-left: 0px !Important;
    padding-right: 0px !Important;
}

.t-container {
    padding-left: 0px !Important;
    padding-right: 0px !Important;
}
    /*
RadComboBox
*/
.RadComboBox.radComboFontGreyLight .rcbReadOnly
{
    border-color: #b3b3b3;
    background-color: white;
    background-image: none !important;
}

.radComboFontGreyLight .rcbReadOnly.rcbFocused {
    color: black !important;
    background-color: white !important;
}



.radComboFontGreyLight .rcbReadOnly.rcbExpanded {
    color: black !important;
    background-color: white !important;
}



.radComboFontGreyLight .rcbHovered {
    border-color: black !important;
}



    .radComboFontGreyLight .rcbActionButton, .radComboFontGreyLight .rcbHovered .rcbActionButton {
        border: none !important;
        background-image: none !important;
        background-color: inherit !important;
    }



.radComboFontGreyLight .rcbExpanded .rcbActionButton {
    color: black !important;
    background-color: white !important;
    background-image: none !important;
}



.radComboFontGreyLight .rcbFocused .rcbActionButton {
    color: black !important;
    background-color: white !important;
    background-image: none !important;
}



.RadComboBoxDropDown_Default .rcbList {
    font-size: 13px !important;
}
/*Rad Switch Button*/
.rsGreenSkin.RadButton_Default.k-switch-on .k-switch-container {
    background-color: #4DA93F !important;
}

.rsGreenSkin.RadButton_Default.k-switch-off .k-switch-container {
    background-color: red !important;
    color: white !important;
}
/* END Rad Switch Button*/