﻿html {
    overflow: hidden;
}

body {
    font-family: Verdana, Arial, sans-serif !important;
    font-size: 12px !important;
    color: #676767;
    padding: 0px !important;
    margin: 0px !important;
}

.dim_mask_block {
    display: block !important;
}

/* Style For Button Starts Here */
.textbox_style {
    /*behavior: url(/_layouts/claysys_html/Content/controls/PIE.htc);*/
    /* border-radius: 1px;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bebebe;
    *border: 1px solid #bebebe;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .textbox_style:hover {
        border: 1px solid #89AAB7;
        *border: 1px solid #89AAB7;
    }

    .textbox_style:focus {
        border: 1px solid #89AAB7;
        outline: none;
    }

.disabled_textbox_style {
    border: 1px solid #bebebe;
}

/* without pie for textbox*/
.disabled_textarea_style {
    border: solid thin silver;
    filter: alpha(opacity=40);
    opacity: 0.4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.disabled_textarea_style_new{
     border: solid thin silver;
     opacity: 1 !important;
      box-sizing: border-box;
    -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
}

.textbox_style_noPie {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #bebebe;
    *border: 1px solid #bebebe;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.disabled_textbox_style_noPie {
    border: 1px solid #bebebe;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
/* Style For Button Starts Here */

.combo_style {
    border: 1px solid #868788;
    /*behavior: url(/_layouts/claysys_html//_layouts/claysys_html/Content/controls/PIE.htc);*/ /*Commented for Combo selection issue in IE8*/
    *border: 1px solid #868788;
    position: relative;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    /*-pie-background: transparent;*/ /*Added to fix the Combo selection issue in IE8*/
}

.combo_style_disable {
    border: 1px solid #c0c0c0;
    /*behavior: url(/_layouts/claysys_html//_layouts/claysys_html/Content/controls/PIE.htc);*/ /*Commented for Combo selection issue in IE8*/
    *border: 1px solid #c0c0c0;
    position: relative;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    /*-pie-background: transparent;*/ /*Added to fix the Combo selection issue in IE8*/
}

/* Style For Button Starts Here */
.button_style {
    /*height: 23px;
    width: 150px;*/
    color: White;
    border: 1px solid #bebebe;
    padding: 0;
    position: relative;
    /*border-radius:3px;*/
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;*/
    -webkit-box-shadow: #666 0 0px 0px;
    -moz-box-shadow: #666 0 0px 0px;
    box-shadow: #666 0 0px 0px;
    z-index: 1002;
    /*behavior: url(/_layouts/15/claysys_html/Content/controls/PIE.htc);*/
}

    .button_style:hover {
        /* border-color:Black;
    *border:1px solid black;*/
        border: 1px solid black;
        /*position:relative;*/
    }

    .button_style:active {
        opacity: 0.60;
        filter: alpha(opacity=60);
    }

    .button_style[disabled='disabled'] {
        opacity: 0.60;
        filter: alpha(opacity=60);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        /*border:1px solid black;*/
    }

    .button_style:disabled {
        color: White;
        opacity: 0.60;
        filter: alpha(opacity=60);
    }

        .button_style:disabled:hover {
            border: 1px solid #848484;
        }

.disabled_button_style {
    /*color:Black !important;*/
    /*font-weight:bold !important;
  border: 1px solid #848484;

  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: #666 0 0px 0px;
  -moz-box-shadow: #666 0 0px 0px;
  box-shadow: #666 0 0px 0px;
  opacity: 0.50;
  filter: alpha(opacity=50);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" ;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50) ;
  padding:0;
  text-indent:-2px;
  letter-spacing:-0.5px;
  color:white !important;
  behavior: url(/_layouts/claysys_html/Content/controls/PIE.htc);*/
    color: White;
    opacity: 0.50;
    border: 1px solid #848484;
    /*font-weight: bold !important;*/
    position: relative;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;*/
    -webkit-box-shadow: #666 0 0px 0px;
    -moz-box-shadow: #666 0 0px 0px;
    box-shadow: #666 0 0px 0px;
    z-index: 1002;
    text-indent: -2px;
    letter-spacing: -0.5px;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    padding: 0 !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /*behavior: url(/_layouts/15/claysys_html/Content/controls/PIE.htc);*/
}

.button_mask {
    /*background-color: white;*/
    position: absolute;
    border: 1px solid #bebebe;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /* border-radius: 5px;*/
    z-index: 2000;
    opacity: 0.20;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #b7b7b7;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/* Style For Button Ends Here */
.checkboxgroup_style {
    /* behavior: url(/_layouts/claysys_html/Content/controls/PIE.htc);*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /*border-radius: 2px;*/
    -khtml-border-radius: 2px;
    z-index: 0;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.radiobuttongroup_style {
    /* behavior: url(/_layouts/claysys_html/Content/controls/PIE.htc);*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /*border-radius: 2px;*/
    -khtml-border-radius: 2px;
    z-index: 0;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.radiobuttongroup_style_foroldforms {
    /* behavior: url(/_layouts/claysys_html/Content/controls/PIE.htc);*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /*border-radius: 2px;*/
    -khtml-border-radius: 2px;
    z-index: 0;
    position: relative;
}

.disabled_textbox_style_noPie_ForOldforms {
    border: solid thin silver;
    color: #787878 !important;
}

.disabled_radiobuttongroup_style {
    color: Red !important;
}


/* Style For HyperLink Starts Here */
.hyperLink_style {
    text-decoration: underline !important;
}

    .hyperLink_style:hover {
        font-weight: bold;
        text-decoration: underline;
        color: blue;
    }
/*End style*/






.listbox_style {
    /* behavior: url(/_layouts/claysys_html/Content/controls/PIE.htc);
    border-radius: 1px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #868788;
    *border: 1px solid #868788;
}

/* Style for Multi List Box */

.mltlstitems_style {
    /*behavior: url(/_layouts/15/claysys_html/Content/controls/PIE.htc);*/
    border: 1px solid gray;
    border: 1px solid gray;
    /* border-radius: 2px;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

    .mltlstitems_style::-webkit-scrollbar /*Hide Vertical Scroll Bar*/ {
        -webkit-appearance: none;
    }

.mltlstboxIsDownMovable_style {
    /*behavior: url(/_layouts/15/claysys_html/Content/controls/PIE.htc);*/
    /*background-image: url(/Images/DownArrow.png);*/
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    height: 15px;
    width: 15px;
    cursor: default;
    border: 1px solid #a2adb8;
    *border: 1px solid #a2adb8;
    border-radius: 3px 3px 3px 3px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #a2adb8 0 2px 3px;
    -moz-box-shadow: #a2adb8 0 2px 3px;
    box-shadow: #a2adb8 0 2px 3px;
}

    .mltlstboxIsDownMovable_style:hover {
        /*behavior: url(/_layouts/15/claysys_html/Content/controls/PIE.htc);*/
        /*background-image: url(/Images/DownArrow.png);*/
        background-size: 10px 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #f1f2f3;
        height: 15px;
        width: 15px;
        cursor: default;
        border: 1px solid #a2adb8;
        *border: 1px solid #a2adb8;
        border-radius: 3px 3px 3px 3px;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: #a2adb8 0 2px 3px;
        -moz-box-shadow: #a2adb8 0 2px 3px;
        box-shadow: #a2adb8 0 2px 3px;
    }

.mltlstIsUpMovable_style {
    /*behavior: url(/_layouts/15/claysys_html/Content/controls/PIE.htc);*/
    /*background-image: url(/Images/UpArrow.png); */
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    height: 15px;
    width: 15px;
    cursor: default;
    border: 1px solid #a2adb8;
    *border: 1px solid #a2adb8;
    border-radius: 3px 3px 3px 3px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #a2adb8 0 2px 3px;
    -moz-box-shadow: #a2adb8 0 2px 3px;
    box-shadow: #a2adb8 0 2px 3px;
}

    .mltlstIsUpMovable_style:hover {
        /*behavior: url(/_layouts/15/claysys_html/Content/controls/PIE.htc);*/
        /*background-image: url(/Images/UpArrow.png); */
        background-size: 10px 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #f1f2f2;
        height: 15px;
        width: 15px;
        cursor: default;
        border: 1px solid #a2adb8;
        *border: 1px solid #a2adb8;
        border-radius: 3px 3px 3px 3px;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: #a2adb8 0 2px 3px;
        -moz-box-shadow: #a2adb8 0 2px 3px;
        box-shadow: #a2adb8 0 2px 3px;
    }

.mltlstboxRightinterChange_style {
    /*behavior: url(/_layouts/claysys_html/Content/controls/PIE.htc);*/
    cursor: default;
    border: 1px solid #a2adb8;
    *border: 1px solid #a2adb8;
    border-radius: 4px 4px 4px 4px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: #a2adb8 0 2px 3px;
    -moz-box-shadow: #a2adb8 0 2px 3px;
    box-shadow: #a2adb8 0 2px 3px;
    background-image: url(/Images/RightArrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-color: #fff;
}

    .mltlstboxRightinterChange_style:hover {
        /* behavior: url(/_layouts/claysys_html/Content/controls/PIE.htc);*/
        height: 20px;
        width: 33px;
        cursor: default;
        border: 1px solid #a2adb8;
        *border: 1px solid #a2adb8;
        border-radius: 4px 4px 4px 4px;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: #a2adb8 0 2px 3px;
        -moz-box-shadow: #a2adb8 0 2px 3px;
        box-shadow: #a2adb8 0 2px 3px;
        background-image: url(/Images/RightArrow.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        background-color: #f1f2f2;
    }

.mltlstboxLeftinterChange_style {
    /* behavior: url(/_layouts/claysys_html/Content/controls/PIE.htc); */
    cursor: default;
    border: 1px solid #a2adb8;
    *border: 1px solid #a2adb8;
    border-radius: 4px 4px 4px 4px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: #a2adb8 0 2px 3px;
    -moz-box-shadow: #a2adb8 0 2px 3px;
    box-shadow: #a2adb8 0 2px 3px;
    background-image: url(/Images/LeftArrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-color: #fff;
}

    .mltlstboxLeftinterChange_style:hover {
        /*behavior: url(/_layouts/claysys_html/Content/controls/PIE.htc);*/
        height: 20px;
        width: 33px;
        cursor: default;
        border: 1px solid #a2adb8;
        *border: 1px solid #a2adb8;
        border-radius: 4px 4px 4px 4px;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: #a2adb8 0 2px 3px;
        -moz-box-shadow: #a2adb8 0 2px 3px;
        box-shadow: #D3D3D3 0 2px 3px;
        background-image: url(/Images/LeftArrow.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        background-color: #f1f2f2;
    }
/* End Multi List Box */

/* External Form Style */
.extForm_style {
    /*behavior: url(/_layouts/15/claysys_html/Content/controls/PIE.htc);*/
    /*overflow: auto;*/
    border: 1px solid black;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #a2adb8;
    *border: 1px solid #a2adb8;
}
/* END External Form style */
/* Starts Style for File Upload Button and Image Button-Div Style****/
.fubutton_style {
    /*behavior: url(/_layouts/15/claysys_html/Content/controls/PIE.htc);*/
    border: 1px solid #1c1c1c;
    position: relative;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #666 0 0px 0px;
    -moz-box-shadow: #666 0 0px 0px;
    box-shadow: #666 0 0px 0px;
    opacity: 0.80;
    filter: alpha(opacity=80);
}

    .fubutton_style:hover {
        border: 1px solid #00BFFF;
    }

    .fubutton_style:focus {
        border: 1px solid #00BFFF;
    }

    .fubutton_style:active {
        border: 1px solid #00BFFF;
        outline: none;
    }


/***** Styles for File Upload Button and Image Button Ends Here ****/


/* Starts Style for Image Button Div ****/
.imgbutton_style {
    /*behavior: url(/_layouts/15/claysys_html/Content/controls/PIE.htc);*/
    /*border:1px solid #1c1c1c;*/
    border: 1px solid #bebebe;
    padding: 0px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    position: relative;
    text-align: center;
    border-radius: 3px;
    /*-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;*/
    -webkit-box-shadow: #666 0 0px 0px;
    -moz-box-shadow: #666 0 0px 0px;
    box-shadow: #666 0 0px 0px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -moz-linear-gradient(#ffffff, #ffffff);
    background: -ms-linear-gradient(#ffffff, #ffffff);
    background: -o-linear-gradient(#ffffff, #ffffff);
    -pie-background: linear-gradient(#ffffff, #ffffff);
    text-align: center;
}

    .imgbutton_style:hover {
        outline: black dotted 1px;
    }

    .imgbutton_style:focus {
        /*border:1px solid #00BFFF;*/
    }

    .imgbutton_style:active {
        border: 1px solid #00BFFF;
        outline: none;
    }


/***** Styles for Image Button Ends Here ****/
.fileuploadimage {
    /*behavior: url(/_layouts/15/claysys_html/Content/controls/PIE.htc);*/
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border: 1px solid #868788;
    *border: 1px solid #868788;
}

    .fileuploadimage:hover {
        border: 1px solid #00BFFF;
        *border: 1px solid #00BFFF;
    }

    .fileuploadimage:focus {
        border: 1px solid #00BFFF;
        outline: none;
    }
/*Search Header*/
.searchClass {
}

    .searchClass:hover {
        color: #0000ff;
    }

.headerSearchRow {
    color: #F7F8F9;
    color: #666 !important;
    font-family: RobotoRegular !important;
    font-size: 12px;
    border-right: 1px solid #D4DFE9;
    border-bottom: 1px solid #d4dfe9;
    background: -webkit-linear-gradient(white, #dadfe3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #dadfe3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #dadfe3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #dadfe3); /* Standard syntax */
    text-align: center;
    padding-left: 6px !important;
    padding-top: 0px !important;
    padding-right: 8px !important;
    padding-bottom: 0px !important;
}

    .headerSearchRow:hover {
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#9AD3F5');*/
        color: #0000ff;
        text-decoration: underline;
        font-style: italic;
        cursor: pointer;
        font-weight: bold;
        /*border-right: 1px solid #F7F8F9;*/
        /*border-bottom: 1px solid #F7F8F9;*/
    }

.headerSearchCell {
    color: #F7F8F9;
}

.SearchBorder {
    border: 1px solid #D4DFE9 !important;
}

.SearchBorderDisable {
    border: 1px solid #c0c0c0 !important;
}

/*Search Header style end*/

.displayText, .singleFile {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    font-size: 11px;
}

.fileClose {
    background-color: transparent !important;
}

.imageStyle {
    /*behavior: url(/_layouts/15/claysys_html/Content/controls/PIE.htc);*/
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px Solid #617583;
}

    .imageStyle:hover {
        border: 1px Solid #00BFFF;
    }

.SubfrmMask {
    background-color: Gray;
    position: absolute;
    z-index: 2;
    opacity: 0.20;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}

/*New class for imgbtn img*/
.imageStyleNew {
    /*behavior: url(/_layouts/15/claysys_html/Content/controls/PIE.htc);*/
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /*border-radius: 3px;*/
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: White;
    /* padding-bottom:2px; padding-left:2px; padding-right:2px; padding-top:2px;*/
}

    .imageStyleNew:hover {
        outline: black dotted 1px;
    }


/*for Adding mask to the division for the rule me.enable*/
.fullmask {
    background-color: #FFFFFF;
    height: 100%;
    opacity: 0.50;
    filter: alpha(opacity=50);
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.imageStyleNewDisabled {
    opacity: 0.4;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.inner ul {
    color: black;
    display: block !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.inner div {
    color: black;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* background-color:white;*/
}

.searchlinklatest {
    /*color: blue;*/
    text-decoration: underline;
}

    .searchlinklatest:hover {
        text-decoration: underline;
        font-style: italic;
        /*color: blue !important;*/
    }
.searchlinkimage {
    width:23px;
    height:22px;
    overflow:hidden;
    float:center;
    cursor:pointer; 
    border-width: 0px;
}
/*Added for ListForms MDS Compatatibility*/
#claysystabs > ul {
    background-color: Transparent !important;
    display: none;
    visibility: hidden;
}

#claysystabs .innerframe > ul {
    display: inline;
    visibility: visible;
}

#claysystabs {
    background: none;
}

    #claysystabs > div {
        border: 0px;
    }

.innerframe {
    border: 1px;
}

.pnlContentType {
    background-color: Gray;
    padding-top: 0px;
    border-bottom-color: Black;
}

.contentTypeDiv {
    color: Black;
}

.loaderDivListForms {
    position: absolute;
    top: 50%;
    left: 50%;
}

.pageinTitleInnerSpan {
    height: 11px;
    width: 11px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.pageinTitleImage {
    border-width: 0px;
    position: absolute;
    left: -0px !important;
    top: -585px !important;
}

.filenamewrap {
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*End-Added for ListForms MDS Compatatibility*/



.disablable-disabled .glasspanel {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: White;
    height: expression(parentElement.scrollHeight + 'px');
    width: 100%;
    z-index: 1001;
    margin-left: -2px;
}

.disablable-enabled .glasspanel {
    display: none;
}



/*Search Theam*/

.headerSearchRow {
    color: #F7F8F9;
    color: #666 !important;
    font-family: Verdana;
    font-size: 12px;
    border-right: 1px solid #D4DFE9;
    border-bottom: 1px solid #d4dfe9;
    padding-left: 1px;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #F7F8F9 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #F7F8F9 100%);
    /* Opera */
    background-image: -o-linear-gradient(top left, #FFFFFF 0%, #F7F8F9 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #F7F8F9));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #F7F8F9 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom right, #FFFFFF 0%, #F7F8F9 100%);
    text-align: center;
}

    .headerSearchRow:hover {
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#9AD3F5');*/
        color: #0000ff;
        text-decoration: underline;
        font-style: italic;
        cursor: pointer;
        font-weight: bold;
        border-right: 1px solid #F7F8F9;
        border-bottom: 1px solid #F7F8F9;
        padding-left: 1px;
    }

.headerSearchCell {
    color: #F7F8F9;
}

.SearchBorder {
    border: 1px solid #D4DFE9 !important;
}

.SearchBorderDisable {
    border: 1px solid #c0c0c0 !important;
}

/*Search Theam*/

/*Search Header*/
.searchClass {
}

    .searchClass:hover {
        color: #0000ff;
    }


.extFormDiv {
    height: 20px;
    width: 20px;
    border: 0px solid #fff;
    display: none;
}


.extFormImgDiv {
    z-index: 1003;
    position: relative;
    height: 20px;
    display: block;
}

/*Search Header style end*/


/*Start - Rule Debugger region*/

.debugWatcher {
    color: #565656;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: thin dashed;
    margin-top: -4px;
    float: left;
    font-family: Consolas;
}

.debugConsoleContainer {
    width: 100%;
    background-color: #c4dbec;
    border-bottom: 4px solid #565656;
    overflow: hidden;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #565656;
}

.debugWatcherContainer {
    height: 22px;
    margin-top: 4px;
}

.debugActive {
    background-image: url('../../Images/RuleDebugger/debug_active.png');
}

.debugInactive {
    position: relative;
    top: 0px;
    left: 0px;
    background-image: url('../../Images/RuleDebugger/debug_inactive.png');
}

.debugConsole {
    margin-left: 5px;
    overflow: auto;
}

.debugConsoleLines {
    clear: both;
}

.debugExecute {
    background-image: url('../../Images/RuleDebugger/debug_execute.png');
    margin-left: 10px !important;
}

.debugNext {
    background-image: url('../../Images/RuleDebugger/debug_next.png');
}

.debugRun {
    background-image: url('../../Images/RuleDebugger/debug_run.png');
}

.debugCopy {
    margin-top: 6px;
    background-image: url('../../Images/RuleDebugger/debug_copy.png');
}

.debugIcos {
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    margin-left: 5px;
    cursor: pointer;
    float: left;
}

#debugger_pause_message {
    left: 45%;
    position: fixed;
    font-size: 11em;
    color: White;
    font-weight: bolder;
    margin-top: 5%;
}

#innerframe_petrifier {
    width: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    display: none;
    z-index: 10000;
}
/*End - Rule Debugger region*/

/*FileUpload hidden Input UI fix*/
.moxie-shim form input[type=file] {
    font-size: 999px !important;
    cursor: pointer;
    right: 0px;
    width: auto !important;
    left: auto !important;
}

.Spantest {
    border: 1px solid transparent;
    background-color: transparent;
}

    .Spantest:hover {
        border: 1px solid white;
        background-color: #fff;
    }

.Spanselected {
    border: 1px solid #a389e7;
    background-color: #cde7f3;
}

/*Control's validation related styles - Start*/

.val-caret-top::after {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #f3e6e6;
    border-top: 2px solid #924949;
    border-left: 2px solid #924949;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.val-caret-bottom::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #f3e6e6;
    border-bottom: 2px solid #924949;
    border-right: 2px solid #924949;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.val-caret-left::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -8px;
    width: 10px;
    height: 10px;
    background: #f3e6e6;
    border-top: 2px solid #924949;
    border-left: 2px solid #924949;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.val-caret-right::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -8px;
    width: 10px;
    height: 10px;
    background: #f3e6e6;
    border-right: 2px solid #924949;
    border-bottom: 2px solid #924949;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.validation-content {
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}

    .validation-content:hover {
        opacity: 0;
    }

/*Control's validation related styles - End*/

/*Remove Clear action from IE TB's*/
input[type=text]::-ms-clear {
    display: none;
}

input, label {
    vertical-align: middle !important;
}

/*#region CSS for Placeholder ( Watermark ) in DateTimePicker (TFS 1772 )  Added by Mebin*/

::-webkit-input-placeholder { /* Chrome */
    color: #c1c1c1 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #c1c1c1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #c1c1c1 !important;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: #c1c1c1 !important;
    opacity: 1;
}
/*#endregion */

/*Save as pdf search scroll in ie fix  suneer*/
.ieFixOverFlowx {
    overflow-x: hidden !important;
}

.iefixwordwrap {
    word-wrap: break-word !important;
    /*overflow-y: auto !important;      */
    /*overflow-y: hidden !important;       commented because of bug536*/ 
    overflow-x: hidden !important;
    margin-left: 2px;
}
/*#region search optimisation */


.layoutSearch {
    overflow: hidden;
    float: left;
}

.linkAttr {
    border-width: 0px;
    cursor: pointer;
    align: center;
}

.link {
    border-width: 0px;
    cursor: pointer;
    align: center;
}

.fileDown {
    overflow: hidden;
    border-width: 0px;
    margin-left: 2px;
    white-space: pre;
}

.groupTr {
    height: 20px;
    background-color: #E4E8EA;
}

.searchtable {
    float: right;
    font-size: 11px;
    height: 25px;
    vertical-align: middle;
}

.extraTd {
    border-bottom: 1px solid #d4dfe9;
}

.searchData {
    /*text-align: center;*/
}

.enableSelect {
    width: 20px;
    /*padding-left:4px;
    padding-right:4px;*/
    border-bottom-style: solid;
    border-bottom-color: #DDE2E7;
    border-right-color: #DDE2E7;
    border-right-style: solid;
    padding-left: 1px;
}

.EnblSlct {
    width: 13px !important;
}

.searchHeaderPadding {
    padding-left: 1px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

/*#endregion */


/*#region FormOptimization*/

.pfautocomplete {
    display: none;
    border: 1px solid gray;
    background-color: #E6E6E6;
    width: 15px;
    position: absolute;
    color: black;
    z-index: 1002;
}

.pfchkbox {
    display: none;
    border: 1px solid gray;
    background-color: #E6E6E6;
    width: 15px;
    position: absolute;
    color: black;
    z-index: 1002;
}

.pfchkgrpspan {
    display: inline-block;
    margin: 0px !important;
}

.pfchkgrpip {
    margin: 0px !important;
}

.pfdtpbtn {
    width: 23px;
    min-width: 0px !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    margin-right: 2px;
    background-position: center;
    cursor: pointer;
}

.pflookuptd {
    min-width: 24px;
    vertical-align: middle;
}

.pflookupshw {
    width: 23px;
    display: block;
}

.pflookuphide {
    width: 23px;
    display: none;
}

.pflookupdiv {
    display: none;
    border: 1px solid gray;
    background-color: #E6E6E6;
    width: 15px;
    position: absolute;
    color: black;
    z-index: 1002;
}

.pfpplpckrlbl {
    color: Red;
    height: 0px;
    font-size: 10px;
    font-family: verdana;
}

.pfpplpckrdiv {
    display: none;
    border: 1px solid gray;
    background-color: #E6E6E6;
    width: 15px;
    position: absolute;
    color: black;
    z-index: 1002;
}

.pfrdbgrpspan {
    display: inline-block;
    margin: 0px !important;
}

.pfrdbgrpip {
    margin: 0px !important;
}

.pfmltboximg {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 5px;
    padding-bottom: 3px;
}

.pftabdive {
    background-color: transparent;
}



.pftabfloatl {
    float: left;
    width: 42px;
    overflow-x: auto;
    overflow-y: hidden;
}

.pftabfloatr {
    float: right;
    width: 42px;
    overflow-x: auto;
    overflow-y: hidden;
}

.pfdtpinput-dg {
    border-style: none;
    width: 18px;
    height: 18px;
    margin-left: 4px;
}

.pfdtpinputbtn_dg {
    width: 19px;
    height: 19px;
    margin-left: 1px;
    background-size: 11px 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.pfchk_dg {
    padding: 0px;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.pfrdb_dg {
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.pffileuploaad_dg {
    display: none;
    border: 1px solid gray;
    background-color: #E6E6E6;
    width: 15px;
    position: absolute;
    color: black;
    z-index: 1002;
}

.pffileuploaadbtn_dg {
    width: 23px;
    min-width: 23px;
    position: absolute;
}

.pfautocompleted_dg {
    display: none;
    border: 1px solid gray;
    background-color: #E6E6E6;
    width: 15px;
    position: absolute;
    color: black;
    z-index: 1002;
}

.pfpplpicker_dg {
    white-space: pre;
    display: inline-block;
    text-indent: 0px;
}

.pfpplpickerlbl_dg {
    color: Red;
    height: 0px;
    font-size: 10px;
    font-family: verdana;
}

.pfpplpickerdiv_dg {
    display: none;
    border: 1px solid gray;
    background-color: #E6E6E6;
    width: 15px;
    position: absolute;
    color: black;
    z-index: 1002;
}

.pflookup_dg {
    width: 23px;
    display: block;
    position: relative;
}

.pflookupdiv_dg {
    display: none;
    border: 1px solid gray;
    background-color: #E6E6E6;
    width: 15px;
    position: absolute;
    color: black;
    z-index: 1002;
}

.pfcombodiv {
    display: none;
    border: 1px solid gray;
    background-color: #E6E6E6;
    width: 15px;
    position: absolute;
    color: black;
    z-index: 1002;
}

.pffileuploaddiv {
    display: none;
    border: 1px solid gray;
    background-color: #E6E6E6;
    width: 15px;
    position: absolute;
    color: black;
    z-index: 1002;
}

.pffileuploadtd {
    vertical-align: middle;
    min-width: 23px;
}

.pfbtndiv {
    display: none;
    border: 1px solid gray;
    background-color: #E6E6E6;
    width: 15px;
    position: absolute;
    color: black;
    z-index: 1002;
}
/*#endregion*/

/*#region TableView Border Types*/
.tviewnoborder table tr td {
    border-width:0px !important;
    padding-left:2px !important;
}

.tviewhorizborder table tr td {
    border-right-width:0px !important;
    border-bottom-width:1px !important;
    padding-left:2px !important;
}

.tviewvertborder table tr td {
    border-right-width:1px !important;
    border-bottom-width:0px !important;
}

.tviewnoborderhead table tr td {
    border-right-width:0px !important;
    border-bottom-width:1px !important;
    padding-left:2px !important;
}
tr[hiderow] {
 display:none !important;
}

.ui-tooltip{
max-width:500px;
word-break:break-all;
}
.disabled_anchor {
        pointer-events: none;
        cursor: default;
    }
.clcontainer .hideControl {
display:none !important;
}
.tvrowdetailblank{
    height: 23px;
    width: 150px;
}