/* Minification failed. Returning unminified contents.
(992,39): run-time error CSS1030: Expected identifier, found ','
(992,48): run-time error CSS1031: Expected selector, found ')'
(992,48): run-time error CSS1025: Expected comma or open brace, found ')'
(8529,76): run-time error CSS1031: Expected selector, found ')'
(8529,76): run-time error CSS1025: Expected comma or open brace, found ')'
 */
tabsb {
    font-weight: bold !important;
}

.topicsdroplistw .chzn-drop, .topicsdroplistw .chzn-container, .topicsdroplistw .chzn-container .chzn-results li {
    min-width: 100% !important;
}

.topicsdroplistw .chzn-drop {
    border-top: 1px solid #CCCCCC !important;
    min-width: 208px !important;
}

.topicsdroplistw .chzn-search input[type="text"], .topicsdroplistw .chzn-search {
}
/*reset css starts*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


ol:not(.emailtemplatelist), ul:not(.emailtemplatelist) {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}




input[type="text"], input[type="password"], textarea, select {
    padding: 3px;
    border: 1px solid #aaa;
    border-top-color: #aaa;
    background-color: #fff;
}

    input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
        background-color: #fff;
        border: 1px solid #6BA5DB;
        -moz-box-shadow: inset 0 0 8px #ccc;
        -webkit-box-shadow: inset 0 0 8px #ccc;
        box-shadow: inset 0 0 8px #ccc;
    }

.brwseuploadfiles {
    width: 71px;
    height: 23px;
    background: url(images/browse_btn.jpg) no-repeat 0 0;
    overflow: hidden;
}

    .brwseuploadfiles input {
        display: block !important;
        width: 71px !important;
        height: 23px !important;
        opacity: 0 !important;
        overflow: hidden !important;
        opacity: 0;
        filter: alpha(opacity=0);
        margin: 0px;
        padding: 0px;
        cursor: pointer;
    }

.ddlDoctype {
    float: left;
    margin-right: 5px;
}
/*reset css ends*/

body {
    background-color: #EFF2F3;
    font-family: "Segoe UI", Helvetica, Verdana;
    font-weight: normal;
    font-size: 0.8em;
    color: #575757;
}

html, body {
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        text-decoration: underline;
    }

h1, h2, h3, h4 {
    color: #012B51;
    font-weight: bold;
}

h1 {
    font-size: 17px;
}

h2 {
    font-size: 16px;
}

p {
    margin-bottom: 7px;
    line-height: 18px;
}

.baseContr {
    width: 99.5%;
    margin: 0 auto;
    height: 100%;
}

.headerContr {
    height: 40px;
    background: #053664 url(images/header_bg.jpg) repeat-x 0 0;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

    .headerContr table {
        width: 100%;
    }

        .headerContr table tr td:last-child {
            text-align: right;
        }

.footerContr {
    /*height: 20px;*/
    background: none;
    color: #555;
    /*line-height: 25px;*/
    text-align: center;
    /*margin: 22px auto 0px auto;*/
    /*position: relative;*/
    margin: 0 auto;
    font-weight: normal !important;
    font-size: 12px;
    /*bottom: 0;
    bottom: -6px;*/
    border-top: 1px solid #CFCFCF;
    padding: 4px 5px;
  /*  position: absolute;
    bottom: 0;*/
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #fff;
}

    .footerContr table {
        width: 100%;
    }

        .footerContr table td {
            width: 33%;
            text-align: center;
        }

        .footerContr table tr td:first-child {
            text-align: left;
        }

        .footerContr table tr td:last-child {
            text-align: right;
        }

.rowContr {
    width: 100%;
    margin: 1px auto;
    display: table;
}

.loginlnks {
    font-size: 11px;
}




/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/*input[type="radio"] {
    border: none !important;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: normal;
    font-size: 0.9em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/*login dropdown starts*/

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: right;
    background: #eee;
    border: 1px solid #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: inherit;
}

nav li {
    float: left;
}

nav #login {
    border-right: 1px solid #ddd;
    -moz-box-shadow: 1px 0 0 #fff;
    -webkit-box-shadow: 1px 0 0 #fff;
    box-shadow: 1px 0 0 #fff;
}

nav #login-trigger,
nav #signup a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    padding: 0 8px;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 #fff;
}

nav #signup a {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

nav #login-trigger {
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

    nav #login-trigger:hover,
    nav #login .active,
    nav #signup a:hover {
        background: #fff;
    }

nav #login-content {
    display: none;
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 999;
    background: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);
    padding: 15px;
    -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
    -moz-border-radius: 3px 0 3px 3px;
    -webkit-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
    border: 1px solid #ccc;
    border-top: 0;
}

nav li #login-content {
    right: 0;
    width: 250px;
}

/*--------------------*/

#inputs input {
    background: #f1f1f1;
    padding: 6px 5px;
    margin: 0 0 5px 0;
    width: 238px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #ccc inset;
    -webkit-box-shadow: 0 1px 1px #ccc inset;
    box-shadow: 0 1px 1px #ccc inset;
}

    #inputs input:focus {
        background-color: #fff;
        border-color: #e8c291;
        outline: none;
        -moz-box-shadow: 0 0 0 1px #e8c291 inset;
        -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
        box-shadow: 0 0 0 1px #e8c291 inset;
    }

/*--------------------*/

#login #actions {
    margin: 10px 0 0 0;
}

#login #submit {
    background-color: #d14545;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e97171), to(#d14545));
    background-image: -webkit-linear-gradient(top, #e97171, #d14545);
    background-image: -moz-linear-gradient(top, #e97171, #d14545);
    background-image: -ms-linear-gradient(top, #e97171, #d14545);
    background-image: -o-linear-gradient(top, #e97171, #d14545);
    background-image: linear-gradient(top, #e97171, #d14545);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border: 1px solid #7e1515;
    float: left;
    height: 30px;
    padding: 0;
    width: 100px;
    cursor: pointer;
    font: bold 14px Arial, Helvetica;
    color: #fff;
}

    #login #submit:hover,
    #login #submit:focus {
        background-color: #e97171;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#d14545), to(#e97171));
        background-image: -webkit-linear-gradient(top, #d14545, #e97171);
        background-image: -moz-linear-gradient(top, #d14545, #e97171);
        background-image: -ms-linear-gradient(top, #d14545, #e97171);
        background-image: -o-linear-gradient(top, #d14545, #e97171);
        background-image: linear-gradient(top, #d14545, #e97171);
    }

    #login #submit:active {
        outline: none;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    }

    #login #submit::-moz-focus-inner {
        border: none;
    }

#login label {
    float: right;
    line-height: 30px;
}

    #login label input {
        position: relative;
        top: 2px;
        right: 2px;
    }


/* login page */
/*#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}*/

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input {
    width: 250px;
    max-width: 350px;
}

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#logoutForm {
    display: inline;
}

/*login drop down ends*/


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font: normal 12px arial;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}


.validation-summary-valid {
    display: none;
}
/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }

.rightcolumn {
    width: auto;
    float: right;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 20px;
    outline: 1px solid #fff;
    margin: 50px 16px 16px;
}

.leftcoloumn {
    width: 63%;
    float: left;
    padding: 10px;
    min-height: 200px;
}

    .leftcoloumn p {
        text-align: justify;
        line-height: 20px;
    }

.acloginform input[type="text"], .acloginform input[type="password"] {
    width: 300px;
    padding: 3px;
    border: 1px solid #E7E6E6;
    border-top-color: #ccc;
    display: block;
    background-color: #f5f5f5;
}

    .acloginform input[type="text"]:focus, .acloginform input[type="password"]:focus {
        background-color: #fff;
        border: 1px solid #6BA5DB;
        -moz-box-shadow: inset 0 0 8px #ccc;
        -webkit-box-shadow: inset 0 0 8px #ccc;
        box-shadow: inset 0 0 8px #ccc;
    }

.acloginform select {
    width: 312px;
    padding: 5px;
    border: 1px solid #E7E6E6;
    border-top-color: #ccc;
    display: block;
    background-color: #f5f5f5;
}

.acloginform label {
    display: block;
    font-size: 13px;
}

.acloginform input[type="checkbox"] {
    margin-left: 20px;
}

.acloginform .checkbox {
    display: inline;
}

.acloginform ol li {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.acloginform input[type="submit"] {
    background: #023769 url(images/log_btn_up.jpg) repeat-x 0 0;
    color: #CFE1F2;
    text-align: center;
    border: 1px solid #2365A1;
    padding: 3px 12px;
    cursor: default;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
    font-family: inherit;
    outline: none;
}

    .acloginform input[type="submit"]:hover {
        background: #055094 url(images/log_btn_ho.jpg) repeat-x 0 0;
        color: #fff;
        outline: none;
    }

    .acloginform input[type="submit"]:active {
        background-color: #0964B8;
        background-image: none;
        outline: none;
    }

.regislnk {
    margin-top: 10px;
    color: #053664;
    background-color: #fff;
    text-align: center;
    padding: 2px;
    border-radius: 3px;
}

    .regislnk a {
        color: #055CB4;
    }

.lftcolul li {
    list-style: disc;
    line-height: 20px;
    font-size: 14px;
    list-style-position: inside;
    color: #08396A;
}


/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset:not(.emailtemplate) ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    font-weight: 500;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    margin: 5px 0 2px 0;
    padding: 5px;
    font-family: inherit;
    font-size: inherit;
    max-width: 98%;
}

    input[type="text"], input[type="password"], textarea {
        box-shadow: inset 2px 2px 3px #e9e9e9;
        -moz-box-shadow: inset 2px 2px 3px #e9e9e9;
        -webkit-box-shadow: inset 2px 2px 3px #e9e9e9;
    }

        input[type="text"]:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }


/*input[type="checkbox"]:focus {
        border: none;
    }*/



td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 3px 4px;
    margin-right: 4px;
    margin-top: 0;
}

.username {
    margin-right: 5px;
    /*background: url(../content/images/user_icon.png) no-repeat left center;*/
    /*padding-left: 14px;*/
    color: #013161;
    font-size: 14px;
}

.logoff {
    margin-right: 5px;
    background: url(../content/images/log_off.png) no-repeat left center;
    padding-left: 17px;
    font-family: inherit;
    font-size: 11px;
}

    .logoff a {
        color: #03294D;
    }


/*Grid Table*/

.Chaild-Grid-table {
    /* margin: 10px !important;*/
    /* width:80% !important;*/
    margin: 15px 0 15px 0 !important;
    border-bottom: 1px solid #8CB4D2;
}

.tablescroll_head caption {
    border: 1px solid #043057;
    padding: 4px;
    height: 20px;
    font-weight: bold;
    background-color: #02284C;
    color: #fff;
    line-height: 20px;
    text-align: left;
}



div.Grid-Div-Export {
    float: left;
    position: relative;
    right: 0;
    margin: 1px 4px;
    /*margin-top: 2px;*/
}



div.Grid-Caption-Refresh button.bt_grid_refresh {
    float: left;
}

div.Grid-Caption-right {
    float: right;
    padding-top: 2px;
}


.Grid-Export-Excel {
    width: 18px;
    height: 16px;
    background: transparent url(images/excel-icon-2.png) no-repeat 0 0;
    display: block;
}

#Excel2 {
    background: transparent url(images/exlcel3.png) no-repeat 0 0;
}

.Gridtable:not(.Chaild-Grid-table) > .ui-widget-header,
.Gridtable:not(.Chaild-Grid-table) > tfoot > .ui-widget-header {
    background: #fff;
    border: none;
    color: #444444 !important;
}

.Gridtable:not(.Chaild-Grid-table) > thead {
    background: #346189 url(images/ui-bg_glass_25_1D4F7C_1x400.png) 50% 50% repeat-x;
    border-top: 1px solid #bac5d1;
}

    .Gridtable:not(.Chaild-Grid-table) > thead > .ui-accordion-header {
        background: #fff;
        color: #444444;
    }

.Gridtable:not(.Chaild-Grid-table) > tbody {
    border: 1px solid #2268a7;
}

    .Gridtable:not(.Chaild-Grid-table) > tbody td.Grid-RowAction-td {
        border-right: 1px solid #2268a7;
    }

.Gridtable:not(.Chaild-Grid-table) > tfoot {
    border: 1px solid #2268a7;
}
/*.Gridtable > thead > tr {
    display: table-row !important;
}*/

.Gridtable > tbody > tr > td {
    padding: 2px 3px;
    border-left: /*1px #D2D2D2 solid*/ none;
    border-bottom: /*1px #D2D2D2 solid*/ none;
    border-right: /*1px #D2D2D2 solid*/ none;
    font-size: 13px;
    word-wrap: break-word;
    /*word-break: break-all;*/
}

    .Gridtable > tbody > tr > td.Grid-NoRsults-Td {
        font-style: italic;
    }

table.Gridtable > tbody > tr.Chaild-Grid-Opener-tr > td {
    background-color: #dfedf7;
    color: #444444;
}

.tablescroll_head thead td {
    padding: 1px 4px;
    height: 20px;
    border-right: 1px solid #2884BF;
    color: white;
    font-weight: 600;
}


    .tablescroll_head thead td a {
        color: #fff;
        text-decoration: none;
        line-height: 20px;
        display: block;
    }


.tablescroll_wrapper {
    overflow-y: scroll !important;
    width: 100% !important;
}

.Gridtable > tbody > tr {
    font-size: 14px;
    color: #444444;
}

span.Grid-Search-Heilight {
    background-color: yellow !important;
    padding: 0 4px;
    border-radius: 1px;
    color: black;
}


.Gridtable > tbody > tr.SubGrid {
    padding: 2px;
}

    .Gridtable > tbody > tr.SubGrid > td:last-child {
        border-right: 1px solid #2268a7;
    }

.Gridtable > tbody > tr {
    background-color: #fff;
}

/*.Gridtable > tbody > tr:nth-child(odd) {
        background-color: #F2F2F2;
    }*/

.trOddRow {
    background-color: #F2F2F2 !important;
}

.Gridtable > tbody > tr:not(.blockEdit,.SubGrid):hover {
    background-color: #E8EDF2 !important;
}

.Gridtable caption {
    padding: 2px 2px 2px 0;
    /*margin-right:-1px;*/
}



    .Gridtable caption div.Grid-Caption-Refresh {
        float: left;
        padding-left: 2px;
        padding-top: 2px;
    }


    .Gridtable caption div.Grid-Caption-Search {
        float: right;
    }

    .Gridtable caption button.btn_show_hide_grid {
        float: right;
    }

    .Gridtable caption button.btn-close-chaildGrid {
        float: right;
    }

.Gridtable > thead > tr > td {
    border-right: 1px solid #2884BF;
    color: #444444;
    height: 31px;
    border-left: 1px solid #2884BF;
    /*padding: 0 4px;*/
    margin-left: 4px;
    font-weight: 600;
    font-size: 14px;
}

    .Gridtable > thead > tr > td.Chaild-Grid-Opener-td {
        width: 2%;
    }

    .Gridtable > thead > tr > td.Grid-RowAction-td {
        text-align: center;
        white-space: nowrap;
    }

.Gridtable > tbody > tr > td.Grid-RowAction-td {
    text-align: center;
}

.Gridtable td.Grid-RowAction-td.fixWidth {
    max-width: 140px !important;
}

.Gridtable tfoot tr td {
    padding: 0 0 0 1px;
}

.Gridtable > tfoot > tr > td > table.Grid-Tfoot-Subtable {
    width: 100%;
}

    .Gridtable > tfoot > tr > td > table.Grid-Tfoot-Subtable > tbody > tr > td.Grid-T-ACButtons {
        width: 30%;
        text-align: left;
    }

        .Gridtable > tfoot > tr > td > table.Grid-Tfoot-Subtable > tbody > tr > td.Grid-T-ACButtons button {
            margin: 0 2px;
        }

    .Gridtable > tfoot > tr > td > table.Grid-Tfoot-Subtable > tbody > tr > td.Grid-Pager-Td {
        width: 40%;
        text-align: center;
    }

    .Gridtable > tfoot > tr > td > table.Grid-Tfoot-Subtable > tbody > tr > td.Grid-info-Td {
        width: 30%;
    }

        .Gridtable > tfoot > tr > td > table.Grid-Tfoot-Subtable > tbody > tr > td.Grid-info-Td > label.Grid-info-Label {
            float: right;
            font-weight: normal;
            padding: 4px;
        }


.Chaild-Grid-Opener-tr {
}

tr.Chaild-Grid-Opener-tr > td > span {
    /*font-weight: bold;*/
    background-color: inherit;
    letter-spacing: 0.5px;
}



.tablescroll_foot tfoot tr {
    background-color: #02284C;
    color: white;
}

    .tablescroll_foot tfoot tr td {
        padding: 2px;
        border: none;
    }

.tablescroll_foot tfoot td form {
    display: inline-block;
}

.Grid-Tittle {
    padding-left: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    float: right;
}

.Sortable {
    display: block;
}

    .Sortable:hover {
        cursor: pointer;
    }

.sort {
    background: url(images/column-sortable2.png) no-repeat right;
    padding-right: 15px;
}

.sort-asc {
    background: url(images/column-asc2.png) no-repeat right;
    padding-right: 15px;
}

.sort-dsc {
    background: url(images/column-desc2.png) no-repeat right;
    padding-right: 15px;
}

.tblTopicGrid .sort {
    background: url(images/column-sortable2.png) no-repeat right;
    padding-right: 15px;
}

.tblTopicGrid .sort-asc {
    background: url(images/column-asc2.png) no-repeat right;
    padding-right: 15px;
}

.tblTopicGrid .sort-dsc {
    background: url(images/column-desc2.png) no-repeat right;
    padding-right: 15px;
}

/*search*/
.form-search {
    float: left;
    margin-top: -2px;
    position: relative;
    right: 0;
}

    .form-search li {
        float: left;
    }

    .form-search input {
        background-color: #FFFFFF;
        border: 1px solid #fff;
        border-right: none;
        color: #333333;
        font-size: 12px;
        height: 16px;
        line-height: 15px;
        overflow: hidden;
        padding: 0 5px;
        vertical-align: middle;
        border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        width: 382px;
        margin: 0;
    }


.form-header-search-submit-btn {
    background: url("images/search_icon.png") no-repeat scroll center center #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    /*right: 22px;*/
    top: 2px;
    width: 20px;
    z-index: 9;
    /*border: 1px solid #fff;*/
    border-left: none;
    text-indent: -9999px;
    /*border-left: 1px solid #ccc;*/
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
}

    .form-header-search-submit-btn:hover {
        /*background-color: #C5DFDF;*/
        background-color: transparent;
    }

    .form-header-search-submit-btn:active {
        background-color: #A5DCE4;
    }


/*search ends*/

.splitdropmenu {
    position: absolute;
    z-index: 999999999999999999;
}


/*dropdown menu*/
/*.menubar {
    position: inherit !important;
}*/

.menubar ul ul {
    display: none;
}

/*.menubar ul li:hover > ul {
    display: block;
}*/


.menubar ul {
    padding: 0px;
    margin: 0;
    list-style: none;
    display: inline-table;
}

    .menubar ul:after {
        content: "";
        clear: both;
        display: block;
    }

    .menubar ul li {
        float: none;
    }

        .menubar ul li:hover {
            background: #fff;
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
            box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
            /*border-top:1px solid rgba(0,0,0,.2);
            border-left:1px solid rgba(0,0,0,.2);
            border-right:1px solid rgba(0,0,0,.2);*/
        }

            .menubar ul li:hover span {
                color: #444;
            }

        .menubar ul li span {
            padding: 0;
            color: #fff;
            text-decoration: none;
        }

            .menubar ul li span img {
                margin-top: 2px;
                height: 18px;
            }

.menubar {
    position: relative;
}

    .menubar ul ul {
        background: #fff;
        border-radius: 0;
        padding: 0;
        position: absolute;
        top: 3%;
        min-width: 150px;
        z-index: 99999999999999999999 !important;
        border: 1px solid #B5B5B5;
        box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
        padding: 2px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        right: 12px;
    }

        .menubar ul ul li {
            float: none;
            /*border-top: 1px solid #ebebeb;*/
            font-size: 12px;
        }

            .menubar ul ul li span {
                color: #333333;
                padding: 2px 10px;
                text-align: left;
                display: block;
                border-radius: 4px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
            }

                .menubar ul ul li span:hover {
                    background: #346189 url(themes/Ac-theme/images/ui-bg_glass_25_1D4F7C_1x400.png) 50% 50% repeat-x;
                    color: #fff;
                    cursor: pointer;
                }

        .menubar ul ul ul {
            position: absolute;
            left: 100%;
            top: 0;
        }

.Subgrid-close {
    /*opacity: 0.5;*/
    cursor: pointer;
    background: url(images/carat-down.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
    margin: 0 auto;
}

.Subgrid-open {
    /*opacity: 0.5;*/
    cursor: pointer;
    background: url(images/carat-up.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
    margin: 0 auto;
}

.Chaild-Grid-div {
    /*margin: 2px;*/
}

.Grid_Number_Spinner {
    width: 37px;
}

    .Grid_Number_Spinner:focus {
        border: none !important;
    }

/*dropdown menu ends*/

#div_page_laoding {
    /*background: url(images/Page-loading-effect.gif) no-repeat center center;*/
    position: fixed;
    z-index: 1000;
    /*left: 50%;
    top: 50%;*/
    margin: -25px 0 0 -25px;
    height: 100%;
    width: 100%;
}

.Menu_container {
    float: left;
}

.page_container {
    /*float: right;*/
}



.clear {
    clear: both;
}

.leftmenuwidth {
    width: 200px;
}

.acbody {
    clear: both;
    width: 100%;
    /*height: 100%;*/
}

.contentContr {
    background-color: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px 5px 5px;
    float: right;
    width: 86.5%;
    /*height: 100%;*/
    overflow-y: auto;
    overflow-x: auto;
}

@media only screen and (min-width: 2730px) {
    /* For desktop: */
    .contentContr {
        height: 105%;
    }
}

.contentcontnrPadng {
    /*overflow: auto;*/
    /*min-height: 88%;*/
    /*min-height: 91%;*/
    /*padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;*/
    padding: 5px;
}

.contentcontnrPadngExpertReview {
    padding: 10px;
    height: 91% !important;
    min-height: inherit;
}

.menuContnr {
    background-color: #F5F5F5;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    width: 13%;
    /*height: 100%;*/
}


/*Menu Tree View - 4/25/2013 */

a {
    outline: 0 none;
}

#treeMenu {
    width: 100%;
    font: normal 14px 'Segoe UI', Helvetica, Arial, sans-serif;
}

    #treeMenu h2 {
        font: bold 20px 'Segoe UI', Helvetica, Arial, sans-serif;
        color: #454545;
        margin-bottom: 12px;
    }

    #treeMenu ul {
        list-style: none;
    }

.parentxt {
    background: none repeat scroll 0 0 #01274B;
    border-radius: 3px 3px 0 0;
    color: #D8F0FF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 6px;
}

a.parentxt:hover {
    color: #fff;
    text-decoration: none !important;
}

/*#treeMenu ul li span
        {
            display: inline-block;
            float: right;
            width: 30px;
            height: 30px;
            background: url(../content/images/treeSplit.png) no-repeat 100% 0;
            cursor: pointer;
        }*/

/*#treeMenu ul li li span
            {
                float: left;
                display: inline;
                width: 15px;
                height: 20px;
                background-position: -10px -260px;
                cursor: default;
            }

                #treeMenu ul li li span.closed
                {
                    background-position: -10px -128px;
                    cursor: pointer;
                }

                    #treeMenu ul li li span.closed.opened
                    {
                        background-position: -10px -195px;
                    }*/
#treeMenu ul li {
    overflow: hidden;
    /*margin: 1px 0;
    border-top:none;
    border-bottom:none;*/
}


/*    
         #treeMenu > ul > li > div > ul > li
    {
        background: #f5f5f5 url(../content/images/menu_bg_up.png) repeat-x 0 0;
    } 
       
        #treeMenu ul li div
        {
            clear: both;
            height: auto;
        }

        #treeMenu ul li li
        {
            background: none;
            border: 0;
            margin: 0;
            padding-left: 10px;
            border-bottom: solid 1px #fff;
            border-top: solid 1px #eee;
            clear: both;
        }

            #treeMenu ul li li a
            {
                color: #04315A;
                font-size: 13px;
                padding: 5px 0;
                float: inherit;
                width: auto;
                font-weight: bold;
            }

            #treeMenu ul li li li a
            {
                font-weight: normal;
            }

            #treeMenu ul li li a:hover
            {
                text-decoration: none;
                color: #53ADF3;
            }

           

            #treeMenu ul li li li
            {
                border: 0;
            }*/

.widthextend {
    width: 100% !important;
}



.createuserbtn {
    background: url(images/create-new-bg.jpg) repeat-x top left;
    padding: 1px 5px;
    font-size: 12px !important;
    color: #fff;
    border: 1px solid #8FC6E1;
    border-radius: 4px;
    background-color: #119FEA;
}

    .createuserbtn:hover {
        background: url(images/create-new-bg-ho.jpg) repeat-x top left;
        background-color: #3EBFEF;
        text-decoration: none;
    }

    .createuserbtn:active {
        background-color: #06559C;
    }



.divFieldOptions {
    width: 100%;
    min-height: 200px;
    height: 300px;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin: 2%;
}

.divOptions {
    margin: 3% 4%;
    min-height: 28px;
    padding: 0 3%;
    position: relative;
    width: 85%;
}

.divOptionsblock > table {
    border: 1px;
}

.div-EditField-buttons {
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #A6C9E2;
}

.div-EditField-Controls {
    overflow-x: hidden;
}

.editor-field {
}

.editor-label {
}

.btnDialogbutton {
    margin: 10px;
    cursor: pointer;
}

    .btnDialogbutton:hover {
        background-color: rgba(0,0,0,.5);
    }

/*16x16 icons*/
.addoption {
    background: url("images/16x16-icons.png") no-repeat scroll 0 0px #62A5CC;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-weight: bold;
    height: 16px;
    margin: 0 !important;
    outline: medium none;
    padding: 0 0 0 8px !important;
    text-align: center;
    width: 100%;
}

.deleteoption {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #62A5CC !important;
    background-image: url("images/16x16-icons.png");
    background-origin: padding-box;
    background-position: 0 -80px;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: 2px solid #62A5AF;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin: 0 0 0 1px !important;
    outline: medium none;
    padding: 0;
    text-align: center;
    width: 20px;
    margin-right: 3px;
}

.editoption {
    background: url("images/16x16-icons.png") no-repeat 0 -32px;
    background-color: #62A5CC !important;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-weight: bold;
    height: 16px;
    margin: 0 !important;
    outline: medium none;
    padding: 0 0 0 8px !important;
    text-align: center;
    width: 40%;
}

.saveoption {
    background: url("images/16x16-icons.png") no-repeat 0 -48px;
    background-color: #62A5CC !important;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-weight: bold;
    height: 16px;
    margin: 0 !important;
    outline: medium none;
    padding: 0 0 0 8px !important;
    text-align: center;
    width: 40%;
}

.addoptionbtn {
    background-color: #108AC1;
    margin: 0 !important;
    padding: 9px 0 !important;
    width: 100%;
}

.addoptiontxt {
    width: 50%;
}

.txteachoption {
    width: 50%;
}

.btnoptions {
    background: url("images/16x16-icons.png") no-repeat scroll 0 -32px #62A5CC;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-weight: bold;
    height: 16px;
    margin: 0 !important;
    outline: medium none;
    padding: 0 0 0 8px !important;
    text-align: center;
    width: 65px;
}

.col3table {
    border-collapse: collapse;
    background-color: #fff;
}

    .col3table > tbody > tr > th {
        background-color: #003366;
        color: #fff;
        text-align: center;
    }

    .col3table > tfoot > tr {
        background-color: #003366;
        color: #fff;
        text-align: center;
    }

.innertable {
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .innertable > table {
        border-collapse: collapse;
    }

        .innertable > table > tbody > tr > td {
            border: 1px solid #ccc;
        }

        .innertable > table > tbody > tr:nth-child(odd) {
            background-color: #eee;
        }

        .innertable > table > tbody > tr:nth-child(even) {
            background-color: #fff;
        }

.maincontr {
    height: auto;
    font-family: inherit;
    font-size: 13px;
    display: none;
}

.footr_ctnr {
    margin-top: 2px;
    background-color: #003366;
    width: 100%;
    padding: 0px;
}

    /*.tablestyles input[type="text"]{ border:1px solid #4579AD; padding:3px; border-top-color:#003366}*/
    .footr_ctnr input[type="text"] {
        border: 1px solid #eee;
        padding: 3px;
    }

.txtoptval {
    border: 1px solid #c85012;
    margin: 0;
    padding: 0;
    width: 100%;
}

.footr_ctnrbtn {
    background-color: #1E7FD2;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
}


.tablestyles {
    border-collapse: collapse;
    background-color: #fff;
}

    .tablestyles > thead > tr > th {
        background-color: #416385;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        height: 30px;
    }

    .tablestyles > tfoot > tr {
        background-color: #416385;
        color: #fff;
    }

    .tablestyles > tbody > table > tr {
        border: 1px solid #333 !important;
    }


    .tablestyles > tbody > tr > td {
        border: 1px solid #ccc;
    }

    .tablestyles > tbody > tr:nth-child(odd) {
        background-color: #eee;
    }

    .tablestyles > tbody > tr:nth-child(even) {
        background-color: #fff;
    }


/*buttons*/
.buttons:before {
    float: left;
    font-size: 1em;
    margin: 0 0 0 -1em;
    padding: 0 0.2em;
    pointer-events: none;
    text-align: center;
    width: 1em;
}

.buttons {
    background: -moz-linear-gradient(center top, #EEEEEE 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #A1A1A1;
    border-radius: 0.2em 0.2em 0.2em 0.2em;
    color: #333333;
    display: inline-block;
    font: bold 1em/2em Arial,Helvetica;
    margin: 0.5em;
    padding: 0 0.5em 0 1em;
    text-decoration: none;
}

    .buttons:hover {
        text-decoration: none;
    }

.add:before {
    content: "\271A";
}

.edit:before {
    content: "\270E";
}

.delete:before {
    content: "\2718";
}

.save:before {
    content: "\2714";
}

.btnoptions {
}

.udctnt {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px;
}

.udlbltxt {
    font-size: inherit;
    font-weight: normal;
}

.udtblestyle td {
    padding: 5px;
}

.udtblestyle {
    width: 100%;
}

.dgcontntcontr {
    width: auto;
    min-height: 0px;
    max-height: none;
}

.versiontxt {
    float: right;
}

.header_tbSearch:focus {
    box-shadow: 1px 3px 3px #CCCCCC inset;
    border: 1px solid #7ac0da;
}

.udctnt input[type="text"], .udctnt input[type="password"] {
    width: 185px;
}

.udctnt select {
    width: 193px;
}

.user-udctnt input[type="text"], .user-udctnt input[type="password"], .user-udctnt textarea {
    width: 100% !important;
}

.user-udctnt select {
    width: 100% !important;
}



h1 label {
    font-size: 17px;
}



/*left tree menu styles*/

.leftmenucontnt {
    overflow-y: auto;
    background-color: #444;
}

.topnav {
    width: 100%;
    padding: 40px 28px 25px 0;
    font-family: inherit;
}

ul.topnav {
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 0.5em;
    list-style: none;
}
    ul.topnav li a {
        line-height: 13px;
        font-size: 13px;
        padding: 10px 10px;
        color: #fff !important;
        display: block;
        text-decoration: none;
        /*font-weight: 600;*/
        background-color:#444;
    }

        ul.topnav li a:hover {
            background-color: #545454;
            color: white;
        }

    ul.topnav ul {
        margin: 0;
        padding: 0;
        display: none;
        background-color: #444;
    }

        ul.topnav ul li {
            margin: 0;
            padding: 0;
            clear: both;
        }
            ul.topnav ul li a {
                /*border-bottom: 1px solid #666;*/
                font-size: 12px;
                font-weight: normal;
                outline: 0 none;
                color: #B0E6FF;
                padding: 10px 0 10px 30px;
            }

                ul.topnav ul li a:hover {
                    background-color: transparent;
                    color: #64BDDF !important;
                }
/*
    ul.topnav .ui-state-default a, ul.topnav .ui-state-default a:link, ul.topnav .ui-state-default a:visited {
        color: #B0E6FF;
    }

    ul.topnav .ui-accordion-header > a, ul.topnav .ui-accordion-header > a:link, ul.topnav .ui-accordion-header > a:visited {
        color: #fff;
    }
*/
                ul.topnav ul ul li a.activeNavitem, ul.topnav ul li a.activeNavitem {
                    background-color: transparent;
                    color: #64BDDF !important;
                }

    ul.topnav li a.activeNavitem, ul.topnav li a.activeNavitem {
        background-color: #545454;
        color: #64BDDF !important;
    }

    ul.topnav ul ul li a {
        color: #B0E6FF !important;
        padding: 7px 0 7px 30px;
    }

        ul.topnav ul ul li a:hover {
            background-color: #3C3C3C;
            color: #fff;
        }

    ul.topnav span {
        float: right;
        font-size: 11px;
        font-family: sans-serif;
    }

    ul.topnav li span.opened:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f106";
    }

    ul.topnav li span.closed:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f107";
    }
.active-border {
    border-left: 5px solid #167fc0 !important;
}
    .active-border > a:first-child {
        color: #5bb6d8 !important;
        background-color: #545454 !important;
    }
.top-select-div {
    /*background: #013161 url(images/header_bg.jpg) repeat-x 0 0;*/
    background: #013161;
    color: #fff;
    padding: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
    .top-select-div > select {
        margin: 0 auto;
        width: 99%;
        text-align: center;
        font-size: 12px;
        padding: 4px 0px;
        background: #053664 url(images/header_bg.jpg) repeat-x 0 0;
        border: 1px solid #053664;
        color: #fff;
    }
        .top-select-div > select:focus {
            box-shadow : none;
        }
    .top-select-div option {
        background-color: #fff;
        color: #444444;
    }
        /*left menu styles end*/
        .inVisible {
            display: none !important;
        }

.Gridtable {
    width: 100% !important;
    max-width: 100% !important;
    /*safari compatibility*/
}


/*login dropdown*/

.container {
    width: 262px;
    margin: 0 auto;
    padding-top: 200px;
}


/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
    position: relative;
    float: right;
    font-size: 14px;
}

/* Login Button */
#loginButton {
    border: 0px solid transparent;
    cursor: pointer;
    padding: 1px 3px;
    position: relative;
    z-index: 30;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
}

    #loginButton:hover {
        background-color: transparent;
        border: 0px solid #DEDEDE;
    }

    /* Login Button Text */
    #loginButton span {
        background: url("../content/images/loginArrow.png") no-repeat scroll right 9px transparent;
        padding: 8px 21px 8px 2px;
    }
        #loginButton span:hover {
            background-position: right -74px;
        }


/* Login Box */
#loginBox {
    box-shadow: 3px 3px 3px #DFDFDF;
    -moz-box-shadow: 3px 3px 3px #DFDFDF;
    -webkit-box-shadow: 3px 3px 3px #DFDFDF;
    position: absolute;
    right: 15px;
    top: 37px;
    z-index: 29;
    display: none;
    z-index: 999999;
}

/* If the Login Button has been clicked */
#loginButton.active {
    border-radius: 0px 0px 0 0;
    border: 0px;
}

    #loginButton.active span {
        background-position: right -74px;
    }

    /* A Line added to overlap the border */
    #loginButton.active em {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #d2e0ea;
        bottom: -1px;
    }

/* Login Form */
.loginForm {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0;
    width: 100%;
    text-align: left;
}

    .loginForm p {
        line-height: 38px;
    }

    .loginForm a {
        font-size: 14px;
    }


input:focus {
    outline: none;
}


.signoubtndrp {
    /*background: #023769 url(images/log_btn_up.jpg) repeat-x 0 0;*/
    background: #013161;
    color: #CFE1F2;
    text-align: center;
    border: 1px solid #013161;
    padding: 4px 12px;
    cursor: default;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: normal;
    outline: none;
    margin-right: 5px;
    font-size: 14px !important;
}

    .signoubtndrp:hover {
        background: #055094 url(images/log_btn_ho.jpg) repeat-x 0 0;
        color: #fff;
        outline: none;
        text-decoration: none;
        cursor: pointer;
    }

    .signoubtndrp:active {
        background-color: #0964B8;
        background-image: none;
        outline: none;
    }

.signoubtnCtr {
    padding-top: 8px;
    padding-bottom: 9px;
    text-align: right;
    width: 100%;
    border-top: 1px solid #C0C0C0;
    /*box-shadow: 0 1px 3px #CCCCCC inset;
    -moz-box-shadow: 0 1px 3px #CCCCCC inset;
    -webkit-box-shadow: 0 1px 3px #CCCCCC inset;*/
}

.diveachoption {
    margin-bottom: 3px;
    padding: 0 5px;
    width: auto;
    display: table;
    width: 220px;
    clear: both;
}


.divdeletedoption {
    margin-bottom: 3px;
    padding: 0 5px;
    width: auto;
    display: table;
}


.undodeleteoption {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #62A5CC !important;
    background-image: url("images/16x16-icons.png");
    background-origin: padding-box;
    background-position: 0 -64px;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: 2px solid #62A5AF;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin: 0 0 0 1px !important;
    outline: medium none;
    padding: 0;
    text-align: center;
    width: 20px;
}

.ac_btns_icons {
    height: 1.3em !important;
    width: 1.3em !important;
}

.ac_btns_icons_text {
    /*height: 23.78125px !important;*/
}

    .ac_btns_icons_text span.ui-button-text {
        display: inline !important;
        font-family: arial;
        font-size: 12px !important;
        font-weight: bold !important;
        padding: 0 0.5em 0 1.4em !important;
    }

    .ac_btns_icons_text span.ui-button-icon-primary {
        left: 0.1em !important;
    }

.loginbtn span.ui-button-icon-primary {
    left: 3.1em !important;
}

.tablescroll_foot tfoot tr td {
    width: 33% !important;
}

div#div_AllUsers div.tablescroll_wrapper {
    height: 296px !important;
}

div#div_UserFields div.tablescroll_wrapper {
    height: 220px !important;
}

.kgrid-caption {
    border: 1px solid #043057;
    padding: 4px;
    height: 22px;
    font-weight: bold;
    background-color: #02284c;
    color: #fff;
    line-height: 20px;
    text-align: left;
}

/*.page_title {
    position: absolute;
    width: 87%;
    text-align: center;
    right: 0;
}*/

.page_title {
    width: 100%;
    text-align: center;
}

.pg_ttl_text {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 1px 8px #CCCCCC;
    -moz-box-shadow: 0 1px 8px #CCCCCC;
    -webkit-box-shadow: 0 1px 8px #CCCCCC;
    color: #006491;
    font-size: 13px;
    font-weight: bold;
    padding: 1px 16px;
    vertical-align: top;
}

.page_title .pg_ttl_text {
    position: absolute;
    top: 64px;
    transform: translate(-50%,-50%);
}
/*Bread Crumb*/
.breadcrumbCtnr {
    position: absolute;
    width: auto;
    left: 10px;
    z-index: 999;
}

/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* float clearing for IE6 */
* html .module {
    height: 1%;
    overflow: visible;
}

/* float clearing for IE7 */
* + html .module {
    min-height: 1%;
}

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/

.breadCrumb {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    height: 21px;
    overflow: hidden;
    width: auto;
    /*border:solid 1px #dedede;
	background:#fff;*/
}

    .breadCrumb ul {
        margin: 0;
        padding: 0;
        height: 21px;
        display: block;
    }

        .breadCrumb ul li {
            display: block;
            float: left;
            position: relative;
            height: 21px;
            overflow: hidden;
            line-height: 21px;
            margin: 0px 6px 0px 0;
            padding: 0px 10px 0px 0;
            font-size: .9167em;
            background: url(images/Chevron.gif) no-repeat 100% 0;
        }

            .breadCrumb ul li div.chevronOverlay {
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
            }

            .breadCrumb ul li span {
                display: block;
                overflow: hidden;
            }

            .breadCrumb ul li a {
                display: block;
                position: relative;
                height: 21px;
                line-height: 21px;
                overflow: hidden;
                float: left;
            }

            .breadCrumb ul li.first a {
                height: 16px !important;
                text-indent: -1000em;
                width: 16px;
                padding: 0;
                margin-top: 2px;
                overflow: hidden;
                background: url(images/IconHome.gif) no-repeat 0 0;
            }

                .breadCrumb ul li.first a:hover {
                    background-position: 0 -16px;
                }

            .breadCrumb ul li.last {
                background: none;
                margin-right: 0;
                padding-right: 0;
            }

.chevronOverlay {
    display: none;
    background: url(images/ChevronOverlay.png) no-repeat 100% 0;
    width: 13px;
    height: 20px;
}


.module:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* float clearing for IE6 */
* html .module {
    height: 1%;
    overflow: visible;
}

/* float clearing for IE7 */
* + html .module {
    min-height: 1%;
}

.breadCrumbHolder {
    position: absolute;
    float: right;
    right: 120px;
    z-index: 999;
}

    .breadCrumbHolder a {
        padding: 2px;
    }

        .breadCrumbHolder a:hover {
            text-decoration: underline;
            color: #3E90DE;
        }

/*Bread Crumb Ends*/
#ui-datepicker-div {
    font-size: 0.9em;
}


.MultiFile-label {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #B1D8F0;
    /*display: list-item;*/
    list-style-position: inside;
    margin: 3px;
    padding: 2px 2px 4px 4px;
    border-radius: 3px 3px 3px 3px;
    width: 70%;
}

.removecntr {
    float: right;
    margin-top: 2px;
    opacity: 0.6;
}

    .removecntr:hover {
        opacity: 1;
    }

.MultiFile-remove {
    background: none repeat scroll 0 0 #C3C3C3;
    padding: 1px 10px;
}

.wizard-step {
    display: none;
}

.divboxcontainer {
    padding: 5px;
    margin: 5px;
    border: 2px solid #ccc;
}

.div_busy_panel_background {
    position: absolute;
    z-index: 9999999;
}

.ParentCategoryName {
    font-size: 13px;
    cursor: pointer;
    font-weight: normal;
}

    .ParentCategoryName:hover {
        text-decoration: underline;
    }

.parentcategory {
    margin: 0;
    padding: 0;
}

.topicsublabel {
    /*text-overflow: ellipsis;   
    overflow: hidden;
    white-space: nowrap;    
    max-width: 480px;
     */
    color: #666;
    border-bottom: 1px dotted #ccc;
}

    .topicsublabel label {
        font-weight: normal !important;
    }

    .topicsublabel span {
        font-weight: normal !important;
    }

.row_bg_ctnr {
    padding: 0px;
    background-color: #F0F0F0;
    border: 1px solid #DDDDDD;
    margin-bottom: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    /*margin-top: 5px;*/
}



/*.div_AllUsers_hscroll { width:100%; overflow-x:auto
}*/

.draggable {
    cursor: move;
}

    .draggable div {
        cursor: move;
    }

        .draggable div label {
            cursor: move;
        }

.closenewcat {
    height: 19px !important;
    margin: 2px;
    width: 19px !important;
    float: right;
}

.condiv {
    width: 100%;
}

.destnContnr {
    /*width: 300px;
      float: left;*/
    margin: 0 5px 5px 0;
}

    .destnContnr h1 {
        font-size: 16px;
        font-weight: normal;
        padding-left: 5px;
    }

.accrodionplus {
    background: url(images/plus.gif) center left no-repeat !important;
    padding-left: 13px;
    font-family: 'Segoe UI',​Helvetica,​Arial,​sans-serif;
    font-size: 11px;
    color: #03294D;
}

.accrodionminus {
    background: url(images/minus.gif) center left no-repeat;
    padding-left: 13px;
    font-family: 'Segoe UI',​Helvetica,​Arial,​sans-serif;
    font-size: 11px;
    color: #03294D;
    display: block;
}

.sourcetxthead h1 {
    font-size: 16px;
    font-weight: normal;
    padding-left: 5px;
}

.hidenewcat {
    height: 19px !important;
    margin: 2px;
    width: 19px !important;
    float: right;
}

.actionsstyl label {
    margin-right: 10px;
}

.actionsstyl .floatlrght {
    float: right;
    padding-left: 5px;
}

.actionsstyl .floatlft {
    float: left;
    margin: 2px 0;
}

.createnewwndw {
    padding: 10px;
    min-width: 200px;
    border: 1px solid #ccc;
    background-color: #fff;
    display: none;
    position: absolute;
    z-index: 99999;
    right: 5px;
    box-shadow: 3px 3px 3px #DFDFDF;
    -moz-box-shadow: 3px 3px 3px #DFDFDF;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 3px #DFDFDF;
}

.dstsubcontn {
    max-height: 250px;
    width: 96%;
    overflow: auto;
    padding: 5px;
    overflow-style: scrollbar;
}

.actionsstyl b {
    font-weight: bold !important;
}

.udctnt .editor-label {
    margin-bottom: 3px;
}

    .udctnt .editor-label label {
        font-weight: 800;
        font-size: 13px;
        padding-right: 5px;
    }

.udctnt .editor-field {
    margin-bottom: 0px;
}

.udctnt {
    margin-bottom: 5px;
}


.loader-img {
    text-align: center;
    display: none;
    position: absolute;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    /* IE 5-7 */
    filter: alpha(opacity=20);
    /* Netscape */
    -moz-opacity: 0.20;
    /* Safari 1.x */
    -khtml-opacity: 0.20;
    /* Good browsers */
    opacity: 0.20;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #666;
    cursor: progress;
}

    .loader-img .imgcntnr {
        background: url("images/wheel3.gif") no-repeat 0 0;
        height: 61px;
        margin: 0 auto;
        width: 62px;
    }

    .loader-img img {
        vertical-align: middle;
        box-shadow: 0px 0px 10px #b6b6b6;
        -moz-box-shadow: 0px 0px 10px #b6b6b6;
        -webkit-box-shadow: 0px 0px 10px #b6b6b6;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        padding: 4px;
    }

    .loader-img > table {
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
    }

.udtblestyle > tbody > tr > td > label:first-child {
    display: block;
    font-weight: 600;
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
}

/*.releaseslect select {
    width: auto !important;
}*/

ol.release-ol li {
    margin: 6px 2px 0 3px;
    padding-bottom: 9px;
    /*border-bottom: 1px solid #CEC1C1;*/
}


.editopi-sublft {
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
    float: left;
    width: 67%;
    padding-left: 10px;
}

.editopi-subrght {
    float: right;
    height: 455px;
    width: 30%;
    overflow-y: auto;
}

hr {
    border-top: 1px solid #A6C9E2;
    color: #A6C9E2;
    height: 1px;
}

.editopi-subrght h1 {
    padding-left: 5px;
}

.editopi-subrght textarea {
    max-width: 96%;
    min-width: 96%;
}

.fldstnormal {
    border: 2px solid #ccc;
    margin: 5px;
    padding: 10px;
    border-radius: 7px;
}

    .fldstnormal > legend {
        display: block;
        font-size: 14px;
        font-weight: normal;
        background-color: /*#2b6cb4*/ #2b6cb4;
        padding: 2px 15px;
        color: #fff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }


    .fldstnormal textarea {
        /*max-width: 97%;
        min-width: 44%;*/
        width: 100%;
        word-break: keep-all !important;
    }

    .fldstnormal table label {
        /*font-weight: bold;*/
    }

    .fldstnormal > div > table > tbody > tr > td {
        padding: 5px;
    }



        .fldstnormal > div > table > tbody > tr > td > input[type="text"] {
            /*max-width: 100%;
            min-width: 45%;*/
            width: 100%;
        }

        .fldstnormal > div > table > tbody > tr > td > select {
            /*min-width: 44%;
            max-width: 100%;*/
            width: 100%;
        }



.slctlist select {
    min-width: 20%;
}

.fieldsetnormal {
    border: 2px solid #ccc;
    /*margin: 43px;*/
    /* padding: 10px; */
    border-radius: 7px;
    padding: 1em 2.2em;
}

.fldst2 > table > tbody > tr > td {
    padding: 10px !important;
}

.clsterms {
    width: 90%;
    height: 160px;
}

.clsabstract {
    width: 90%;
    height: 160px;
}

.fldstnormal2 > div > table > tbody > tr > td {
    padding: 5px;
}

    .fldstnormal2 > div > table > tbody > tr > td > input[type="text"]:not(.ref-tb) {
        /*width: 45%;*/
        width: 100%;
    }

    .fldstnormal2 > div > table > tbody > tr > td > select {
        /*min-width: 47%;
        max-width: 50%;*/
        width: 100%;
    }

.fldstnormal2 textarea {
    min-width: 197px;
}

.fldstnormal2 textarea {
    width: 100%;
}

.fldstnormal2 .chosen-container-single {
    width: 99% !important;
}

.fldstnormal2 .chosen-container-multi {
    width: 99% !important;
}

#div_evidence .chosen-container-single {
    width: 155px !important;
}

#div_evidence .fldstnormal .chosen-container-single {
    width: 57px !important;
}

#user-lookup-editor .chosen-container-single {
    width: 99% !important;
}

#user-lookup-editor .chosen-results {
    max-height: 100px !important;
}

.usrLkupEdtr {
    width: 100%;
}

    .usrLkupEdtr tr td {
        padding-bottom: 10px;
    }

.usrLkupEdtrFline label {
    padding-right: 15px;
}

.usrLkupEdtrFline input[type=radio] {
    padding: 0;
    margin: 0 5px 0 0;
}

#div_evidence div.chosen-disabled span {
    font-weight: 800;
    color: #444444;
}

#div_evidence .fldstnormal {
    margin: 10px !important;
}

tr.tr-tg > td {
    vertical-align: top !important;
}

div.div-tg-single > div:nth-child(1) {
    display: block;
    float: left;
    width: 49%;
}

div.div-tg-single > div:nth-child(2) {
    display: block;
    float: right;
    width: 49%;
}

.bar {
    height: 18px;
    background: green;
}
/*ul.listdragable li
{
    display: block;
}

    ul.listdragable li :hover
    {
        background-color: rgb(228, 228, 228);
        width: inherit;
    }

    ul.listdragable li::selection
    {
        background-color: transparent;
        width: inherit;
    }*/


.fldstnormal {
    border: 1px solid #ccc;
}

.deletedfile {
    position: absolute;
    top: -3000px;
}

.divpreviouscomments, .divpreviousGcomments {
    display: none;
    width: 62%;
    height: 100%;
    background-color: #ECECEC;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0 0 0;
    padding: 0px;
    text-align: center;
    padding: 5px;
    -moz-box-shadow: -1px 1px 5px #ccc;
    -webkit-box-shadow: -1px 1px 5px #ccc;
    box-shadow: -1px 1px 5px #ccc;
}

.gridcontner {
    position: inherit;
    position: relative !important;
    padding-bottom : 20px;
}

.list-icon-bgcss {
    background: url("images/list-icon.png") no-repeat 0 0;
    width: 16px;
    height: 14px;
    margin-top: 0.1em;
}

@media (min-width:1686px) {
    html, body {
        /*height: 95%;*/
    }

    .ctrlft {
        max-width: 620px;
    }

    .leftdivwdth .ui-dialog-titlebar td span {
        max-width: 600px;
    }

    /*.divtopiccontainer {
        max-height: 500px !important;
    }*/

    .divtopiccontainer .listdroppable, .divtopiccontainer .listdragable {
        min-height: 500px !important;
    }

    .divtopiccontainer .listdragable {
        height: 500px !important;
    }
}

@media (min-width:2000px) {
    html, body {
        /*height: 95%;*/
    }

    .leftdivwdth .ui-dialog-titlebar td span {
        max-width: 750px;
    }
}

.dropzone {
    background: palegreen;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

    .dropzone.in {
        width: 150px;
        height: 50px;
        font-size: 14px;
    }

    .dropzone.hover {
        background: lawngreen;
    }

    .dropzone.fade {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        opacity: 1;
    }

.boxdrop {
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 1px;
    padding: 0 10px;
}

.toDeleteFile {
    /*opacity: 50;
    background-color:#e8c291;
    position: absolute;
    top: -3000px;*/
    border: 1px solid #E6B1F0;
}

.divtopiccontainer {
    max-height: 420px;
    width: auto;
    overflow: auto;
    padding: 5px;
    overflow-style: scrollbar;
}


.changeOrderBOX {
    width: auto;
    overflow: auto;
    padding: 5px;
    overflow-style: scrollbar;
}


ul.ul-RefOrder li, .auth-var-elements {
    width: 97.5%;
    background-color: #E4E4E4;
    border-radius: 3px;
    border: 1px solid #B8BAC2;
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 4px 7px rgba(0,0,0,.24);
    color: #060505;
    display: inline-block;
    line-height: 19px;
    margin-top: 6px;
    padding: 11px;
    white-space: nowrap;
    z-index: 45;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #A39C9C;
    /*transition: opacity 200ms,-webkit-transform 300ms cubic-bezier(.165,.84,.44,1);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);*/
    /*background-color: #FFF;
    border: 1px solid #B5CBCB;
    padding: 5px;
    line-height: 21px;
    margin: 4px;
    box-shadow: 1px 14px 19px 5px #ccc;*/
}

.DD_li_Exist {
    background-color: #CCCCCC;
    border: 1px dotted #C5C0C0;
    padding-left: 5px;
}

    .DD_li_Exist .bdrIconSet {
        border: 1px solid #80ddcf;
        font-size: 14px;
    }

        .DD_li_Exist .bdrIconSet:hover {
            border: 1px solid #e5344a;
            font-size: 14px;
        }

    .DD_li_Exist .bdrIconSetRevert {
        border: 1px solid #D1ACAC;
        font-size: 14px;
    }

        .DD_li_Exist .bdrIconSetRevert:hover {
            border: 1px solid #40cb3f;
            font-size: 14px;
        }

.DDPrc_li_Exist {
    background-color: #CCCCCC;
    border: 1px dotted #C5C0C0;
    padding-left: 5px;
}

    .DDPrc_li_Exist .bdrIconSet {
        border: 1px solid #80ddcf;
        font-size: 14px;
    }

        .DDPrc_li_Exist .bdrIconSet:hover {
            border: 1px solid #e5344a;
            font-size: 14px;
        }

    .DDPrc_li_Exist .bdrIconSetRevert {
        border: 1px solid #D1ACAC;
        font-size: 14px;
    }

        .DDPrc_li_Exist .bdrIconSetRevert:hover {
            border: 1px solid #40cb3f;
            font-size: 14px;
        }

.DD_li_Dropped {
    background-color: #F5D4B5;
    border: 1px dotted #C5C0C0;
    padding-left: 5px;
}

    .DD_li_Dropped .bdrIconSet {
        border: 1px solid #D1ACAC;
        font-size: 14px;
    }

        .DD_li_Dropped .bdrIconSet:hover {
            border: 1px solid #E06262;
            font-size: 14px;
        }

    .DD_li_Dropped .bdrIconSetRevert {
        border: 1px solid #D1ACAC;
        font-size: 14px;
    }

        .DD_li_Dropped .bdrIconSetRevert:hover {
            border: 1px solid #40cb3f;
            font-size: 14px;
        }

.divtopiccontainer .ui-draggable-dragging {
    width: auto !important;
    padding: 1px !important;
    /*width: 500px !important;*/
    border: 1px solid #99CAD6;
    /*padding: 2px;*/
    border-radius: 5px;
    box-shadow: 0px 0px 19px 0px #B4C9CF;
    background-color: #fff;
    z-index: 99;
}

.remrevertbg {
    background-color: #FDDBD8 !important;
    border-color: #A79AA2 !important;
}

/*.DDPrc_li_Dropped {
    background-color: bisque;
    border: 1px dotted #C5C0C0;
    padding-left: 5px;
}*/

.headerContr img {
    /*max-width: 60%;*/
    max-width: 80%;
}

.lftcntpad {
    padding: 5px;
}

.singleComment {
    font-size: 12px;
    text-align: left;
    font-style: italic;
    color: #333;
    margin: 2px 0;
    padding: 3px;
    border: 1px solid #DDDDDD;
    background-color: #F3F3F3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.abtns {
    padding: 0.1em 0.8em !important;
    margin-top: 3px;
}

.rembtnflt {
    float: right !important;
    border: 1px solid #e3e3e3;
    background-color: #f3f3f3;
    cursor: pointer;
    margin-top: 3px;
}

.tpcReferenceUL li, .listdroppable li, .listdragable li, .tpcESReferenceUL li {
    line-height: 21px;
    margin-bottom: 2px;
}

.lbltxtwrap {
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    width: 99%;
    padding-left: 6px;
}

.lbltxtwrapDD {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 326px;
    padding-left: 6px;
    line-height: 27px;
}

.lbltxtac {
    display: block;
    width: 66px;
    padding: 2px 6px;
    color: #666;
}

.fldstnormal b {
    font-weight: bold;
}

.vctableHistory {
    border-collapse: collapse;
    background-color: #fff;
}

    .vctableHistory > tbody > tr {
        border: 1px solid #E0E0E0;
        padding: 5px;
        border-radius: 4px 4px 4px 4px !important;
    }

        .vctableHistory > tbody > tr > td {
            border: 1px solid #E0E0E0;
            padding: 5px;
            border-radius: 4px 4px 4px 4px !important;
        }

    .vctableHistory > thead > tr > th {
        font-size: 1.2em;
        border: none 0;
        padding-left: 10px;
        text-align: center;
        padding-right: 30px;
    }

    .vctableHistory > tbody > tr:nth-child(odd) {
        background-color: #F2F2F2;
    }

.EH_li_childs li {
    list-style: disc outside none;
    display: list-item;
    margin-left: 2em;
}

.vctable {
    border-collapse: collapse;
    background-color: #fff;
}

    .vctable > tbody > tr > td {
        border: 1px solid #E0E0E0;
        padding: 5px;
    }

    .vctable > tbody > tr:nth-child(odd) {
        background-color: #F2F2F2;
    }

.vctableSample {
    border-collapse: collapse;
    background-color: #fff;
}

    .vctableSample > tbody > tr:nth-child(2n+2) {
        background-color: #F2F2F2;
    }

.vctablesub {
    border-collapse: collapse;
    background-color: #fff;
}

    .vctablesub > tbody > tr > th {
        background-color: #eee;
        border: 1px solid #ccc;
        padding: 5px;
        font-size: 13px;
        font-weight: bold;
    }

    .vctablesub > tbody > tr > td {
        border: 1px solid #E0E0E0;
        padding: 5px;
    }

    .vctablesub > tbody > tr:nth-child(odd) {
        background-color: #F2F2F2;
    }

a {
    cursor: pointer;
}

.comment {
    overflow: hidden;
    padding: 0 0 1em;
    border-bottom: 1px solid #ddd;
    margin: 0 0 1em;
    *zoom: 1;
}

.comment-img {
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

    .comment-img img {
        display: block;
    }

.comment-body {
    font-size: 14px;
    overflow: hidden;
    text-align: left;
}

.comment .text {
    padding: 3px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
}

    .comment .text p:last-child {
        margin: 0;
    }

.comment .attribution {
    margin: 0.5em 0 0;
    font-size: 14px;
    color: #666;
}

/* Decoration */

.comments,
.comment {
    position: relative;
}

    .comments:before,
    .comment:before,
    .comment .text:before {
        /*content: "";*/
        position: absolute;
        top: 0;
        left: 65px;
    }

    .comments:before {
        width: 3px;
        top: -20px;
        bottom: -20px;
        background: rgba(0,0,0,0.1);
    }

    .comment:before {
        width: 9px;
        height: 9px;
        border: 3px solid #fff;
        border-radius: 100px;
        margin: 16px 0 0 -6px;
        box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 1px 1px rgba(0,0,0,0.1);
        background: #ccc;
    }

    .comment .text:before {
        background: none repeat scroll 0 0 #FFFFFF;
        border-color: #E5E5E5;
        border-style: solid;
        border-width: 0 0 1px 1px;
        height: 9px;
        left: 81px;
        top: 9px;
        transform: rotate(45deg);
        width: 9px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

​#cmntdatime {
    font-size: 10px !important;
}

.authorcntnr {
    float: left;
    text-align: left;
    padding-right: 5px;
}

.arowlftt {
    background: url("images/arrow-left.png") no-repeat scroll left top transparent;
    height: 14px;
    margin-left: -14px;
    position: absolute;
    top: 3px;
    width: 15px;
}

.destnContnr .checkall, .destnContnr .chkDropHead {
    padding: 0;
    margin: 2px 0 2px 2px;
}

.destnContnr .chkDropHead {
    margin-right: 5px;
}

.destnContnr h2, .destnContnr h1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.destnContnr div.headerDiv {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 24px;
}

.destnContnr div.srcdiv {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 14px;
}

.destnContnr div.destDiv {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 9px;
}



.ui-spinner {
    width: 60px;
    height: 18px;
}

    .ui-spinner input {
        border: none;
        line-height: 18px;
        height: 18px;
        padding-top: 0 !important;
    }

        .ui-spinner input:focus {
            border: none;
        }

.txtadd {
    margin: 0;
    float: left;
}

.fldstnormal dd {
    display: list-item;
    list-style-image: url(images/arrow-rihgt.jpg);
}

.close {
    float: right;
    font-size: 11px;
    font-family: Verdana;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin-bottom: 1px;
    margin-right: 5px;
}


    .close:hover,
    .close:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        opacity: 1;
        filter: alpha(opacity=100);
    }


.clsbtn_ic {
    width: 1.8em !important;
    height: 1.5em !important;
}

.ui-dialog {
    z-index: 999999 !important;
}

/*Move Chailds*/
.Parentheadder {
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 14em;
}


.txt_score {
    width: 55px;
    margin-right: 8px;
}


.subtblovrflwy {
    max-height: 170px;
    overflow-y: auto;
}

.ui-accordion .ui-accordion-content {
    height: auto !important;
}

#accordion {
    font-size: 13px;
}

#form_Change_Password .field-validation-error {
    display: block;
}

.rvcclr {
    color: #1288CA !important;
}

#accordion .field-validation-error {
    display: block;
    padding: 2px 0;
}

.VC_grid_body {
    max-height: 800px;
    overflow-y: auto;
}

.impAddDel {
    color: green !important;
    text-decoration: line-through;
    font-weight: bold;
}

.impMoveDel {
    color: #ED4B4B !important;
    text-decoration: line-through;
    font-weight: bold;
}

.impAdd {
    color: #55B24C !important;
    font-weight: 400;
}

.impMove {
    color: #ED4B4B !important;
    font-weight: 400;
}

.changeshighlight {
    color: red;
}

a.aLinkDisable {
    color: gray;
    cursor: no-drop;
    background-color: none;
    opacity: 0.35;
    /* pointer-events: none;   */
}

a.aLinkDisableNew {
    color: gray;
    cursor: no-drop !important;
    background-color: none;
    opacity: 0.35;
    /*pointer-events: none;*/
}

.anchorDisable {
    color: gray;
    /*cursor: no-drop;*/
    background-color: none;
    opacity: 0.35;
    /* pointer-events: none;   */
}

a.a_help {
    cursor: help;
}

a.alinkhover_vc > span:hover {
    text-decoration: underline;
}

#tabs {
    margin: 0 0 5px 0;
    padding: 0;
}

#div_help {
    box-shadow: 0px 2px 6px #444;
    -moz-box-shadow: 0px 2px 6px #444;
    -webkit-box-shadow: 0px 2px 6px #444;
    border: 1px solid #ccc;
}


.selectddlwdth .chosen-container {
    min-width: 250px !important;
}

.txtlftalgn .chosen-container {
    text-align: left !important;
}

.cntnrwdth .chosen-container {
    width: 98% !important;
}
/* 
.fldstnormal td {
    -ms-word-break: break-all;
    word-break: break-all;
   Non standard for webkit 
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}*/

/*.scoreChosen .chosen-container {
    width: 30px !important;
}*/

.scoreChosen .chosen-results {
    max-height: 250px !important;
}

.ddlPrcAlgorithm .chosen-container {
    width: 500px !important;
}

.ddlPrcAlgorithm .chosen-results {
    max-height: 100px !important;
}

.ddlPrcAlgorithmMM .chosen-container {
    width: 200px !important;
}

.ddlPrcAlgorithmMM .chosen-results {
    max-height: 100px !important;
}

.ddlPrcAlgorithmMMM .chosen-container {
    width: 100% !important;
}

.ddlPrcAlgorithmMMM .chosen-results {
    max-height: 100px !important;
}

.ddlPrcAlgorithmMMM input[type="text"] {
    width: 100% !important;
}

.tr_Exception .chosen-results {
    max-height: 100px !important;
}

li.search-field input[type="text"] {
    width: 100% !important;
}

.ddlPrcAlgorithm li.search-field input[type="text"] {
    width: 250px !important;
}



.prctable-Fields td {
    padding: 2.5px !important;
}

.tr_Exception {
    border-radius: 4px;
    border: 1px dotted #CCCCCC;
    padding-left: 5px;
}

.trExp td {
    padding-top: 15px;
    padding-bottom: 15px;
}


.DroppedItemsTable, .PMTable, .uiReferenceTable {
    border-collapse: separate;
    border-spacing: 0;
    border: 0 none;
}

    .DroppedItemsTable tr, .PMTable tr, .uiReferenceTable tr {
        padding-left: 5px;
    }

        /*.DroppedItemsTable tr:not(.trConfirmDummy) td, .PMTable tr:not(.trConfirmDummy) td, .uiReferenceTable tr:not(.trConfirmDummy) td {
            border: 1px solid;
        }*/

        .DroppedItemsTable tr:nth-child(2) td:first-child, .PMTable tr:nth-child(2) td:first-child, .uiReferenceTable tr:nth-child(2) td:first-child {
            border-top-left-radius: 6px;
        }

        .DroppedItemsTable tr:nth-child(2) td:last-child, .PMTable tr:nth-child(2) td:last-child, .uiReferenceTable tr:nth-child(2) td:last-child {
            border-top-right-radius: 6px;
        }

        .DroppedItemsTable tr.trConfirmAttach:last-child td:first-child, .PMTable tr.trConfirmAttach:last-child td:first-child, .uiReferenceTable tr.trConfirmAttach:last-child td:first-child,
        .DroppedItemsTable tr.trConfirmNew:last-child td:first-child, .PMTable tr.trConfirmNew:last-child td:first-child, .uiReferenceTable tr.trConfirmNew:last-child td:first-child,
        .DroppedItemsTable tr.trConfirmEdit:last-child td:first-child, .PMTable tr.trConfirmEdit:last-child td:first-child, .uiReferenceTable tr.trConfirmEdit:last-child td:first-child,
        .DroppedItemsTable tr.trConfirmModified:last-child td:first-child, .PMTable tr.trConfirmModified:last-child td:first-child, .uiReferenceTable tr.trConfirmModified:last-child td:first-child,
        .DroppedItemsTable tr.trConfirmDetach:last-child td:first-child, .PMTable tr.trConfirmDetach:last-child td:first-child, .uiReferenceTable tr.trConfirmDetach:last-child td:first-child {
            border-bottom-left-radius: 6px;
            box-shadow: 0 0 2px rgba(0,0,0,.12),0 4px 7px rgba(0,0,0,.24);
        }

        .DroppedItemsTable tr.trConfirmAttach:last-child td:last-child, .PMTable tr.trConfirmAttach:last-child td:last-child, .uiReferenceTable tr.trConfirmAttach:last-child td:last-child,
        .DroppedItemsTable tr.trConfirmNew:last-child td:last-child, .PMTable tr.trConfirmNew:last-child td:last-child, .uiReferenceTable tr.trConfirmNew:last-child td:last-child,
        .DroppedItemsTable tr.trConfirmEdit:last-child td:last-child, .PMTable tr.trConfirmEdit:last-child td:last-child, .uiReferenceTable tr.trConfirmEdit:last-child td:last-child,
        .DroppedItemsTable tr.trConfirmModified:last-child td:last-child, .PMTable tr.trConfirmModified:last-child td:last-child, .uiReferenceTable tr.trConfirmModified:last-child td:last-child,
        .DroppedItemsTable tr.trConfirmDetach:last-child td:last-child, .PMTable tr.trConfirmDetach:last-child td:last-child, .uiReferenceTable tr.trConfirmDetach:last-child td:last-child {
            border-bottom-right-radius: 6px;
            box-shadow: 0 0 2px rgba(0,0,0,.12),0 4px 7px rgba(0,0,0,.24);
        }

.trConfirmAttach td {
    border: 1px solid #C2F3B9;
}

.trConfirmNew td {
    border: 1px solid #9CF9C7;
}

.trConfirmEdit td {
    border: 1px solid #82B4E6;
}

.trConfirmModified td {
    border: 1px solid #A6A0D5;
}

.trConfirmDetach td {
    border: 1px solid #EE9499;
}

.addvariantbox {
    top: -7px;
    right: 6px;
    position: absolute;
    background-color: #fff;
    padding: 2px 3px 4px 10px;
    box-shadow: -2px -3px 9px #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 7px 0 7px 7px;
    z-index: 1;
    display: none;
}

.anchorlinksbg {
    background-color: #1B81C2;
    border: 1px solid #1B81C2;
    border-radius: 4px;
    color: #FFFFFF !important;
    font-size: 16px;
    margin: 7px 1px;
    padding: 1px 7px 2px 4px;
    position: relative;
    right: 1px;
    vertical-align: bottom;
    z-index: 9;
}

    .anchorlinksbg:hover {
        vertical-align: bottom;
        text-decoration: none;
        background-color: #1B81DB;
        color: #fff !important;
        border: solid 1px;
    }


.ind-anchorlinksbg {
    background-color: #1B81C2;
    border: 1px solid #1B81C2;
    border-radius: 4px;
    color: #FFFFFF !important;
    font-size: 16px;
    margin: 1px 1px;
    padding: 0px 7px 0px 4px;
    position: relative;
    right: 1px;
    vertical-align: bottom;
    z-index: 9;
}

    .ind-anchorlinksbg:hover {
        vertical-align: bottom;
        text-decoration: none;
        background-color: #1B81DB;
        color: #fff !important;
        border: solid 1px;
    }


.anchorlinksbg_tp {
    border-radius: 4px;
    padding: 0 6px;
    font-size: 13px;
    z-index: 9;
    position: relative;
    right: 1px;
    background-color: #1b81c2;
    color: #fff !important;
    border: solid 1px #1b81c2;
    padding: 0 4px 1px 6px;
    margin-bottom: 14px;
    /*bottom: -2px;*/
}

    .anchorlinksbg_tp:hover {
        vertical-align: bottom;
        text-decoration: none;
        background-color: #1B81DB;
        color: #fff !important;
        border: solid 1px;
    }

.anchorlinksbg_pg {
    border-radius: 4px;
    font-size: 13px;
    z-index: 9;
    position: relative;
    background-color: #1b81c2;
    color: #fff !important;
    border: solid 1px #1b81c2;
    padding: 1px 5px 1px 7px;
    right: 0;
}

    .anchorlinksbg_pg:hover {
        vertical-align: bottom;
        text-decoration: none;
        background-color: #1B81DB;
        color: #fff !important;
        border: solid 1px;
    }

.anchorlinksbgActive {
    background-color: #fff;
    color: #2169ae !important;
    border-radius: 4px 4px 0 0 !important;
    border: none !important;
}

    .anchorlinksbgActive:hover {
        background-color: #fff;
        color: #2169ae !important;
        border-radius: 4px 4px 0 0 !important;
    }

#addVarTxtBtn {
    border-color: #7cc467;
}

    #addVarTxtBtn:hover {
        border-color: green;
    }

.TextBoxAsLabel {
    border: none !important;
    background-color: #fff !important;
    background: transparent !important;
    box-shadow: none !important;
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ddlAddPrcPopUP .chosen-container {
    width: 100% !important;
}

.ddlAddPrcPopUP .chosen-results {
    max-height: 100px !important;
}

.ctrhdr {
    width: 99%;
    margin: 0 auto;
}

.ctrrght {
    width: 30%;
    float: right;
    text-align: right;
}

.ctrlft {
    max-width: 360px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-widget-content .field-validation-error {
    display: block;
}

.ctrrght table {
    float: right;
}

tr.spaceUnder > td {
    padding-bottom: 5px;
}

.leftdivwdth .destnContnr {
    width: 100%;
}

.rightdivwdth .destnContnr {
    width: 98%;
}



.leftdivwdth .ui-dialog-titlebar td span {
    max-width: 440px;
}

.uitabsrowalgnmnt .row_bg_ctnr table {
    width: 100%;
}

.topnav > li > ul > li > a > span {
    margin-right: 5px;
}

.ulSortable li, .ulSortable li label.lblItems {
    cursor: move;
}

.chosen-container-multi .chosen-choices li {
    float: none !important;
    display: inline-block !important;
    /*min-width: 24%\9;*/
}

    .chosen-container-multi .chosen-choices li input[type="text"] {
        /*width: auto\9 !important;*/
    }




.cfmTable td {
    vertical-align: top;
}

.tpcNarDiv {
    height: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.narrativeContent {
    width: 100%;
    font-weight: 600;
}

    .narrativeContent a {
        color: #0254EB;
    }

        .narrativeContent a:visited {
            color: #0254EB;
        }

        .narrativeContent a:hover {
            color: #0254EB;
            text-decoration: underline !important;
        }

        .narrativeContent a.narratvieMoreLink {
            text-decoration: none;
            color: #0254eb;
            outline: none;
        }

    .narrativeContent .morecontent span {
        display: none;
    }

.prcLableTextContent {
    padding: 0;
    margin: 0;
    display: table;
}

    .prcLableTextContent li {
        display: table-cell;
    }

.prcLabelText {
    background-color: #b7d2e4;
    color: #1d4775;
    padding: 4px 4px 3px 4px;
    border: 1px solid #ccc;
    margin-left: -2px;
    border-left: 0;
}

.lblItems {
    font-weight: 800 !important;
    padding-right: 6px !important;
}

.prcLableTextContent input[type="text"] {
    width: 500px;
}

.prcDDExpand {
    text-align: center;
    width: 100%;
    cursor: pointer !important;
}


/*.divTxtWrap {

     width:400px;
    height:40px;
    position:relative;
}
.prcTxtWrap {

    margin-left:40px;
    background-transparent;
    height:40px;
    width:250px;
}*/

.bpmddl .chosen-container {
    width: 100% !important;
}

.bpmddl {
    width: 100%;
}

    .bpmddl td {
        padding: 2px;
        /*vertical-align:middle;*/
    }
/*    .bpmddl td:nth-child(odd) {
        text-align:right;
    }*/

.skbtitle {
    background-color: #cfe2e1;
    padding: 3px;
    border: 1px solid #8ED3D3;
}

.wordwrap, .ref-cfm-tbl label {
    /* wrap long text and urls */
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    word-wrap: break-word; /* IE 5+ */
    /*-ms-word-break: break-all;
    word-break: break-all;*/
    /* Non standard for webkit */
    /*word-break: break-all;*/
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.tdGridSpanWrap, .cfmTable span, .vctable span, .liExVariants, #historyMainDiv span {
    /* wrap long text and urls */
    white-space: pre !important; /* CSS 2.0 */
    white-space: pre-wrap !important; /* CSS 2.1 */
    white-space: normal !important; /* CSS 3.0 */
    white-space: -pre-wrap !important; /* Opera 4-6 */
    white-space: -o-pre-wrap !important; /* Opera 7 */
    white-space: -moz-pre-wrap !important; /* Mozilla */
    /*word-wrap: break-word !important; /* IE 5+ */
    /*-ms-word-break: break-all !important;*/
    /*word-break: break-all !important;*/
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    hyphens: auto !important;
}

#olbb_Grid > tbody > tr > td:nth-child(4) .tdGridSpanWrap, #tbl_EvidenceData > tbody > tr > td:nth-child(3) .tdGridSpanWrap {
    word-break: break-all;
}


.vc_tabledata td {
    word-break: break-all;
}

.placeholder {
    color: #aaa;
}

::-webkit-input-placeholder {
    color: #aaa;
}

.indDropItem {
    line-height: 30px;
}

.divtopiccontainer label, .changeOrderBOX label {
    /* wrap long text and urls */
    white-space: pre !important; /* CSS 2.0 */
    white-space: pre-wrap !important; /* CSS 2.1 */
    white-space: normal !important; /* CSS 3.0 */
    white-space: -pre-wrap !important; /* Opera 4-6 */
    white-space: -o-pre-wrap !important; /* Opera 7 */
    white-space: -moz-pre-wrap !important; /* Mozilla */
    word-wrap: break-word !important; /* IE 5+ */
    /*-ms-word-break: break-all !important;
    word-break: break-all !important;*/
    /* Non standard for webkit */
    /*word-break: break-all !important*/
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    hyphens: auto !important;
}

.ctrhds {
    padding: 3px;
}
    /*.div_panelmembers .ctrhds {
padding: 3px;
 padding-bottom: 1px; 
height: 62px;
}*/



    .ctrhds table {
        margin: 0 0;
        width: 100%;
    }

.droppeditem table, .divNewRef table, .prcDropItem table {
    display: table;
}

    .droppeditem table td, .divNewRef table td, .prcDropItem table td {
        padding: 2px;
        display: table-cell;
    }

    .divNewRef table.trDDModel {
        table-layout: auto !important;
    }

.ui-spinner input {
    -moz-margin-top: -2px;
}

.destnContnr .ui-widget-header {
    /*background-color: #1e3e5f !important;*/
    background-color: #777777 !important;
    background-image: none;
}



#errmsg {
    color: red;
}

#ddlPrcGroup_chosen {
    width: 99% !important;
}




#ddldisgree_chosen {
    width: 99% !important;
}

.liquidDdl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .liquidDdl .chosen-container-single {
        display: table-cell;
        width: auto !important;
        padding: 0 1px !important;
    }

.tablelayoutfixed {
    table-layout: fixed;
}

.Grid-Div-Export .Grid-Export-Excel {
    margin-top: 1px;
}

.li_Alg {
    position: relative;
    margin: 1px 4px 1px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid rgb(170, 170, 170);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: rgb(228, 228, 228);
    background-image: linear-gradient(rgb(244, 244, 244) 20%, rgb(240, 240, 240) 50%, rgb(232, 232, 232) 52%, rgb(238, 238, 238) 100%);
    background-clip: padding-box;
    box-shadow: white 0px 0px 2px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 0px;
    color: rgb(51, 51, 51);
    line-height: 17px;
    font-size: 13px;
    cursor: move;
}

.ul_Algorithm {
    margin: 3px 2px 5px 0px;
}

.trDDModel {
    table-layout: fixed;
}

.variantDemoDiv {
    width: 46%;
}

/*.variantDDbox #divDropItems {
    margin-top: -249px;
}*/


.liquidChosenWdth .chosen-container-single {
    width: 100% !important;
}

.liquidChosenWdthMulti .chosen-container-multi {
    width: 100% !important;
}


.marginBottomChosen .actionsstyl {
    margin-bottom: 10px;
}

    .marginBottomChosen .actionsstyl:last-child {
        margin-bottom: 0;
    }

.twolColLiquidChosen {
    margin-bottom: 5px;
}

    .twolColLiquidChosen:last-child {
        margin-bottom: 0;
    }

    .twolColLiquidChosen > .chosen-container {
        margin: 0 auto;
        width: 32.8% !important;
    }

.LoaderPlaceHolderImage {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    background: #000 url(images/wheel3.gif) no-repeat center center;
    display: none;
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: progress;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.PreLoadFilterImage {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    background: #000 url(images/filter-preload-horiznontal.gif) no-repeat center center;
    display: none;
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: progress;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.PreLoadFilterShortImage {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    background: #000 url(images/filter-preload-hori-short.gif) no-repeat center center;
    opacity: 0.4;
    filter: alpha(opacity=20);
    cursor: progress;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}*/

.VariantAttrtbl {
    width: 100%;
}

    .VariantAttrtbl > tbody > tr > td {
        vertical-align: top;
        padding: 8px;
    }

.VariantAttrSubtbl > tbody > tr > td {
    padding: 4px;
}

.VariantAttrExVariant .divtopiccontainer {
    min-height: 302px;
}

.ExistingVariantsStyle > li {
    line-height: 26px;
    border-bottom: 1px dotted #ccc;
}

.VariantAttrExVariant .ui-dialog-titlebar {
    padding: 2px;
}

.twoLiquidDDL .chosen-container-single {
    width: 49.7% !important;
}

.attrLiquidDDL .chosen-container-single {
    width: 100% !important;
}

.showCommentIcon {
    display: block;
    cursor: pointer;
    /*height: 100%;*/
    margin: 0 auto;
}

.divComment {
    /*height: 50px;*/
    /*width: 24.5%;*/
    width: 100%;
    text-align: center;
}

.tr_divchilds {
    border: 1px;
}


.ItemsTable > tbody > tr > td:nth-child(0) {
    border-top: 2px solid #ccc;
}


.tableChilds {
    background-color: #f2f2f2;
}

    .tableChilds > tbody > tr:first-child {
        border-top: 2px solid #ccc;
    }

    .tableChilds > tbody > tr > td:first-child {
        border-top: 2px solid #ccc;
    }


    .tableChilds > tbody > tr > td {
        padding: 4px !important;
        border-bottom: 2px solid #ccc;
    }

    .tableChilds > tbody > tr {
        /*border: 1px solid rgba(231, 208, 208, 0.5)!important;*/
        padding: 2px 4px 4px 2px !important;
        border-radius: 2px 2px 2px 2px !important;
        /*border-bottom: 2px dotted #ccc !important;*/
    }

.tableIcon td {
    padding-left: 4px;
}

.vctablesub_eh {
    border-collapse: collapse;
    background-color: #ffffff;
}

    .vctablesub_eh > tbody > tr > th {
        background-color: #eee;
        border: 1px solid #ccc;
        padding: 5px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
    }

    .vctablesub_eh > tbody > tr > td {
        border: 1px solid #E0E0E0;
        padding: 5px;
    }

    .vctablesub_eh > tbody > tr:nth-child(odd) {
        background-color: #E1DDEB;
    }

.ItemsTable > tbody > tr > td {
    border-right: 1px solid #ccc;
    padding-left: 4px;
    /*background-color: #C7C7C7;*/
}

.divchilds {
    padding: 0px 9px 0px 1px;
    margin: 5px;
}

.vh_ChangeLink:hover {
    color: rgb(0, 112, 255);
    text-decoration: underline;
}

ul.ulLineHeight li {
    line-height: 30px;
}

span.liSerialNo {
    font-weight: bold;
}

table.lblContentTable td {
    /*font-weight: bold;*/
    line-height: 20px;
    vertical-align: top;
}

li.liGrouped {
    border: 1px solid #81B6C0;
    margin-top: 4px;
}

.varfltrbtn {
    /*margin-bottom: 6px !important;
    margin-left: 6px !important;*/
    width: 75px !important;
    /*font-size: initial !important;*/
    /*margin: 5px 5px 11px 11px !important;*/
}

/*.multiFilterBoxMain  {
    margin: 10px 0 10px 0 !important;
}*/

.multiFilterBox div.chosen-container {
    margin-top: 2px !important;
}

/*.multiFilterBox input[type=text] {
    height: 26px !important;
    font-weight: bolder !important;
}*/

.filtersDiv .ui-tabs .ui-tabs-nav li:not(.active-result.highlighted) a:not(.chosen-single) {
    float: left !important;
    margin: 0.2em 0.1em !important;
    text-decoration: none !important;
    padding: 0.2em 0.1em !important;
}

.ui-tabs .ui-tabs-nav li.active-result {
    float: none;
    width: inherit;
    position: inherit;
    top: inherit;
    white-space: inherit;
}

/*.FilterFixedDiv {
    position: absolute;
    width: 102%;
}*/

.variant-tab3-sub #divLeftContent{
    margin-top : 0 !important
}

.variantDDbox {
    margin-top: 25px;
    z-index: 9;
    position: relative;
}

.liEditVariant {
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase !important;
}

div.variantDDbox div.divtopiccontainer {
    min-height: 723px;
}

div.variantDDbox div.dropBOX {
    min-height: 670px !important;
    max-height: 670px !important;
}


.dropBOX .ui-icon {
    zoom: 0 !important;
    -moz-transform: scale(1.2) !important;
}

.dropBOX .bdrIconSet, .dropBOX .resetBtn {
    margin-right: 8px;
}

td.totCount {
    font-weight: bold;
    font-size: 15px;
}

table.DD_thead .ui-button {
    zoom: 1.2 !important;
    -moz-transform: scale(1.2) !important;
    margin: 6px !important;
}

div#showCommentDiv #PrcComments {
    padding-right: 0 !important;
    resize: vertical !important;
    width: 99% !important;
}
/*div.pg-edit {
    position:relative;
}
div.pg-edit div {
    position:absolute;
    top:0;
}*/

.sButton {
    font-size: inherit !important;
    padding: 0px 4px !important;
    margin: 4px !important;
}

ul.ul-subgrp li {
    border-bottom: #D8D5D5 solid 1px;
    margin: 7px;
    padding-bottom: 4px;
}

    ul.ul-subgrp li.li-assigned {
        padding: 5px;
        background-color: #C3C5BA;
        border-radius: 4px;
        margin: 2px;
    }

div.div-dropitems li {
    line-height: 22px;
}

div.ctrhds ul.chosen-results li {
    color: #333;
}








.iPhoneCheckContainer {
    -webkit-transform: translate3d(0,0,0);
    position: relative;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
}

    .iPhoneCheckContainer input {
        position: absolute;
        top: 5px;
        left: 30px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        width: 100px;
    }

    .iPhoneCheckContainer label {
        white-space: nowrap;
        font-size: 11px;
        line-height: 20px;
        font-family: 'Trebuchet MS';
        cursor: pointer;
        display: block;
        height: 20px;
        position: absolute;
        width: auto;
        top: 0;
        padding-top: 0;
        overflow: hidden;
        margin-bottom: 0;
        width: 100px;
    }

    .iPhoneCheckContainer, .iPhoneCheckContainer label {
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        width: 100px;
    }

.iPhoneCheckDisabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

label.iPhoneCheckLabelOn {
    color: white;
    /*background: url('images/iphone-style-checkboxes/on.png?1284697268') no-repeat;*/
    text-shadow: 0px 0px -1px rgba(0, 0, 0, 0.6);
    left: 5px;
    padding-top: 0;
    background: #053664 url(images/header_bg.jpg) repeat-x 0 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 20px;
}

    label.iPhoneCheckLabelOn span {
        padding-left: 5px;
    }

label.iPhoneCheckLabelOff {
    color: #fff;
    /*background: url('images/iphone-style-checkboxes/off.png?1284697268') no-repeat right 0;*/
    text-shadow: 0px 0px -1px rgba(0, 0, 0, 0.6);
    text-align: right;
    right: 0;
    background: #053664 url(images/header_bg.jpg) repeat-x 0 0;
    height: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    label.iPhoneCheckLabelOff span {
        padding-right: 5px;
    }

.iPhoneCheckHandle {
    display: block;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    /*background: url('images/iphone-style-checkboxes/slider_left.png?1284697268') no-repeat;*/
    padding-left: 5px;
}

.iPhoneCheckHandleRight {
    height: 100%;
    width: 105%;
    padding-right: 3px;
    /*background: url('images/iphone-style-checkboxes/slider_right.png?1284697268') no-repeat right 0;*/
}

.iPhoneCheckHandleCenter {
    height: 100%;
    width: 100%;
    /*background: url('images/iphone-style-checkboxes/slider_center.png?1284697268');*/
    background: #f6f8f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f6f8f9 0%, #f7f7f7 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#f7f7f7), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f8f9 0%,#f7f7f7 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f8f9 0%,#f7f7f7 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f8f9 0%,#f7f7f7 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f6f8f9 0%,#f7f7f7 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 20px;
}
/*.switchbtn > label.iPhoneCheckLabelOn { min-width:90px; background:#000;

}*/
.switch > .iPhoneCheckContainer {
    width: 64px !important;
}

.switch > div > .iPhoneCheckHandle {
    width: 10px !important;
}

.switchbtn > .iPhoneCheckContainer {
    width: 73px !important;
}

.switchbtn .iPhoneCheckHandle {
    width: 10px !important;
}

.switchbtn label.iPhoneCheckLabelOn span {
    padding-left: 13px;
}


/*.switchbtnRef > .iPhoneCheckContainer {
    width: 80px !important;
}

.switchbtnRef .iPhoneCheckHandle {
    width: 10px !important;
}

.switchbtnRef label.iPhoneCheckLabelOn span {
}

.switchbtnRef .iPhoneCheckLabelOn {
    left: auto !important;
}

.switchbtnRef .iPhoneCheckLabelOn, .switchbtnRef .iPhoneCheckLabelOff  {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.switchbtnRef .iPhoneCheckLabelOff span {
    padding-right: 4px;
}

.switchbtnRef .iPhoneCheckHandle[style*="left: 0px"] {
    padding-left: 0px;
}*/


.switchbtnRef > .iPhoneCheckContainer {
    width: 40px !important;
}

.switchbtnRef .iPhoneCheckHandle {
    width: 10px !important;
}

.switchbtnRef label.iPhoneCheckLabelOn span {
}

.switchbtnRef .iPhoneCheckLabelOn {
    left: auto !important;
}

.switchbtnRef .iPhoneCheckLabelOn, .switchbtnRef .iPhoneCheckLabelOff {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

    .switchbtnRef .iPhoneCheckLabelOff span {
        padding-right: 4px;
    }

.switchbtnRef .iPhoneCheckHandle[style*="left: 0px"], .switchbtnRef .iPhoneCheckHandle[style*="width: 24px"], .switchbtnRef .iPhoneCheckHandle[style*="width: 5px"] {
    padding-left: 0px;
}

.switchbtnRef .iPhoneCheckHandle[style*="width: 24px; left: 24px;"], .switchbtnRef .iPhoneCheckHandle[style*="width: 5px; left: 24px;"] {
    left: 29px !important;
}

.iOSCheckContainer {
    position: relative;
    height: 27px;
    cursor: pointer;
    overflow: hidden;
}

    .iOSCheckContainer input {
        position: absolute;
        top: 5px;
        left: 30px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    .iOSCheckContainer label {
        white-space: nowrap;
        font-size: 14px;
        line-height: 17px;
        font-weight: bold;
        font-family: 'Trebuchet MS';
        cursor: pointer;
        display: block;
        height: 27px;
        position: absolute;
        width: auto;
        top: 0;
        padding-top: 5px;
        overflow: hidden;
    }

    .iOSCheckContainer, .iOSCheckContainer label {
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
    }

.iOSCheckDisabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

label.iOSCheckLabelOn {
    color: white;
    background: url('images/ios-style-checkboxes/on.png?1284697268') no-repeat;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
    left: 0;
    padding-top: 5px;
}

    label.iOSCheckLabelOn span {
        padding-left: 8px;
    }

label.iOSCheckLabelOff {
    color: #8b8b8b;
    background: url('images/ios-style-checkboxes/off.png?1284697268') no-repeat right 0;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
    text-align: right;
    right: 0;
}

    label.iOSCheckLabelOff span {
        padding-right: 8px;
    }

.iOSCheckHandle {
    display: block;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: url('images/ios-style-checkboxes/slider_left.png?1284697268') no-repeat;
    padding-left: 3px;
}

.iOSCheckHandleRight {
    height: 100%;
    width: 100%;
    padding-right: 3px;
    background: url('images/ios-style-checkboxes/slider_right.png?1284697268') no-repeat right 0;
}

.iOSCheckHandleCenter {
    height: 100%;
    width: 100%;
    background: url('images/ios-style-checkboxes/slider_center.png?1284697268');
}

#file-errmsg {
    margin-left: 5px;
    color: red;
}

label.lbl_edited {
    color: #103ded;
}

ul.listdroppable > li > table td:last-child, ul.tpcReferenceUL > li > table td:last-child {
    width: 6%;
}

.var-edit-link:hover {
    color: #1f34e0;
}

.searchBtn {
    margin: 1px !important;
    padding: 3px 8px !important;
}

.clearBtn {
    margin: 1px !important;
    padding: 3px 12px !important;
}

div.diveachoption span.field-validation-error {
    padding-top: 8px;
}

div.activity {
    margin: 5px;
    text-align: center;
    border: #ff1a1a solid 1px;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 800;
}

span.anchor {
    color: #0B91BD;
    cursor: pointer;
}

    span.anchor:hover {
        color: rgb(70, 70, 226);
        text-decoration: underline;
    }



.ui-tooltip {
    padding: 5px;
    position: absolute;
    z-index: 999999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #C49B9B !important;
    box-shadow: 0 0 7px #C49B9B !important;
    border: 1px solid #7acfcf !important;
    background: #F8F8F8 url(images/ui-bg_flat_50_fcfdfd_40x100.png) 50% 50% repeat-x !important;
    font-size: 12px !important;
}

.Vertical {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

table.ref-tpc-table, .st-tr table {
    table-layout: fixed;
}

    table.ref-tpc-table > tbody > tr > td, .st-tr td {
        margin: 2px 0;
        padding: 2px;
    }

    table.ref-tpc-table tbody tr:nth-of-type(n+7):nth-child(even):not(.tr-dx), table.ref-cfm-tbl tr:nth-of-type(n+7):not(.tr-dx), .st-tr tr {
        /*, table.ref-tpc-table table.ref-tpc-table tbody tr:nth-child(even) {*/
        border-bottom: 1px solid #DDDDDD;
    }

div.div-lg table tbody tr:nth-child(even) {
    border-bottom: 1px solid #DDDDDD;
}

tr.tr-dx > td {
    padding-top: 20px !important;
}

/*table.ref-tpc-table tbody tr:nth-of-type(n+7):nth-child(odd) td div, table.ref-tpc-table tbody tr:nth-of-type(n+7):nth-child(odd) td input, table.ref-tpc-table tbody tr:nth-of-type(n+7):nth-child(odd) td table {
    float: right;
}*/

div.div_Reference table.ref-tpc-table div.jHtmlArea {
    width: 1066px !important;
}

div.div_Reference table.ref-tpc-table div.ToolBar {
    width: 1322px !important;
}

div.div_Reference table.ref-tpc-table iframe {
    width: 1102px !important;
}

    div.div_Reference table.ref-tpc-table iframe body {
        width: 1053px !important;
    }

div.ref-html {
    padding: 5px;
    border-radius: 6px;
    border: 1px dotted #45b5f3;
}

table.ref-cfm-tbl > tbody > tr > td, .st-tr td {
    padding: 9px !important;
}

.DDTable {
    table-layout: fixed;
}

.choose-btn {
    font-size: 11px !important;
    padding: 0 4px !important;
    border-radius: 4px;
    position: relative;
    right: 1px;
    background-color: #1b81c2;
    color: #fff !important;
    border: solid 1px #1b81c2;
}

    .choose-btn:hover {
        text-decoration: none !important;
        background-color: #1b81db !important;
        color: #fff !important;
        /*border: solid 2px #31549C !important;*/
        cursor: pointer !important;
        /*padding: 0 6px !important;*/
    }

.acc-span-loading {
    float: right;
    padding-right: 10px;
}

#UserOptionsDiv {
    padding: 0.2em !important;
}



table.tbl-pastUsers {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    border-top: 7px solid #9baff1;
    border-bottom: 7px solid #9baff1;
}


    table.tbl-pastUsers tr th:first-child, table.tbl-pastUsers tr td:first-child {
        padding: 2px 0px 2px 8px;
    }

    table.tbl-pastUsers th {
        font-size: 13px;
        font-weight: normal;
        padding: 8px;
        background: #b9c9fe url('images/gradhead.png') repeat-x;
        border-top: 2px solid #d3ddff;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #9baff1;
        border-left: 1px solid #9baff1;
        color: #039;
    }

    table.tbl-pastUsers tbody tr:hover, table.tbl-pastUsers label:hover {
        cursor: pointer;
    }

    table.tbl-pastUsers td {
        padding: 8px;
        border-bottom: 1px solid #fff;
        color: #669;
        border-top: 1px solid #fff;
        border-right: 1px solid #aabcfe;
        border-left: 1px solid #aabcfe;
        background: #e8edff url('images/gradback.png') repeat-x;
    }

    table.tbl-pastUsers tfoot tr td {
        background: #e8edff;
        font-size: 12px;
        color: #99c;
    }

    table.tbl-pastUsers tbody tr:hover td {
        background: #d0dafd url('images/gradhover.png') repeat-x;
        color: #339;
    }


    table.tbl-pastUsers div.chosen-container {
        width: 98% !important;
    }

    table.tbl-pastUsers .chosen-results {
        max-height: 100px !important;
    }

div.div_PanelMembers div.twoLiquidDDL .chosen-container-multi {
    width: 49% !important;
}

span.merge-note-span {
    color: green;
    float: right;
    font-family: italic;
}

span.merge-note-span2 {
    color: green;
    /* float: right; */
    font-family: italic;
    margin: 9px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 23px;
}

span.red-span {
    color: red !important;
}

div.merge-rb-div {
    display: inline-block;
    width: 100%;
    margin-top: 9px;
}

    div.merge-rb-div label {
        padding: 6px 19px 5px 8px;
        cursor: pointer;
    }

div#ddl_StudyQuality_chosen .chosen-single span {
    font-weight: 800;
    color: black;
}

div.togRef {
    border: solid #053664 1px;
    border-radius: 3px;
}

div.togReftop {
    padding: 5px;
}

    div.togReftop .tgTxt {
        margin-right: 7px;
    }


/*div.div-lg div {
    width: 49%;
    float: left;
}

    div.div-lg div:nth-child(even) {
        margin-left: 1%;
    }*/
div.cno-div {
    margin: 0 20px;
    text-align: center;
    border: #52ae99 solid 1px;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 800;
    float: right;
    width: auto;
}

    div.cno-div .ui-spinner, div.cno-div input {
        height: 20px !important;
    }

div.cno-div2 {
    margin-top: 20px;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 800;
    width: auto;
    display: inline-block;
    float: left;
}

tr.blockEdit {
    background-color: #FFDAD7 !important;
    border: 1px dotted #a79aa2 !important;
}

    tr.deleteEdit td:first-child, tr.blockEdit td:first-child {
        border-left: 2px solid #FE0000 !important;
    }

tr.deleteEdit td:last-child {
    border-right: 2px solid #FE0000 !important;
}

/*tr.blockEdit td {
        border-top: 2px solid rgb(221, 161, 171) !important;
        border-bottom: 2px solid rgb(221, 161, 171) !important;
    }*/

/*tr.blockEdit td:first-child {
        border-left: 2px solid rgb(221, 161, 171) !important;
    }

    tr.blockEdit td:last-child {
        border-right: 2px solid rgb(221, 161, 171) !important;
    }*/


/*tr.deleteEdit {
    background-color: #FFDAD7!important;
    border: 1px dotted #a79aa2!important;
}*/

/*tr.deleteEdit td {
        border-top: 1px solid #E6D1EF!important;
        border-bottom: 1px solid #CBABD8!important;
    }*/


ul.tpcReferenceUL .lblItems, ul.tpcReferenceUL > li {
    cursor: move;
}

.ui-dialog .ui-dialog-title {
    width: 98% !important;
}

    .ui-dialog .ui-dialog-title > div {
        display: inline;
    }

ul.ul-RefOrder li, ul.ul-RefOrder label {
    cursor: move;
}

#OrderReferences {
    overflow: hidden !important;
}

    #OrderReferences .changeOrderBOX {
        width: 99%;
    }

/*div[aria-describedby="OrderReferences"] {
    min-height: 200px !important;
}

    div[aria-describedby="OrderReferences"] #OrderReferences {
        min-height: 116px;
    }*/
.ref-nar-html {
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #87B0CA;
    border-radius: 8px 2px 2px 6px;
    padding: 10px;
    margin-right: 7px;
}

table.edtable > tbody > tr > td {
    padding: 10px 5px !important;
}

#es-ref-acc-div .divtopiccontainer {
    max-height: 450px !important;
}

    #es-ref-acc-div .divtopiccontainer ul {
        min-height: 447px !important;
    }

div.seo-div {
    text-align: center;
    border: 1px solid #AADAD8;
    padding: 5px;
    border-radius: 7px;
}

    div.seo-div > span {
        font-weight: 600;
    }

#strengthDiv .fldstnormal {
    margin: 20px 4px 12px 0;
}

#div_ES_Attr .edtable > tbody > tr > td {
    vertical-align: top;
}

.TColPane {
    display: table;
    width: 100%;
    /*margin: 36px 0 36px 0;*/
    margin: 9px 0 20px 0;
}



.TCCell {
    display: table-cell;
    border: 1px solid #82CDCA;
    text-align: center;
    border-radius: 5px;
    /*padding: 3px 2px;*/
    padding: 3px 0;
    vertical-align: middle;
    background-color: #ccc;
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 4px 7px rgba(0,0,0,.24);
}

    .TCCell span {
        font-weight: 800;
    }

.TCCellW {
    background-color: #fff !important;
    box-shadow: none !important;
}

    .TCCellW span {
        font-weight: normal !important;
    }


.midle {
    /*box-shadow: none !important;*/
    position: relative;
    text-align: center;
    width: 5%;
    border: 1px solid #82cdca;
    padding: 7px;
    border-radius: 0;
}

/*.DiamondBlock {
    width: 80px;
    height: 80px;
    background-color: white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
    border: 1px solid #AADAD8;
    border-radius: 5px;
    position: absolute;
    left: -5px;
    top: -18px;
}*/

.TextBlock {
    position: relative;
    font-size: 12px;
    height: 100%;
    top: 0;
    vertical-align: middle;
}


.TColPane .TCCell:first-child, .TColPane .TCCell:last-child {
    width: 45%;
}

.TColPane .TCCell:first-child {
    border-radius: 5px 0 0 5px;
}

.TColPane .TCCell:last-child {
    border-radius: 0 5px 5px 0;
}

.TCCell .tgTxt {
    margin: 0 !important;
}

.DiamondBlock {
    width: 84px;
    height: 43px;
    background-color: #fff;
    border: 1px solid #82cdca;
    border-radius: 8%;
    position: absolute;
    left: -5px;
    top: -7px;
    display: none;
}

.TCCell .togReftop {
    float: none !important;
    padding: 0 !important;
}

.TCCell .togReftop2 {
    width: 49px;
    font-size: 12px;
    font-weight: 700;
}

.bar-span {
    border: 1px solid #BBC5C4;
    /* background-color: #6CC9BE; */
    width: 1px;
    margin: 0 1px 0 4px;
}

.sqdiv {
    margin-left: 14px;
    margin-top: 4px;
}

.boldSpan {
    font-weight: bold !important;
}

.topicsublabel .boldSpan {
    font-weight: 600 !important;
}

.rightSpan {
    float: right;
    margin-right: 4px;
}



.nrmSpan {
    font-weight: normal !important;
}



.dragginglistinfo {
    display: block;
    font-size: 14px;
    font-weight: normal;
    background-color: #417FC5;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 192px;
    height: 22px;
    vertical-align: middle;
    text-align: center;
}

    .dragginglistinfo .count {
        padding: 1px 4px;
        font-weight: 600;
        font-size: 11px;
        background-color: #6F6F6F;
        border-radius: 24%;
        display: inline-block;
        border: 1px solid #FEFEFE;
    }

.download-pdf-icon2 {
    background: url("images/pdf-Icn2.png") left center;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    border: none;
    text-decoration: none;
}

.download-excel-icon2 {
    background: url("images/excel-icon-2.png") left center;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    border: none;
    text-decoration: none;
}

.ui-link {
    vertical-align: top;
    text-align: center;
    display: inline-block;
    color: blue;
    margin: 8px 1px 0px 0px;
}

    .ui-link:hover {
        text-decoration: underline;
        text-decoration-color: blue;
    }

a.ui-link {
    margin: 0;
}

    a.ui-link:hover {
        text-decoration: none;
    }

.chosen-container {
    text-align: left !important;
}

.togRef .iPhoneCheckContainer {
    width: 58px !important;
}

.togRef .iPhoneCheckLabelOn {
    left: 0;
}

.togRef .iPhoneCheckLabelOff {
    right: 0;
}

.togRef label.iPhoneCheckLabelOn span, .togRef label.iPhoneCheckLabelOff span {
    padding-left: 0;
}

.togRef .iPhoneCheckHandle {
    padding-left: 6px;
}

.togRef .iPhoneCheckLabelOff, .togRef .iPhoneCheckLabelOn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.SwitchMain {
    width: 61px;
    overflow: hidden;
    height: 19px;
    position: relative;
    border: 1px solid #053664;
    border-radius: 3px;
    margin: 0 auto;
}

    .SwitchMain .Box {
        width: 101%;
        display: table;
        height: 100%;
        position: absolute;
    }

.Box .Tcell {
    display: table-cell;
}

.Box .bar {
    background: white;
    width: 16%;
}

.Box .Text {
    font-size: 10px;
    vertical-align: middle;
    background: #053664;
    padding: 0 4px;
    text-align: center;
    color: white;
}

.SwitchTrigger {
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.Box.left, .Box.right {
    transition: all 1s;
}

.SwitchTrigger[type=checkbox]:checked + .left {
    left: -100%;
}

    .SwitchTrigger[type=checkbox]:checked + .left + .right {
        left: 0;
    }

.Box.left {
    left: 0;
}

.Box.right {
    left: 100%;
}

.chosen-container-single .chosen-single span {
    font-weight: normal !important;
}

.SwitchMainCnf {
    border: 1px solid #7FB1DF !important;
    padding: 2px !important;
    font-weight: 600 !important;
}

.refDeletedCO {
    border: 1px solid #E98385 !important;
}

table.ddlTable td > ul > li {
    margin: 5px;
    padding: 5px;
    border: 1px solid #CAECEC;
}

    table.ddlTable td > ul > li :last-child {
        border: none;
    }

.colorblue {
    color: blue;
}

a.pmidLoadBtn {
    color: #fff !important;
    background: #3261DE;
    padding: 2px 5px 0 5px;
    margin: 8px 5px;
    border-radius: 3px;
    border: 1px solid #3261DE;
    border-bottom: 3px solid #3261DE;
}

    a.pmidLoadBtn:hover {
        text-decoration: none;
        border-radius: 3px 3px 0 0;
        border-bottom: 3px solid #97ADE9;
    }


select[width="100%"] + div.chosen-container {
    width: 100% !important;
}

#ddlRoles_chosen {
    width: 99% !important;
}


.pm-ul-aff-drag {
    list-style: square;
    list-style-type: square;
    display: block;
}

    .pm-ul-aff-drag > li {
        margin-left: 20px;
        font-size: 12px;
        line-height: 150% !important;
        font-weight: normal !important;
    }


.ui-tabs .ui-tabs-panel {
    padding: 5px 2px !important;
}


.panelMembersGrid tr td:nth-child(14), .panelMembersstaffGrid tr td:nth-child(13) {
    width: 5%;
    /*text-align: center;*/
}






.Pm_AffGrid ul.affGridAfflist {
    margin-left: 17px;
    list-style-position: inside;
}

    .Pm_AffGrid ul.affGridAfflist li {
        padding-bottom: 5px;
        list-style: circle;
    }


.panelMembersGrid ul.panelMembersGridAfflist, .panelMembersstaffGrid ul.panelMembersGridAfflist {
    margin-left: 35px;
    list-style-position: inside;
}

    .panelMembersGrid ul.panelMembersGridAfflist li, .panelMembersstaffGrid ul.panelMembersGridAfflist li {
        padding-bottom: 5px;
    }




.disableBtn {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.panelLevelActive {
    list-style: url("images/active.png");
    font-style: normal;
}

.topicLevelActive {
    list-style: url("images/active.png");
    font-style: normal;
    font-weight: bold;
    color: green;
}

.litsearchdetails {
    list-style-type: disc;
    list-style-position: inside;
}

.listofmembers {
    margin-left: -16px;
}

.panelLevelInactive {
    list-style: url("images/inactive.png");
    font-style: italic;
}

.topicLevelInActive {
    list-style: url("images/inactive.png");
    font-style: italic;
}

.refstateActive {
    width: 10px;
    height: 10px;
    background: url("images/active.png")left center no-repeat;
    display: block;
    margin: 0 auto;
}


.refstateInactive {
    width: 10px;
    height: 10px;
    background: url("images/inactive.png")left center no-repeat;
    display: block;
    margin: 0 auto;
}

.refstateProgress {
    width: 10px;
    height: 10px;
    background: url("images/progress.png")left center no-repeat;
    display: block;
    margin: 0 auto;
}

.copyrytactive {
    color: green;
    font-size: 16px;
    font-weight: bolder;
    cursor: default;
}

.copyrytInactive {
    color: red;
    font-size: 16px;
    font-weight: bolder;
    cursor: default;
}

/*.topicstatus {
    background: #fcf8e3;
}*/

.hiddentopictd {
    background: pink;
}







.gridPager {
    display: table;
    table-layout: fixed;
    width: 100%;
}




    .gridPager > div {
        display: table-row;
    }

.Grid-Tfoot-Subtable {
    /*display: table-row;*/
}

.gridPager > div > div {
    display: table-cell;
    font-size: 12px;
    padding: 3px 5px;
}

.gridPager .Grid-Pager-Td {
    width: 50%;
    text-align: center;
}

.gridPager .Grid-info-Td {
    text-align: right;
}

    .gridPager .Grid-info-Td label {
        color: #fff;
    }


.cBtn {
    background-color: #C3C3C3;
    border: none;
    color: #fff !important;
    font-weight: 500 !important;
    width: 100% !important;
    padding: 2px 5px;
    border-radius: 3px;
}

    .cBtn:hover {
        border: none;
        background-color: #C3C3C3;
        color: #fff !important;
        /*font-weight: 700!important;*/
        cursor: pointer;
        text-decoration: underline;
    }

.txtCntr {
    display: block;
    text-align: center;
}


/*.Gridtable thead, .Gridtable tbody {
    display: block;
}*/

.Gridtable thead td {
    padding: 2px 3px;
}

.Gridtable tbody {
    overflow-x: hidden;
    /*overflow-y: auto;*/
}

.tblCategory tbody {
    /*height:100px;*/
}

.Grid-Tfoot-Subtable tbody {
    display: table-row-group;
    height: auto;
}

li.et_li {
    padding: 2px;
    vertical-align: middle;
    background: #F0ECEC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 99%;
    margin-bottom: 3px;
    border: 1px solid #CDCDCD !important;
}

input.rp_mp {
    padding: 1px 10px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}


#tbl_EvidenceData {
}

/*#tbl_EvidenceData tbody td {
        word-break: normal;
    }

    #tbl_EvidenceData tbody td span{
        word-break: break-all;
    }*/


.togglewithcolors .SwitchMain {
    border: 1px solid #808D98;
}

.togglewithcolors div.Box.left .Text {
    background: rgb(219, 30, 30);
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.togglewithcolors div.Box.right .Text {
    background: rgb(34, 175, 34);
    color: #471515;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.togglewithcolors_1 .SwitchMain {
    border: 1px solid #808D98;
    width: 75px !important;
}

.togglewithcolors_1 div.Box.left .Text {
    background: rgb(219, 30, 30);
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.togglewithcolors_1 div.Box.right .Text {
    background: rgb(34, 175, 34);
    color: #471515;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}






.chosen-single.relhighlight {
    background: #417A29 !important;
    color: #fff !important;
}



.panelMembersMainGrid {
}

    /*.panelMembersMainGrid tr > td:first-child {
        text-align: center;
    }*/

    .panelMembersMainGrid tbody {
        max-height: 250px;
    }

        .panelMembersMainGrid tbody td {
            /*word-break: break-all;*/
        }

.tblCategory {
}

/*.tblCategory tbody {
        max-height: 405px;
    }*/

.tbltopicMainGrid {
}

    .tbltopicMainGrid tbody {
        max-height: 405px;
    }

.tblVariantMainGrid {
}

    .tblVariantMainGrid tbody {
        max-height: 360px;
    }





.tbSOEMainGrid {
}

    .tbSOEMainGrid tbody {
        max-height: 325px;
    }

.choosen_class {
    width: 100%;
    table-layout: fixed;
}

    .choosen_class tr td:first-child {
        width: 65%;
    }

i {
    font-style: italic;
}

.litSrch_upload {
    margin: 0 auto;
    z-index: 1;
    width: 57%;
    height: 50px;
}

.UploadDisable {
    opacity: 0.5 !important;
}

.UploadSavingShortImage {
    height: 28%;
    position: absolute;
    width: 7%;
    z-index: 99;
    background: #000 url(images/filter-preload-hori-short.gif) no-repeat center center;
    opacity: 0.4;
    filter: alpha(opacity=20);
    cursor: progress;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-position-x: 50px;
}

.filedeleteicon {
    float: right !important;
    border: 0px solid #e3e3e3;
    background-color: #f3f3f3;
    cursor: pointer;
    margin-top: 1px;
}

.divworkingtext {
    padding-top: 3px;
    padding-left: 4px;
    color: #E4D5D5;
}

.prfilter > #ddl_Proc_Category {
    width: 400px !important;
}

input[type="checkbox"]#chkCopyrightreq {
    margin-top: 2px;
}

.topic_cls, .topic_cls tr td .topic_inner_tbl {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    table-layout: fixed;
}

    .topic_cls tr td, .topic_cls tr td .topic_inner_tbl tr td {
        padding: 5px;
    }

        .topic_cls tr td .topic_inner_tbl tr td input[type="checkbox"] {
            margin: 2px 5px 0px 0;
            padding: 5px;
            max-width: 98%;
            font-family: inherit;
            font-size: inherit;
            float: left;
        }

.brwseupload {
    margin-left: 2px;
}

.tdDocIcon {
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../Content/images/doc-Icon.png) no-repeat 0 0;
    display: block;
    /* float: none; */
    /* padding: 0; */
    margin: 0 auto;
}


.tablegridIcon {
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../Content/images/grid.png) no-repeat 0 0;
    display: block;
    /* float: none; */
    /* padding: 0; */
    margin: 0 auto;
}

.tablegridAuthorIcon {
    width: 24px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../Content/images/word-edit.png) no-repeat 0 0;
    display: block;
    /* float: none; */
    /* padding: 0; */
    margin: 0 auto;
}

.tablegridPartcipationIcon {
    width: 25px;
    height: 23px;
    cursor: pointer;
    background: transparent url(../Content/images/grid-phone.png) no-repeat 0 0;
    display: block;
    margin: 0 auto;
}

.tablegridIcon-literature {
    width: 25px;
    height: 23px;
    cursor: pointer;
    background: transparent url(../Content/images/table-grid-edit.png) no-repeat 0 0;
    display: block;
    /* float: none; */
    /* padding: 0; */
    margin: 0 auto;
}

.tablegridIcon.tdNarrative, .tablegridIcon.narrativeFile {
    background: transparent url(../Content/images/mword2.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
}

.tablegridIcon.tdGeneralInfo {
    background: transparent url(../Content/images/pdf-Icn.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
    margin-right: 11px;
}

.generalInfo {
    float: left;
    font-size: 14px;
    letter-spacing: 1px;
    padding-right: 7px;
}
/*.tablegridIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../Content/images/table-grid2.png) no-repeat 0 0;
    display: block;
    /* float: none; */
/* padding: 0; */
/*margin: 0 auto;
}
*/
#file-errmsg, .filename {
    float: left;
}

.tooltipID {
    float: left;
    width: 110px !important;
}

.Reviewfldset {
    /*border: 2px solid #ccc;*/
    margin: 20px;
    padding: 10px;
    border-radius: 7px;
}

    .Reviewfldset tbody > tr > td {
        padding: 5px;
    }

.Revwfldset {
    margin: 10px;
    padding-top: 35px;
    border-radius: 7px;
}

.LeadReviewerspan {
    font-weight: bolder;
}

.chkgrdItemsDelAll {
    margin: 5px !important;
    margin-top: 3px !important;
}

.grddeleteicon {
    width: 19px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../Content/images/del.png) no-repeat center center;
    display: block;
    margin: 0 3px;
    background-size: 100%;
}

.vardeleteicon {
    width: 19px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../Content/images/delred.png) no-repeat center center;
    display: block;
    margin: 0 3px;
    background-size: 100%;
}

.grdaoiicon {
    margin: 1px 0;
    /*width: 22px;
	height: 22px;
	cursor: pointer;
	background: transparent url(../Content/images/aoi.png) no-repeat center center;
	display: block;
	margin: 0 3px;
	background-size: 100%;*/
}

table.Gridtable .grddeleteicondiv, table.Gridtable .gridautogenicondiv, table.Gridtable .grdaoiicondiv {
    position: relative;
    float: left;
    right: 0;
    /*margin-top: 2px;*/
}

table.Gridtable .grddeleteicondiv, table.Gridtable .grdaoiicondiv {
    margin-left: 2px;
}

.theadfrstcol {
    min-width: 34px !important;
    max-width: 34px !important;
    width: 34px !important;
}

.grdbodyfirstcol {
    width: 32px !important;
}

.divgrdopener {
    display: inline-block;
    padding-right: 4px;
}

.deledisable {
    opacity: 0.4 !important;
    cursor: default;
    pointer-events: none;
}

.childdiv {
    opacity: -0.4 !important;
    cursor: default;
    pointer-events: none;
}

.alnktoggle {
    color: #1288ca !important;
    font-weight: bold;
}

.ulcustom {
    /*text-align: center;
    margin: auto 0;*/
}

/*.ulactiomenu {
        background: #fff;
        min-width: 150px;
        border: 1px solid #B5B5B5;
        box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
        padding: 2px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }*/
.ulactiomenu {
    /*background: #fff;*/
    min-width: 150px;
    /*border: 1px solid #B5B5B5;*/
    /*box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);*/
    /*padding: 2px;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .ulactiomenu li {
        font-size: 12px;
    }

        .ulactiomenu li span {
            color: #333333;
            padding: 2px 10px;
            text-align: left;
            display: block;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

            .ulactiomenu li span:hover {
                background: #346189 url(themes/Ac-theme/images/ui-bg_glass_25_1D4F7C_1x400.png) 50% 50% repeat-x;
                color: #fff;
                cursor: pointer;
            }


.toggletd {
    text-align: center;
}

.editiconspan {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url(../Content/images/pencil-icon.png) no-repeat 0 0;
    display: block;
    margin: 0 auto;
    background-size: 95%;
    padding-bottom: 5px !important;
}

.editiconspan2 {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url(../Content/images/pencil-icon.png) no-repeat 0 0;
    display: block;
    margin: 3px auto;
    background-size: 95%;
    padding: 0;
}

.editiconspan3 {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url(../Content/images/pencil-icon.png) no-repeat 0 0;
    margin: 0 auto;
    background-size: 95%;
    padding-bottom: 5px !important;
    position: absolute;
    right: 0;
    top: 5px;
}

.editiconspan4 {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url(../Content/images/pencil-icon.png) no-repeat 0 0;
    margin: 0 auto;
    background-size: 95%;
    padding-bottom: 5px !important;
    position: absolute;
    right: 8px;
    top: -14px;
}

.editiconspan5 {
    width: 16px;
    height: 11px;
    cursor: pointer;
    padding: 0px;
    border-radius: 2px;
    margin-right: 3px;
    background: transparent url(../Content/images/pencil-icon.png) no-repeat 0 0;
    margin: 0 auto;
    background-size: 95%;
    padding-bottom: 5px !important;
    position: absolute;
    right: 8px;
    top: 7px;
}

.removeMapBtn {
    margin: 0;
}

.resetBtn2 {
    float: right;
    margin: 1px 0 0 0;
}

.editproccomment {
    color: #1288ca;
    padding-left: 5px;
}

.Varediticonspan {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../Content/images/edit20x20.png) no-repeat 0 0;
    display: block;
    margin: 0 auto;
    background-size: 95%;
    padding-bottom: 5px !important;
}

.editiconli {
    text-align: center;
    padding-top: 8px;
}

.tbldisposition > tbody > tr td {
    min-width: initial !important;
    max-width: none !important;
    width: initial !important;
}

.tbldisposition > tbody {
    max-height: none !important;
}

.namehighlighter {
    font-style: italic;
    color: #3875d7;
    font-weight: 800;
}

.testcalss {
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: transparent url(../Content/images/backwardicon.png) no-repeat 0 0;
    display: block;
    margin: 0 auto;
    background-size: 95%;
}

.latesthighlighterli {
    font-weight: bold;
    /*font-style: italic;*/
}

.customchosendisable {
    opacity: 2.5 !important;
    cursor: default;
}

.bspan {
    font-weight: bold;
}

.divtabs {
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
    cursor: default;
    outline: none;
    background: #ebeff9;
}

.divtablist > .divtabs {
    background-color: transparent;
    border-top: 1px solid #e1e1e1;
    outline: none;
}


    .divtablist > .divtabs > .tabs {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #4a4a4a;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        font-weight: normal;
        height: 45px;
        line-height: 45px;
        outline: none;
        position: relative;
        text-align: center;
        width: 49%;
        font-size: 1.1em;
    }

        .divtablist > .divtabs > .tabs.selectedtab {
            color: #222;
            font-weight: bold;
        }

        .divtablist > .divtabs > .tabs > .divtabinner > .tabdetails {
            width: 100%;
        }

        .divtablist > .divtabs > .tabs > .divtabinner1 {
            height: 4px;
            left: 0;
            padding: 0;
            position: absolute;
            right: 4px;
            top: 0;
        }

        .divtablist > .divtabs > .tabs > .divtabinner2 {
            height: 4px;
            left: 0;
            padding: 0;
            position: absolute;
            right: -24px;
            top: 0;
        }


        .divtablist > .divtabs > .tabs.selectedtab > .divtabinner1 > .tabdetails {
            border-bottom: 4px solid #4285f4;
        }

        .divtablist > .divtabs > .tabs.selectedtab > .divtabinner2 > .tabdetails {
            border-bottom: 4px solid #4285f4;
        }

.defaulttab {
    border-bottom: 4px solid #666666;
}

.unselectedtable {
    background-color: rgb(241, 241, 241) !important;
}

.Stickyicon {
    background-image: url(../Content/images/sticky.png);
    /* width: 19px; */
    background-position: left 5px;
    background-repeat: no-repeat;
    /* background-size: 80% 80%; */
    /* height: 16px; */
    display: block;
    /* float: left; */
    padding: 0 0 0 25px;
}


.prposalicon {
    /*sticky.png*/
    background-image: url(../Content/images/proposal20x20.png);
    width: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 16px;
    display: block;
    float: left;
    margin-top: 3px;
}

.comul {
    margin-left: 15px !important;
}

.Authreftable {
    margin: 10px;
}

    .Authreftable b {
        font-weight: bold !important;
    }

    .Authreftable tr td {
        padding: 10px !important;
    }

    .Authreftable .chosen-container-single {
        width: 75% !important;
    }

/*.tblNewrefMainGrid editiconspan  {
    padding-bottom: 10px!important;
}*/

.disablejtml {
    cursor: default !important;
    pointer-events: none !important;
}

.divfinaldisp {
    margin-top: 25px;
}

.divpendrefgrd {
    margin-bottom: 25px;
}


.assignworklist {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../Content/images/worklist.png) no-repeat 0 0;
    display: block;
    margin: 0 auto;
    background-size: 95%;
}

#tbl_Procedure > .gridBody > .gridRow > .gridCell span.tdGridSpanWrap[data-val-propname="CustomColumn"] {
    vertical-align: middle;
    position: relative;
    /*top: 30%;*/
    padding: 0;
}

div#tbl_Variant > div.gridBody {
    height: 728px;
}

.assignworklistsmall {
    width: 16px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../Content/images/worklistsmall-1.png) no-repeat 0 0;
    display: inline-block;
    margin-left: 3px;
}

table.Gridtable .assginwrklstdiv {
    position: relative;
    float: left;
    right: 3px;
}

.customdisablechosen {
    color: #ccc !important;
    cursor: default;
}

.toggledisable {
    opacity: 0.5 !important;
    cursor: default;
    pointer-events: none;
}

/*div.table {
    display: table-row;
}

div * {
    display: table-cell;
}*/


.breads {
    display: block;
    float: right;
    margin: 0;
    margin-bottom: 0;
    border-radius: 2px;
    color: #fff;
}

    .breads .bread {
        display: table-cell;
        background-color: #0C3F71;
        line-height: 18px;
        white-space: nowrap;
        cursor: pointer;
        padding: 3px 10px;
        font-size: 13px;
        color: #fff;
    }


        .breads .bread.active {
            border-bottom: 2px solid #fff;
            background-color: #0D3256;
            box-shadow: 3px 3px 5px #155594 inset;
        }

        .breads .bread:not(:first-child) {
            border-left: 1px solid #2884BF;
        }

        .breads .bread:not(.active):hover {
            border-bottom: 2px solid #4297d7;
            box-shadow: 3px 3px 5px #155594 inset;
        }

        .breads .bread a {
            display: block;
        }

            .breads .bread a:hover {
                text-decoration: none;
            }

.acassist {
    font-size: 12px;
    text-align: center;
}

    .acassist small {
        font-weight: normal !important;
    }



.grdtdchkbox {
    min-width: 43.96px !important;
    max-width: 43.96px !important;
    width: 43.96px !important;
}

.wrklstul li {
    display: inline;
    float: left;
}

    .wrklstul li:last-child {
        padding-left: 5px;
    }

.lbldata {
    font-weight: bold !important;
}

.tdexistindattr {
    padding-left: 20px !important;
    background-color: #cfe2e1;
    border: 1px solid #8ed3d3;
}

.bpmddlcustom .chosen-container {
    width: 100% !important;
}

.bpmddlcustom td {
    padding: 8px;
}

.togleshowcols a {
    padding: 4px;
}



.diaRadioTab thead td > h2 {
    font-size: 14px;
    font-weight: normal !important;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    background: #346189; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NjE4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM0NjE4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzFkNGY3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTY4OTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #346189 0%, #346189 50%, #1d4f7c 51%, #3a6892 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#346189), color-stop(50%,#346189), color-stop(51%,#1d4f7c), color-stop(100%,#3a6892)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* IE10+ */
    background: linear-gradient(to bottom, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#346189', endColorstr='#3a6892',GradientType=0 ); /* IE6-8 */
}

.ratedcontentProcTable thead td > h2 {
    font-size: 12.8px !important;
}

.diaRadioTab .table {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    background: #346189; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NjE4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM0NjE4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzFkNGY3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTY4OTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #346189 0%, #346189 50%, #1d4f7c 51%, #3a6892 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#346189), color-stop(50%,#346189), color-stop(51%,#1d4f7c), color-stop(100%,#3a6892)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* IE10+ */
    background: linear-gradient(to bottom, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#346189', endColorstr='#3a6892',GradientType=0 ); /* IE6-8 */
}


.diaRadioTab h2.deletevar {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: black;
    padding: 5px 0;
    background: #ffdad7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NjE4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM0NjE4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzFkNGY3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTY4OTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffdad7 0%, #ffdad7 50%, #ffdad7 51%, #ffdad7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdad7 ), color-stop(50%,#ffdad7 ), color-stop(51%,#1d4f7c), color-stop(100%,#ffdad7 )); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffdad7 0%,#ffdad7 50%,#ffdad7 51%,#ffdad7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffdad7 0%,#ffdad7 50%,#ffdad7 51%,#ffdad7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffdad7 0%,#ffdad7 50%,#ffdad7 51%,#ffdad7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffdad7 0%,#ffdad7 50%,#ffdad7 51%,#ffdad7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdad7 ', endColorstr='#ffdad7 ',GradientType=0 ); /* IE6-8 */
}

.diaRadioTab thead td > h1 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    background: #1e3e5f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlM2U1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFlM2U1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzA5MmM1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjQyNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #1e3e5f 0%, #1e3e5f 50%, #092c50 51%, #224262 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e3e5f), color-stop(50%,#1e3e5f), color-stop(51%,#092c50), color-stop(100%,#224262)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e3e5f 0%,#1e3e5f 50%,#092c50 51%,#224262 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e3e5f 0%,#1e3e5f 50%,#092c50 51%,#224262 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e3e5f 0%,#1e3e5f 50%,#092c50 51%,#224262 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e3e5f 0%,#1e3e5f 50%,#092c50 51%,#224262 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3e5f', endColorstr='#224262',GradientType=0 ); /* IE6-8 */
}

.diaRadioTab {
    border-spacing: 0;
    width: 100%;
    margin: 5px auto;
    font-family: inherit !important;
    font-size: 12px;
}


    .diaRadioTab > tbody > tr.diaRdoHrow > td {
        padding: 0;
        border: 1px solid #63A8C3;
    }



    .diaRadioTab > tbody > tr > td {
        border: 1px solid #ccc;
        /*background-color: #e2e2e2;*/
        padding: 2px 10px;
        table-layout: fixed;
    }

    /*.diaRadioTab > tbody > tr td:first-child {
        background-color: #d0deff;
        font-weight: bold;
    }*/

    /*.diaRadioTab tr td table tr td:first-child {
        background-color: #e2e2e2;
        padding-right: 6px;
    }*/

    .diaRadioTab thead td > h1 {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 5px 0;
        background: #1e3e5f; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlM2U1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFlM2U1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzA5MmM1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjQyNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #1e3e5f 0%, #1e3e5f 50%, #092c50 51%, #224262 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e3e5f), color-stop(50%,#1e3e5f), color-stop(51%,#092c50), color-stop(100%,#224262)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #1e3e5f 0%,#1e3e5f 50%,#092c50 51%,#224262 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #1e3e5f 0%,#1e3e5f 50%,#092c50 51%,#224262 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #1e3e5f 0%,#1e3e5f 50%,#092c50 51%,#224262 100%); /* IE10+ */
        background: linear-gradient(to bottom, #1e3e5f 0%,#1e3e5f 50%,#092c50 51%,#224262 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3e5f', endColorstr='#224262',GradientType=0 ); /* IE6-8 */
    }

    .diaRadioTab thead td > h2 {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 5px 0;
        background: #346189; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NjE4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM0NjE4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzFkNGY3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTY4OTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #346189 0%, #346189 50%, #1d4f7c 51%, #3a6892 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#346189), color-stop(50%,#346189), color-stop(51%,#1d4f7c), color-stop(100%,#3a6892)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* IE10+ */
        background: linear-gradient(to bottom, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#346189', endColorstr='#3a6892',GradientType=0 ); /* IE6-8 */
    }

.diaRdoTpcRow > tbody > tr > td:first-child {
    width: 60%;
}

.diaRdoTpcRow > tbody > tr > td:nth-child(2) {
    width: 20%;
}

.diaRdoTpcRow > tbody > tr > td:last-child {
    width: 20%;
}

table {
    border-collapse: collapse;
}

tr.diaRdoHrow2 td {
    font-weight: normal;
    text-align: center;
    color: #040A1A;
    background: #8DB8DF !important;
    border: 1px solid #539AB6 !important;
}

.tdoglabl {
    text-align: left;
}

.ratingContentTable {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 1px 2px 5px #888888;
    border: 1px solid #ffffff;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .ratingContentTable table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

        .ratingContentTable table caption {
            background: #DCDCDC;
            font-size: 14px;
            font-family: Arial;
            padding: 5px 5px 3px 5px;
            border-right: 1px solid #ccc;
            background-color: #F7F7F7;
            color: #75787A;
            box-shadow: 2px 1px 41px #CFE2D8 inset;
            border: 2px solid #D6D6D6;
            font-weight: bold;
            margin-bottom: 3px;
        }

        .ratingContentTable table thead tr td:first-child {
            -moz-border-radius-topleft: 0px;
            -webkit-border-top-left-radius: 0px;
            border-top-left-radius: 0px;
        }

    .ratingContentTable thead tr td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .ratingContentTable thead tr td {
        background: -o-linear-gradient(bottom, #8099b2 5%, #458fd8 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8099b2), color-stop(1, #458fd8) );
        background: -moz-linear-gradient( center top, #8099b2 5%, #458fd8 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8099b2", endColorstr="#458fd8");
        background: -o-linear-gradient(top,#8099b2,458fd8);
        background-color: #8099b2;
        border: 0px solid #ffffff;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 13px;
        font-family: Helvetica;
        font-weight: bold;
        color: #ffffff;
    }

    .ratingContentTable td {
        vertical-align: middle;
        background-color: #c7e9ea;
        border: 1px solid #ffffff;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 4px;
        font-size: 11px;
        font-family: Arial;
        font-weight: normal;
        color: #444444;
    }

    .ratingContentTable table thead tr td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .ratingContentTable thead tr td:last-child {
        border-width: 0px 0px 1px 1px;
    }

    .ratingContentTable tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .ratingContentTable tr:hover td {
        background-color: #afe2ed;
    }

.tab {
    border: 1px solid #E2E0E0;
    border-radius: 6px;
}


.ratedtable {
    border: 1px solid #ccc;
    background-color: #e2e2e2;
}

.reviewtr {
    line-height: 23px;
}


.ratedclass {
    background-color: #d0deff;
    font-weight: normal;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

/*.ratedcontentdiv .ratedclass {
    background-color: #C5DCE0;
}*/





/* inner grid lightgreen color theme */

table.Gridtable .Chaild-Grid-div .ui-widget-header {
    background: #C6E8E7 !important;
    opacity: 0.9;
    /*background: rgba(0,0,0,0) linear-gradient(to bottom,rgb(34, 104, 167) 0%,#285883 50%,#1d4f7c 51%,#336089 100%) repeat scroll 0 0 !important;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,2989d8+49,2989d8+49,207cca+53,1e5799+100 */
    background: #58758A; /* Old browsers */
    background: -moz-linear-gradient(top, #58758A 0%, #305777 49%, #5984A9 49%, #486884 53%, #4F5358 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,#58758A 0%,#305777 49%,#5984A9 49%,#486884 53%,#4F5358 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,#58758A 0%,#305777 49%,#5984A9 49%,#486884 53%,#4F5358 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
    border: 1px solid #8CB4D2;
    color: #060606 !important;
    border-bottom: 0;
}

table.Gridtable .Chaild-Grid-div .ui-accordion-header {
    background: #C5DCE0 !important;
    background: url(../Content/images/light3.png) repeat-x scroll 50% 50% #90c696;
    background: rgb(51, 139, 175);
    background: -moz-linear-gradient(top, rgb(51, 139, 175) 0%, rgb(65, 153, 185) 37%, rgb(23, 135, 171) 53%, rgb(22, 137, 181) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(51, 139, 175)), color-stop(37%, rgb(65, 153, 185)), color-stop(53%, rgb(23, 135, 171)), color-stop(100%, rgb(22, 137, 181)));
    background: -webkit-linear-gradient(top, rgb(51, 139, 175) 0%, rgb(65, 153, 185) 37%, rgb(23, 135, 171) 53%, rgb(22, 137, 181) 100%);
    background: -o-linear-gradient(top, rgb(51, 139, 175) 0%, rgb(65, 153, 185) 37%, rgb(23, 135, 171) 53%, rgb(22, 137, 181) 100%);
    background: -ms-linear-gradient(top, rgb(51, 139, 175) 0%, rgb(65, 153, 185) 37%, rgb(23, 135, 171) 53%, rgb(22, 137, 181) 100%);
    background: linear-gradient(to bottom, rgb(51, 139, 175) 0%,rgb(65, 153, 185) 37%,rgb(23, 135, 171) 53%,rgb(22, 137, 181) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0 );
    border: 1px solid #90c696;
    border-bottom: none;
}


table.Gridtable tbody tr.Chaild-Grid-Opener-tr + tr > td:first-child + td {
    padding-left: 10px;
}

table.Gridtable .Chaild-Grid-div .ui-spinner-button {
    background: #78A5AD;
    color: #0C0C0C;
}

    table.Gridtable .Chaild-Grid-div .ui-spinner-button:hover {
        background: #0A6C7D !important;
    }

table.Gridtable table.Grid-Tfoot-Subtable {
    border-bottom: 1px solid #80ACB1;
}


table.Gridtable .Chaild-Grid-div .btn-close-chaildGrid {
    background: #43A4B5 !important;
    color: #4C8196;
}

    table.Gridtable .Chaild-Grid-div .btn-close-chaildGrid:hover {
        background: #0A6C7D !important;
    }
table.Gridtable .Chaild-Grid-div .bt_grid_refresh, table.Gridtable .Chaild-Grid-div .bt_grid_refresh:hover {
    background: none !important;
}

table.Gridtable .Chaild-Grid-table > thead > tr > td {
    border: 1px solid #76B6E6 !important;
    color: #444444 !important;
}

table.Gridtable .Chaild-Grid-table > tbody > tr > td {
    border-left: 1px #9FC2CA solid;
    border-bottom: 1px #B6D0D0 solid;
    border-right: 1px #99C6CE solid;
}


table.Gridtable .Chaild-Grid-div .Grid-info-Label {
    color: #333;
}

table.Gridtable .Chaild-Grid-div .menubar ul ul li span:hover {
    background: #6aa970 !important;
    border: none !important;
}

table.Gridtable .Chaild-Grid-div .Grid-RowAction-link {
    background: #fff !important;
    border: none;
}


/* End inner grid lightgreen color theme */


/* Scroll Bar CSS */

::-webkit-scrollbar {
    width: 11px;
    height: 11px;
    background-color: #D1DADE;
}

::-webkit-scrollbar-button {
    background-color: #B5BDBC;
    height: 0;
    width: 0;
    display: none;
}

    ::-webkit-scrollbar-button:hover {
        background-color: #AED0E6;
    }

    ::-webkit-scrollbar-button:active {
        background-color: #A5BBCA;
    }

::-webkit-scrollbar-thumb {
    background-color: #B5BDBC;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #AED0E6;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #A5BBCA;
    }


::-webkit-scrollbar-corner {
    background-color: rgb(209, 221, 222);
}


::-webkit-scrollbar-track {
    background-color: #E2E6E6;
}


/* Scroll Bar CSS */

.content-data {
    position: relative;
}

.lblcustomdata {
    font-weight: normal !important;
}

.divproposals {
    overflow-y: auto;
    max-height: 90px;
    margin: 6px;
    border: 2px solid #BECFE0;
    padding: 8px;
    border-radius: 6px;
}

.btnrounds {
    border: 1px solid #2e6da4;
    color: #fff;
    background-color: #337ab7;
    border-radius: 0.6em;
    outline: 0 none;
    cursor: pointer;
    font-size: 100%;
}

.edititemdisplay {
    position: relative;
    bottom: 29px;
}

.removedelete {
    display: inline !important;
}

.floatrght {
    float: right;
    padding-left: 5px;
}


.input-group {
    margin: 0 6px;
}

    .input-group .control {
        width: 88px;
        padding: 0;
        padding-left: 7px;
        height: 25px;
        margin-right: 0;
        border-radius: 5px 1px 1px 5px;
        margin: 0;
    }

    .input-group .btn {
        margin-left: -4px;
        border: 1px solid #2268a7;
        background: #346189;
        font-weight: normal;
        color: #fff;
        border-radius: 0 5px 4px 0px;
        width: 85px;
        text-align: center;
        padding: 4px;
        cursor: pointer;
    }

.hide {
    display: none !important;
}



.splitIndBlock .error {
    color: none;
}

.splitIndBlock label.error {
    color: #E70D4D;
    font-weight: normal;
}

.splitIndBlock input.error {
    color: #333 !important;
    border: #BA6565 1px solid;
}

.splitIndBlock {
    padding: 5px;
    border: 1px solid #63a8c3 !important;
    /*box-shadow: 0 1px 10px 0 #ccc inset;*/
    margin: 8px 6px;
    border-radius: 4px;
    /*background: #f0f0f0;*/
}

.splitIndBlockIndication {
    border: 1px solid #63a8c3 !important;
    background: #fff !important;
}

.splitIndBlock .txtIndName, .splitIndBlock table {
    width: 100%;
}

    .splitIndBlock table td {
        padding-bottom: 10px;
    }

        .splitIndBlock table td:first-child {
            width: 15%;
            padding-left: 10px;
        }

        .splitIndBlock table td:last-child {
            width: 25%;
        }


.splitIndBlock .linkBtnTypeRed {
    display: none;
    float: right;
}

    .splitIndBlock .linkBtnTypeRed .linkBtnType {
        background-color: red;
        border: solid 1px red;
        padding: 3px 6px;
        border-radius: 4px;
        font-size: 12px;
        z-index: 9;
        position: relative;
        color: #fff !important;
        right: 0;
    }

.splitIndBlock .linkBtnType:hover {
    vertical-align: bottom;
    text-decoration: underline;
    background-color: #78a433 !important;
    color: #fff !important;
    border: solid 1px #78a433 !important;
    cursor: pointer;
}

.splitIndBlock:hover .linkBtnTypeRed {
    display: inline-block;
}


form#frm_spltInd .bpmddlcustom label {
    white-space: nowrap;
}

.deletevarfldset {
    border: 2px solid #fe0000 !important;
}

.deletedtr {
    background-color: #fddbd8 !important;
}


.topicResults {
    padding: 6px;
}

    .topicResults .row_bg_ctnr {
        padding: 8px 0px;
        margin: 6px 3px 5px 1px;
    }

    .topicResults .fldstnormal {
        border: 2px solid #ccc;
        margin: 6px 2px;
        padding: 8px 8px 8px 13px;
        border-radius: 5px;
    }

    .topicResults .variantBlock {
        border: 9px solid #e9efeb;
        padding: 3px;
        overflow-y: auto;
        height: auto;
    }

        .topicResults .variantBlock.overflow {
            overflow-x: auto;
            overflow-y: hidden;
        }



        .topicResults .variantBlock table.tab100 {
            width: 100%;
            margin: 14px 0;
        }

            .topicResults .variantBlock table.tab100:hover {
                box-shadow: 0 4px 1px rgba(13, 13, 13, 0.1),0 8px 18px rgba(0, 0, 0, 0.1);
            }

            .topicResults .variantBlock table.tab100 caption {
                background: #65939b;
                padding: 6px 5px;
                font-size: 15px;
                color: #fff;
            }

            .topicResults .variantBlock table.tab100 thead th {
                border: 1px solid #a19898;
                padding: 5px 2px;
                text-align: center;
                background: #ccc;
                font-size: 14px;
                color: #232323;
                font-family: sans-serif;
            }

            .topicResults .variantBlock table.tab100 td:first-child {
                min-width: 180px;
            }

            .topicResults .variantBlock table.tab100 thead td {
                background: #D8D8D8;
                border: 1px solid #A19999;
            }

            .topicResults .variantBlock table.tab100 td.pm {
                padding: 2px 0;
                /*max-width: 40px;*/
                margin: 0;
            }

                .topicResults .variantBlock table.tab100 td.pm * {
                    transform: rotate(-90deg);
                    -moz-transform: rotate(-90.0deg);
                    -o-transform: rotate(-90.0deg);
                    -webkit-transform: rotate(-90.0deg);
                    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
                    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
                    line-height: 1.2em;
                }

            /*.topicResults .variantBlock table.tab100 td.pm > div {
                    line-height: 200%;
                }

                .topicResults .variantBlock table.tab100 td.pm div.rotated {
                    transform: rotate(-90deg);
                    -webkit-transform: rotate(270deg);
                    -moz-transform: rotate(270deg);
                    -o-transform: rotate(-90.0deg);

                    -webkit-transform: rotate(-90.0deg);
                    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
                }*/

            .topicResults .variantBlock table.tab100 td.pink {
                background: pink;
            }

            .topicResults .variantBlock table.tab100 td.yellow {
                background: #E3E368;
            }

            .topicResults .variantBlock table.tab100 td.lightblue {
                background: #c5dce0 !important;
            }

            .topicResults .variantBlock table.tab100 td.green {
                background: lightgreen;
            }


            .topicResults .variantBlock table.tab100 td {
                border: 1px solid #ccc;
                padding: 4px 6px;
                font-size: 14px;
            }

                .topicResults .variantBlock table.tab100 td.tdCenter {
                    text-align: center;
                }

    .topicResults .commentTable td {
        border: none !important;
        padding: 4px !important;
        font-size: 14px;
        font-weight: 600;
    }


    .topicResults .variantBlock .commentBox {
        width: 550px;
        max-height: 500px;
        overflow-y: auto;
        top: -20px;
        right: -2px;
        position: absolute;
        background-color: #fff;
        padding: 0;
        box-shadow: -2px -3px 9px #ccc;
        border-bottom: 1px solid #ccc;
        border-radius: 10px 0 10px 10px;
        z-index: 1;
        /*visibility: hidden;
        opacity: 0;
        transition: visibility 0,opacity .5s linear;*/
    }


        .topicResults .variantBlock .commentBox .box {
        }

    /*.topicResults .variantBlock ul.ulComments {
        border: 1px solid #ccc;
    }

    .topicResults .variantBlock .ulComments li {
        padding: 3px 0;
        background: #FFFFFF;
        list-style-type: disc;
        border-bottom: 1px solid #ccc;
        list-style-position: inside;
        padding-left: 2px;
    }*/

    .topicResults .variantBlock .ulComments li {
        background: #fff;
        list-style-type: disc;
        list-style-position: inside;
    }

        .topicResults .variantBlock .ulComments li:first-child {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .topicResults .variantBlock .ulComments li:last-child {
            border-bottom: 1px solid #FFFAFA;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        .topicResults .variantBlock .ulComments li div {
            padding: 0px 0px;
        }

    .topicResults .variantBlock .ulComments li {
        padding: 0px;
        color: #4d4949;
        font-size: 13px;
        word-spacing: 2px;
        line-height: 18px !important;
        margin-bottom: 0px !important;
    }


    .topicResults .variantBlock .commentBox.show {
        visibility: visible;
        opacity: 1;
    }


    .topicResults .variantBlock .commentBox h1 {
        text-align: center;
        color: #959191;
        font-size: 14px;
        font-style: italic;
        letter-spacing: 2px;
    }

    .topicResults .variantBlock .btnComment {
        color: #03AABC;
        cursor: pointer;
    }

        .topicResults .variantBlock .btnComment:hover {
            text-decoration: underline;
        }

    .topicResults .variantBlock .disable {
        white-space: pre;
        font-size: 12px;
        color: #AFA8A8;
    }

    .topicResults .variantBlock table.tab100 td.pm div {
        margin: 0px;
        font-size: 13px;
        font-style: inherit !important;
    }

table.Ind_sug_subgrid tr.SubGrid .Gridtable.Chaild-Grid-table {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

/*table#tbl_Ind_sug tr.SubGrid table.Gridtable {
    margin-top: 1px !important;
}*/








/* inner grid lightgreen color theme */

table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table .ui-widget-header {
    background: #747474 !important;
    opacity: .9;
    border: 1px solid #828282;
    color: #fff;
    border-bottom: 0;
}

table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table .ui-accordion-header {
    background: #C4C1C1 !important;
    border: 1px solid #C4C1C1;
    border-bottom: none;
    color: #fff !important;
}


table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table tbody tr.Chaild-Grid-Opener-tr + tr > td:first-child + td {
    padding-left: 10px;
}

table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table .ui-spinner-button {
    background: #78A5AD;
    color: #0C0C0C;
}

    table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table .ui-spinner-button:hover {
        background: #0A6C7D !important;
    }

table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table table.Grid-Tfoot-Subtable {
    border-bottom: 1px solid #C4C1C1;
}

table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table tfoot {
    display: none;
}


table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table .bt_grid_refresh,
table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table .btn-close-chaildGrid {
    background: #747474 !important;
    border: 1px solid #ADA4A4;
}

    table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table .bt_grid_refresh:hover,
    table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table .btn-close-chaildGrid:hover {
        background: #7A7D7E !important;
        border: 2px solid #fff;
    }

table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table > thead > tr > td {
    border: 1px solid #8A8585 !important;
    color: #444444 !important;
}

table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table > tbody > tr > td {
    border-left: 1px #C4C1C1 solid;
    border-bottom: 1px #C4C1C1 solid;
    border-right: 1px #C4C1C1 solid;
}


table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table .Grid-info-Label {
    color: #333;
}

table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table .menubar ul ul li span:hover {
    background: #6aa970 !important;
    border: none !important;
}

table.Ind_sug_subgrid tr.SubGrid table.Gridtable.Chaild-Grid-table .Grid-RowAction-link {
    background: #fff !important;
    border: none;
}


/* End inner grid lightgreen color theme */
#ddlratingrounds_chosen {
    width: 80px !important;
}

.divRatedConetent_Parent {
    display: block;
    position: relative;
}

    .divRatedConetent_Parent textarea:disabled {
        resize: none;
    }

    .divRatedConetent_Parent textarea:not(:disabled) {
        background: #fff;
    }

/*#RatingRecommDB_Grid > thead td {
    text-align: center !important;
}
#RatingRecommDB_Grid > thead > tr > td:nth-child(2) {
    width:310px !important;
}
#RatingRecommDB_Grid > thead > tr > td.Assignedstaff {
    width:125px !important;
}
#RatingRecommDB_Grid > thead > tr > td.Rounds {
    width:300px !important;
}*/
#AuthorDB_Grid > thead td {
    text-align: center !important;
}

.ReviewCommentsTable {
    margin: 2px 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid #63A8C3;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .ReviewCommentsTable table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .ReviewCommentsTable tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .ReviewCommentsTable table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .ReviewCommentsTable table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .ReviewCommentsTable tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .ReviewCommentsTable tr:nth-child(odd) {
        background-color: #ffffff !important;
    }

    .ReviewCommentsTable tr:nth-child(even) {
        background-color: #ffffff !important;
    }

    .ReviewCommentsTable td {
        vertical-align: middle;
        background-color: #fff !important;
        border: 1px solid #63a8c3;
        text-align: left;
        padding: 3px;
        font-size: 12px;
        /*font-size: inherit;*/
        font-family: inherit !important;
        font-weight: normal !important;
        color: #2E2A2A;
    }

    .ReviewCommentsTable tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .ReviewCommentsTable tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .ReviewCommentsTable tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .ReviewCommentsTable tr:first-child td {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
        background: -o-linear-gradient(top,#005fbf,003f7f);
        /*background-color: #c5dce0 !important;*/
        border: 0 solid #63a8c3;
        text-align: center;
        border-width: 0px 0px 1px 0px !important;
        font-size: 10px;
        font-family: Arial;
        font-weight: bold;
        margin-bottom: 1px;
    }

        .ReviewCommentsTable tr:first-child td:first-child {
            border-width: 0px 0px 1px 0px;
        }

.CSSTableGenerator tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}


.divratedcontentview textarea {
    resize: vertical;
    min-height: 16px;
}

.divratedcontentview input[type="text"] {
    /*height: 28px;*/
    padding: 3px 10px;
    margin: 0;
}

.controlLabel {
    display: inline-flex;
    text-align: right;
    padding: 10px 20px;
    font-size: 13px;
}

.divratedcontentview .divButtons {
    padding: 10px 30px;
}

    .divratedcontentview .divButtons .addBtns {
        float: right;
    }



.divratedcontentview table .addBtns {
    float: none;
}

.divratedcontentview .div-EditField-buttons {
    margin-top: 10px;
    border-top: 1px solid #a6c9e2;
    text-align: right;
}

    .divratedcontentview .div-EditField-buttons.noborder {
        padding: 2px 8px;
        border: 0 !important;
        margin: 0 !important;
    }

    .divratedcontentview .div-EditField-buttons:not(.revert).noborder .divButtons {
        text-align: left;
    }

    .divratedcontentview .div-EditField-buttons.noborder .divButtons {
        padding: 0;
    }

    .divratedcontentview .div-EditField-buttons.revert {
        margin-bottom: 10px;
        border-bottom: 1px solid #a6c9e2;
        margin-top: 0;
        border-top: none;
    }

    .divratedcontentview .div-EditField-buttons .divButtons input {
        padding: 3px 10px;
    }




.divratedcontentview .box {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 8px 0px;
    box-shadow: 0 8px 8px -10px #6F6F6F, 0 -7px 6px -9px #DFDFDF;
    padding: 8px 0px;
    background: #E9EBEA;
}

.table100 {
    width: 100% !important;
}

.divratedcontentview .fldstnormal .table100 td {
    vertical-align: top;
}

.divratedcontentview td.ChaildGridButton {
    vertical-align: middle;
}

.divratedcontentview div.ChaildGridButton {
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.diaRadioTab thead tr td {
    border-left: 1px solid #A19191;
    border-right: 1px solid #A19191;
}

    .diaRadioTab thead tr td:first-child {
        border-right: 1px solid #20527F;
    }

    .diaRadioTab thead tr td:last-child {
        border-right: 1px solid #20527F;
    }

textarea:focus {
    border: 1px solid #B5B5B5;
    box-shadow: none;
    text-shadow: none;
}

.divratedcontentview .noResults {
    padding: 3px;
    text-align: center;
    font-size: 14px;
}

.mainComments {
}


    .mainComments h1 {
        text-align: center;
        color: #ccc;
        font-style: italic;
        font-size: 13px;
        text-decoration: underline;
        letter-spacing: 5px;
        padding: 3px 6px;
    }

    .mainComments .divComments {
        padding: 1px 2px;
        border: 1px solid #ccc;
        box-shadow: 0 1px 1px #bab2b2;
    }

        .mainComments .divComments h2 {
            color: #ccc;
            padding: 3px 6px;
            font-size: 12px;
        }

            .mainComments .divComments h2 span {
                font-style: italic;
                font-size: 15px;
                color: #6D4F4F;
                padding: 3px 6px;
            }

                .mainComments .divComments h2 span.close {
                    float: right;
                    font-size: 16px;
                    margin: 0 7px;
                    padding: 0;
                    cursor: pointer;
                }

        .mainComments .divComments .divCommBody {
            padding: 2px 8px;
            padding-left: 32px;
        }

            .mainComments .divComments .divCommBody textarea {
            }

        .mainComments .divComments:hover {
            box-shadow: 0 1px 3px #bab2b2;
            border: 1px solid #ccc;
        }

        .mainComments .divComments:first-child {
            border-top: 1px solid #ccc;
        }

        .mainComments .divComments.divHighlight {
            padding: 3px 10px;
            border-right: 6px solid #EB8B8B;
            border-left: 6px solid #EB8B8B;
        }



#fountainTextG {
    width: 234px;
}

.fountainTextG {
    color: rgb(0,0,0);
    font-family: Arial;
    font-size: 24px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: left;
    animation-name: bounce_fountainTextG;
    -o-animation-name: bounce_fountainTextG;
    -ms-animation-name: bounce_fountainTextG;
    -webkit-animation-name: bounce_fountainTextG;
    -moz-animation-name: bounce_fountainTextG;
    animation-duration: 2.09s;
    -o-animation-duration: 2.09s;
    -ms-animation-duration: 2.09s;
    -webkit-animation-duration: 2.09s;
    -moz-animation-duration: 2.09s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.5);
    -o-transform: scale(.5);
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
}

#fountainTextG_1 {
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#fountainTextG_2 {
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#fountainTextG_3 {
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#fountainTextG_4 {
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#fountainTextG_5 {
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#fountainTextG_6 {
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#fountainTextG_7 {
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

#fountainTextG_8 {
    animation-delay: 1.79s;
    -o-animation-delay: 1.79s;
    -ms-animation-delay: 1.79s;
    -webkit-animation-delay: 1.79s;
    -moz-animation-delay: 1.79s;
}

#fountainTextG_9 {
    animation-delay: 1.94s;
    -o-animation-delay: 1.94s;
    -ms-animation-delay: 1.94s;
    -webkit-animation-delay: 1.94s;
    -moz-animation-delay: 1.94s;
}




@keyframes bounce_fountainTextG {
    0% {
        transform: scale(1);
        color: rgb(0,0,0);
    }

    100% {
        transform: scale(.5);
        color: rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainTextG {
    0%; {
        -o-transform: scale(1);
        color: rgb(0,0,0);
    }

    100% {
        -o-transform: scale(.5);
        color: rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainTextG {
    0% {
        -ms-transform: scale(1);
        color: rgb(0,0,0);
    }

    100% {
        -ms-transform: scale(.5);
        color: rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainTextG {
    0% {
        -webkit-transform: scale(1);
        color: rgb(0,0,0);
    }

    100% {
        -webkit-transform: scale(.5);
        color: rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainTextG {
    0% {
        -moz-transform: scale(1);
        color: rgb(0,0,0);
    }

    100% {
        -moz-transform: scale(.5);
        color: rgb(255,255,255);
    }
}

.trcomhide {
    display: none;
}


.carousel {
    width: 293px;
    overflow: hidden;
    position: relative;
}

    .carousel ul.roundedLi li {
        float: left;
    }

        .carousel ul.roundedLi li:not(.active) {
            cursor: pointer;
        }

        .carousel ul.roundedLi li:nth-child(odd) {
            background: #908D8D;
            padding: 3px 3px;
            border-radius: 50%;
            font-size: 18px;
            color: #fff;
            font-weight: 700;
            border: 1px solid /*#3CD4C6*/ #3CD4C6;
            text-align: center;
            width: 24px !important;
        }

        .carousel ul.roundedLi li:nth-child(even) span {
            float: left;
            padding: 1px 14px;
            background: /*#38B7D4*/ #38B7D4;
            width: 1px;
            height: 1px;
            margin-top: 15px;
        }

        .carousel ul.roundedLi li.active, ul.roundedLi li:nth-child(odd):hover {
            background: /*#38B7D4*/ #38B7D4;
        }


        .carousel ul.roundedLi li.disabled {
            background: #E5E1E1 !important;
            color: #B7B7B7 !important;
            cursor: no-drop !important;
            border: 1px solid #ccc !important;
        }

.divratedcontentview .fldstnormal, .topicResults .fldstnormal, .divTopicRecommondations .fldstnormal, .divAuthoring .fldstnormal {
    border: 1px solid /*#72AEC6*/ #72AEC6 !important;
}


td.txtprocreviewcomments_td {
    padding: 0 !important;
    margin: 0 !important;
    border-left: 0 !important;
}

    td.txtprocreviewcomments_td textarea {
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        height: 85% !important;
        box-shadow: none !important;
        border: 0 !important;
        resize: none;
    }

        td.txtprocreviewcomments_td textarea:focus {
            border: none !important;
            box-shadow: none !important;
            text-shadow: none !important;
            outline-offset: 0;
            outline: none;
        }


.deletevarfldset.varfldset.fldstnormal {
    border: 2px solid #fe0000 !important;
}

.cnfrmdiv p {
    font-weight: normal !important;
}

    .cnfrmdiv p span {
        font-weight: bold !important;
    }



.disagree {
    color: #ff3300;
}

.customspanTrue {
    font-weight: bold;
}

/*.tblwrklistIndicationMainGrid .gridBody gridRow gridCell:nth-child(11) {
    text-align: center;
}*/
.tblwrklistIndicationMainGrid tbody:not(tfoot) tr td:nth-last-child(2) span) {
    text-align: center;
    display: block;
}

.cusdiv {
    font-weight: normal;
}

    .cusdiv span {
        font-weight: bold !important;
    }

.contentcontnrPadng .GridHolder .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 252px;
    border: 0;
    font-size: 100%;
    font: inherit;
    text-align: left !important;
    color: #575757;
    font-weight: normal !important;
}

.splittable td {
    text-align: center;
}

.tblProcedureMainGrid {
}


/*div#tbl_Procedure > div.gridBody {
    height: 675px;
}*/

/*div#tbl_Procedure {
    height: 25%;
}*/


div.gridTable .grddeleteicon, div.gridTable .grdaoiicon {
    width: 22px;
    height: 24px;
}



div#tbl_Procedure .gridCell.gridheaderchkbox, div#tbl_Procedure .gridCell.gridheaderchkbox {
    width: 1% !important;
    border-right: 0 !important;
    padding-left: 3px !important;
}


table#tbl_EvidenceData > thead {
    /*display: block;*/
}

table#tbl_EvidenceData > tbody {
    /*display: block;*/
    overflow: auto;
    /*min-height: 600px;*/
}


/*.gridTable.tblProcedureMainGrid > .gridBody > .gridRow :not(.blockEdit):hover {
        background-color: #E8EDF2 !important;
 }

   .gridRow.blockEdit {
    background-color: #FFDAD7 !important;
  
}*/

/*.gridRow.blockEdit {
        border-left: 1px solid #FE0000 !important;
}*/

/*procedure Replace*/
.rcorners1 {
    background: #F2F2F2;
    /*padding-right: 20px;
        padding-left: 20px;*/
    height: 450px;
    overflow: auto;
}

.fldstnor {
    border: 1px solid #ccc;
    border-radius: 7px;
    margin-right: 20px;
    margin-left: 20px;
}

.details {
    list-style-position: inside;
}

.count {
    background-color: #777777;
    color: white;
    height: 24px;
}

.spnlft {
    float: left;
    display: inline;
    padding-left: 9px;
    position: relative;
    top: 3px;
}
/*.spnbtn
{
float:right; 
display:inline;
 padding-left:12px;
padding-left: 9px;
padding-right: 9px;
 position: relative;
top: 2px;
}*/
.spnrt {
    float: right;
    display: inline;
    position: relative;
    top: 3px;
    padding-right: 9px;
}

/*div#tbl_Indication > div.gridBody {
    height: 650px;
}*/

/*div#tbl_Indication > div.gridBody {
    height: 55%;
}

div#tbl_Indication {
    height: 25%;
}*/
#tbl_Indication > .gridBody > .gridRow > .gridCell span.tdGridSpanWrap[data-val-propname="CustomColumn"] {
    vertical-align: middle;
    position: relative;
    padding: 0;
    margin: 0 auto;
}

.proposechange .gridSubGridOpener {
    opacity: -0.4 !important;
    cursor: default;
    pointer-events: none;
}

.Ishistory .gridCellMenuBar {
    opacity: -0.4 !important;
    cursor: default;
    pointer-events: none;
}
/*div#tbl_Topic > div.gridBody {
    height: 635px;
}*/

.hidden .gridCell:nth-child(3), .hidden.topicstat .gridCell:nth-child(3) {
    background: pink;
}


.topicstat .gridCell:nth-child(3) {
    background: #fcf8e3;
}

.TopicCount {
    width: 50px !important;
    border-color: #000000 !important;
    text-align: center;
    border-radius: 4px;
}

.hidden.recentlyEdited .gridCell:nth-child(3), .topicstat.recentlyEdited .gridCell:nth-child(3) {
    color: #575757;
}

/*.Gridtable > tbody > tr.recentlyEdited  {
    background-color: #c5dce0!important;
    color: #000!important;
}

    .Gridtable > tbody > tr.recentlyEdited:hover {
        background-color: #575757!important;
        color: #fff!important;
    }*/
.requestreps {
    color: blue;
    /*display: block;
    margin: 2px 2px;
    text-align: center;*/
    font-style: italic;
    font-weight:bold;
   
}



/*div.panelMemberlisting div.jHtmlArea {
    width: 1350px !important;
}

div.panelMemberlisting div.ToolBar {
    width: 1350px !important;
}

div.panelMemberlisting iframe {
    width: 900px !important;
    height: 201.333px !important;
}

    div.panelMemberlisting iframe body {
        width: 1500.33px !important;
    }*/

.test {
    min-width: 197px;
    width: 100%;
    height: 350PX;
}

.txtlicensetext {
    min-width: 197px;
    width: 100%;
}

#tbl_EvidenceSubGrid thead tr.ui-accordion-header {
    display: table-row !important;
}

#tbl_EvidenceData thead tr.ui-accordion-header {
    /*display: table-row !important;*/
}

#Indtabs #tabs-1 .chosen-container {
    padding-right: 13px;
}

.divpgEditblock {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 3px;
}
/*.divpgEditblock .ui-widget-content {
        border:none;
    }*/

.tbSOEMainGrid .gridSubGridContainer .gridRefreshBtn, .tbSOEMainGrid .gridSubGridContainer .gridContainer:first-child .gridSearchBlock {
    display: none;
}

.topicfldst {
    border: 2px solid #ccc;
    margin: 5px;
    margin-left: 0px;
    padding: 6px;
    border-radius: 7px;
}

    .topicfldst table table input {
        width: 90%;
    }

.mainfldst table tr:nth-child(3) td {
    padding-left: 0px;
}

.divnotification {
    cursor: pointer;
    background-image: url(../Content/images/notification.png);
    width: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 18px;
    display: block;
    float: left;
    margin-top: -7px;
    margin-left: 19px;
}

.divnotification-2 {
    cursor: pointer;
    background-image: url(../Content/images/chat.png);
    width: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 18px;
    display: block;
    float: left;
    margin-top: 14px;
    margin-left: 14px;
}

.txt-p {
    background-color: red;
    border-radius: 3.75em;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: bolder;
    margin-left: 30px;
    line-height: 1;
    padding: .4em .6em;
    top: 3px;
    vertical-align: middle;
    z-index: 999;
    margin-bottom: 0;
}

.txt-p2 {
    background-color: red;
    border-radius: 3.75em;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: bolder;
    position: absolute;
    margin-left: 25px;
    line-height: 1;
    padding: .4em .6em;
    top: 3px;
    vertical-align: middle;
    z-index: 999;
    margin-bottom: 0;
}

.notification_li {
    position: relative;
    padding: 5px 10px 10px 10px;
    border-bottom: .5px solid #8B9DC3;
    font-size: 14px;
}

.liapproved {
    background-color: #EDF3FF;
}

.divrequests {
    cursor: pointer;
}

#notificationContainer {
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 40px;
    margin-left: -170px;
    width: 400px;
    z-index: 999;
    display: none;
}

    #notificationContainer:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid black;
        border-color: transparent transparent white;
        margin-top: -20px;
        margin-left: 188px;
    }

#notificationTitle {
    font-weight: bold;
    padding: 8px;
    font-size: 13px;
    background-color: #ffffff;
    position: fixed;
    z-index: 1000;
    width: 384px;
    border-bottom: 1px solid #dddddd;
}

#notificationsBody {
    padding: 30px 0px 0px 0px !important;
    min-height: 270px;
}

#notificationFooter {
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}

.Role {
    box-shadow: 3px 3px 3px #dfdfdf !important;
    -moz-box-shadow: 3px 3px 3px #dfdfdf;
    -webkit-box-shadow: 3px 3px 3px #dfdfdf !important;
    position: absolute;
    right: 285px;
    top: 162px;
    z-index: 29 !important;
    display: none;
    z-index: 999999 !important;
}

.displaytoday {
    opacity: 4 !important;
}

.process-img {
    text-align: center;
    display: none;
    position: absolute;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    /* IE 5-7 */
    filter: alpha(opacity=20);
    /* Netscape */
    -moz-opacity: 0.20;
    /* Safari 1.x */
    -khtml-opacity: 0.20;
    /* Good browsers */
    opacity: 0.20;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #666;
    cursor: progress;
}

    .process-img .imgproc {
        background: url("images/wheel3.gif") no-repeat 0 0;
        height: 40px;
        margin: 0 auto;
        width: 40px;
    }

    .process-img img {
        vertical-align: middle;
        box-shadow: 0px 0px 10px #b6b6b6;
        -moz-box-shadow: 0px 0px 10px #b6b6b6;
        -webkit-box-shadow: 0px 0px 10px #b6b6b6;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        padding: 4px;
    }

    .process-img > table {
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
    }

.verifyRef, .readyForReview, .AssignRevBtn, .SubmitReview {
    background-color: #337ab7;
    color: #fff;
    border-radius: 6px;
}

.litNotified, .revNotified {
    color: #33b755;
}


.emailicon {
    /*width: 20px;*/
    width: 28px;
    height: 20px;
    cursor: pointer;
    /*background: transparent url(../Content/images/email_to_be_sent1.png) no-repeat 0 0;*/
    background: transparent url(../Content/images/mail-sent-icon.svg) no-repeat 0 0;
    margin: 0 auto;
    display: -webkit-inline-box;
    position: relative;
    top: 8px;
    margin-left: 8px;
}

.emailiconforpanel {
    width: 24px;
    height: 16px;
    cursor: pointer;
    background: transparent url(../Content/images/email.png) no-repeat 0 0;
    margin: 0;
    display: -webkit-inline-box;
    position: relative;
    top: 1px;
    margin-right: 0;
}

.emailiconThank {
    width: 24px;
    height: 16px;
    cursor: pointer;
    background: transparent url(../Content/images/envolopeNewT.png) no-repeat 0 0;
    margin: 0;
    display: -webkit-inline-box;
    position: relative;
    top: 1px;
    margin-right: 0;
}

.emailiconReqForm {
    width: 24px;
    height: 16px;
    cursor: pointer;
    background: transparent url(../Content/images/envolopeP.png) no-repeat 0 0;
    margin: 0;
    display: -webkit-inline-box;
    position: relative;
    top: 1px;
    margin-right: 0;
}

.emailiconWelcome {
    width: 24px;
    height: 16px;
    cursor: pointer;
    background: transparent url(../Content/images/envolopeNewW.png) no-repeat 0 0;
    margin: 0;
    display: -webkit-inline-box;
    position: relative;
    top: 1px;
    margin-right: 0;
}

.ThankYouIcon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url(../Content/images/New_T.png) no-repeat 0 0;
    margin: 0;
    display: -webkit-inline-box;
    position: relative;
    top: 3px;
    margin: 0 3px;
    background-size: 100%;
}

.WelcomeIcon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url(../Content/images/New_W.png) no-repeat 0 0;
    margin: 0;
    display: -webkit-inline-box;
    position: relative;
    top: 3px;
    margin: 0 3px;
    background-size: 100%;
}

.envolopeeight {
    width: 34px;
    height: 17px;
    background: transparent url(../Content/images/envolope8.png) no-repeat 0 0;
    margin: 0 auto;
    display: -webkit-inline-box;
    position: relative;
    top: 2px;
}

.envoloptwelve {
    width: 34px;
    height: 17px;
    background: transparent url(../Content/images/envolope12.png) no-repeat 0 0;
    margin: 0 auto;
    display: -webkit-inline-box;
    position: relative;
    top: 2px;
}

.envolopfifteen {
    width: 34px;
    height: 17px;
    background: transparent url(../Content/images/envolope15.png) no-repeat 0 0;
    margin: 0 auto;
    display: -webkit-inline-box;
    position: relative;
    top: 2px;
}

.litReviewfirstenvolope {
    width: 36px;
    height: 17px;
    background: transparent url(../Content/images/Remiander-29.png) no-repeat 0 0;
    margin: 0 auto;
    display: -webkit-inline-box;
    position: relative;
    top: 2px;
}

.litReviewsecondenvolope {
    width: 36px;
    height: 17px;
    background: transparent url(../Content/images/Remainder-36.png) no-repeat 0 0;
    margin: 0 auto;
    display: -webkit-inline-box;
    position: relative;
    top: 2px;
}

.notifiedicon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../Content/images/notifiedicon.png) no-repeat 0 0;
    margin: 0 auto;
    display: -webkit-inline-box;
    position: relative;
    top: 8px;
}

.editedicon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../Content/images/worklist.png) no-repeat 0 0;
    display: block;
    margin: 0 auto;
    background-size: 95%;
}

.DashBoardBtn {
    background: #c5dce0 url(images/ui-bg_glass_25_1D4F7C_1newx400.png) 50% 50% repeat-x !important;
    border-radius: 3px !important;
    border: 1px solid #c5d6e0 !important;
    /*padding: 0.3em 1em !important;*/
    /*font-size: 1em;*/
    margin: 0 0 3px 0;
    cursor: pointer;
    color: #05294d !important;
}

    .DashBoardBtn:hover {
        background: #c5dce0 !important;
        border-radius: 4px !important;
        border: 1px solid #c5d6e0 !important;
        /*padding: 0.3em 1em !important;*/
        /*font-size: 1em;*/
        /*margin: 3px;*/
    }

    .DashBoardBtn .ui-button-text {
        color: #05294d !important;
        font-weight: bold !important;
    }

/*.ui-corner-all {
    border-radius: 0px !important;
}*/

.ratedTab .ui-button-text-only .ui-button-text .ui-button-text {
    padding: 0;
}

#tbl_Tag_Pred .gridCaption {
    height: auto !important;
    padding: 4px !important;
}

/*#tbl_Tag_Pred .gridCaption .gridCaptionLeft {
        width: 98% !important;
    }

        #tbl_Tag_Pred .gridCaption .gridCaptionLeft .gridTitle {
            padding-left: 17px !important;
            margin-top: -17px !important;
        }*/

.submittedupload, .submitTopicReview {
    color: #33b755;
}

.addReviewers {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../Content/images/reviewer-icon.png) no-repeat 0 0;
    display: block;
    /* float: none; */
    /* padding: 0; */
    margin: 0 auto;
}

.tbdUnfinNew {
    text-align: center;
}

.tbd {
    padding-left: 3px;
}

.lname, .fname {
    padding-right: 6px;
}

.authorcls tr td {
    padding: 2px !important;
}

.originDateText {
    width: 95%;
}

#txtReviewDate {
    width: 93%;
}

.neverPublishDiv {
    background-color: #c5dce0;
    border-radius: 12px;
    padding: 9px;
    text-align: center;
    /* border-color: black; */
    border: 1px solid #c5dce0;
    /* color: #fff; */
    font-size: 16px;
}

.lblauthref {
    display: none;
}

.finalize {
    display: none;
    padding-left: 4px;
}

.unfinalize_TBD {
    display: none;
    padding-left: 1px;
}

.finalize td:nth-child(2) {
    padding-left: 2px;
}

.viewreference {
    background: #417A29 !important;
    border: 1px solid #417A29 !important;
    color: #fff;
}

.bullets {
    position: relative !important;
    top: -2px !important;
    font-size: 6px !important;
    padding-right: 4px !important;
}

.WrklstRelease .chosen-container-single {
    width: 250px !important;
}

.ReplaceReftr {
    border-left: 1px solid #d14545 !important;
}

.txtAlign {
    text-align: center;
}

.LoaderDiv {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #000;
    opacity: 0.5;
    background-image: url(/Content/Images/wheel3.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.highlightproposechange {
    border-top: 3px solid green !important;
    border-left: 3px solid green !important;
    border-bottom: 3px solid green !important;
    border-right: 3px solid green !important;
}

.roundsLi {
    /*width: 6em;
    word-wrap: break-word;
    list-style-position: outside;
    position: relative;
    left: 12px;*/
}

#resetRateBtn {
    background: #053664 url(images/header_bg.jpg) repeat-x 0 0;
    color: #fff;
    border-radius: 4px;
    padding: 3px 6px 3px 5px;
    position: relative;
    right: 4px;
    font-size: 12px;
    font-family: 'Trebuchet MS';
}

    #resetRateBtn:hover {
        text-decoration: none;
    }

.tdusercomments {
    padding-right: 18px !important;
}

.unRatedComments {
    border: 0px !important;
    padding: 2px 10px !important;
    table-layout: fixed !important;
}

.commitratedtd {
    border-left: 1px solid #63a8c3 !important;
}

.TopicSubmitReview {
    /*position: relative;
    bottom: 39px;
    right: 14px;*/
}

.panelMemSubmitRev {
    right: 30px !important;
}

.commentsList {
    min-height: 25px;
}

    .commentsList:focus {
        outline: none;
    }

.commSubmittedBy {
    white-space: pre;
    padding-left: 20px;
}

.Vardivratedconetnt {
    background: #65939b;
    padding: 6px 5px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.txtfinalcomments {
    margin: 0;
    padding: 0;
    max-width: 99.6%;
}

.addVarToReview td {
    padding: 5px;
}

.wrap {
    display: table;
    width: 100%;
    height: 100%; /* need to set height for this to work in Chrome */
}

.cell-wrap {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

    .cell-wrap.left {
        width: 50%;
        padding-right: 10px; /* if you need some whitespace */
    }

.commit {
    border-collapse: collapse;
    border-spacing: 0;
}

    .commit > tbody > tr > td, table th {
        border: 1px solid #63a8c3;
        text-align: left;
        padding: 0.4em;
    }

.tdcmtratedhd {
    background-color: #c5dce0;
    color: #444444;
}

.cmtratedrvrt {
    border: 3px solid #63a8c3 !important;
    font-weight: bold;
    /*box-shadow: 0px 0px 8px #222;*/
}

.cmtheader {
    text-align: center;
}

.icnPDF {
    background: rgba(0, 0, 0, 0) url(../Content/images/pdf-Icn.png) no-repeat 0 0;
    width: 23px;
    height: 23px;
    padding: 0 !important;
    background-size: 100%;
}

.icnWord {
    background: transparent url(../Content/images/mword2.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
    padding: 0 !important;
    cursor: pointer;
}

.fa-copyright {
    cursor: pointer;
    /*margin-left: 59px;*/
    font-size: 16px
}

.icon-inbox {
    cursor: pointer;
    /*margin-left: 59px;*/
}

.icon-clipboard2 {
    cursor: pointer;
    /*margin-left: 59px;*/
}

.icnVideo {
    background: transparent url(../Content/images/video-icn.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    background-size: 100%;
    cursor: pointer;
}

.icnPPT {
    background: transparent url(../Content/images/ppt-icn.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    background-size: 100%;
    cursor: pointer;
}

.divModuleDetails > div, .divUploadUserGuide {
    margin-bottom: 5px;
}

.homepagefntclr {
    color: black !important;
}

/*.browseBtn {
    width: 71px;
    height: 23px;
    background: url(images/browse_btn.jpg) no-repeat 0 0;
    overflow: hidden;
    display:inline-table;
}
.browseBtn input {
    display: block!important;
    width: 71px!important;
    height: 23px!important;
    opacity: 0!important;
    overflow: hidden!important;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0;
    padding: 0;
    cursor: pointer;
}*/
.catinfoheading {
    background-color: #262626 !important;
}

    .catinfoheading > th {
        border: none !important;
    }

.catinfotrodd {
    background-color: #e4e1e1;
}

.information {
    width: 25px;
    height: 12px;
    cursor: pointer;
    background: transparent url(../Content/images/information.png) no-repeat 0 0;
    display: block;
    /* float: none; */
    /* padding: 0; */
    margin: 0 auto;
}

table.Catinfo {
    padding: 5px;
}

    table.Catinfo th {
        color: white;
        padding: 11px;
    }

    table.Catinfo tr {
        border: 1px solid black;
    }

    table.Catinfo td {
        padding: 11px;
    }

.fldstnormal.tpcresultsfldset > table th > span:first-child {
    display: inline-block;
    padding-right: 5px;
}

.fldstnormal.tpcresultsfldset > table th > span:last-child {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-bottom: -2px;
}


.divUploadfiles {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .divUploadfiles > div {
        display: table-row;
    }

        .divUploadfiles > div > div {
            display: table-cell;
            padding-bottom: 8px;
        }

            .divUploadfiles > div > div:first-child {
                width: 20%;
            }

            .divUploadfiles > div > div:last-child {
                width: 80%;
            }

    .divUploadfiles .fileUserGrp, .divUploadfiles .videoUser {
        padding: 0;
        margin: 0 0 3px 0;
    }

    .divUploadfiles .MultiFile-label {
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.remainder {
    padding: 3px;
    float: left;
    margin-top: 0px;
    margin-right: 8px;
}

.ratedTab {
    width: 100%;
    margin-top: 5px;
}

    .ratedTab tr td:nth-child(2) table tr td:first-child {
        position: relative;
    }

    .ratedTab .roundTxt {
        position: absolute;
        left: -47px;
        top: 6px;
    }
/*.ui-corner-all {
    border-radius:3px !important;
}*/
.ui-button {
    font-size: 14px !important;
}

.lftcntpad .ui-widget-header {
    border: none;
}

.Grid-Caption-right .ui-button {
    margin-left: 0.5em;
}

/*.divpgEditblock .ui-widget-content, .divpgEditblock .ui-widget-header {
    border: none;
}*/

.divpgEditblock .ui-tabs .ui-tabs-panel {
    padding: 0 !important;
}

.divpgEditblock .ui-tabs .ui-tabs-nav {
    padding: 2px 4px;
}

.pvtfld > table {
    float: right;
}
/*.chosen-container-multi .chosen-choices, .chosen-container-single .chosen-single {
    border-radius:3px;
}*/

/*  */

.spnGreen {
    color: green;
}

.spnRed {
    color: #E80c4D;
}

.greenTick {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../Content/images/green_tick.png) no-repeat 0 0;
    display: block;
    /* float: none; */
    /* padding: 0; */
    margin: 0 auto;
}

.span-center-align {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.userediticon {
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-image: url(../Content/images/UserName_Edit.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
}

.custombutton {
    height: 23px;
    cursor: pointer;
    background-color: #346189;
    border-radius:5px;
    color:white;
    border:none;
}

.loadingDiv {
    background: url("images/wheel3.gif") no-repeat scroll center #666 !important;
    display: inline-block;
    font-size: 0;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    opacity: .5;
}

.isvaliduname {
    border-left: /*1px solid green*/ none !important;
}

.loginbtn {
    width: 127px !important;
    height: 21px;
}

.loginhrline {
    border: none;
    background: #000;
}

.divTableOuter .divTable > div > div:first-child {
    width: 15px;
    text-align: center;
}

.divTableOuter .divTable_sentEmail:not(.divParticipantsSendEmail) > div > div, .divTableOuter .divTable_sentEmail:not(.divParticipantsSendEmail) > div > div:first-child {
    width: auto;
}

.Previous {
    width: 25px;
    height: 27px;
    cursor: pointer;
    background: transparent url(../Content/images/Previous.png) no-repeat 0 0;
    display: block;
    /* float: none; */
    /* padding: 0; */
    margin: 0 5px;
}

.Next {
    width: 25px;
    height: 27px;
    cursor: pointer;
    background: transparent url(../Content/images/Next.png) no-repeat 0 0;
    display: block;
    /* float: none; */
    /* padding: 0; */
    margin: 0 5px;
}

.corosal5round {
    overflow: hidden;
    height: 50px;
    position: relative;
}

.readyToGenerate td {
    background: #EEE9D4 !important;
}

.SubmitFinalResults td {
    background: #BECCC6 !important;
}


#divTable .divHeaderRow .divTable div:first-child, #divTable .divRow .divTable div.divCell:first-child {
    width: 3%;
}

.divTable {
    width: 100%;
    display: table;
    margin: 0px;
    line-Height: 26px;
    border-collapse: collapse;
    table-layout: fixed;
}

.divHeaderRow {
    display: table-header-group;
}

.divHeaderCell {
    border-left: 1px solid #A19191;
    border-right: 1px solid #A19191;
    width: /*8.15%*/ auto;
    padding: 5px;
    display: table-cell;
    font-family: 'arial',helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    background: #346189; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NjE4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM0NjE4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzFkNGY3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTY4OTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #346189 0%, #346189 50%, #1d4f7c 51%, #3a6892 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#346189), color-stop(50%,#346189), color-stop(51%,#1d4f7c), color-stop(100%,#3a6892)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* IE10+ */
    background: linear-gradient(to bottom, #346189 0%,#346189 50%,#1d4f7c 51%,#3a6892 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#346189', endColorstr='#3a6892',GradientType=0 ); /* IE6-8 */
    color: #fff;
    text-align: center;
    line-height: normal;
}

.divHeaderCellfirst {
    width: 9% !important;
}


.divRow {
    display: table-row;
    color: #444444;
}

.divCell {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: /*8.15%*/ auto;
    padding: 5px;
    display: table-cell;
    /*background-color: #e2e2e2;*/
    color: #444444;
    font-size: 12px;
}

.divCellFirst {
    width: 3% !important;
}

/* div sub table*/
.sub-divTable {
    width: 99%;
    display: table;
    margin: 10px auto;
    table-layout: fixed;
}

.sub-divHeaderRow {
    display: table-header-group;
}

.sub-divCaption {
    display: table-caption;
    padding: 5px;
    border: 1px solid #63a8c3;
    border-bottom: none;
    background: #c6e8e7;
}

.sub-divHeaderCell {
    background: #c5dce0;
    border: 1px solid #63a8c3;
    width: /*8.15%*/ auto;
    padding: 5px;
    word-wrap: break-word;
    line-height: normal;
    display: table-cell;
    font-family: 'arial',helvetica, sans-serif;
    font-size: 13px;
    color: #555353;
    text-align: center;
}


.sub-divRow {
    display: table-row;
    color: #444444;
}

.sub-divCell {
    border: 1px solid #63a8c3;
    width: /*8.15%*/ auto;
    padding: 5px;
    display: table-cell;
    background-color: #fff;
    color: #444444;
    font-size: 13px;
}

div.gridSubGridOpener {
    opacity: 0.5;
    cursor: pointer;
    /*background: url(images/list_metro.png) no-repeat 0 0;*/
    width: 16px;
    height: 16px;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    /*top: 30%;*/
    padding: 0;
}

.ActioniconExcel {
    background: url(images/list-icon.png) no-repeat 0 0;
    width: 16px;
    height: 14px;
    border: 1px solid #D2D2D2;
    border-radius: 2px;
    margin: 0 auto !important;
}
/* end div sub table*/


.ReviewersCheckdiv {
    min-height: inherit;
}

.ViewTaggedRefs {
    margin: 1px 0;
}

/* sign In */

.form-signin {
    /*max-width: 330px;*/
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input, .form-signin textarea {
        max-width: 100%;
    }

        .form-signin input[type="email"] {
            margin-bottom: -1px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

            .form-signin input[type="email"].mid {
                margin-bottom: -1px;
                border-radius: 0;
            }

            .form-signin input[type="email"].last {
                margin-bottom: -1px;
                border-top-right-radius: 0;
                border-top-left-radius: 0;
                border-bottom-right-radius: 4px;
                border-bottom-left-radius: 4px;
            }

        .form-signin input[type="text"] {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            box-shadow: none;
            background: none;
            margin-top: -1px;
        }

.txtArea {
    margin: 5px 0 10px 0;
    height: 100px;
}

#btnSubmit {
    margin-right: 5px;
}

.ui-dialog .ui-dialog-content {
    padding: 0.5em;
}
/*.ui-corner-all {
    border-radius:3px !important;
}*/
.lftcntpad .ui-widget-content {
    padding: 0;
    border: none;
}

 /*   .lftcntpad .ui-widget-content a {
        color: #fff;
    }*/

.lftcntpad .ui-tabs .ui-tabs-panel {
    padding: 2px 0 0 !important;
}
/*.lftcntpad .ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}*/
.divTableBasic {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .divTableBasic > div {
        display: table-row;
    }

        .divTableBasic > div > div {
            display: table-cell;
            padding: 4px;
            vertical-align: middle;
        }

    .divTableBasic .txtclm {
        margin: 0;
        width: 95%;
    }

#txtAnalysisId {
    width: 300px;
}

.delspan {
    padding-left: 10px;
}

.delAnalysisBtn {
    margin-top: 0px !important;
}

.Agecls .gridCell:nth-child(5), .Agecls .gridCell:nth-child(9) {
    background-color: #f7e8d2;
}

.Gendcls .gridCell:nth-child(6), .Gendcls .gridCell:nth-child(10) {
    background-color: #daf5dc;
}

.BAcls .gridCell:nth-child(4), .BAcls .gridCell:nth-child(8) {
    background-color: #cff0f5;
}

.Predcls .gridCell:nth-child(3), .Predcls .gridCell:nth-child(7) {
    background-color: #f3e0de;
}

.vendorIdtd {
    text-align: center !important;
}

.pftTab {
    width: 100%;
}

.categoryhead {
    background-color: #05294d;
    color: #fff;
}

    .categoryhead th {
        border: 1px solid #63a8c3;
        text-align: left;
        padding: 0.4em;
    }

.categorytr td {
    border: 2px solid #63a8c3;
    padding: 0.4em;
}

.tbloldbbMainGrid thead tr td:nth-child(9), .tbReferenceMainGrid thead tr td:nth-child(8), .tbReferenceMainGrid thead tr td:nth-child(9) {
    /*width: 75px !important;*/
    position: relative;
}

.tbloldbbMainGrid .studyqualityspan {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50px;
    bottom: 1px;
}

.tbReferenceMainGrid .studyqualityspan {
    width: 15px;
    height: 24px;
    position: absolute;
    left: 47px;
    bottom: 1px;
}

.filterDiv .chosen-container {
    width: 170px !important;
}

#form_Edit_DynamicEmails label.error {
    margin: 6px 0;
}

.proc-updated-modified-row {
    border-bottom: 1px solid #cac8c8;
}

.proc-updated-modified-column {
    padding: 4px 4px 4px 4px;
    border: 1px solid #cac8c8;
}

.updated-modified-column-common {
    width: 33%;
}

.update-asiigned-users div:nth-child(2) {
    vertical-align: top !important;
    align-items: initial !important;
}

    .update-asiigned-users div:nth-child(2) li {
        padding: 4px 4px 4px 4px;
    }

#tbl_Proc_Updated_And_AssignedUserDetails .gridSearchBlock {
    display: none !important;
}

.gridCaptionBtns {
    padding: 0 !important;
}

div.gridTable .grddeleteicon {
    width: 19px;
    height: 20px;
}

.divdrag {
    height: 600px;
    width: auto;
    overflow: auto;
    padding: 5px;
    overflow-style: scrollbar;
}

.ctrhdTopic {
    padding: 3px;
    height: 62px;
}

.tabWidth100 {
    width: 100%;
}

.basicTab {
    width: 100%;
    border-collapse: collapse;
}

.basicTabPad-sm td {
    padding: 5px;
}

.mainfldst > .basicTab > tbody > tr > td {
    padding: 5px;
}

tr.vTop > td {
    vertical-align: top;
}

.unfinalize_TBDTab #txtReviewDate {
    width: 100%;
}

.mainfldst > .basicTab .chosen-container {
    width: 100% !important;
}

.mainfldst > .basicTab .txtEditItemName {
    width: 100%;
    max-width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.div-EditField-buttons .jqButton {
    margin: 3px 0 0 0;
}

.panelBlokTab > tbody > tr > td {
    padding-bottom: 10px;
}

    .panelBlokTab > tbody > tr > td:first-child {
        width: 10%;
    }

    .panelBlokTab > tbody > tr > td:last-child {
        width: 90%;
    }

.mainfldst > .basicTab .ref-tb {
    width: 100%;
    max-width: 100%;
    padding: 0 5px;
    height: 80px;
}

.drag-pms {
    height: 800px;
}

.dropBOX {
    height: 800px;
}

div.div_PanelMembers div.twoLiquidDDL2 .chosen-container-multi {
    width: 33% !important;
}

div.ToolBar .gbutton {
    background: url(images/G.jpg) !important;
    width: 20px !important;
}

div.ToolBar .fn {
    background: url(images/FirstName.jpg) !important;
    width: 20px !important;
}

div.ToolBar .ln {
    background: url(images/ln.jpg) !important;
    width: 20px !important;
}

div.ToolBar .fln {
    background: url(images/FullName.jpg) !important;
    width: 30px !important;
}

div.ToolBar .email {
    background: url(images/Email.jpg) !important;
}

div.ToolBar .tmppw {
    background: url(images/TempPWD.jpg) !important;
}

div.ToolBar .nwpwd {
    background: url(images/NewPWD.jpg) !important;
}

div.ToolBar .tname {
    background: url(images/Tn.jpg) !important;
    width: 20px !important;
}

div.ToolBar .pm {
    background: url(images/PM.jpg) !important;
    width: 20px !important;
}

div.ToolBar .ldn {
    background: url(images/ldn.jpg) !important;
    width: 19px !important;
}

div.ToolBar .date {
    background: url(images/CurrentDate.jpg) !important;
    width: 20px !important;
}

div.ToolBar .ddate {
    background: url(images/DueDate.jpg) !important;
    width: 20px !important;
}

div.ToolBar .uname {
    background: url(images/UserName.jpg) !important;
    width: 20px !important;
}

div.ToolBar .here {
    background: url(images/click.jpg) !important;
    width: 44px !important;
}

div.ToolBar .lf {
    background: url(images/lead-fn.jpg) !important;
    width: 31px !important;
}

div.ToolBar .ll {
    background: url(images/lead-ln.jpg) !important;
    width: 31px !important;
}

div.ToolBar .pfn {
    background: url(images/panel-fn.jpg) !important;
    width: 44px !important;
}

div.ToolBar .pln {
    background: url(images/panel-ln.jpg) !important;
    width: 44px !important;
}

div.ToolBar .sn {
    background: url(images/sn.jpg) !important;
    width: 20px !important;
}

div.ToolBar .sfn {
    background: url(images/sfn.jpg) !important;
    width: 31px !important;
}

div.ToolBar .sln {
    background: url(images/sln.jpg) !important;
    width: 31px !important;
}

.loginPage .leftcoloumn h2, .loginPage .rightcolumn h2 {
    margin-bottom: 10px;
}

.dashboard-div {
    padding-bottom: 5px;
}

.fixed-buttons {
    padding-top: 5px;
    padding-left: 5px;
    height: 30px;
    width: 99%;
    border-bottom: 1px solid #ddd;
}

    .fixed-buttons button {
        height: 24px;
    }

.panel-members-section {
    overflow-y: auto;
    width: 99%;
    margin-top: -3px;
}

    /*.panelmember-details {
    padding: 3px;
    border-bottom: 1px solid #ddd;
}*/

    .panel-members-section .panelmember-details {
        padding: 3px;
        border: 1px solid #ddd;
        border-top: none;
    }

        .panel-members-section .panelmember-details:first-child {
            padding: 3px;
            border-top: 1px solid #ddd;
        }

.addgroup-area {
    float: left;
}

.save-area {
    float: right;
}

.groupname-error {
    color: red;
}

.set-common-width {
    width: 99%;
}

.arrange-inline {
    display: inline-block;
}

.delete-group {
    background: url('../../Content/images/close.png')left top no-repeat;
    border: none;
    width: 10px;
    height: 10px;
    margin: 8px 0 0;
    float: left;
}

.panel-members-section label {
    font-weight: normal;
}

#addGroup .group-name-text {
    width: 28%;
}

#addGroup .free-text {
    width: 70%;
}

    #addGroup .free-text input {
        width: 100%;
    }

.fixed-buttons .edit-group {
    padding-left: 5px;
}

.fixed-buttons .save-area {
    padding-right: 5px;
}

/*Study Quality*/
.Category4 ol {
    counter-reset: list;
    margin-left: 35px;
    margin-top: 5px;
}

    .Category4 ol > li {
        list-style: none;
    }

        .Category4 ol > li:before {
            content: counter(list, lower-alpha)") ";
            counter-increment: list;
            margin: 0px 0 0 -15px;
        }

#Categoryinfo table tbody tr:nth-child(odd) {
    background: #D3DFEF;
}

/* padding, margin */
.clear {
    clear: both;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-0 {
    margin: 0;
}

.padding-0 {
    padding: 0;
}

.txttblqple {
    width: 100%;
}

#editQple input[type=text].error {
    color: black;
}

.qpleDocsSubGrid .gridHeader .gridHeaderRow div.gridCell:nth-child(2), .qpleDocsSubGrid .gridBody .gridRow div.gridCell:nth-child(2), .qpleDocsSubGrid .gridBody .gridRow div.gridCell:nth-child(2) span {
    text-align: center;
    margin: 0 auto;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

