/* Minification failed. Returning unminified contents.
(2630,23): run-time error CSS1038: Expected hex color, found '#0000'
 */
select {
    line-height: 24px;
}

.redactor_toolbar li a.re-fsimage {
    background-image: url(/Images/SelectImageButton.png);
}

    .redactor_toolbar li a.re-fsimage:hover {
        background-image: url(/Images/SelectImageButton-hover.png);
    }

.redactor_toolbar li a.re-fsfile {
    background-image: url(/Images/SelectFileButton.png);
}

    .redactor_toolbar li a.re-fsfile:hover {
        background-image: url(/Images/SelectFileButton-hover.png);
    }

.redactor_toolbar li a.re-kbsearch {
    background-image: url(/Images/KBSearchButton.png);
}

    .redactor_toolbar li a.re-kbsearch:hover {
        background-image: url(/Images/KBSearchButton-hover.png);
    }

.redactor_toolbar li a.re-saveButton {
    background-image: url(/Images/saveButton.png);
    width: 45px !important;
}

    .redactor_toolbar li a.re-saveButton:hover {
        background-image: url(/Images/saveButton-hover.png);
        width: 45px !important;
    }

.redactor_toolbar li a.re-cancelButton {
    background-image: url(/Images/cancelButton.png);
    width: 60px !important;
}

    .redactor_toolbar li a.re-cancelButton:hover {
        background-image: url(/Images/cancelButton-hover.png);
        width: 60px !important;
    }

.font-weight-all-table {
    font-weight: normal;
}

.datapicker-date {
    font-weight: normal;
}

    .datapicker-date .td-align-text {
        text-align: center;
    }

.follow-value {
    font-style: italic;
    margin-bottom: 10px;
    display: block;
    padding-left: 3px;
}

.sla {
    width: 105px;
}

.left-align-right {
    margin-left: -5px;
}

.sla-time {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

.waiting-on-response {
    padding-left: 5px;
}

.sla-text {
    text-align:right;
    width:70px;
}

.tkt-post-txt {
    line-height: normal !important;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 4px 8px 2px rgba(119, 119, 119, 0.65);
    -moz-box-shadow: 0px 4px 8px 2px rgba(119, 119, 119, 0.65);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(119, 119, 119, 0.65);
}

.right-hr {
    color: gray;
    margin: 0;
    height: 1px;
}

.note-align {
    text-align: right;
}

.datapicker-date td.rcInputCell {
    width: 100px !important;
}

.datapicker-date span {
    width: 100px !important;
    text-align: center;
}

.datapicker-time span {
    width: 73px !important;
    text-align: center;
}

.datapicker-time td.rcInputCell {
    width: 73px !important;
}

/* --------------------------------------- New Buttons --------------------------------------- */

.btn_pnl {
    color: #555555 !important;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal !important;
}

.btn_pnl {
    padding: 10px 0 10px 0 !important;
    white-space: nowrap;
}

    .btn_pnl input[type="submit"], .btn_pnl input[type="button"], .btn_pnl button, a.Button,
    .btn_pnl input[type="submit"]:hover, .btn_pnl input[type="button"]:hover, .btn_pnl button:hover, a.Button:hover {
        margin-right: 10px !important;
    }

    .btn_pnl a {
        color: #28597a;
        padding: 7px;
        font-size: 1.2em;
        font-family: arial,Sans-Serif;
        margin-right: 4px;
        outline: none;
        cursor: pointer;
    }

        .btn_pnl a:hover, .btn_pnl a:focus {
            background-color: #28597a;
            color: white;
        }

        .btn_pnl a.del {
            color: Maroon;
        }

            .btn_pnl a.del:hover, .btn_pnl a.del:focus {
                background-color: Maroon;
                color: white;
            }

        .btn_pnl a.cnc {
            color: gray;
        }

            .btn_pnl a.cnc:hover, .btn_pnl a.cnc:focus {
                background-color: gray;
                color: white;
            }

/* Styles from style_custom.asp */
A.text60:hover {
    font-size: 13pt;
}

A.HoverWhite:hover {
    COLOR: White;
    font-weight: normal;
}

.TpMn {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

A.TpMn:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

.TpMnAlt {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

A.TpMnAlt:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.TpMnItm {
    BACKGROUND-COLOR: #CC0000;
}

.TpMnItmAlt {
    BACKGROUND-COLOR: #333333;
}

.SubMnUsr {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

A.SubMnUsr:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.SubMnUsrAll {
    color: #FFFFFF;
    font-weight: bold;
}
/* End Of styles from style_custom.asp */

.PrintableBody {
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    FONT-SIZE: 100%;
    FONT-FAMILY: 'Arial', 'Helvetica';
}

    .PrintableBody TABLE {
        FONT-SIZE: 100%;
        FONT-FAMILY: 'Arial', 'Helvetica';
    }

    .PrintableBody TD {
        FONT-SIZE: 70%;
        FONT-FAMILY: 'Arial', 'Helvetica';
    }

.Delete {
    COLOR: #CC0000;
}

A.Delete:hover {
    COLOR: #CC0000;
}

.LargeLink {
    FONT-SIZE: 10pt;
    padding-left: 20px;
    text-decoration: underline;
}

A.LargeLink:hover {
    FONT-SIZE: 10pt;
}

.LargeLink2 {
    FONT-SIZE: medium;
}

A.LargeLink2:hover {
    FONT-SIZE: medium;
}

.LargeLink3 {
    FONT-SIZE: 10pt;
    text-decoration: underline;
}

A.LargeLink3:hover {
    FONT-SIZE: 10pt;
}

.LargeLink12 {
    FONT-SIZE: 12pt;
}

A.LargeLink12:hover {
    FONT-SIZE: 12pt;
}

.LargestBoldLink {
    FONT-SIZE: 11pt;
    font-weight: bold;
}

A.LargestBoldLink:hover {
    FONT-SIZE: 11pt;
    font-weight: bold;
}

.TicketDetailMenu {
    COLOR: #CCCCCC;
    TEXT-DECORATION: none;
}

A.TicketDetailMenu:hover {
    COLOR: #CCCCCC;
}

.TicketDetailMenuAlt {
    COLOR: #ffffff;
    FONT-WEIGHT: bold;
    text-decoration: underline;
}

A.TicketDetailMenuAlt:hover {
    COLOR: #ffffff;
    FONT-WEIGHT: bold;
    text-decoration: underline;
}

.SmallLink {
    FONT-SIZE: small;
}

A.SmallLink:hover {
    FONT-SIZE: small;
}

SELECT.slct1 {
    font-size: 10pt;
}

.smallfontreverse {
    font-weight: bold;
    color: #ffffff;
    background-color: #3d3d8d;
    TEXT-ALIGN: center;
}

.smallfontreverse2 {
    font-weight: bold;
    color: #ffffff;
    background-color: #333333;
    TEXT-ALIGN: center;
}

.header3 {
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: gray;
    COLOR: #ffffff;
}

.input1 {
    WIDTH: 150px;
}

.input2 {
    WIDTH: 200px;
}

.input3 {
    WIDTH: 250px;
}

select.input3 {
    WIDTH: 271px;
}

.input4 {
    WIDTH: 350px;
}

.input5 {
    WIDTH: 600px;
    font-size: 12pt;
}

.input6 {
    width: 300px;
    font-size: 12pt;
    padding: 3px 3px !important;
}

.input7 {
    WIDTH: 256px;
}

.input8 {
    WIDTH: 300px;
}

select.input8 {
    WIDTH: 322px;
}

.text10 {
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center;
    COLOR: #333333;
}

.text11 {
    FONT-SIZE: 10pt;
    COLOR: #990000;
}

.text12 {
    CURSOR: hand;
}

.text13 {
    FONT-SIZE: 11pt;
    COLOR: #CC0000;
    font-weight: bold;
}

.text14 {
    COLOR: #CC0000 !important;
}

.ErrorMessage {
    COLOR: #CC0000;
}

.text15 {
    BACKGROUND-COLOR: #F0F0F0;
    TEXT-ALIGN: right;
    PADDING-RIGHT: 5px;
}

.text16 {
    COLOR: gray;
}

.text17 {
    FONT-SIZE: 11pt;
    FONT-WEIGHT: bold;
    COLOR: #ff9900; /*Orange*/
}

.text18 {
    FONT-SIZE: 10pt;
    COLOR: #333333;
}

.text19 {
    FONT-SIZE: 10pt;
    COLOR: #333333;
    FONT-WEIGHT: bold;
}

.text20 {
    BACKGROUND-COLOR: #EEE8AA; /*Tan*/
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    COLOR: #333333; /*Charcoal*/
}

.text21 {
    TEXT-ALIGN: right;
    PADDING-RIGHT: 5px;
    COLOR: #990000; /*Deep Red*/
}

.text22 {
    BACKGROUND-COLOR: lightgrey;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center;
}

.text23 {
    FONT-SIZE: 8pt;
    COLOR: gray;
    TEXT-ALIGN: right;
    PADDING-RIGHT: 3px;
}

.text24 {
    BACKGROUND-COLOR: #FFE47C;
}

.text25 {
    BACKGROUND-COLOR: #fff298;
    font-weight: bold;
    color: #5b4811;
}

.text26 {
    BACKGROUND-COLOR: #FFCC66;
    TEXT-ALIGN: right;
}

.text27 {
    BACKGROUND-COLOR: #FFFFCC;
}

.text28 {
    BACKGROUND-COLOR: #CCCCCC;
    font-weight: bold;
}
/*light gray*/
.text29 {
    BACKGROUND-COLOR: #EEE8AA;
    TEXT-ALIGN: right;
}

.text30 {
    BACKGROUND-COLOR: #EEE8AA;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}

.text31 {
    FONT-SIZE: 9pt;
}

.text32 {
    FONT-SIZE: 10pt;
}

.text33 {
    FONT-SIZE: 11pt;
}

a.text33:hover {
    FONT-SIZE: 11pt;
}

.text34 {
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
}

.text35 {
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
}

.text36 {
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
}

.text37 {
    FONT-SIZE: 11pt;
    FONT-WEIGHT: bold;
}

.text38 {
    FONT-SIZE: 7pt;
}

.text39 {
    FONT-SIZE: 7pt;
    COLOR: #808080;
}

.text34_tsns {
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    color: #635C63;
    font-style: italic;
}

.text40 {
    BACKGROUND-COLOR: #f4f4f4;
}

.text41 {
    FONT-SIZE: 10pt;
    COLOR: #CC0000;
}

.text42 {
    BACKGROUND-COLOR: #CCCCCC;
    font-weight: bold;
    font-size: 9pt;
}

.text43 {
    BACKGROUND-COLOR: #990000;
    font-weight: bold;
    color: #ffffff;
    font-size: 10pt;
}

.text44 {
    Padding: 2px 10px 2px 10px;
    background-color: #333333;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
}

.text45 {
    padding: 2px 20px 2px 5px;
    background-color: #FFFFFF;
    border-bottom: black 1px solid;
}

.text45Alt {
    padding: 2px 20px 2px 5px;
    background-color: #F5F5F5;
    border-bottom: black 1px solid;
}

.text46 {
    padding: 2px 20px 2px 5px;
    background-color: #990000;
    color: #ffffff;
}

.text47 {
    padding: 1px 10px 1px 3px;
    border-top: black 1px solid;
}

.text48 {
    padding: 1px 5px 1px 5px;
}

.text49 {
    background-color: #ff0000;
    color: #ffffff;
}

.text50 {
    background-color: #00cc00;
}

.text51 {
    background-color: #CCCCCC;
}

.text52 {
    background-color: #FFF0E1;
}

.text54 {
    background-color: #EEEEEE;
    font-weight: bold;
}

.text55 {
    font-size: 16pt;
    font-weight: bold;
}

.text56 {
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    color: Green;
    padding-left: 4px;
}

.text57 {
    font-size: 12pt;
}

.text58 {
    font-size: 12pt;
    FONT-WEIGHT: bold;
}

.text59 {
    font-size: 18pt;
    FONT-WEIGHT: bold;
}

.text60 {
    font-size: 13pt;
}

.text61 {
    font-size: 15pt;
    font-weight: bold;
}

.text62 {
    font-size: 15pt;
    font-weight: bold;
    color: Green;
}

.text63 {
    font-size: 15pt;
    font-weight: bold;
    color: Red;
}

.text64 {
    font-size: 12pt;
    font-weight: bold;
    color: #3C357A;
}

.text65 {
    font-size: 9pt;
    font-weight: bold;
    color: Red;
}

.text66 {
    font-size: 28pt;
    FONT-WEIGHT: bold;
}

.text67 {
    FONT-SIZE: 12pt;
    COLOR: gray;
    FONT-WEIGHT: bold;
}

.text68 {
    FONT-SIZE: 11pt;
    height: 22px;
}

.text69 {
    FONT-SIZE: 10pt;
    height: 22px;
}

.text70 {
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
}

.text71 {
    font-weight: bold;
    font-size: larger;
}

.text72 {
    FONT-SIZE: 12pt;
    COLOR: #990000; /*Deep Red*/
    FONT-WEIGHT: bold;
}

.text73 {
    border-bottom: solid 1px LightGray;
    font-family: Calibri, Arial;
    font-size: large;
}

.text74 {
    font-size: 12pt;
    text-decoration: underline;
}

.text75 {
    font-weight: bold;
    color: #555555;
    font-size: 14px;
}

.text76 {
    font-size: 22pt;
    color: Black;
}

.text77 {
    font-size: 14pt;
}

.text78 {
    COLOR: gray;
    font-weight: normal;
    font-size: 13px;
}

.text79 {
    font-weight: normal;
    font-size: 15px;
}

.text80 {
    font-size: 22px;
    font-weight: bold;
}

.text81 {
    font-size: 24px;
    font-weight: bold;
}

.text82 {
    COLOR: #3F4F5A;
    font-weight: normal;
    font-size: 11px;
}

.text83 {
    COLOR: Red;
    font-weight: normal;
    font-size: 11px;
}

/*New .Net CSS*/
.MainBody {
    PADDING-TOP: 5px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
}

/*Std Tables*/
.tblSubHead1 {
    BACKGROUND-COLOR: #333333;
    color: #FFFFFF;
    font-weight: bold;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    padding-top: 5px;
}

.tblSubHead2 {
    BACKGROUND-COLOR: #66669A;
    color: #FFFFFF;
    font-weight: bold;
}

.tblSubHead3 {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #6364FD;
}

.tblHeadTxt {
    FONT-SIZE: 10pt;
    color: #990000;
    FONT-WEIGHT: bold;
}

.tblHeadTxt1 {
    FONT-SIZE: 10pt;
    color: #66669A;
    FONT-WEIGHT: bold;
}

.tblHeadTxt2 {
    FONT-SIZE: 10pt;
    color: #3F8640;
    FONT-WEIGHT: bold;
}

.tblHeadTxt3 {
    FONT-SIZE: 10pt;
    color: #9E755F;
    FONT-WEIGHT: bold;
}

.tblHeadTxt4 {
    FONT-SIZE: 10pt;
    color: #DF572D;
    FONT-WEIGHT: bold;
}

.tblHeadTxt5 {
    FONT-SIZE: 10pt;
    color: #5A8282;
    FONT-WEIGHT: bold;
}

/*Std Form*/
.RowCap {
    BACKGROUND-COLOR: White;
}

.RowElem {
    BACKGROUND-COLOR: White;
}

.RowElemBig {
    BACKGROUND-COLOR: White;
    font-size: larger;
}

.RowElemErr {
    BACKGROUND-COLOR: #CC0000 !important;
}

.RowHelp {
    BACKGROUND-COLOR: White;
}

.RowInfo {
    BACKGROUND-COLOR: #F4F4F4;
}

.RowBill {
    text-align: right;
    font-size: larger;
    color: Gray;
    font-size: 10pt;
}


.InactiveTreeNode {
    color: Red;
}

.InactiveTreeNodeOver {
    color: Red;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

.InactiveTreeNodeSelect {
    color: white;
    background: Red;
    cursor: pointer;
    cursor: hand;
    margin-left: 3px;
}


A.GrayLink:link {
    color: Gray !important;
}

A.GrayLink:visited {
    color: Gray !important;
}

A.GrayLink:active {
    color: Gray !important;
}

A.GrayLink:hover {
    color: Gray !important;
}

option.option_highlight {
    background-color: #ff9;
    font-weight: bold;
}

option.option_addnew,
li.option_addnew,
.RadComboBoxDropDown_Modern li.option_addnew {
    color: Green;
    font-weight: bold !important;
}

.RadComboBoxDropDown_Modern li.rcbHovered.option_addnew {
    color: White;
}

option.option_archive,
li.option_archive,
.RadComboBoxDropDown_Modern li.option_archive {
    color: gray;
}

.RadComboBoxDropDown_Modern li.rcbHovered.option_archive {
    color: White;
}

.RadComboBoxDropDown .rcbWidth {
    width: 100%;
}

.RadDropDownTree_Default {
    font-size: 14px !important;
    font-family: Verdana, Tahoma, sans-serif !important;
}

.rddtSlide .rddtPopup_Default,
.rddtSlide .RadTreeView_Default 
{
    font-size: 13px !important;
    font-family: Verdana, Tahoma, sans-serif !important;
}

.RadDropDownTree_Default .rddtInner 
{
    border-radius: 4px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-color: #CCC !important;
    color: #222 !important;
    background-color: white !important;
    background-image: none !important;
    padding-top: 6px !important;
    padding-bottom: 5px !important;
    padding-left: 8px !important;
}

.RadDropDownTree .rddtIcon 
{
    background-image: url(/mc.axd?d=SW1hZ2VzLkNvbWJvQm94Lk1vZGVybi5wbmd8My4wLjc3MzMuMzgyMjk1) !important;
    background-position: 0px 6px !important;
    width: 17px !important;
    margin-right: 6px;
}

.RadDropDownTree .rddtIcon:before 
{
    content: none !important;
}

.RadDropDownTree_Default .rddtHovered 
{
    border-color: #80BFFF !important;
}

.RadDropDownTree_Default .rddtFocused 
{
    border-color: #0053A6 !important;
}

.RadDropDownTree .rddtFakeInput 
{
    min-height: 18px !important;
}

.rddtSlide .rddtPopup .rddtFilter 
{
    padding: 2px 4px;
}

.rddtSlide .RadTreeView_Default .rtSelected .rtIn,
.rddtSlide .RadTreeView_Default .rtHover .rtIn 
{
    background-color: #1E90FF !important;
    background-image: none !important;
    color: #fff !important;
}

.rddtSlide .rddtFilter label 
{
    width: 100%;
}

.rddtSlide .rddtPopup_Default .RadTreeView em 
{
    color: #fff !important;
    background-color: #1E90FF !important;
}

.RadDropDownTree .rddtClearButton 
{
    top: 30% !important;
    width: 12px !important;
    right: 23px !important;
    background-image: url(/Images/clear.svg) !important;
    background-position: 0px 0px !important;
}

.RadDropDownTree .rddtClearButtonHovered 
{
    background-image: url(/Images/clear2.svg) !important;
}

.rddtSlide .rddtPopup_Default .rddtFooter
{
    color: green;
    font-weight: bold;
    padding-left: 10px;
}

.rddtSlide .rddtPopup_Default .rddtFooter:hover 
{
    color: white;
    background-color: #1E90FF;
}

.rddtSlide .rddtScroll:active,
.rddtSlide .rddtScroll:focus,
.rddtSlide .rddtScroll div:active,
.rddtSlide .rddtScroll div:focus,
.RadDropDownTree_Default:active,
.RadDropDownTree_Default:focus,
.RadDropDownTree_Default span:active,
.RadDropDownTree_Default span:focus {
    box-shadow: none !important;
    outline: 0 auto transparent !important;
}

TD.DuplicateAsset {
    font-weight: bold;
    color: Red;
}

.padding1unit {
    padding: 0px 0px 0px 2px !important;
}

.TimeInput_Label {
    font-size: small;
    color: #7E5E1F;
    text-align: right;
}

.TimeInput_LabelSmall {
    font-size: 9pt;
    color: #7E5E1F;
    text-align: right;
}

.TimeInput_LabelSmall1 {
    font-size: 9pt;
    color: #7E5E1F;
    text-align: left;
}

.TimeInput_LabelSmaller {
    font-size: 8pt;
    color: #7E5E1F;
    font-weight: bold;
}

.TimeInput_Cancel {
    color: #000099;
    font-size: 10pt;
}

A.TimeInput_Cancel:hover {
    font-size: 10pt;
}

.TimeInput_input {
    font-size: 14pt;
    font-weight: bold;
    padding: 5px;
    width: 90px;
}

.timetable1, .timetable2 {
    display: table-cell;
}

.timetable2 {
    padding-left: 15px;
}

.progress_bar {
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 18px;
    margin-bottom: 18px;
    overflow: hidden;
}

    .progress_bar .bar {
        background-color: #0e90d2;
        background-repeat: repeat-x;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
        box-sizing: border-box;
        color: #ffffff;
        font-size: 12px;
        height: 18px;
        text-align: right;
        transition: width 0.6s ease 0s;
        width: 0;
    }

    .xero-tracking-category .RadTreeView[disabled],
    .xero-tracking-category .RadTreeView .rtDisabled {
        filter: opacity(100%);
        opacity: 1;
    }

    .Mf_CptCtrls a.Selected 
    {
            color: #ffffff;
            background-color: #2e7dba;
    }

    .action_loading 
    {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        color: #222;
        background-color: #f9f9f9;
        text-align: center;
        opacity: 0.7;
        filter: alpha(opacity=70);
        z-index: 1000;
    }

    .action_loading img 
    {
        position: absolute;
        top: 270px;
        left: 50%;
    }

    .row-edit-link 
    {
        text-decoration: underline !important;
        color: #07467B !important;
        font-weight: normal !important;
    }

    .product-asset p,
    .product-asset a
    {
        background: url("/images/icons/Metro/asset.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
        height: 16px;
        width: 16px;
        border-width: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .lazy_loading 
    {
        width: 100%;
        font-size: 14px;
        padding: 8px 4px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        color: #222;
        background-color: #f9f9f9;
        text-align: center;
    }

    .lazy_loading img 
    {
        padding-top: 2px;
        padding-bottom: 1px;
    }

    .checkbox_disabled 
    {
        opacity: 0.2;
    }

    .sd_tooltip 
    {
        position: relative;
        display: inline-block;
    }

    .sd_tooltip .sd_tooltiptext 
    {
        position: absolute;
        z-index: 1;
        visibility: hidden;
        margin-left: -60px;
        bottom: 100%;
        left: 50%;
        background-color: white;
        border: 1px solid black;
        text-align: left;
        padding: 5px 10px;
        border-radius: 6px;
        color: black;
    }

    .sd_tooltip:hover .sd_tooltiptext 
    {
        visibility: visible;
    }

@media (max-width: 890px) {
    .timetable1, .timetable2 {
        display: block;
    }

    .timetable2 {
        padding-top: 20px;
    }
}

@media print {
    .printnextpage {
        page-break-before: always;
    }

    .tkt-print-header {
        display: none;
        visibility: hidden;
    }
}

.assetsDropdownColumn {
    float: left;
    width: 50px;
    padding: 0 0 5px 5px;
    overflow: hidden;
    white-space: nowrap;
}

A.NonUnderlineLink:link {
    text-decoration: none;
}

A.NonUnderlineLink:visited {
    text-decoration: none;
}

A.NonUnderlineLink:active {
    text-decoration: none;
}

A.NonUnderlineLink:hover {
    text-decoration: underline;
}

.worklist {
    border-style: none;
    width: 100%;
    background-color: #FFFFFF;
    border-collapse: collapse;
}

    .worklist TD,
    .worklist TH {
        padding: 8px 4px 8px 4px;
        vertical-align: middle;
    }

    .worklist TR.line2 TD {
        font-size: 14px;
        text-align: center;
        color: #222;
        border-top: 0 none;
        padding-top: 0;
    }

    .worklist TD.subj {
        font-size: 120%;
    }

    .worklist TR.line1 {
        text-align: left;
    }

        .worklist TR.line1 td {
            color: #222;
            border-bottom: 0 none;
            padding-bottom: 4px;
        }

            .worklist TR.line1 td .EditSubj {
                font-weight: normal;
                font-size: 14px;
                cursor: pointer;
                padding-left: 15px;
                display: none;
            }

                .worklist TR.line1 td .EditSubj:hover {
                    text-decoration: underline;
                }

            .worklist TR.line1 td .EditSubjPnl {
                display: inline-block;
            }

                .worklist TR.line1 td .EditSubjPnl:hover .EditSubj {
                    display: inline;
                    position: absolute;
                    margin-top: 2px;
                }

        .worklist TR.line1 a,
        .worklist TR.line1 {
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
        }

    .worklist TR.separator {
        height: 0;
    }

        .worklist TR.separator td {
            padding: 0;
        }

        .worklist TR.separator:hover {
            border-left-style: none !important;
        }

    .worklist .tktNumber {
        font-weight: bold;
    }

    .worklist .tktNum {
        color: #222;
        font-size: 18px !important;
        margin-right: 8px;
        margin-left: 3px;
    }

    .worklist .tktSubj {
        color: #222;
    }

        .worklist .tktSubj:hover, .worklist .tktNum:hover {
            text-decoration: underline;
        }

    .worklist TR.line2 TD span.inactive, .worklist TR.line1 TD span.inactive {
        font-size: 12px !important;
        color: red;
    }

.ticket-list-header th, .ticket-list-header th a, .ticket-list-header th a:hover,
.ticket-list-header td, .ticket-list-header td a, .ticket-list-header td a:hover {
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 4px 8px 4px;
}

.ticket-list-header th {
    background-color: #05477a !important;
    text-align: center;
}

    .ticket-list-header th a, .ticket-list-header td a {
        text-decoration: none;
    }

.ticket-list-header .pri {
    display: inline;
}

.ticket-list-header .pri-mob {
    display: none;
}

.ticket-list-header input[type=checkbox] {
    margin: 0 !important;
    vertical-align: middle;
}

.worklist.Cgv_T .ticket-list-header th {
    text-align: left;
}

A.tktNumber:hover {
    color: Gray;
}

.worklist-header td {
    padding: 12px 5px 3px 5px;
    font-family: sans-serif;
    line-height: 1.231;
}

.worklist-footer {
    padding: 10px 10px;
}

    .worklist-header select, .worklist-footer select {
        padding: 4px !important;
        font: normal 13px/100% Sans-serif !important;
        *vertical-align: inherit;
    }

.worklist-header ul {
    margin: 0;
    list-style: none outside none;
    padding: 0;
}

    .worklist-header ul li {
        display: inline-block;
        list-style: none outside none;
        margin: 0;
        *float: left;
    }

.worklist-sched {
    border-collapse: collapse;
}

    .worklist-sched .Cgv_B a, .worklist-sched .Cgv_B input[type="image"] {
        margin-right: 10px;
    }

        .worklist-sched .Cgv_B a:hover {
            margin-right: 10px;
        }

        .worklist-sched .Cgv_B a img, .worklist-sched .Cgv_B input[type="image"] {
            vertical-align: middle;
        }

.pillbutton {
    background-color: #F9D08B;
    color: #633C16 !important;
    font-size: 11px !important;
    font-weight: normal !important;
    margin: 0 7px;
    padding: 7px 22px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    line-height: 1.4285;
}

    .pillbutton.drop {
        background: url("/images/dropbr.png") no-repeat scroll right center #F9D08B;
        padding-right: 24px;
    }

    .pillbutton:hover, .pillbutton:active, .pillbutton:focus {
        background-color: #ffe5cc;
        color: #633C16;
    }

    .pillbutton.active {
        background-color: #2E7DBA;
        border-color: #045F86;
        color: #FFFFFF !important;
    }

.worklist-header li ul {
    background-color: #F9D08B;
    border-radius: 4px 4px 4px 4px;
    border-top: 1px solid #FFDEA7;
    box-shadow: 0 0 4px 0 #666666;
    margin: 29px 0 0 5px;
    padding: 4px;
    position: absolute;
    display: none;
    z-index: 2010;
    *margin-top: 28px;
}

    .worklist-header li ul:after {
        border-color: transparent transparent #F9D18B;
        border-style: solid;
        border-width: 0 10px 10px;
        content: "";
        display: block;
        height: 0;
        left: 30px;
        position: absolute;
        top: -10px;
        width: 0;
    }

    .worklist-header li ul li {
        background-color: #F9D08B;
        border-bottom: 1px solid #FFDEA7;
        display: block;
        min-width: 100px;
        text-align: left;
        *float: none;
    }

        .worklist-header li ul li,
        .worklist-header li ul li a {
            color: #633C16;
            font-size: 12px;
            font-weight: bold;
        }

            .worklist-header li ul li a {
                text-decoration: none;
                display: block;
                padding: 8px 10px;
                cursor: pointer;
            }

            .worklist-header li ul li:last-child {
                border: medium none;
            }

            .worklist-header li ul li:hover {
                background-color: #FFDEA7;
            }

.worklist-header li:hover ul {
    display: block;
}

.worklist-subject {
    font-size: 16px !important;
}

.worklist tr td.tkt-status {
    text-align: center;
}

    .worklist tr td.tkt-status div {
        font-size: 14px;
        font-weight: bold;
        white-space: nowrap;
    }

    .worklist tr td.tkt-status.open div {
        color: #92C74F;
    }

    .worklist tr td.tkt-status.onhold div {
        color: #CA7C16;
    }

    .worklist tr td.tkt-status.closed div {
        color: #797979;
    }

    .worklist tr td.tkt-status.waiting div {
        color: #058DC7;
    }

    .worklist tr td.tkt-status.confirmed div {
        color: #797979;
    }

    .worklist tr td.tkt-status.unconfirmed div {
        color: #e1d000;
    }

.worklist .tkt-edit-subject {
    padding-bottom: 4px;
}

    .worklist .tkt-edit-subject td {
        font-size: 14px;
        font-weight: bold;
        border: 0 none;
    }

.worklist .no-wrap {
    white-space: nowrap;
}

.tablesearch {
    background-image: url("/images/search-field-med.png");
    background-repeat: no-repeat;
    float: left;
    height: 31px;
    margin: 0;
    padding: 0;
    width: 320px;
}

    .tablesearch:hover {
        background-position: 0 -31px;
    }

    .tablesearch .searchbox {
        background-color: transparent;
        border: 0 none !important;
        border-radius: 0 0 0 0;
        color: black;
        line-height: 31px;
        height: 31px;
        padding: 0 10px !important;
        width: 270px;
        margin: 0;
    }

        .tablesearch .searchbox::-webkit-input-placeholder {
            color: #999999 !important;
        }

        .tablesearch .searchbox:-moz-placeholder {
            color: #999999 !important;
        }

        .tablesearch .searchbox::-moz-placeholder {
            color: #999999 !important;
        }

        .tablesearch .searchbox:-ms-input-placeholder {
            color: #999999 !important;
        }

        .tablesearch .searchbox::-ms-clear {
            display: none;
        }

    .tablesearch .searchbox_submit {
        background-color: transparent !important;
        border: 0 none;
        height: 31px;
        /*left: 265px;
    position: absolute;
    top: 1px;*/
        width: 55px;
    }

        .tablesearch .searchbox_submit:hover, .tablesearch .searchbox_submit:focus {
            border: 0 none !important;
        }

.left-margin-search {
    margin-left: -5px;
}

.related-ticket-button {
    margin-left: 1px;
}

select.worklist-filter.default {
    color: #999999;
}

select.worklist-filter option {
    color: black;
}

    select.worklist-filter option.default {
        color: #999999;
    }

IMG.s1015, IMG.s1510, IMG.s1515 {
    border-width: 0px;
}

IMG.s1015 {
    width: 10px;
    height: 15px;
}

IMG.s1510 {
    width: 15px;
    height: 10px;
}

IMG.s1515 {
    width: 15px;
    height: 15px;
}

A.DisableLink:link {
    color: Gray;
    text-decoration: none;
}

A.DisableLink:visited {
    color: Gray;
    text-decoration: none;
}

A.DisableLink:active {
    color: Gray;
    text-decoration: none;
}

A.DisableLink:hover {
    color: Gray;
    text-decoration: none;
    cursor: text;
}

A.Link18ptWithoutUnderline:link {
    font-size: 18pt;
    FONT-WEIGHT: bold;
    text-decoration: none;
}

A.Link18ptWithoutUnderline:visited {
    font-size: 18pt;
    FONT-WEIGHT: bold;
    text-decoration: none;
}

A.Link18ptWithoutUnderline:active {
    font-size: 18pt;
    FONT-WEIGHT: bold;
    text-decoration: none;
}

A.Link18ptWithoutUnderline:hover {
    font-size: 18pt;
    FONT-WEIGHT: bold;
    text-decoration: none;
}

A.Link18pt:link {
    font-size: 18pt;
    FONT-WEIGHT: bold;
}

A.Link18pt:visited {
    font-size: 18pt;
    FONT-WEIGHT: bold;
}

A.Link18pt:active {
    font-size: 18pt;
    FONT-WEIGHT: bold;
}

A.Link18pt:hover {
    font-size: 18pt;
    FONT-WEIGHT: bold;
}

A.LinkBlue14pt:link {
    font-size: 14pt;
    color: #5788D4;
}

A.LinkBlue14pt:visited {
    font-size: 14pt;
    color: #5788D4;
}

A.LinkBlue14pt:active {
    font-size: 14pt;
    color: #5788D4;
}

A.LinkBlue14pt:hover {
    font-size: 14pt;
}

A.Link10ptWithoutUnderline:link {
    font-size: 12pt;
    color: #5788D4;
}

A.Link10ptWithoutUnderline:visited {
    font-size: 12pt;
    color: #5788D4;
}

A.Link10ptWithoutUnderline:active {
    font-size: 12pt;
    color: #5788D4;
}

A.Link10ptWithoutUnderline:hover {
    font-size: 12pt;
}

A.Link12pt:link {
    font-size: 12pt;
    color: Black;
}

A.Link12pt:visited {
    font-size: 12pt;
    color: Black;
}

A.Link12pt:active {
    font-size: 12pt;
    color: Black;
}

A.Link12pt:hover {
    font-size: 12pt;
    color: Black;
}

TD.SubControlFieldRow {
    padding: 5px 12px 5px 12px;
    border-bottom: solid 1px #DEDDED;
    border-top: solid 1px #DEDDED;
}

.SubControlLinkLeft {
    background-color: #F2F2F2;
    padding: 10px 20px 10px 20px;
}

.SubControlLinkRight {
    color: #333333;
    background-color: #F8F8F8;
    padding: 10px 25px 10px 10px;
    font-size: 11px;
}

.ConfigMenu_GroupRow {
    font-size: 12pt;
    font-weight: bold;
    background-color: #FFF6E5;
    border-bottom: solid 2px #FFDE9C;
}

.ConfigMenu_SectionRow {
    border-top: solid 1px #FFE9B0;
    border-bottom: solid 1px #FFE9B0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.ConfigMenu_GroupRowBottom {
    height: 15px;
    padding: 0px 0px 0px 0px;
}

.ConfigMenu_GroupRowTop {
    height: 15px;
    padding: 0px 0px 0px 0px;
}

.ConfigMenu_FeatureText {
    font-size: 9pt;
    padding-top: 3px;
}

.BWD_FolderTreeView {
    margin: -2px -5px -2px -5px;
}

.BWD_FolderComboBox .rcbScroll {
    overflow: hidden !important;
}

/* fix for date/time rad pickers if wrong doctype*/
.RadPicker_Default table.rcTable .rcInputCell {
    padding: 0px 0px 0px 0px !important;
}


.RepDataCell {
    border-top: 1px solid #E5E5E5;
    vertical-align: top;
}

.RepDataCellRight {
    text-align: right !important;
}

.RepDataCellCenter {
    text-align: center !important;
}

.RepDataCellNoWrap {
    white-space: nowrap;
}

.RepDataCellBold {
    font-weight: bold;
}

.RepDataCellRed {
    color: red;
}

.RepDataCellNoBorder 
{
    border-right: none !important;
}

.RepDataCellNoBorder input[type=checkbox]
{
    margin-right: 0px;
    margin-top: 1px !important;
}

.RepTotalDataCell {
    border-bottom: 1px solid #919191;
    border-top: 1px solid #919191;
    font-weight: bold;
}

.SD_RepDataCellLeftBorder3 {
    border-left: 3px solid #B7CDD7;
}

.BWD_TotalWeekTime {
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
    padding-top: 0 !important;
}

.BWD_DateRangeInput {
    padding: 5px 0 5px 4px !important;
    font-weight: bold !important;
    font-family: tahoma,arial,sans-serif !important;
    border: 1px solid LightBlue !important;
    font-size: 14px !important;
    height: 31px !important;
}

.RadInput input.riTextBox {
    height: 31px !important;
}

input.BWD_ProjectTimeDateInput {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 none !important;
}

A.BWD_SelectLinkButton:link {
    font-size: 10pt;
    color: #0000ff;
}

A.BWD_SelectLinkButton:visited {
    font-size: 10pt;
}

A.BWD_SelectLinkButton:active {
    font-size: 10pt;
    color: #0000ff;
}

A.BWD_SelectLinkButton:hover {
    font-size: 10pt;
}

A.BWD_LinkButton:link {
    font-size: 11pt;
    font-weight: bold;
}

A.BWD_LinkButton:visited {
    font-size: 11pt;
    font-weight: bold;
}

A.BWD_LinkButton:active {
    font-size: 11pt;
    font-weight: bold;
}

A.BWD_LinkButton:hover {
    font-size: 11pt;
    font-weight: bold;
}

A.BWD_LinkButton1:link {
    font-size: 12pt;
    color: #0000ff;
}

A.BWD_LinkButton1:visited {
    font-size: 12pt;
}

A.BWD_LinkButton1:active {
    font-size: 12pt;
    color: #0000ff;
}

A.BWD_LinkButton1:hover {
    font-size: 12pt;
}

input.small {
    padding: 2px 3px 2px 3px;
    font-size: 8pt;
    font-weight: bold;
    color: #333333;
}

input.medium {
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    color: #333333;
    font-size: small;
}

input.large {
    padding: 8px 20px 8px 20px;
    font-weight: bold;
    color: #333333;
    font-size: small;
}

.tkt-navbar ul li.more ul li:last-child {
    border: none;
}

.tkt-navbar ul li.more ul li {
    float: none;
    display: block;
    margin: 0 -9px;
    min-width: 100px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #058DC7;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #09A0E1;
    height: auto;
}

    .tkt-navbar ul li.more ul li:hover {
        background-color: #09A0E1;
    }

.tkt-navbar {
    background-color: #014275;
    padding: 10px;
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
}

    .tkt-navbar ul {
        margin: 0;
        padding: 0;
    }

        .tkt-navbar ul li {
            display: inline;
            position: relative;
        }

            .tkt-navbar ul li.rtsLI {
                margin-right: 4px;
            }

            .tkt-navbar ul li span.sup {
                line-height: 1em;
                background-color: #B70007;
                color: White;
                padding: 0px 4px 0px 4px;
                font-weight: bold;
                border: 2px solid White;
                -webkit-border-radius: 9px 9px 9px 9px;
                -moz-border-radius: 9px 9px 9px 9px;
                border-radius: 9px 9px 9px 9px;
                font-size: 11px;
                z-index: 22;
                vertical-align: super;
                /* Prevent background color leak outs */
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                margin-left: 5px;
            }

            .tkt-navbar ul li span.inline {
                position: absolute;
                right: 30px;
                top: 6px;
                line-height: 1em;
                background-color: #B70007;
                color: White;
                padding: 1px 3px 1px 3px;
                font-weight: bold;
                border: 2px solid White;
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                border-radius: 8px 8px 8px 8px;
                font-size: 11px;
            }

            .tkt-navbar ul li.more,
            .tkt-navbar ul li a {
                font-weight: bold;
                color: #ffffff;
                padding: 8px 10px;
                text-align: center;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                font-size: 14px;
                text-decoration: none;
            }

                .tkt-navbar ul li.more:hover,
                .tkt-navbar ul li.active a,
                .tkt-navbar ul li a.rtsSelected,
                .tkt-navbar ul li a:hover {
                    background-color: #2E7DBA;
                    border-color: #045F86;
                    box-shadow: 0 1px 0 0 #63A8DD inset;
                    color: white;
                    font-weight: bold;
                    font-size: 14px;
                }

            .tkt-navbar ul li.more {
                display: none;
            }

                .tkt-navbar ul li.more ul {
                    width: 164px;
                    position: absolute;
                    left: -999em;
                    margin: 4px 0 0 0;
                    background-color: #058DC7;
                    border-radius: 4px;
                    padding: 4px 15px;
                    z-index: 999999999;
                }

                .tkt-navbar ul li.more:hover ul {
                    left: 0;
                }

                .tkt-navbar ul li.more ul li a {
                    background-color: transparent;
                    border-color: transparent;
                    box-shadow: none;
                    display: block;
                }

.asset-detail {
    display: table;
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
}

    .asset-detail div {
        display: table-cell;
        vertical-align: middle;
    }

    .asset-detail h1 {
        line-height: 1.1em;
        font-weight: bold;
        color: #333;
        margin: 12px 0 0 0;
    }

    .asset-detail .asset-action {
        text-align: right;
    }

.TicketCheckBox input {
    padding-left: 0px;
    margin-left: 0px;
}

.redactor_TicketResponseBox {
    width: 100%;
    padding: 6px 10px !important;
    margin: 0;
    border: solid 1px #CCC !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #222;
    min-height: 150px !important;
    line-height: normal !important;
}

.tkt-details .redactor_placeholder {
    color: gray !important;
    font-size: 12pt !important;
    font-family: Verdana, Tahoma, sans-serif;
}

.TicketResponseBox {
    height: 150px;
    width: 560px;
    min-height: 150px !important;
    line-height: normal !important;
}

.CheckBoxCloseSubTickets {
    padding: 10px 0 5px 0;
    font-weight: bolder;
}

a.spll {
    font-size: 7pt;
    float: right;
    position: relative;
    margin-top: 9px;
}

    a.spll:hover {
        font-size: 7pt;
    }

.rtlCL {
    width: 165px;
}

.RowSeparator {
    border-bottom: black 1px solid;
    border-bottom-color: #BEBEBE;
    padding: 0px 0px;
}

table.rprt {
    border-collapse: collapse;
}

    table.rprt > tr, table.rprt > td {
        padding: 0;
        margin: 0;
    }

#ctl00_PageBody_dgReport td {
    height: 17px;
}

table.rprt .RadChart {
    position: relative;
    top: -2px;
}

/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    table.rprt .RadChart {
        top: -3px;
    }
}

/* FireFox */
@-moz-document url-prefix() {
    table.rprt .RadChart {
        top: -2px;
    }
}

/* Opera */
x:-o-prefocus, table.rprt .RadChart {
    top: -1px;
}

table.rprt .crtTtl {
    border: 1px solid #9E755F;
    font-size: 17px;
    color: #222;
    text-align: center;
    width: 277px;
}

#_ts {
    border-collapse: collapse;
}

.BWD_RoundDDL {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC !important;
    border-radius: 5px 5px 5px 5px;
    font: 14px/100% Verdana,Tahoma,sans-serif;
    outline: 0 none;
    padding: 5px !important;
    line-height: 35px;
}

    .BWD_RoundDDL:hover {
        border-color: #80BFFF !important;
    }

    .BWD_RoundDDL:focus {
        border-color: #0053A6 !important;
    }

.subTitle {
    font-size: 8pt !important;
    font-weight: normal;
}

.Button .Icon {
    vertical-align: middle;
    padding-right: 5px;
    width: 20px;
}

.NoBorder, .NoBorder tr, .NoBorder td {
    border: 0 none !important;
}

.RadTreeList input[type="submit"], .RadTreeList input[type="submit"]:hover {
    border: 0 none !important;
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 3px 0 5px 0 !important;
    margin: 0 auto 0 auto !important;
    width: 16px !important;
    vertical-align: middle !important;
}

.Mc_Settings, .SettingsContainer {
    width: 815px;
}

    .Mc_Settings .Nm a {
        font-weight: normal;
    }

        .Mc_Settings .Nm a:hover {
            color: blue;
        }

tr.Cgv_R:hover .GridLevel2 .Cgv_B a, tr.Cgv_R:hover .GridLevel2 .Command {
    visibility: hidden;
}

.GridLevel2 tr.Cgv_R:hover .Cgv_B a, .GridLevel2 tr.Cgv_R:hover .Command {
    visibility: visible;
}

.GridCaption {
    min-height: 35px;
    padding-bottom: 7px;
    font-size: 25px;
    font-weight: 400;
    color: #222;
    display: block;
}

.GridHolder {
    margin-bottom: 20px;
}

    .GridHolder .pillbutton {
        margin-top: 5px;
        margin-bottom: 8px;
    }

    .GridHolder .more {
        margin-top: 11px;
        font-size: 11px;
    }

.GridTotal {
    padding-top: 7px;
    text-align: center;
    font-size: 13px;
    color: #555;
}

.Cgv_CptCtrls .GridTotal {
    padding-top: 14px;
}

.Square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.FormInput .Square {
    display: inline-block;
    height: 15px;
    width: 15px;
    font-size: 10px;
}

.AddNewTreeItem {
    color: green;
    font-weight: bold;
}

.freshbooks_link,
.quickbooks_link,
.ninjarmm_link,
.xero_link {
    width: 30px;
}

td.freshbooks_link,
td.quickbooks_link,
td.ninjarmm_link,
td.xero_link {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

th.integration_link,
td.integration_link {
    padding: 0 !important;
    width: 1px;
}

.integration_link a {
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
}

.integration_link p,
.freshbooks_link p,
.quickbooks_link p,
.ninjarmm_link p,
.xero_link p {
    height: 25px;
    width: 25px;
    margin: 0;
}

    .freshbooks_link p.linked {
        background: url("/images/freshbooks-icon.png") no-repeat scroll 0 0 transparent;
    }

    .freshbooks_link p.not_linked {
        background: url("/images/freshbooks-icon-grey.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
    }

    .ninjarmm_link p.linked {
        background: url("/images/ninjarmm-icon.png") no-repeat scroll 0 0 transparent;
    }

    .ninjarmm_link p.not_linked {
        background: url("/images/ninjarmm-icon-grey.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
    }

    .freshbooks_link p.process,
    .quickbooks_link p.process,
    .xero_link p.process {
        background: url("../images/ajax/loading2.gif") no-repeat scroll 4px 4px transparent;
    }

    .quickbooks_link p.linked {
        background: url("/images/quickbooks-icon.png") no-repeat scroll 0 0 transparent;
        background-size: contain;
    }

    .quickbooks_link p.not_linked {
        background: url("/images/quickbooks-icon-grey.png") no-repeat scroll 0 0 transparent;
        background-size: contain;
        cursor: pointer;
    }

    .xero_link p.linked {
        background: url("/images/xero-icon.png") no-repeat scroll 0 0 transparent;
    }

    .xero_link p.not_linked {
        background: url("/images/xero-icon-grey.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
    }

.linkage p.linked {
    background: url("/images/link-icon.png") no-repeat scroll 0 0 transparent;
}

.linkage p.not_linked {
    background: url("/images/link-icon-grey.png") no-repeat scroll 0 0 transparent;
}

.DatePicker_Modern {
    display: inline-block;
}

.grid-filter-block {
    display: inline-block;
    padding-right: 9px;
    padding-bottom: 5px;
}

.image-upload {
    overflow-x: auto;
    overflow-y: hidden;
}

    .image-upload .dz-drag-hover-message {
        height: 50px !important;
    }

.WSAClass {
    background-color: #f3f3f3;
}

    .WSAClass .rcbScroll {
        overflow: hidden !important;
    }

    .WSAClass .rcbTemplate td {
        font-family: "Segoe UI", Arial, sans-serif;
        font-size: 12px;
    }

#ctl00_PageBody_WorkListFilter_txtName_req {
    position: static !important;
}

.ProjAccountTreeViewItems {
    border: 1px solid #b5b5b5;
    background-color: #dbdbdb;
}

    .ProjAccountTreeViewItems a {
        COLOR: Black;
        font-size: 12px;
        text-decoration: none;
    }

.ProjAccountTreeViewSelectedItem {
    background-color: #909090;
}

    .ProjAccountTreeViewSelectedItem a {
        COLOR: White;
    }

.integration-warning .NoDescr a
{
    font-size: 1em;
    color: #333 !important;
}

.integration-warning .NoDescr a:hover 
{
    font-size: 1em;
    color: #23568C !important;
}

/* Grid Top Filter */

a.filter-selection {
    background: #e5f1f8;
    border: 1px solid #0000;
    border-radius: 30px;
    padding: 8px 32px 8px 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #0076bd;
    position: relative;
    white-space: nowrap;
}

    a.filter-selection:hover {
        border-color: #003953;
    }
    a.filter-selection:after {
        content: "";
        background-image: url(/images/melody-sprite.2021.09.16._TTH_.svg);
        background-position: -80px -5px;
        background-repeat: no-repeat;
        content: "";
        height: 16px;
        width: 16px;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

.filter {
    float: left;
    margin-right: 14px;
    overflow: hidden;
    position: relative;
}

    .filter select {
        padding: 3px 3px 3px 8px;
        width: 100%;
    }

    .filter .filter-label, .FormLabel {
        color: #555555;
        font-weight: bold;
        font-size: 14px;
        margin: 0 0 3px;
        display: block;
    }

@-moz-document url-prefix() {
    .filter .RadComboBox_Modern {
        padding-top: 1.5px !important;
        padding-bottom: 1.5px !important;
    }
}

/* Left Filter */
.filter-left {
    float: left;
    width: 270px;
    top: 71px;
    z-index: 2998;
}

    .filter-left .filter {
        float: none;
        margin-right: 0;
        position: static;
        margin-bottom: 15px;
    }

.filter-toggle {
    float: left;
    vertical-align: middle;
    margin: -15px 0 0 -15px;
    text-align: center;
    cursor: pointer;
    background-color: #3492db;
    top: 56px;
    z-index: 2998;
}

    .filter-toggle img {
        width: 7px;
        height: 13px;
        margin: 20px 3px;
        transform: rotate(180deg);
    }

    .filter-toggle.open img {
        transform: none;
    }

/* Sidebar (Right Float Menu) */
.sidebar {
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 3901;
}

    .sidebar li a {
        display: block;
        padding: 13px 10px;
        text-align: center;
        cursor: pointer;
    }

.sidebar-links {
    list-style: none;
}

    .sidebar-links li {
        position: relative;
        background-color: #3492db;
    }

        .sidebar-links li:nth-child(even) {
            background-color: #05477a;
        }

    .sidebar-links .open-sidebar.rotate {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.sidebar-links-content {
    display: none;
    width: 650px;
    float: left;
    position: absolute;
    z-index: 3091;
    top: 0;
    left: 47px;
    right: auto;
}

.sidebar-content {
    width: 300px;
    padding: 15px 0;
    background-color: #e4e4e4;
    font-size: 14px;
    color: #333;
    vertical-align: top;
}

    .sidebar-content img {
        max-height: 80px;
    }

    .sidebar-content span {
        color: #2e7fbf;
        font-weight: bold;
        display: block;
        margin-bottom: 3px;
    }

    .sidebar-content .mCSB_inside > .mCSB_container {
        margin-right: 0;
    }

    .sidebar-content .section {
        padding: 5px;
    }

    .sidebar-content .date-updated {
        font-style: italic;
        font-size: 12px;
        font-weight: bold;
    }

.subject3.sidebar-under {
    padding-left: 45px;
}

    .subject3.sidebar-under.open {
        padding-left: 275px;
    }

/* Modal */
.modal-open {
    overflow-y: scroll;
}

.modal {
    overflow: hidden;
}

.modal-footer {
    border: none;
}

.modal-header {
    border: none;
}

    .modal-header .close:hover, .modal-header .close:active, .modal-header .close:focus {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        cursor: pointer;
        padding: 0;
        color: #000000;
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        opacity: 0.2;
        text-shadow: 0 1px 0 #fff;
        opacity: 0.5;
    }

.widget-modal .btn-default, input.btn-success-small {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.widget-modal input.btn-success-small {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #ffffff;
}

    .widget-modal input.btn-success-small:hover, .widget-modal input.btn-success-small:active, .widget-modal input.btn-success-small:focus {
        color: #fff;
        background-color: #47a447;
        border-color: #398439;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857;
        margin-bottom: 0;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
    }

.widget-modal .btn-default:hover, .widget-modal .btn-default:active, .widget-modal .btn-default:focus {
    background-color: #ebebeb;
    border-color: #adadad;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.widget-modal .input-lg {
    font-size: 18px !important;
}

.widget-modal .btn_pnl {
    padding: 15px !important;
}

/* RadCalendar Web20 Theme */
.RadCalendar_Web20 caption {
    padding: 0 !important;
}

.RadCalendar_Web20 .rcTitlebar {
    border-color: #05477a !important;
    background: #05477a !important;
    height: 35px !important;
}

    .RadCalendar_Web20 .rcTitlebar table {
        font: bold 14px "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    }

    .RadCalendar_Web20 .rcTitlebar a.rcPrev:hover {
        background-position: 0 -300px !important;
    }

    .RadCalendar_Web20 .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -200px !important;
    }

    .RadCalendar_Web20 .rcTitlebar a.rcNext:hover {
        background-position: 0 -400px !important;
    }

    .RadCalendar_Web20 .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -500px !important;
    }

.RadCalendar_Web20 .rcMain {
    border: 0 none !important;
}

.RadCalendar_Web20 .rcMainTable {
    border-color: #ddd !important;
    border-collapse: collapse !important;
}

.RadCalendar_Web20 .rcWeek {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    height: 20px !important;
    font-size: 12px;
}

    .RadCalendar_Web20 .rcWeek th {
        background-color: #f9f9f9 !important;
        border-color: #ddd !important;
        padding: 2px 6px 2px 0 !important;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
        text-align: center !important;
    }

.RadCalendar_Web20 .rcHover {
    background-color: #f5f5f5 !important;
}

.RadCalendar_Web20 .rcSelected {
    background-color: #e7f1ff !important;
}

.RadCalendar_Web20 .rcRow a {
    padding-left: 3px !important;
}

.RadCalendar_Web20 .rcRow th {
    background-color: #f9f9f9 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.RadCalendar_Web20 .rcRow td {
    border-color: #ddd !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    text-align: left !important;
    vertical-align: top !important;
    width: 60px !important;
    height: 44px !important;
}

    .RadCalendar_Web20 .rcRow td table {
        border: 0 none !important;
        border-collapse: collapse !important;
    }

    .RadCalendar_Web20 .rcRow td.BWD_CalendarCellHeader, .BWD_CalendarCellHeader {
        height: 20px !important;
        background-color: #f9f9f9 !important;
        text-align: left !important;
        padding-left: 3px !important;
        border: 0 none !important;
    }

        .BWD_CalendarCellHeader a.ShowMore {
            color: #999999 !important;
            padding-right: 3px;
            text-align: right;
            cursor: pointer;
            width: 15px;
            position: relative;
            z-index: 100;
        }

    .RadCalendar_Web20 .rcRow td.BWD_CalendarCellTime {
        height: 20px !important;
        font-weight: bold !important;
        padding-right: 3px !important;
        border: 0 none !important;
        height: auto !important;
        text-align: right !important;
        vertical-align: middle !important;
    }

table.RadCalendarMonthView_Web20 {
    border-color: #ddd !important;
}

.RadCalendarMonthView_Web20 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

    .RadCalendarMonthView_Web20 #rcMView_Feb, .RadCalendarMonthView_Web20 #rcMView_Apr, .RadCalendarMonthView_Web20 #rcMView_Jun, .RadCalendarMonthView_Web20 #rcMView_Aug, .RadCalendarMonthView_Web20 #rcMView_Oct, .RadCalendarMonthView_Web20 #rcMView_Dec {
        border-color: #ddd !important;
    }

    .RadCalendarMonthView_Web20 .rcSelected a {
        border-color: #05477a !important;
        background-color: #05477a !important;
        color: white !important;
    }

    .RadCalendarMonthView_Web20 .rcButtons input {
        background: none !important;
        border: 0 none !important;
        border-radius: 0 !important;
        color: #28597a !important;
        padding: 7px !important;
        font-size: 1.2em !important;
        font-family: arial,Sans-Serif !important;
        margin-right: 4px !important;
        outline: none !important;
        cursor: pointer !important;
        text-decoration: underline !important;
        font-weight: normal !important;
    }

    .RadCalendarMonthView_Web20 #rcMView_Today:hover, .RadCalendarMonthView_Web20 #rcMView_OK:hover {
        color: white !important;
        background-color: #28597a !important;
    }

    .RadCalendarMonthView_Web20 #rcMView_Cancel {
        color: gray !important;
    }

        .RadCalendarMonthView_Web20 #rcMView_Cancel:hover {
            color: white !important;
            background-color: gray !important;
        }

/* RadWindow Fix */
ul.rwControlButtons {
    border: 0 none !important;
}

/* Intercom Fixes */
.intercom-container {
    z-index: 3902 !important;
}

/* Header */
.Mp_Hdr li.Ttl .caret, .Mp_Hdr li.A .caret {
    margin-top: 25px;
}

/* Header Search */
.Mp_Hdr ul.nav li a.G, .Mp_Hdr .S a {
    padding-top: 13px;
    padding-bottom: 12px;
}

.Mp_Hdr .S input {
    border-right: 0 none !important;
}

.Mp_Hdr .S .btn, .Mp_Hdr .S .btn:hover, .Mp_Hdr .S .btn:focus, .Mp_Hdr .S .btn:active {
    padding: 5px !important;
    vertical-align: middle;
    height: 34px;
    font-size: 14px !important;
    background-color: #13629f;
    border: 1px solid #004174;
    border-left: 0 none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
}

.Mp_Hdr .S .btn {
    color: #6699cc;
}

    .Mp_Hdr .S .btn:hover, .Mp_Hdr .S .btn:focus, .Mp_Hdr .S .btn:active {
        color: #ffffff;
    }

.Mp_Hdr .S .dropdown-backdrop {
    display: none;
}

.Mp_Hdr .S ul {
    width: 100% !important;
    left: auto;
    top: 32px;
    z-index: 3000;
    position: absolute !important;
    height: auto !important;
}

    .Mp_Hdr .S ul::after {
        display: none !important;
    }

    .Mp_Hdr .S ul li {
        text-align: left;
        padding-left: 7px;
        padding-right: 7px;
        line-height: 25px;
        border: 0 none;
        white-space: nowrap;
    }

        .Mp_Hdr .S ul li:hover {
            background-color: transparent;
        }

        .Mp_Hdr .S ul li:last-child {
            border: 0 none !important;
        }

.Cgv_T a.AddToInvoice, .Cgv_T a.AddToInvoice:hover, .Cgv_T a.AddToInvoice:focus {
    background: transparent url("/images/invoiced-icon.png") no-repeat scroll left center !important;
    padding: 0 0 0 26px !important;
}

.project-grid .Cgv_H th {
    vertical-align: bottom;
    white-space: nowrap;
}

    .project-grid .Cgv_H th.header-row-2 {
        padding-top: 0;
    }

    .project-grid .Cgv_H th.normal-wrap {
        white-space: normal !important;
    }

.project-grid th.Cgv_Hg {
    padding-bottom: 0;
}

.project-grid .left-border {
    border-left: 1px solid #b7cdd7;
}

.project-grid .right-border {
    border-right: 1px solid #b7cdd7;
}

.editedBy {
    font-size: 10pt;
    font-style: italic;
    padding-top: 6px;
}

.lineHeight18 {
    line-height: 18px !important;
}

.accts_letters_filer {
    font-size: 13px !important;
    padding: 0px !important;
    background: none !important;
    margin: 0px !important;
    line-height: 18px !important;
}

.text-ellipsis {
    width: 90%;
    white-space: normal;
    overflow: visible;
    display: inline-block;
    vertical-align: top;
}

.redactor-autocomplete {
    font-size: 15px !important;
    background: #FFF;
    border: 1px solid #C0C0C0;
    width: 100px;
    list-style: none;
    margin: 0;
    z-index: 50003 !important;
    position: absolute;
}

    .redactor-autocomplete li {
        padding: 4px;
    }

    .redactor-autocomplete .KBArticle:hover,
    .redactor-autocomplete .KBArticle.ui-state-hover,
    .redactor-autocomplete .KBArticle.ui-state-active,
    .redactor-autocomplete .KBQuestion:hover,
    .redactor-autocomplete .KBQuestion.ui-state-hover,
    .redactor-autocomplete .KBQuestion.ui-state-active {
        background: #DDE4EF;
        border: none;
        color: #343434;
    }

    .redactor-autocomplete a:hover,
    .redactor-autocomplete a.ui-state-hover,
    .redactor-autocomplete a.ui-state-active {
        color: #555592 !important;
        border: none;
        color: initial;
    }

    .redactor-autocomplete a,
    .redactor-autocomplete a div {
        text-decoration: none !important;
    }

    .redactor-autocomplete .KBArticle,
    .redactor-autocomplete .KBQuestion,
    .redactor-autocomplete .MoreResults {
        display: block;
        padding: 0 0 0 25px;
        overflow: hidden;
        cursor: pointer;
    }

    .redactor-autocomplete .KBArticle {
        background: url('../../images/article-icon.png') 0 4px no-repeat;
    }

    .redactor-autocomplete .KBQuestion {
        background: url('../../images/question-icon.png') 0 4px no-repeat;
    }

    .redactor-autocomplete .MoreResults {
        font-size: 13px;
        font-weight: bold;
    }

#kbsearch-Modal .ui-autocomplete-loading {
    background: url(/Images/loading3.gif) no-repeat 93% 50%;
}

@media (min-width: 769px) {
    .Mp_Hdr .S .T {
        display: table !important;
    }
}

.Pill.Orange {
    background-color: #ff9500;
    color: white !important;
}

a.Pill.Orange:hover {
    background-color: #ffa931;
    color: white !important;
}

.rcb-input-user-account {
    background: url(/Images/icons/icon-user-account.png) no-repeat scroll 0px 7px;
}

.rcb-input-account {
    background: url(/Images/icons/icon-account.png) no-repeat scroll 0px 3px;
}

.rcb-input-location {
    background: url(/Images/icons/icon-location.png) no-repeat scroll 0px 3px;
}

.rcb-input-assets {
    background: url(/Images/icons/icon-assets.png) no-repeat scroll 0px 7px;
}

.rcb-with-icon div.RadComboBox_Modern {
    padding: 0px 10px 0px 3px !important;
}

.rcb-with-icon div.RadComboBox_Modern .rcbInput {
    padding-left: 25px !important;
}

.selected-assets-grid .Cgv_H th {
    background-color: transparent !important;
    color: #222;
}

.selected-assets-grid tr.Cgv_R, .selected-assets-grid tr.Cgv_Er {
    background-color: transparent !important;
}

.selected-assets-grid tr.Cgv_R:hover, .selected-assets-grid tr.Cgv_Er:hover, .selected-assets-grid tr.Cgv_Sr {
    background-color: transparent !important;
}

.selected-assets-grid tr.Cgv_R td, .selected-assets-grid tr.Cgv_Er td {
    border-bottom:none !important;
}

.selected-assets-grid .Cgv_B {
    text-align:right;
}

@media (max-width: 1400px) {
    .grid-cell-hidden {
        display: none;
    }
}

@media (max-width : 1200px) {
    .text-ellipsis {
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 768px) {
    .hid768 {
        display: none;
    }

    .ticket-list-header .pri {
        display: none;
    }

    .ticket-list-header .pri-mob {
        display: inline;
    }

    .Mp_Hdr .S input {
        padding-right: 15px !important;
    }

    .Mp_Hdr .S .input-group-btn {
        top: -25px;
    }

    .Mp_Hdr .S .btn, .Mp_Hdr .S .btn:hover, .Mp_Hdr .S .btn:focus, .Mp_Hdr .S .btn:active {
        background-color: transparent;
        border: 0 none;
        padding-right: 0 !important;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
}

@media (max-width : 480px) {
    .hid480 {
        display: none;
    }

    .worklist .no-wrap {
        white-space: normal;
    }
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

/* Sync with portal */
@media (min-width: 768px) {
    .sd_portal .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .sd_portal .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .sd_portal .container {
        width: 1170px;
    }
}

.popover-title {
    color: #555;
}

.popover-content {
    color: #555;
}

.popover {
    background: #e4e4e4 !important;
}

    .popover.left > .arrow:after {
        border-left-color: #e4e4e4 !important;
    }

.Cgv_T a.NinjaRMM, .Cgv_T aNinjaRMM:hover, .Cgv_T aNinjaRMM:focus {
    background: transparent url("/images/ninjarmm-icon-grey.png") no-repeat left center !important;
    padding: 0 0 0 20px !important;
    margin-right: 0 !important;
    display: inline-block;
    color: #afafaf !important;
    background-size: 20px !important;
}

.flotTip {
    background: #000;
    color: #fff;
    z-index: 1040; 
    padding: 4px 6px;
    font-size: 14px;
    border-radius: 4px; 
    white-space: nowrap;
    opacity: 0.7;
}

/* bPopup */
.b-modal {
    opacity: 0.5 !important;
}

/* FileList */
.flGrid .bi {
    color: #058dc7;
}
