﻿body {
    position: relative !important;
}


/* WI9586 - scroll bug fix */

input[readonly],
textarea[readonly] {
    color: black !important;
    cursor: default;
}

.wordwrap {
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -pre-wrap;
    /* Opera <7 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* IE */
}


/* To make compliance schedule grid row look more selectable */

.compliance-schedule-grid-td {
    cursor: default;
}

.x-grid-row-over .compliance-schedule-grid-td {
    color: blue;
    text-decoration: underline;
}

#workflowmanagergrid tr.x-grid-row {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 14px;
}

/**************** Study Workspace - Overview **********/
.full-height-properties-grid .x-grid-table {
    height: 100%;
    width: 100% !important;
    overflow: hidden;
}


.full-height-properties-grid tr.x-grid-header-row {
    height: 0;
}

.full-height-properties-grid td.x-grid-property-name .x-grid-cell-inner {
    white-space: normal;
    overflow-y: auto;
}


.full-height-properties-grid .x-grid-header-ct .x-column-header:nth-child(1) {
    width: 119px !important;
}

.full-height-properties-grid .x-grid-header-ct .x-column-header:nth-child(2) {
    left: 119px !important;
    width: 100% !important;
}

.full-height-properties-grid td.x-grid-cell-value .x-grid-cell-inner {
    height: 100%;
    max-height: 140px;
    white-space: normal;
    overflow-y: auto;
}

.x-boundlist-list-ct > ul {
    margin: 0;
    padding: 0;
}

/**************** Start Tasks *****************/
.form-display {
    margin: 8px 10px 16px 4px;
}

.studyMonitor ul {
    list-style-type: circle;
}

.monitortext ul {
    padding: 2px !important;
}

.monitortext li {
    list-style: circle inside !important;
}

.compliance-small-label {
    font-size: 2px;
}

.activeDueDate {
    color: #0440b2;
    font-weight: bold;
}

.calculatedDueDate {
    color: #555555;
}

.form-display .title {
    color: #394E99;
    /*    font-weight: bold;*/
    font-size: 16px;
}

.form-display .subtitle {
    color: #800000;
    font-size: 14px;
    /*    font-weight: bold;*/
    padding: 3px;
}

a.tasklink,
a.tasklink:visited,
a.studyWSValue,
a.studyWSValue:visited {
    color: #3A80DB;
    font-size: 11px;
    text-decoration: none;
}

    a.tasklink:hover,
    a.studyWSValue:hover {
        color: #000080;
        text-decoration: underline;
    }

.tasklink {
    color: #3A80DB;
    cursor: pointer;
    display: inline;
    font-size: 11px;
    text-decoration: none;
}

    .tasklink:hover {
        color: #000080;
        text-decoration: underline;
    }

textarea.big {
    height: 200px;
    padding: 6px;
    width: 100%;
}


/**************** End Tasks *****************/


/*************** Insurance Styles **********************/

.x-form-display-field .helptext-section {
    padding: 4px;
}

    .x-form-display-field .helptext-section .caption {
        font-weight: bold;
        color: #a50021;
    }

    .x-form-display-field .helptext-section .helptext {
        color: #a50021;
    }


/****************End Insurance Styles ****************/


/**************** Start Compliance Tracker *****************/

#trackernav .x-item {
    background: #EBF3FD;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 11px;
    margin: 3px 3px 0 3px;
    padding: 0 5px 0 5px;
}

.x-title {
    border: 1px solid #F4F8FD;
    color: #04408C;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 3px;
    padding: 2px;
    padding-left: 26px;
}

.x-title-New {
    background: url(../images/icons/AxialisWebMini1/Png/Comments-warn.png) no-repeat 4px #CFDFF5;
}

.x-title-Updated {
    background: url(../images/icons/AxialisWebMini1/Png/Comments-edit.png) no-repeat 4px #CFDFF5;
}

.x-title-Cancelled {
    background: url(../images/icons/AxialisWebMini1/Png/Comments-cancel.png) no-repeat 4px #CFDFF5;
}


/*
#trackernav .x-item .x-item-child
{
    border-radius: 0;
    margin-left: 16px;
    text-decoration:none;
    cursor: pointer;
}
#trackernav .x-item .x-item-over
{
    background-color: #fefefe;
    text-decoration:underline;
}
*/

#trackernav .x-item-selected {
    background: #DBEDFD;
}

#trackernav .x-item-end {
    height: 8px;
}


/**************** End Compliance Tracker *****************/

/************ Start Delete Delayed Posting ***************/

#delete-delayed-posting-list {
    margin: 12px 0 12px 0;
    padding-left: 40px;
}

    #delete-delayed-posting-list li {
        list-style-type: disc;
    }

/************** End Delete Delayed Posting ***************/

#home-workflow_header {
    background: url(../images/spacer.png) !important;
    border: 0px solid #fff !important;
    padding: 8px 4px 10px 12px;
}

#home-workflow_header_hd span {
    color: #444 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

#home-admin_header {
    background: url(../images/spacer.png) !important;
    border: 0px solid #fff !important;
    padding: 8px 4px 10px 12px;
}

#home-admin_header_hd span {
    color: #444 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}


/**************** Study Title on Study Workspace header  *****************/

#studyWorkspace_header,
#dataRequestWorkspace_header {
    background: #f1f2f4;
    border-bottom: 1px solid #dadadb;
}


#studyWorkspace_header_section {
    background: #f1f2f4;
    border-bottom: 1px solid #dadadb;
    padding: 3px 5px 4px;
}

#importWorkspace_header {
    background: #f1f2f4;
    border-bottom: 1px solid #dadadb;
}

#adminWorkspace_header {
    background: #f1f2f4;
    border-bottom: 1px solid #dadadb;
}

#pcmTaskNav-1087_header {
    background: #f1f2f4;
    border-bottom: 1px solid #dadadb;
}

#pcmTaskNav-1087_header_hd-textEl {
    /*color: #555;*/
    font-size: 11px;
    font-weight: normal;
}

.studyWS,
.dataRequestWS {
    /*background: transparent url(../images/icons/Pcm/open-folder-full.png) no-repeat;*/
    color: #394E99;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0 0 0px;
}

.dataRequestWS {
    /*background: transparent url(../images/icons/famfamfam_silk/book_next.png) no-repeat;*/
}

.dataRequestCollectionTableHeader {
    background: #dae7f6;
    border-color: #dae7f6;
    border-bottom: 1px solid #CCC;
}

    .dataRequestCollectionTableHeader > div > div {
        background: #dae7f6;
        border-color: #dae7f6;
    }


.dataRequestCollectionTableCell {
    background: #ffffff;
    border-color: #ffffff;
    border-bottom: 1px solid #CCC;
}

    .dataRequestCollectionTableCell > div > div {
        background: #ffffff;
        border-color: #ffffff;
    }

.studyWSId,
.drRefNumber {
    color: #A50021;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.studyWSTitle,
.drWSTitle {
    color: #555;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 0 0 20px;
    /* normalizing line height across browsers*/
    line-height: 1.25em;
    /* limiting to 4 lines. 2px is for padding */
    max-height: calc(1.25em * 4 + 2px);
    display: block;
    overflow-y: auto;
}

#studyWsTitlePrimary,
#drWsTitlePrimary {
    padding: 0 2px 0 0;
}

#studyWsTitleSecondary,
#drWsTitleSecondary {
    padding: 0 6px 0 0px;
}

.studyWsTitleAction_On {
    cursor: pointer;
    text-decoration: underline;
}

/**************** Study PRS Review Comments  *****************/

.comments-studyqa-container {
    display: inline-block;
    float: right;
    padding-left: 22px;
    margin: 9px 25px 0 15px;
    height: 26px;
    height: 16px;
    overflow: hidden;
    vertical-align: middle;
    color: red;
    cursor: pointer;
}

/**************** Start Splash Page *****************/

.splash-page-block {
    background: url(../images/splash_bg.png) #C0DEED no-repeat !important;
    height: 100%;
}

.wrap-header {
    margin: 0 !important;
}

.main-header {
    height: 80px;
    margin: 0 !important;
    width: 100%;
}

.header-logo {
    display: block;
    float: left;
    margin: 26px 0 0 120px;
    padding: 0;
}

.wrapper {
    margin: 0 !important;
    width: 100% !important;
}

    .wrapper .content-wrap {
        background: #fefefe;
        border-radius: 12px;
        height: 660px;
        margin: 0 auto;
        padding-top: 10px;
        width: 700px;
    }

    .wrapper .account-wrap {
        margin: 0 auto;
        width: 960px;
    }

a.action-link-button {
    -moz-background-clip: padding;
    -moz-border-radius: 12px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 12px;
    background-clip: padding-box;
    background-color: #5C9EC0;
    border: 5px solid #fefefe;
    border-radius: 12px;
    color: #fff !important;
    cursor: pointer;
    display: block;
    float: left !important;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    text-decoration: none !important;
    width: 160px !important;
}

    a.action-link-button:hover {
        background-color: #47819F;
    }

    a.action-link-button:active {
        background-color: #47819F;
    }

a.form-link-button {
    -moz-background-clip: padding;
    -moz-border-radius: 12px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 12px;
    background-clip: padding-box;
    background-color: #F46C6C;
    border: 5px solid #fefefe;
    border-radius: 12px;
    color: #fff !important;
    cursor: pointer;
    display: block;
    float: left !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none !important;
    width: 160px !important;
}

    a.form-link-button:hover {
        background-color: #ED5151;
    }

    a.form-link-button:active {
        background-color: red;
    }

img {
    border: 0px currentColor;
}

.quickstart-section {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

    .quickstart-section li {
        display: inline-block;
        padding: 15px;
        vertical-align: top;
        width: 186px;
    }

    .quickstart-section p {
        font-size: 12px !important;
        height: 130px;
        text-align: left;
    }

.wrapper .quickstart-section h3 a {
    color: #444;
    font-size: 20px;
    text-decoration: none;
}

.quickstart-section a {
    font-weight: normal;
    margin: 0 auto;
    width: 130px;
}

.quickstart-section h3 {
    margin: 0;
    text-align: left;
}

.inner-content {
    margin: 48px 0 0 0;
}

    .inner-content h2 {
        border: 0 currentColor;
        color: #777;
        font-size: 28px;
        letter-spacing: -1px;
        margin: 18px 0 0 0;
        margin-left: 84px;
        text-align: left;
        width: 640px;
    }


/**************** End Splash Page *****************/


/**************** Start Forms *****************/

div.comments-link {
    color: #0464BB;
    cursor: pointer;
    text-decoration: none;
}

    div.comments-link:hover {
        color: #1C417C;
        text-decoration: underline;
    }

.feed-grid .x-grid-rowbody {
    color: #555;
    font-size: 11px;
    margin: 3px 10px 8px 15px !important;
}


/****************  End Forms  *******************/


/****************  Start Submissions  *******************/

#studyTab_SubmissionWorkspace_header {
    background: none;
}


/****************  End Submissions  *******************/

#home-topbar {
    /*height: 25px;*/
    background: transparent none;
    border-bottom-color: #363636;
    border-color: #d3e1f1;
    /*margin: 0 0 4px 0;*/
    /*
* Default style for .x-toolbar-default from ext-all css


    border-color:#99bce8;
    background-image:none;
    background-color:#d3e1f1;

    background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#dfe9f5),color-stop(100%,#d3e1f1));
    background-image:-webkit-linear-gradient(top,#dfe9f5,#d3e1f1);
    background-image:-moz-linear-gradient(top,#dfe9f5,#d3e1f1);
    background-image:-o-linear-gradient(top,#dfe9f5,#d3e1f1);
    background-image:-ms-linear-gradient(top,#dfe9f5,#d3e1f1);
    background-image:linear-gradient(top,#dfe9f5,#d3e1f1)

    background-image:url('../../resources/themes/images/default/toolbar/toolbar-default-bg.gif')!important;background-repeat:repeat-x

*/
}

.pcm-topbar .x-box-inner {
    /*background: #87b655 url('../images/header-bg.png') top left repeat-x;*/
}

.pcm-logo-small {
    background-image: url('../images/Citeline_TrialScope Disclose.svg');
    background-repeat: no-repeat;
}

.overallProperties .prop {
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 11px;
    padding: 2px 4px 2px 4px;
}

.sadBear {
    /*	background-image: url(../images/SadBear_32.png);*/
    background-repeat: no-repeat;
}

.emptyText {
    font-size: 11px;
    padding: 2px 6px 4px 6px;
}

.fieldReadOnly {
    -moz-opacity: 1;
    color: #000 !important;
    cursor: default;
    filter: alpha(opacity=100);
    opacity: 1;
}

    .fieldReadOnly input,
    .fieldReadOnly textarea,
    .fieldReadOnly .x-form-trigger {
        background: none;
        background-color: #fff;
        border: 0 solid #b5b8c8;
        color: #000;
        cursor: default;
    }


    /* Style for checked checkbox in the readonly mode*/

    .fieldReadOnly table.x-form-cb-checked input.x-form-checkbox {
        background: url("../../resources/images/icons/SweetiePlus-v2/without-shadows/badge-square-check-16-ns.png") no-repeat scroll 0 0 transparent !important;
        border: none;
        height: 18px;
        width: 18px;
    }


/*--- Start Notification Ext.ux.window.Notification ---*/

#instructions ul li {
    font-size: 12px;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0px 0px 0px 20px;
}


/* Icons */

.ux-notification-icon-information {
    background-image: url(../images/icons/famfamfam_silk/icon16_info.png);
}

.ux-notification-icon-error {
    background-image: url(../images/icons/famfamfam_silk/icon16_error.png);
}


/* Custom styling */

.ux-notification-light .x-window-header {
    background-color: transparent;
}

body .ux-notification-light {
    background-image: url(../images/icons/famfamfam_silk/fader.png);
}

.ux-notification-light .x-window-body {
    background-color: transparent;
    border: 0px solid white;
    padding: 15px 5px 18px 5px;
    text-align: center;
    width: 200px;
}


/*---- End Notification Ext.ux.window.Notification -----*/


/*--- Start Bread Crumb Nav Bar Styles ---*/

.breadcrumb-bar {
    background: #eee;
    border-color: #f5f5f5 #e5e5e5 #ccc;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    font-size: 9px;
    height: 18px;
    overflow: hidden;
    width: 100%;
}

.breadcrumbs {
    background: #eeeeee;
    font-size: 9px;
    height: 16px;
    line-height: 16px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .breadcrumbs li {
        float: left;
        /*ie6/7 needs this */
    }

    .breadcrumbs a {
        background: #eeeeee;
        background: -moz-linear-gradient(left, #eeeeee 0%, #ddd 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eeeeee), color-stop(100%, #ddd));
        background: -webkit-linear-gradient(left, #eeeeee 0%, #ddd 100%);
        background: -o-linear-gradient(left, #eeeeee 0%, #ddd 100%);
        background: -ms-linear-gradient(left, #eeeeee 0%, #ddd 100%);
        background: linear-gradient(to right, #eeeeee 0%, #ddd 100%);
        color: #444;
        color: #444;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=1);
        float: left;
        outline: none;
        padding: 0 20px 0 10px;
        position: relative;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    }

        .breadcrumbs a.odd {
            background: #e9e9e9;
        }

    .breadcrumbs span {
        border-bottom: 8px solid #eeeeee;
        border-left: 10px solid #dddddd;
        border-right: none;
        border-top: 8px solid #eeeeee;
        display: block;
        height: 0px;
        line-height: 0px;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 0px;
    }

    .breadcrumbs a.odd span {
        border-bottom: 10px solid #CCCCCC;
        border-left: 10px solid #e9e9e9;
        border-top: 10px solid #CCCCCC;
    }


    /* classes for jquery hover */

    .breadcrumbs a.hover {
        background: #fff;
        color: #1C417C;
        filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
        text-decoration: underline;
    }

    .breadcrumbs a span.hover {
        border-left: 10px solid #fff;
    }

    .breadcrumbs a span.pre_hover {
        border-bottom: 8px solid #fff;
        border-top: 8px solid #fff;
    }


/*--- End Bread Crumb Nav Bar Styles ---*/


/*--- Start New (non-tree) Left Nav Bar Styles ---*/

.leftNavContainer {
    line-height: 18px;
    margin: 0;
    padding: 0px 0 2px 0;
    white-space: nowrap;
}



.leftNavContainer li {
    white-space: nowrap;
}

.leftNavContainer-branch a {
    padding: 2px 2px 2px 4px;
}

.leftNavContainer-leaf a {
    padding: 2px 2px 2px 6px;
}

.leftNavContainer a {
    /*margin: -4px 0px 0 0;*/
    border-bottom: 1px solid #dedede;
    background: #fdfdfd;
    margin: 0 0px 0 0;
    overflow: hidden;
    cursor: pointer;
    font-family: tahoma, ​ arial, ​ verdana, ​ sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    text-align: left;
    color: #000000;
    /*width: 100%;*/
    display: block;
    white-space: nowrap;
}

    .leftNavContainer a.hover {
        border-color: #ddd;
        background-color: #efefef;
        /*background: none repeat scroll 0 0 #D9E8FB;*/
        color: #1C417C;
        text-decoration: none;
    }

    .leftNavContainer a.active {
        /*background-color: #efefef;*/
        background: none repeat scroll 0 0 #D9E8FB;
        color: #1C417C;
        text-decoration: none;
    }

.leftNavContainer img {
    margin: 0 4px -4px 1px;
}

    .leftNavContainer img.hover {
        border-color: #ddd;
        background-color: #efefef;
        /*background: none repeat scroll 0 0 #D9E8FB;*/
        color: #1C417C;
        text-decoration: none;
        padding: 2px 2px 2px 2px;
    }


/*--- End New (non-tree) Left Nav Styles ---*/


/*--- Start Recent Items Nav Bar Styles ---*/

.recentItems {
    line-height: 18px;
    margin: 0;
    padding: 0px 0 2px 0;
    white-space: nowrap;
}

    .recentItems li {
        white-space: nowrap;
    }

.recentItems-branch a {
    padding: 2px 2px 2px 4px;
}

.recentItems-leaf a {
    padding: 2px 2px 2px 20px;
}

.recentItems a {
    margin: 0 18px 0 0;
    overflow: hidden;
    cursor: pointer;
    font-family: tahoma, ​ arial, ​ verdana, ​ sans-serif;
    font-size: 11px;
    text-align: left;
    color: #000000;
    /*width: 100%;*/
    display: block;
    white-space: nowrap;
}

    .recentItems a.hover {
        border-color: #ddd;
        background-color: #efefef;
        /*background: none repeat scroll 0 0 #D9E8FB;*/
        color: #1C417C;
        text-decoration: none;
    }

.recentItems img {
    margin: 0 2px -3px 1px;
}

    .recentItems img.unpin,
    .recentItems img.pin {
        margin: -19px 2px 0px 0px;
        width: 16px;
        height: 16px;
        float: right;
    }

.recentItems img.hover {
    background-image: url(../../resources/images/rebrand/push_unpin-24px.svg);
    color: #1C417C;
    text-decoration: none;
    padding: 2px 2px 2px 2px;
}


/*--- End Recent Items Nav Bar Styles ---*/


/*--- Start Left Nav Bar Styles ---*/

.leftNavSection .x-panel-body-default {
    background: none repeat scroll 0 0 #F8FCFF;
}

.leftNavItem {
    background: none repeat scroll 0 0 #F8FCFF;
    color: #55626F;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 4px 6px 4px 28px;
    width: 100%;
}

    .leftNavItem:hover {
        background: none repeat scroll 0 0 #D9E8FB;
        color: #55626F;
        text-decoration: underline;
    }


/*--- End Left Nav Bar Styles ---*/


/* actioncolumn styles */


/* shared styles for the ActionColumn icons */

.x-action-col-cell img {
    cursor: pointer;
    height: 16px;
    width: 16px;
}


    /* custom icon for the "buy" ActionColumn icon */

    .x-action-col-cell img.edit-form {
        background-image: url(../images/icons/famfamfam_silk/comment_add.png);
    }

.x-ie6 .x-action-col-cell img.edit-form {
    background-image: url(../images/icons/famfamfam_silk/comment_add.png);
}

.x-ie6 .x-action-col-cell img {
    position: relative;
    top: -1px;
}


/*
** PCM 2.x Form Styles
**  Used by CTA and 2.x forms
**  For PRF/RRF, see studies.css
*/

#studies {
    font-family: arial, tahoma, helvetica, sans-serif;
}

.dateCalendar {
    float: left;
    height: 20px;
    margin-top: 3px;
    width: 15px;
    width: 15px;
}

.form-link {
    color: #0464BB;
    cursor: pointer;
    font-size: 11px;
    text-decoration: none;
}

    .form-link:hover {
        color: #1C417C;
        text-decoration: underline;
    }


/*.add-section .form-link .emailAdd .disabled {
    pointer-events: none;
    cursor: default;
    color: #999999;
}*/

#studies .tab-title {
    color: #989DB1;
    font-size: 153.9%;
}

.add-to-table {
    display: block;
    margin: 6px 0 4px 6px;
}

.repeating-section-title {
    color: #989DB1;
    font-size: 153.9%;
    margin: 0 0 8px 0;
    text-transform: capitalize;
}

.tier1,
.tier2,
.tier3,
.tier4 {
    display: block;
}

.tier1 {
    margin-left: 1em;
}

.tier2 {
    margin-left: 2em;
}

.tier3 {
    margin-left: 3em;
}

.tier4 {
    margin-left: 4em;
}

.overall-error-count {
    /*background-color: #fcf8e3;*/
    background-color: #FDFBEE;
    border-bottom: 1px solid #99BCE8;
    display: none;
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    padding: 2px 4px 8px 4px;
    width: 100%;
}

.error-section-controller {
    margin: 4px 0 0px 0;
}

.error-section {
    color: #9F0028;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 4px 0 4px 0;
}

td .error-count-text {
    margin: 0 0 0 6px;
}

.error-count-text {
    color: #9F0028;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    /*font-weight: bold;*/
}

.error-rule-id {
    color: #ff7373;
}

.error-field-description {
    font-weight: bold;
}

.error-text {
    display: block;
    margin: 0 0 0 4px;
}

.error-count-expand-text {
}

.error-ctaMaxLength {
    padding-left: 10px;
    color: #CC0033;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    margin: 10px 0 8px 0;
}

.error-container {
    margin: 0 0 0 11px;
}

.error-message {
    color: #CC0033;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    margin: 8px 0 8px 0;
}

.warning-message {
    color: #cc8d00;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    margin: 8px 0 8px 0;
}

.is-schema-validation {
    /*background-color: #FFCC99;*/
}

#schema-validation-square {
    margin-right: 5px;
    font-size: 13px;
    padding: 3px;
    color: #CC0033 !important;
    display: inline;
    float: left;
    height: 15px;
    width: 15px;
}

#schema-validation-square-label {
    float: left;
    margin-right: 5px;
}


/* work item: 9974 */

#error-square {
    margin-right: 5px;
    font-size: 13px;
    padding: 3px;
    color: #CC0033 !important;
    display: inline;
    float: left;
    height: 15px;
    width: 15px;
}

#warning-square {
    color: #E26710 !important;
    float: left;
    margin-right: 5px;
    font-size: 13px;
    padding: 3px;
    display: inline;
    float: left;
    height: 15px;
    width: 15px;
}

#error-square-label {
    float: left;
    margin-right: 5px;
}

#warning-square-label {
    float: left;
    margin-right: 5px;
}

.section-title {
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #D8E6FB;
    border-radius: 5px;
    cursor: pointer;
    font-size: 121%;
    font-weight: bold;
    margin: 2px 0 1px -4px;
    padding: 6px 0 6px 8px;
    width: 100%;
}

.section-disabled {
    color: #808080;
}

.section-active {
    display: none;
}

.section-content {
    display: none;
    margin: 4px 0 10px 0;
}

.emailAdd {
    float: right;
    font-size: 90%;
    left: 32px;
    position: relative;
    top: -2px;
}

.emailDelete {
    float: left;
    font-size: 90%;
    left: 421px;
    position: relative;
    top: -20px;
}

.atcAdd {
    float: right;
    font-size: 90%;
    left: 32px;
    position: relative;
    top: -2px;
}

.atcDelete {
    float: left;
    font-size: 90%;
    left: 421px;
    position: relative;
    top: -20px;
}

.emailAtcLabel {
    display: none;
}

.b4Add {
    float: left;
    /*font-size: 90%;*/
    /*left: -65px;*/
    position: relative;
    top: 0;
}

.b4Delete {
    float: left;
    /*font-size: 90%;
    left: 565px;*/
    position: relative;
    top: 0;
}

.a54Add {
    float: left;
    /*font-size: 90%;*/
    left: -65px;
    position: relative;
    top: 0;
}

.a54Delete {
    float: left;
    /*font-size: 90%;*/
    position: relative;
    top: 0px;
}


/* CDF */

.b1CDFAdd {
    float: right;
    font-size: 90%;
    position: relative;
    /*top: -18px;*/
    top: -20px;
}

.b1CDFDelete {
    float: left;
    font-size: 90%;
    position: relative;
    top: 20px;
}

.c16CDFAdd {
    float: right;
    font-size: 90%;
    position: relative;
    top: -18px;
}

.c16CDFDelete {
    float: left;
    font-size: 90%;
    position: relative;
    top: 20px;
}

.d2CDFAdd {
    float: right;
    font-size: 90%;
    position: relative;
    top: -2px;
    left: 50px;
}

.d2CDFDelete {
    float: left;
    font-size: 90%;
    position: relative;
    top: -20px;
    left: 440px;
}

.e4CDFAdd {
    float: right;
    font-size: 90%;
    position: relative;
    top: 3px;
    /*left: 50px;*/
    left: 40px;
}

.e4CDFDelete {
    float: left;
    font-size: 90%;
    position: relative;
    top: -31px;
    left: 722px;
}

.e5CDFAdd {
    float: right;
    font-size: 90%;
    position: relative;
    top: 3px;
    /*left: 50px;*/
    left: 40px;
}

.e5CDFDelete {
    float: left;
    font-size: 90%;
    position: relative;
    top: -31px;
    left: 722px;
}

.f4CDFAdd {
    float: right;
    font-size: 90%;
    position: relative;
    top: -2px;
    left: 50px;
}

.f4CDFDelete {
    float: left;
    font-size: 90%;
    position: relative;
    top: -25px;
    left: 745px;
}

.section-expanded {
    display: block !important;
}

.section-container {
    clear: both;
}

    .section-container h1,
    .section-container h2,
    .section-container h3,
    .section-container h4,
    .section-container h5,
    .section-container h6 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.edit-table {
    border-collapse: collapse;
    border-color: #666666;
    border-width: 1px;
    color: #333333;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    min-width: 700px;
}

.edit-table-label {
    font-weight: bold;
}

.edit-table th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*border-color: #99BCE8 #99BCE8 #C5C5C5;*/
    border-color: #c5c5c5;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    padding: 8px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    background: #f9f9f9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e3e4e6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e3e4e6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #e3e4e6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%, #e3e4e6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #e3e4e6 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%, #e3e4e6 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e3e4e6', GradientType=0);
    /* IE6-9 */
}

.edit-table td {
    border-color: #c5c5c5;
    border-style: solid;
    border-width: 1px;
    padding: 6px 4px 6px 4px;
    vertical-align: top;
}

.dataTableErf td,
.dataTableErf th {
    width: 160px;
    vertical-align: text-top !important;
}


/* ERF AE table */

.dataTableErf-ae td,
.dataTableErf-ae th,
.dataTableErf-ae col,
.dataTableErf-ae colgroup col {
    width: 160px;
    /*vertical-align: text-top !important;*/
}

.dataTableErf-ae {
    /*table-layout: fixed;*/
    width: 100%;
    /*border-collapse: collapse;*/
    border-color: #666666;
    border-width: 1px;
    color: #333333;
    font-family: arial, tahoma, helvetica, sans-serif;
    ;
    font-size: 11px;
    /*min-width: 700px;*/
}

    .dataTableErf-ae th {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #c5c5c5;
        border-image: none;
        border-style: solid;
        border-width: 1px;
        cursor: default;
        padding: 8px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
        background: #f9f9f9;
        background: -moz-linear-gradient(top, #f9f9f9 0%, #e3e4e6 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e3e4e6));
        background: -webkit-linear-gradient(top, #f9f9f9 0%, #e3e4e6 100%);
        background: -o-linear-gradient(top, #f9f9f9 0%, #e3e4e6 100%);
        background: -ms-linear-gradient(top, #f9f9f9 0%, #e3e4e6 100%);
        background: linear-gradient(to bottom, #f9f9f9 0%, #e3e4e6 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e3e4e6', GradientType=0);
        font-family: arial, tahoma, helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        line-height: 13px;
    }

    .dataTableErf-ae span.link {
        font-size: 11px;
    }

    .dataTableErf-ae td {
        border-color: #c5c5c5;
        border-style: solid;
        border-width: 1px;
        padding: 6px 4px 6px 4px;
        /*vertical-align: top;*/
    }


/* end ERF AE table */

.action-column {
    width: 100px;
}


/* form errors with the field generating xslt code */

.form_template_error {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    margin: 8px 0 8px 0;
    padding: 8px 0 8px 0;
}

.form_field_container {
    font-size: 11px;
}

.form_field_label {
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 4px;
    width: 300px;
}

.form_field_empty {
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 4px;
    width: 700px;
}

.form_field_info {
    color: green;
    display: block;
    float: left;
    font-weight: normal;
    padding: 4px;
    width: 700px;
}

.form_field_control {
    display: block;
    float: left;
    font-size: 11px;
    padding: 4px;
}

.focused-field {
    background: #FFFACD none repeat scroll 0 0 !important;
}

.form_field_control input {
    border: 1px solid #a0a0a0;
    font-family: arial, tahoma, helvetica, sans-serif !important;
    font-size: 11px;
    padding: 2px;
    width: 400px;
}

.form_field_control select {
    border: 1px solid #a0a0a0;
    font-family: arial, tahoma, helvetica, sans-serif !important;
    font-size: 11px;
    padding: 2px;
    width: 400px;
}

.select2-container .select2-search__field {
    width: 100% !important;
}

.select2-selection {
    height: 75px;
    overflow-y: auto;
}

.radio-yesno {
    border: 0px solid #000000 !important;
    /*remove dotted lines around radio buttons in IE*/
    margin: 0 0px 0 20px;
    width: 30px !important;
}

.form_field_control textarea {
    border: 1px solid #a0a0a0;
    font-family: arial, tahoma, helvetica, sans-serif !important;
    font-size: 11px;
    height: 200px !important;
    margin: 4px;
    width: 500px;
}

.form_field_control select {
    border: 1px solid #a0a0a0;
}

.form_field_control .new_localized {
    height: 120px !important;
    padding: 4px !important;
}

.multi_form_field_control {
    display: block;
    float: left;
    padding: 4px;
}

    .multi_form_field_control input {
        border: 1px solid #a0a0a0;
        float: left;
        width: 100px;
    }

.form_field_date input {
    width: 90px !important;
}


/*
** END PCM 2.x Form Styles
**/

.link, .small-link {
    color: blue;
    cursor: pointer;
}

    .link:hover, .small-link:hover {
        text-decoration: underline;
    }

.plain-link {
    cursor: pointer;
    text-decoration: none;
}

    .plain-link:hover {
        text-decoration: underline;
    }


/* Generic link style used throughout the application */

.app-link {
    color: #0464BB;
    cursor: pointer;
    text-decoration: none;
}

    .app-link:hover {
        color: #1C417C;
        text-decoration: underline;
    }

.app-link-dark {
    color: #000000;
    cursor: pointer;
    text-decoration: none;
}

    .app-link-dark:hover {
        /*color: #1C417C;*/
        text-decoration: none;
    }

.field-separator {
    background-color: #ccc;
    border: 0px;
    /*clear: both;*/
    /*margin: 0px;*/
    /*width: 1000px;*/
    /*height: 1px;*/
    /*border: none;*/
    /*background: #fff !important;
    background-color: #fff !important;
    color:#fff !important;*/
    /*border-color:#fff !important;*/
    /*border:1px solid #ccc;*/
    color: #ccc;
    height: 1px;
    line-height: 1px;
}

.read-only-field {
    font-size: 11px;
    white-space: pre-wrap;
}

.localized-text-select {
    float: right;
    width: 50px !important;
}

#studies {
    padding: 12px;
}


/*-------Studies/Tasks Grid-------*/

.studyTitleInGrid {
    display: inline;
    font-family: tahoma, verdana;
    height: 16px;
    margin: 25px 2px 2px 2px;
    padding: 0px 0 0 0px;
}

.studyTitleInGridInline {
    height: 16px;
    margin: 5px 2px 2px 2px;
    vertical-align: bottom;
    width: 16px;
}

.studies-grid .x-grid-rowbody {
    color: #555;
    font-size: 11px;
    margin: 5px 10px 8px 15px !important;
}

.product {
    background: transparent url(../images/icons/famfamfam_silk/pill.png) no-repeat;
    color: #333;
    padding: 2px 0 0 20px;
}


/* Task styles for new form task popup */

.task_detail {
    font-size: 11px;
}

    .task_detail td {
        padding: 4px 0 4px 0;
    }

    .task_detail label {
        color: #000080;
    }

#task_details label {
    color: #000080;
}

.taskInGridCompleted {
    background: transparent url(../images/icons/sweetie-verinice/png/16-page-board-check.png) no-repeat;
    padding: 2px 0 0 20px;
}

.taskInGridPending {
    background: transparent url(../images/icons/sweetie-verinice/png/16-clipboard-audit.png) no-repeat;
    padding: 2px 0 0 20px;
}

.taskDateInGrid {
    background: transparent url(../images/icons/famfamfam_silk/date.png) no-repeat;
    padding: 2px 0 0 20px;
}

.taskAssignedtoInGrid {
    background: transparent url(../images/icons/famfamfam_silk/user_green.png) no-repeat;
    padding: 2px 0 0 20px;
}

.rolesMandatory {
    background: transparent url(../images/icons/AxialisWebMini1/Png/Lock.png) no-repeat;
    padding: 2px 0 0 20px;
    /* background: transparent url(../images/icons/famfamfam_silk/asterisk_yellow.png) no-repeat; */
}

.multi-line-cell .x-grid-cell-inner {
    white-space: normal;
}

.multi-line-cell .x-grid-cell-inner {
    white-space: normal;
}


/***** I Want To classes ********/

.iwantto .x-panel-body {
    background: #fff;
    color: #222;
    font: normal 12px tahoma, verdana, arial, sans-serif;
}

    .iwantto .x-panel-body p {
        line-height: 18px;
        margin: 8px 0;
    }

    .iwantto .x-panel-body ul {
        margin-left: 18px;
    }

        .iwantto .x-panel-body ul li {
            display: list-item;
            list-style-image: none !important;
            list-style-position: outside !important;
            list-style-type: disc !important;
            margin-left: 18px;
        }

    .iwantto .x-panel-body pre,
    #iwantto .x-panel-body code {
        background: #f1f1f1;
        display: block;
    }

    .iwantto .x-panel-body h4.post-author {
        color: #555;
        font-size: 11px;
        font-weight: normal;
    }

    .iwantto .x-panel-body span.post-date {
        color: #555;
        float: right;
        font-size: 11px;
        font-weight: normal;
    }

    .iwantto .x-panel-body div.post-data {
        background: #f1f2f4;
        border-bottom: 1px solid #dadadb;
        padding: 5px;
    }

    .iwantto .x-panel-body div.post-body {
        padding: 10px;
    }


/*-------Dismissable Alert Popup -------*/


.alert-heading {
    color: inherit;
}

.alert-block {
    padding-bottom: 14px;
    padding-top: 14px;
}

.alert-gray {
    background: url("../images/ltgray.gif") repeat-x scroll center top #BBBBBB;
    border: 1px solid #999999;
    color: #7B7B7B;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

.close {
    color: #000000;
    filter: alpha(opacity=20);
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #ffffff;
}

    .close:hover {
        color: #000000;
        cursor: pointer;
        filter: alpha(opacity=40);
        opacity: 0.4;
        text-decoration: none;
    }

button.close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.yellowBox {
    background: url("../images/bgYellow.gif") repeat-x scroll center top #FFCC66;
    border: 1px solid #FFCC66;
}

.redBox {
    background: url("../images/bgRed.gif") repeat-x scroll center top #e39bae;
    border: 1px solid #660e24;
}

.blueBox {
    background: url("../images/ltblue_home.gif") repeat-x scroll center bottom #BCD1E7;
    border: 1px solid #3A68BE;
}

.grayBox {
    background: url("../images/ltgray.gif") repeat-x scroll center top #BBBBBB;
    border: 1px solid #999999;
}

.liteBlueBox {
    background: url("../images/ltblue.gif") repeat-x scroll center top #99BBDD;
    border: 1px solid #3366BB;
}

.greenBox {
    background: url("../images/green.gif") repeat-x scroll center top #99CC99;
    border: 1px solid #779977;
}

.userMenu {
    background-color: #006dcc;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: #0044cc #0044cc #002a80;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    /*background:#E9583C;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#4AB3D1), to(#649C9D));
  background: -moz-linear-gradient(top,  #4AB3D1,  #649C9D);*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#F6B323), to(#E88609));
  background: -moz-linear-gradient(top,  #F6B323,  #E88609);
  background: -ms-linear-gradient(top,#F6B323,#E88609);*/
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /*background: -webkit-gradient(linear, left top, left bottom, from(#67A54B), to(#4C8E0E));
  background: -moz-linear-gradient(top,  #67A54B,  #4C8E0E);
  background: -ms-linear-gradient(top,#67A54B,#4C8E0E);*/
}

    .userMenu .x-btn-inner {
        color: #FFFFFF;
    }


/*******Default Styles*********/

.pcm-default-fieldset {
    padding: 4px 4px 6px 12px;
}

.pcm-default-fieldset-tight {
    padding: 4px;
}

.pcm-fieldset-roles {
    padding: 6px 0px 11px 0px;
}

.pcm-roles-hide-row {
    display: none
}

.pcm-roles-comboBox {
    cursor: pointer;
    background-color: #f5f5dc !important;
}


/*******Landing Page*********/

.landing-fieldset {
    margin: 14px;
    padding: 10px;
}

    .landing-fieldset .x-fieldset-header-text {
        font-size: 130%;
        font-weight: bold;
    }

.iwantto {
    padding: 6px 0 0 0;
}

    .iwantto .app-link {
        margin: 0 0 3px 0;
        padding: 5px 0 5px 20px;
    }


/* This 1px solid transparent border on all x-grid-cell-inner elements
    will prevent the 1px jump on mouseover that happens with cellmenu grid cells */

.x-grid-cell-inner {
    border: 1px solid transparent;
}

.cellmenu-cell {
    position: relative;
}

.doctemplate-grid .x-grid-cell-inner {
    white-space: normal;
}

.doctemplate-grid .x-grid-row {
    vertical-align: bottom !important;
}

.cellmenu-over {
    /*border: 1px solid #CFDFF5;*/
    border: 1px solid #B09460;
    /*background-image: url(../images/icons/famfamfam_silk/bullet_arrow_down.png);
    background-repeat: no-repeat;
    background-position: 98% 10%;*/
}

.cellmenu-downarrow {
    background: #098933;
    width: 13px;
}

.cellmenu-cell-active {
}


/* NOTE: This is referenecing a specific (4.1) version of the ExtJs down arrow
    This may not be correct in the future.
*/

.cellmenu-trigger {
    background: url("../../libs/ext/4.1/resources/themes/images/default/grid/grid3-hd-btn.gif") no-repeat scroll left center #C3DAF9;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    z-index: 2;
}


/* highlight for date delete confirm dialog */

.confirm-property-highlight {
    color: #04408C;
    font-weight: bold;
}


/* Region Name text on Regions tab */

.regionName {
    color: #0440B2;
    font-weight: normal;
    margin: 0 0 0 2px;
    /*letter-spacing:1.5px;*/
}

.tight-form * {
    margin-bottom: 1px !important;
}


/*.x-autocontainer-form-item, .x-anchor-form-item, .x-vbox-form-item, .x-checkboxgroup-form-item, .x-table-form-item {
    margin-bottom: 5px;
}*/


/*********************************
**
** ExtJS Style Overides
**
*********************************/


/* Default test on a fieldset header */


/*Override the default nowrap setting on extjs grids*/

.x-grid-cell-noWrapColumn .x-grid-cell-inner {
    white-space: normal;
}

.x-fieldset-header-text {
    color: #04408C;
    font-weight: bold;
}

.comments-pane .x-panel-body {
    background: #deecf7;
}

.info-pane {
    height: 100%;
    background: #deecf7;
}

.validation-pane .x-panel-body {
    background: #deecf7;
}

.rightbar-pane .x-panel-body {
    background: #deecf7;
}

.comments-container {
    min-height: 50vh;
}

.comment-error {
    background: #f6f7f8;
    /*margin: 1px 0 1px 0px;*/
    margin: 6px 6px 6px 6px;
    padding: 2px 2px 4px 4px;
    /*border: 1px solid #c7c7c7*/
    /*#fbeed5*/
    ;
    border-top: 1px solid #e5e6e9;
    border-bottom: 1px solid #d0d1d5;
    border-left: 1px solid #dfe0e4;
    border-right: 1px solid #dfe0e4;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 10px 10px 10px;
}

.comment-error-header {
    color: #d84e4e;
    font-size: 13px;
    font-weight: bold;
}

.comment-error-text {
    font-size: 12px;
}

.comment-error-details {
    font-size: 11px;
}

.comments-container .comment-overall-container {
    padding: 8px 10px;
    border-bottom: 1px solid #e5e6e9;
    cursor: pointer;
}

.comment-overall-container-study {
    background: #f6f7f8;
    padding-bottom: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    background: var(--white);
}

.comment-container-tpl {
    color: black;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin: 0px 2px 0px 2px;
    padding: 6px 4px 6px 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.comment-highlight {
    background: var(--comments-bg-hl) !important; 
}


.comment-container-highlight {
    background-color: var(--comments-bg-hover);
}


.comment-section-name {
    color: #3b5998;
    /*color: #ac894c;*/
    font-style: italic;
    font-weight: normal;
    font-size: 11px; 
}

.comment-field-name {
    color: #3b5998;
    /*color: #D6BB8F;*/
    float: right;
    font-size: 82%;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 0 20px;
}

.comment-user {
    color: #3b5998 /*#ac894c*/;
    font-size: 11px;
    font-weight: bold;
}

.comment-created {
    color: #a7a7a9;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    /*float: right;*/
    /*color: #D6BB8F;
    float: right;
    font-size: 82%;
    font-weight: normal;
    margin: 0 0 0 20px;*/
}

.comment-context {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding: 2px;
}

.comment-text {
    /*color: #333;*/
    /*font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;*/
    /*font-size: 11px;*/
    /*font-weight: normal;*/
    /*line-height: 1.28;*/
    /*margin: 1px 0 1px 2px;*/
    /*text-decoration: none;*/
}

.adjustCommentBubbleForTitle .comment-bubble-in-form i {
    margin: -5px 0 0 0 !important;
}

.erfStudy .tableTitle .canComment {
    max-width: none !important;
}

.comment-info {
}

.comment-field-container {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #CFDFF5;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    color: #04408C;
    display: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.apply-specific-comment-instructions {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    color: #c09853;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.comment-context-label {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #F7ECAC;
    border: 1px solid #EACC22;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 6px;
}

.comment-field-label {
    font-weight: bold;
    margin: 0 8px 0 0;
}

.section-error-field {
    color: #CC0033;
    /* CTgov color */
}

.section-warning-field {
    color: #990000;
    /* CTgov color */
}

.section-alert-field {
    color: #990000;
    /* CTgov color */
}

.section-note-field {
    color: #000099;
    /* CTgov color */
}

.section-hint-field {
    color: #1a06a2;
}

#study_health_monitor {
    overflow: hidden;
}

.monitorevent {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #394e99;
    border-radius: 4px;
    margin: 4px;
    padding: 8px;
    white-space: nowrap;
    width: 500px;
}

#study_health_monitor .critical {
    background: #ffbbbb;
}

#study_health_monitor .high {
    background: #ffcccc;
}

#study_health_monitor .medium {
    background: #ffcccc;
}

#study_health_monitor .normal {
    background: #CCFFCC;
}

.critical .monitoricon,
.high .monitoricon,
.medium .monitoricon {
    background-image: url(../images/icons/famfamfam_silk/flag_red.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 20px;
    width: 20px;
}

.monitoricon {
    background-image: url(../images/icons/SweetiePlus-v2/without-shadows/badge-circle-check-16-ns.png);
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 20px;
    width: 20px;
}

.monitortext {
    display: inline-block;
    float: left;
    padding: 0 0 0 10px;
    white-space: normal;
    width: 320px;
}

.monitorseverity {
}

.monitortype {
    float: left;
    width: 120px;
}

.monitorevent:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.studiesgrid_title {
    /*vertical-align: top;*/
    display: block;
    padding: 0 0 0 34px;
}

.studiesgrid_topalign {
    /*vertical-align: top;*/
}

.ca_entry {
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    cursor: default;
    padding: 4px 4px 4px 4px;
    vertical-align: middle;
}

.ca_selected {
    background: #DFE8F6 !important;
    border-bottom: 1px solid #A3BAE9;
    border-collapse: separate;
    border-top: 1px solid #A3BAE9;
}

.ca_over {
    background: #eeeeee;
}

.ca_assessments {
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ac894c;
    border-radius: 5px;
    font-size: 90%;
    margin: 6px 10px 0px 12px;
    padding: 4px 6px 4px 6px;
}

.ca_assessments_over {
    background: #D0BA95;
}

.individual-comment {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #CFDFF5;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    color: #04408C;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.icon-comments {
    background-image: url(../images/icons/famfamfam_silk/comments.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    overflow: hidden;
    vertical-align: bottom;
    /*margin: 0 0px 0 -18px;*/
}

.strong {
    font-weight: bold;
}

.cta_clean_table {
    border: 0px solid black;
    margin: 1px 1px 12px 2px;
    width: 100%;
}

    .cta_clean_table tr {
        border: 0px solid black;
        margin: 0px;
        padding: 2px 2px 2px 5px;
    }

    .cta_clean_table td {
        border: 0px solid black;
        margin: 0px;
        padding: 1px;
    }

.cta_placebo_table_label {
    width: 200px;
}


/* task scheduler AssignedTo column styles*/

.user-willbe .x-grid-cell-inner {
    color: #909090;
    font-style: italic;
}

.user-wasoverriden .x-grid-cell-inner {
    color: #000000;
    font-weight: bold;
}


/* task scheduler Role column styles*/

.role-assignprompt .x-grid-cell-inner {
    color: #909090;
    font-style: italic;
}


/* jquery.picklist css */

.pickList_sourceListContainer,
.pickList_controlsContainer,
.pickList_targetListContainer {
    float: left;
    margin: 0.25em;
}

.pickList_controlsContainer {
    text-align: center;
    margin-top: 18px;
}

    .pickList_controlsContainer button {
        display: block;
        text-align: center;
        width: 100%;
    }

.pickList_list {
    border: 1px inset #eee;
    cursor: default;
    float: left;
    height: 75px;
    list-style-type: none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    width: 150px;
}

.pickList_selectedListItem {
    background-color: #a3c8f5;
}

.pickList_listLabel {
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

.pickList_clear {
    clear: both;
}

.login-supporttext {
    color: #555;
    font-size: 11px;
    font-weight: normal;
    margin: 0px 0px 0px 20px;
    text-align: left;
    vertical-align: top;
}

.login-disclaimer {
    color: #555;
    font-size: 11px;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}

a.noUnderline {
    text-decoration: none;
}

.form_item_container.shrinkDropdownLength > .form_field_container > .form_field_control > select {
    width: 100px !important;
}

.form_item_container.shrinkDropdownLengthMulti > .form_field_container > .form_field_control > select {
    width: 115px !important;
    height: 22px;
    padding: 0px;
    margin-top: -1.52px;
}

.form_item_container.shrinkDropdownLengthMulti > .form_field_container > .form_field_label {
    padding: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 4px !important;
    font-weight: normal;
    margin-top: 10px;
}

.form_item_container.shrinkDropdownLengthMulti > .multi_form_field_control > label {
    margin-top: 0px;
    padding-bottom: 4px;
}

.form_item_container.shrinkDropdownLengthMulti > .multi_form_field_control > form_field_label {
    margin-top: 0px;
    padding-top: 7px;
}

.form_item_container.shrinkDropdownLengthMulti > .multi_form_field_control {
    margin-top: 0px;
    padding-top: 10px;
}

.hidden_form_item {
    display: none;
}


/*input[disabled],
select[disabled],
textarea[disabled],*/

.field-disabled {
    color: #999999 !important;
    pointer-events: none;
    cursor: default;
}

.field-disabled-th {
    color: #999999 !important;
    pointer-events: none;
    cursor: default;
    background-color: #bbbbbb !important;
}

.pubMedLink a:link {
    color: blue;
}

.pubMedLink a:hover {
    color: red;
}

.pubMedIdAdd {
    float: right;
    /*font-size: 90%;*/
    /*left: 40px;*/
    position: relative;
    top: 5px;
}

.otherIdentifierAdd {
    float: left;
    /*left: 20px;*/
    position: relative;
    top: 0px;
}

.otherIdentifierDelete {
    float: left;
    position: relative;
    top: 0px;
}

.form_field_control input.pipInput {
    width: 150px !important;
}

.field-disabled-container {
    color: #999999 !important;
}

.fields-hidden {
    display: none;
}

.erfRequirement {
    color: Red !important;
    font-weight: bold;
    font-size: 18px;
}

.collapsedEndPoint div.section-title.sub {
    cursor: pointer;
}

.expandedEndPoint div.section-title.sub {
    cursor: pointer;
}

.collapsedEndPoint-title-highlight {
    background: #a5c4f3 !important;
}


/* Add this "cls:'wrapping-grid'" config to Ext grids in order to make their columns wrap */

.wrapping-grid .x-grid-cell-inner {
    white-space: normal !important;
}


/* Work Item # 9447*/

li.validationListItem {
    list-style: disc inside none;
}

.controlButtonBar {
    padding: 6px 0px 6px 0px;
    margin-bottom: 6px;
    font-size: 11px;
    color: #416da3;
    /*background: #E9F2FC;*/
    border: solid 1px #D8E6FB;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 99%;
    line-height: 16px;
}

/*********************************
**
** Debug Options/Tools Window
**
*********************************/


/* This forces the bottom "status" bar, and the feedback dialog, to be on top of any loading mask
    so that debug/feedback options are still available if the loading mask gets stuck */

.pcm-app-bottombar {
    z-index: 9999999999999999999999999999999999999999999999999999;
}

.feedback-dialog {
    z-index: 99999999999999999999999999999999999999999999999999999;
}


/* The "Send Feedback" button */

.bottombar-feedback-button {
}

.bottombar-feedback-button-over {
    color: red !important;
}

.bottombar-feedback-button span {
    font-family: verdana, arial, sans-serif !important;
    color: #555555 !important;
    font-size: 9px !important;
    /*letter-spacing: .1em;*/
}


/* Text on the bottom "status" bar (build number, etc) */


/* "Container" (non-button) items on the status bar */

.bottombar-debug-info-container {
    top: 1px !important;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 9px !important;
    color: #292929 !important;
    padding: 0px 0px 0px 0px;
    letter-spacing: .1em;
    font-weight: 600;
}

.bottombar-debug-info-button {
    line-height: inherit !important;
    height: auto !important;
    /*letter-spacing: .1em;*/
}

    .bottombar-debug-info-button span {
        font-size: 8px !important;
        color: red !important;
    }


/* feedback dialog body text */

.feedback-dialog .x-form-display-field {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
}

.debugToolsFieldset .debugIntro {
    color: #222222;
    font-size: 90%;
    padding: 0 1px 0 1px;
}

.debugToolsFieldset .debugHelp {
    color: #55626f;
    font-size: 80%;
    padding: 0 10px 0 10px;
}

.debugToolsFieldset .debugCallout {
    color: #800000;
    font-size: 90%;
}

.debugToolsFieldset .debugCalloutMinor {
    color: #468847;
}

.debugToolsFieldset hr {
    color: #c5c5c5;
}

.debugToolsButtonHighlight {
    color: #990000;
}

.debugRefreshLink {
    color: #3a68be;
    cursor: pointer;
    display: none;
    font-size: 80%;
    letter-spacing: 2px;
    margin: 0 0 0 16px;
}

    .debugRefreshLink:hover {
        text-decoration: underline;
    }

.debugRefreshButton {
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
    background: -moz-linear-gradient(center top, #ffc477 5%, #fb9e25 100%);
    background-color: #ffc477;
    border: 1px solid #eeb44f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    color: #ffffff;
    cursor: pointer;
    /*display: inline-block;*/
    display: none;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    font-family: Arial;
    font-size: 9px;
    font-style: normal;
    font-weight: bold;
    height: 18px;
    /*line-height: 14px;*/
    /*margin: 0 0 0px 10px;*/
    margin: -6px 0 0 24px;
    padding: 3px 16px 0px 16px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 1px 1px 0px #cc9f52;
    width: 180px;
}

    .debugRefreshButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
        background: -moz-linear-gradient(center top, #fb9e25 5%, #ffc477 100%);
        background-color: #fb9e25;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    }

    .debugRefreshButton:active {
        position: relative;
        top: 1px;
    }

.debug-toolbar-background {
    /* Sherbert */
    background: #f79d00;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #f79d00, #64f38c);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #f79d00, #64f38c);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* Mango */
    /*background: #899b00; /* Old browsers */
    /*background: -moz-linear-gradient(left,  #899b00 1%, #d8a400 14%, #d8a400 84%, #d67e71 100%);*/
    /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, right top, color-stop(1%,#899b00), color-stop(14%,#d8a400), color-stop(84%,#d8a400), color-stop(100%,#d67e71));*/
    /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(left,  #899b00 1%,#d8a400 14%,#d8a400 84%,#d67e71 100%);*/
    /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(left,  #899b00 1%,#d8a400 14%,#d8a400 84%,#d67e71 100%);*/
    /* Opera 11.10+ */
    /*background: -ms-linear-gradient(left,  #899b00 1%,#d8a400 14%,#d8a400 84%,#d67e71 100%);*/
    /* IE10+ */
    /*background: linear-gradient(to right,  #899b00 1%,#d8a400 14%,#d8a400 84%,#d67e71 100%);*/
    /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#899b00', endColorstr='#d67e71',GradientType=1 );*/
    /* IE6-9 */
}


/*********************************
** END Debug Options/Tools Window
*********************************/

.btn {
    display: inline-block;
    /*padding: .375rem 1rem;*/
    padding: 4px 8px;
    font-size: 12px /*1rem*/
    ;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-right: 3px;
}

.btn-primary {
    color: #fff;
    background-color: #f0ad4e /*#fdb104*/
    ;
    /*border-color: #0275d8;*/
}

.comment-post-button-over {
    background-color: #ec9520;
}

.comment-post-button-down {
    background-color: #975c0d;
}

.comment-post-container {
    background: #deecf7;
}

.comment-post-container-highlight textarea {
    /*background: #fff0d1 !important;*/
}

.comment-post-container-highlight button {
    background: #fdb104 !important;
}

.comment-overall-container-study > .comment-post-box-container {
    width: 100%;
    text-align: center;
    padding: 8px 10px;
}

.comment-post-infopane {
    margin: 5px 0 5px 0;
}

.comment-post-box-container #commentPostBox {
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
}

#commentPostBox {
    /*white-space: pre-wrap;*/
    /* css-3 */
    /*white-space: -moz-pre-wrap;*/
    /* Mozilla, since 1999 */
    /*white-space: -pre-wrap;*/
    /* Opera 4-6 */
    /*white-space: -o-pre-wrap;*/
    /* Opera 7 */
    /*word-wrap: break-word;*/
    /* Internet Explorer 5.5+ */
    background: #ffffff;
    text-align: left;
    color: #9197a3;
    min-height: 26px;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    /*line-height: 16px;*/
    padding: 6px 2px 6px 6px;
    z-index: 1;
    cursor: text;
}

.comment-container-rjs {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 1px solid #cbcbcb;
    overflow-y: auto;
}


.commentPostBox {
    /*white-space: pre-wrap;*/
    /* css-3 */
    /*white-space: -moz-pre-wrap;*/
    /* Mozilla, since 1999 */
    /*white-space: -pre-wrap;*/
    /* Opera 4-6 */
    /*white-space: -o-pre-wrap;*/
    /* Opera 7 */
    /*word-wrap: break-word;*/
    /* Internet Explorer 5.5+ */
    background: #ffffff;
    text-align: left;
    color: black;
    min-height: 100%;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    /*line-height: 16px;*/
    padding: 6px 2px 6px 6px !important;
    z-index: 1;
    cursor: text;
}



.comment-post-button-container {
    text-align: right;
    padding: 4px 0px 4px 0;
    width: 100%;
}

.post-placeholder-text {
    position: absolute;
    color: #9197a3;
    margin: 8px 0 0 6px;
    z-index: 0;
}

.comment-post-container button {
    /*text-align: right;*/
}

.comment-post-container hr {
    border: 1px solid #dcdcdc;
}

.comment-field-title {
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    color: #519dd4;
    font-size: 12px;
    font-weight: bold;
}

.info-field-title {
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    padding-left: 6px;
    padding-right: 13px;
    color: #519dd4;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

    .info-field-title.with-border {
        border-bottom: 1px solid #519dd4;
    }

/*********************************
** Justifications
*********************************/
.justification-overall-container {
    margin-left: 7px;
    font-weight: normal;
}


.justification-button-container {
    text-align: right;
    color: #3A80DB;
}

.justification-button {
}

.justification-button-disabled {
    background-color: #999999;
    cursor: default;
}


.justification-button:hover {
    color: #ffffff;
    background-color: #ec9520;
}



.justification-link-button {
    font-size: 11px;
    color: #3b5998;
    padding: 4px 8px 4px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .justification-link-button:hover {
        color: #ffffff;
        background: #ffaf00;
    }

    .justification-link-button:active {
        color: #ffffff;
        background-color: #975c0d;
    }



.justification-content {
    color: #333;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.28;
    text-decoration: none;
    margin: 5px 0 5px 7px;
    white-space: pre-wrap;
}


.justification-charcount-container {
    color: #CC0033;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    margin: 2px 0 2px 7px;
}


.justification-charcount {
    display: inline-block;
    margin-right: 10px;
}

.jst-char-limit {
    color: red;
    margin: 2px 0 2px 10px;
}

.justification-user {
    color: #3b5998;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    margin: 4px 12px 10px 7px;
}

.justification-created {
    color: #a7a7a9;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    display: inline-block;
    padding-left: 8px;
    float: left;
    /*float: right;*/
    /*color: #D6BB8F;
    float: right;
    font-size: 82%;
    font-weight: normal;
    margin: 0 0 0 20px;*/
}


#jst-delete-link {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}

#jst-edit-link, #jst-add-link {
    cursor: pointer;
}


.justification-post-container {
    background: #deecf7;
}

/*.justification-post-container-highlight button {
    background: #fdb104 !important;
}*/

.justification-post-box-container {
    width: 100%;
    text-align: center;
    padding: 6px 6px 4px 5px;
}

    .justification-post-box-container #justification {
        width: 100%;
        border: 1px solid #cbcbcb;
        border-radius: 4px;
    }

#justificationPostBox {
    border: none;
    resize: none;
    width: 100%;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    background: #ffffff;
    text-align: left;
    /*color: #9197a3;*/
    min-height: 26px;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    /*line-height: 16px;*/
    padding: 6px 2px 6px 6px;
    z-index: 1;
    cursor: text;
}

.justification-post-button-container {
    text-align: right;
    padding: 4px 0px 4px 0;
    width: 100%;
    margin-bottom: 8px;
}

.justification-post-container hr {
    border: 1px solid #dcdcdc;
}

/** in form task bar **/

.taskOverdue {
    background-color: #D15B47;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-sizing: border-box;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    line-height: 13.8px;
    padding-bottom: 3.6px;
    padding-left: 7.2px;
    padding-right: 7.2px;
    padding-top: 2.4px;
    text-align: center;
    text-shadow: none;
    vertical-align: baseline;
    white-space: nowrap;
}


/*CTA Phone Numbers commenting*/

.ctaPhoneNums {
    height: 205px;
}


/* ExtJS grid header checkbox alignmnt fix */

.studyAddRolesGrid .x-column-header-checkbox .x-column-header-text {
    margin: 3px auto 0 auto;
}


/* Admin Panel Default Roles Grid Checkbox Alignment */
.checkBoxColumnContentAlign .x-grid-cell-inner {
    width: 30px;
}


/* MAINTENANCE GRID */

.x-action-col-cell img.queueForUpload {
    width: 48px;
    height: 16px;
    background-image: url(../images/icons/pcm/queueButton.png)
}

.x-action-col-cell img.changesSinceLastUpload {
    width: 48px;
    height: 16px;
    background-image: url(../images/icons/pcm/dataChangesButton.png)
}

.x-action-col-cell img.dataChangesSinceLastUpload {
    background: url(../images/icons/AxialisWebMini1/Png/Info.png) no-repeat 4px #CFDFF5;
}

.icon-dataChangesSinceLastUpload {
    background: url(../images/icons/AxialisWebMini1/Png/Info.png) no-repeat 4px #CFDFF5;
}


/*.x-action-col-cell img.queueForUpload:hover {
    width: 48px;
    height: 16px;
    background-image: url(../images/icons/pcm/queueButton_queued.png)
}*/

.x-action-col-cell img.queueForUploadQueued {
    width: 48px;
    height: 16px;
    background-image: url(../images/icons/pcm/queueButton_queued.png)
}

    .x-action-col-cell img.queueForUploadQueued:hover {
        width: 48px;
        height: 16px;
        background-image: url(../images/icons/pcm/queueButton_cancel.png)
    }

.x-action-col-cell img.maintenance_Approval {
    width: 48px;
    height: 16px;
    background-image: url(../images/icons/pcm/maintenance_approval.png)
}

.x-action-col-cell img.maintenance_ApprovalSent {
    width: 48px;
    height: 16px;
    background-image: url(../images/icons/pcm/maintenance_sent.png)
}

.extjsWindowWhiteBackground {
    background-color: white;
}

.x-action-col-cell .yellowTriangleError {
    background-image: url(../images/icons/famfamfam_silk/error.png);
    cursor: default;
}

.x-action-col-cell .uploadMaintenanceStatus {
    cursor: default;
}


/* Data Change Typography */

.darwin {
    /* all: initial; */
}

    .darwin hr {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
        /* background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); */
    }

    .darwin h1.small {
        font-size: 12px;
    }

    .darwin h1 {
        color: #161616;
        /* font: 400 12px/14px 'old standard tt'; */
        font-weight: normal;
        margin: 0 0 6px 0;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top;
    }

    .darwin h2 {
        color: #161616;
        /* font: 400 28px/28px 'old standard tt'; */
        font-weight: normal;
        margin: 0;
        text-transform: uppercase;
        display: inline;
    }

    .darwin h3 {
        color: 000000;
        /* color: #161616; */
        /* font: 400 10px/12px 'old standard tt'; */
        line-height: 14px;
        font-weight: normal;
        margin: 0;
        /* text-transform: uppercase; */
        display: inline-block;
        vertical-align: top;
        margin-left: 9px;
        text-indent: -6px;
    }

    .darwin .darlabel {
        color: rgb(78, 78, 78);
        /* font: 400 10px/12px 'old standard tt'; */
        line-height: 14px;
        font-weight: normal;
        /* font-style: italic; */
    }

    .darwin h4 {
        color: rgb(78, 78, 78);
        /* font: 400 10px/12px 'old standard tt'; */
        line-height: 14px;
        font-weight: normal;
        font-style: italic;
        display: inline;
    }

    .darwin h5 {
        color: #161616;
        /* font: 400 9px/9px 'old standard tt'; */
        font-style: italic;
        font-weight: normal;
        margin: 0;
    }
