.expandableFieldPanel {
  padding: 5px;
  margin-top: 0;
  margin-bottom: 10px;
  overflow: visible;
}
.expandableFieldPanel header {
  position: relative;
}
.expandableFieldPanel header > button.expando {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
}
.expandableFieldPanel header > button.expando:hover {
  border-radius: 0;
}
.expandableFieldPanel header .stackedContainer {
  display: inline;
  display: inline-block;
}
.expandableFieldPanel header .stackedContainer > * {
  margin-bottom: 0;
}
.expandableFieldPanel header .stackedContainer .editorField input {
  background-color: #FFF !important;
}
@media only screen and (max-width: 1000px) {
  .expandableFieldPanel header .stackedContainer .readonlyTextBoxSpan,
  .expandableFieldPanel header .stackedContainer input.formControl {
    width: 250px !important;
  }
}
.expandableFieldPanel header .buttons {
  float: right;
  font-size: 0px;
}
.expandableFieldPanel header .buttons .borderRadius {
  border-radius: 3px !important;
}
.expandableFieldPanel header button {
  min-height: 16px;
  display: inline;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}
.expandableFieldPanel header button:hover {
  z-index: 1;
}
.expandableFieldPanel header button.info {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  position: relative;
  margin-right: -1px;
}
.expandableFieldPanel header button.info::before {
  content: "";
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
}
.expandableFieldPanel header button.info .icon16 {
  background: url('/T1PROD/CiAnywhere/Web/PROD/Workplace/v-12.0.1540.0/t/$Base/icons/16/actions/information2.png') top left no-repeat;
}
.expandableFieldPanel header button.atts {
  width: 42px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.expandableFieldPanel header button.atts .icon16 {
  background: url('/T1PROD/CiAnywhere/Web/PROD/Workplace/v-12.0.1540.0/t/$Base/icons/16/actions/attachment.png') top left no-repeat;
}
.expandableFieldPanel header button.atts .icon16:before {
  font-family: 'iconGlyph';
  content:"\E091";
}
.expandableFieldPanel header button.atts .attsCounter {
  font-size: 11px;
}
.expandableFieldPanel header:hover {
  background-image: none !important;
}
.expandableFieldPanel .expandableSection {
  overflow: hidden;
  width: 100%;
}
.expandableFieldPanel .expandableSection > .info .arrow,
.expandableFieldPanel .expandableSection > .info .arrowBorder {
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border: solid transparent;
  right: 45px;
  top: -10px;
}
.expandableFieldPanel .expandableSection > .info .arrowBorder {
  border-width: 0 11px 11px 11px;
  border-bottom-color: #CCC;
  right: 44px;
  top: -11px;
}
.expandableFieldPanel .expandableSection > .info .arrow {
  border-width: 0 10px 10px 10px;
  border-bottom-color: #F4F5F5;
}
.expandableFieldPanel .expandableSection > .info .readonlyTextBoxSpan {
  white-space: pre-wrap;
}
.expandableFieldPanel .expandableSection > .atts .arrow,
.expandableFieldPanel .expandableSection > .atts .arrowBorder {
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border: solid transparent;
  right: 10px;
  top: -10px;
}
.expandableFieldPanel .expandableSection > .atts .arrowBorder {
  border-width: 0 11px 11px 11px;
  border-bottom-color: #CCC;
  right: 9px;
  top: -11px;
}
.expandableFieldPanel .expandableSection > .atts .arrow {
  border-width: 0 10px 10px 10px;
  border-bottom-color: #F4F5F5;
}
.expandableFieldPanel .expandableSection > .atts .attachments.formControl {
  overflow: visible;
}
.expandableFieldPanel .expandableSection > div {
  padding: 5px;
  margin-top: 10px;
  min-height: 0;
  border: 1px solid #CCC;
  background-color: transparent;
  background-image: url('/T1PROD/CiAnywhere/Web/PROD/Workplace/v-12.0.1540.0/t/$Base/images/whiteopac50.png');
  background-repeat: repeat;
  position: relative;
}
.expandableFieldPanel .expandableSection .stackedContainer > div {
  border: 0;
  background-image: none;
}
.expandableFieldPanel .expandableSection .stackedContainer > .controlContainer {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .expandableFieldPanel .expandableSection .stackedContainer .readonlyTextBoxSpan {
    word-wrap: normal;
    width: 100% !important;
  }
}

section[id*='ChecklistSection'] section:not([id*='Attachments']) {
    margin-top:10px;
    border:solid 2px transparent;
    transition: border-color 0.3s ease;
    padding-bottom: 10px !important;
}


section[id*='ChecklistSection'] section:not([id*='Attachments']).panel.fieldSet > header .headerText {
    font-weight:500;
    font-size:1.4em;
    display:block;
    line-height:16px;
}


section[id*='ChecklistSection'] section:not([id*='Attachments']) header h1:before {
    font-family: 'iconGlyph';
    content:"";
    float: left;
    border-radius: 50%;
    color: #fff;
    width: 0;
    height: 0;
    font-size:1em;
    text-align: center;
    line-height: 20px;

    box-sizing:border-box;
    
    transition: width, height, 0.3s ease;
}

section[id*='ChecklistSection'] section:not([id*='Attachments']).comply header.expandable h1:before, 
section[id*='ChecklistSection'] section:not([id*='Attachments']).notcomply header.expandable h1:before, 
section[id*='ChecklistSection'] section:not([id*='Attachments']).notapply header.expandable h1:before {
    width:32px;
    height:32px;
    padding: 6px;
    
    margin:0 5px;
}


section[id*='ChecklistSection'] section:not([id*='Attachments']).comply header.expandable  h1:before {
    content:"\E066";
    background-color:#5bae00; 
}

section[id*='ChecklistSection'] section:not([id*='Attachments']).notcomply header.expandable h1:before {
    content:"\E067";
    background-color:#e8311b; 
}

section[id*='ChecklistSection'] section:not([id*='Attachments']).notapply header.expandable h1:before {
    content:"N/A";
    background-color:#325ea1; 
	font-size:0.7em;
	font-family: Osans;
}




section[id*='ChecklistSection'] section:not([id*='Attachments']) header.expandable span {
    text-transform:uppercase;
    display:block;
    margin-left:32px;
    transition:opacity 0.5s ease;
}
section[id*='ChecklistSection'] section:not([id*='Attachments']).comply header.expandable span {
    color:#5bae00;
}
section[id*='ChecklistSection'] section:not([id*='Attachments']).notcomply header.expandable span {
    color:#e8311b;
}

section[id*='ChecklistSection'] section:not([id*='Attachments']).notapply header.expandable span {
    color:#003e76;
}




section[id*='ChecklistInstanceSection'] section:not([id*='Attachments']) .controlContainer.checkBoxControl > .editorLabel > label {
    font-weight:normal;
    font-size:1em;
    line-height:38px;
    padding-left:8px;
}

section[id*='ChecklistInstanceSection'] section:not([id*='Attachments']) .controlContainer.checkBoxControl > .editorField:before {
    font-size:18px;
    width:20px;
    height:20px;
}


section[id*='ChecklistInstanceSection'] section:not([id*='Attachments']) .multiLine {
    width:100%;
    max-width:530px;
    box-sizing: border-box;
}

section[id*='ChecklistInstanceSection'] section:not([id*='Attachments']) .multiLine .tbcEditorField {
    width:inherit !important;
    
}


section[id*='ChecklistInstanceSection'] section:not([id*='Attachments']) .expandableFieldPanel header .buttons {
    float:left;
    margin:0 10px;
}

section[id*='ChecklistInstanceSection'] section:not([id*='Attachments']) header .expando, 
section[id*='ChecklistInstanceSection'] section:not([id*='Attachments']) header h1 {
    color:initial;
}

section[id*='ChecklistInstanceSection'] .attachments {
    background-color: white;
}

section[id*='ChecklistInstanceSection'] .stackedContainer[id*='Notes'] {
    display: block;
    padding-top: 10px;
}

section[id*='RiskAssessmentInstanceSection'] section:not([id*='Attachments']) {
    background-color: #dbebf9;
    margin: 5px 0 10px 0;
}

section[id*='RiskAssessmentInstanceSection'] .attachments {
    background-color: white;
}

section[id*='RiskAssessmentInstanceSection'] .stackedContainer[id*='Notes'] {
    display: block;
    padding-top: 10px;
}


/*--Temporary to show grey background of linkedSideBar (Remove once we get latest from platform 27.04.15)--*/

.linkedTabSideBarShowHide, .linkedTabSideBarOuterContainer {
    background-color: #999 !important;
}



/*--Temporary to show grey background of linkedSideBar (Remove once we get latest from platform 27.04.15)--*/

.linkedTabSideBarShowHide, .linkedTabSideBarOuterContainer {
    background-color: #999 !important;
}


#FormPreviewSectionContentNavigatorPanel > .editablePanel {
    background-color: #fff;
    margin: 20px;
    padding: 10px 20px 20px 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.formDefinition.fieldSet {
    padding: 0;
}

.editablePanel > .content > .formDefinition.fieldSet {
    background: transparent;
    border: none;
}

.formPolicyFieldWidth {
    width: 100px;
}

.formValidationMessagePolicyField {
    margin-left: 105px;
}

.formDefinitionPageContainer
{
    margin: 10px 10px 0 10px;
}

.formDefinitionSectionContainer {
    margin: 0 10px 10px 10px;
    padding: 0;
}

.controlContainer.formDefinitionPageContainer {
    margin-top: 10px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
}

.formDefinitionPageContainers .ui-draggable-dragging {
    background-color: #fbfbaa;
}

/*Form Preview Section*/

.sectionSwitcher > .sectionSwitcherTabsContainer > .tabControl.formSection > .editablePanel.formsEngagingSection > .content {
    padding-left: 0;
    padding-right: 0;
}


.formDefinitionItemSummary .controlContainer {
    margin-top: 8px;
    margin-left: 8px;
    margin: 0;
}

.selected.formDefinitionItem .formDefinitionItemDetails {
    padding: 1em 0 0 0;    
}

.formDefinitionItems.collapsed .Question,
.formDefinitionPageContainerDetails > .formDefinitionItems.collapsed .formDefinitionSectionContainer {
    display: none;
}

.formDefinitionItem, 
.formDefinitionAddItem {
    padding: 10px;
    border: solid 1px #ebedee;
    border: solid 1px rgba(0, 0, 0, 0.05);
}

.formDefinitionItem.Page {
    margin-bottom: 10px;
    border: none;
    background-image: url('/T1PROD/CiAnywhere/Web/PROD/Workplace/v-12.0.1540.0/t/$Base/images/whiteopac50.png');
    background-repeat: repeat;
}

.formDefinitionItem.Page:hover,
.formDefinitionPageContainer + .formDefinitionItem.Page:hover {
    background-image: none!important;
}

.formDefinitionItem.Question, 
.formDefinitionAddItem {
    border-top: solid 1px transparent;
}

.formDefinitionItem, 
.formDefinitionAddItem {
    padding: 10px;
    border: solid 1px #ebedee;
    border: solid 1px rgba(0, 0, 0, 0.05);
}

.formDefinitionItem {
    padding-left: 0;
}

.formDefinitionItem.Page .formDefinitionItemSummary {
    padding-left: 30px;
}

.formDefinitionItem.Page .formDefinitionItemDetails {
    padding-left: 20px;
}


.formDefinitionItem.Section .formDefinitionItemSummary {
    padding-left: 30px;
}

.formDefinitionItem.Section .formDefinitionItemDetails {
    padding-left: 20px;
}


.formDefinitionItem.Question .formDefinitionItemSummary {
    padding-left: 50px;
}

.formDefinitionItem.Question .formDefinitionItemDetails {
    padding-left: 40px;
}


.dragFormDefinitionItem {
    padding: 0 5px 0 10px;
}

.formDefinitionItem.Question .dragFormDefinitionItem {
    padding-left: 30px;
}

.readonlyMode .dragFormDefinitionItem {
    display: none;
}

.formDefinitionItemDraggedElement {
    padding: 10px;
    border: solid 1px #ebedee!important;
    border: solid 1px rgba(0, 0, 0, 0.05)!important;
}


.readonlyMode .formDefinitionAddItem,
.payNowSectionContainer .formDefinitionAddItem {
    display: none;
}

.formDefinitionAddItem .handle,
.formDefinitionAddItemsContainer .defaultAction {
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}


.selected.formDefinitionItem,  .editMode .selected.formDefinitionItem:hover {
    background-image: url('/T1PROD/CiAnywhere/Web/PROD/Workplace/v-12.0.1540.0/t/$Base/images/whiteopac50.png');
    background-repeat: repeat;
}

.formDefinitionQuestionTypeLabel {
    font-size: 0.9em;
    color: #656565;
    opacity: 0.75;
    display: inline-block;
}

.formDefinitionItem:hover {
    background-image: url('/T1PROD/CiAnywhere/Web/PROD/Workplace/v-12.0.1540.0/t/$Base/images/whiteopac50.png');
    background-repeat: repeat;
    cursor: pointer;
}

.formDefinitionItem h3 {
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 1em;
}

.formDefinitionItem.Page h3 {
    font-size: 1.4em;
}

.formDefinitionItem.Section h3 {
    font-size: 1.2em;
}

.readonlyMode .formDefinitionItemSummary .actionButtons .removeFormDefinitionItem,
.payNowSectionContainer .Question .removeFormDefinitionItem{
    display: none;
}

.formDefinitionItemSummary .actionButtons {
    float: right;
    display: inline-block;
    white-space: nowrap;
    min-width: 63px;
}

.formDefinitionPageContainers .formDefinitionPageContainer .Page .formDefinitionItemSummary .actionButtons {
    padding-right: 10px;
}

.formDefinitionItemSummary .actionButtons .editFormDefinitionItem {
    float: left;
    /*visibility: hidden;*/
    opacity: 0.1;
    display: none;
    padding: 6px;
}

.formDefinitionItemSummary .actionButtons .editEntityAssociations {
    float: left;
    padding: 6px;
}

.selected.formDefinitionItem .formDefinitionItemSummary .actionButtons {
    float: right;
    min-width: 0;
}

.editMode .formDefinitionItemSummary .actionButtons .editFormDefinitionItem {

    display: block;
}

.formDefinitionItem:hover .editFormDefinitionItem {
    visibility: visible;
    opacity: 1;
}

.formDefinitionItemSummary .editFormDefinitionItem {
    display: block;
    -webkit-transition: all 0.1s ease-in-out;
    -webkit-transform: scale(0.8);
}

.editMode .formDefinitionItem:hover .formDefinitionItemSummary .editFormDefinitionItem {
    -webkit-transform: scale(1);
}

.editMode .selected.formDefinitionItem .formDefinitionItemSummary .actionButtons .editFormDefinitionItem, .editMode .selected.formDefinitionItem .formDefinitionItemSummary .actionButtons .editEntityAssociations {
    display: none;
}

.formDefinitionItemSummary {
    margin: -10px -10px -10px 0;
    padding: 10px 10px 10px 30px;
    position: relative;
}

.formDefinitionItemSummary .actionButtonsLeft {
    position: absolute;
    left: 0;
    top: 15px;
    white-space: nowrap;
}

.formDefinitionItemSummary .expandoFormDefinitionItem {
    padding: 6px;
}

.formDefinitionItemSummary .expandoFormDefinitionItem .glyph:before {
    font-size: 12px;
}

.formDefinitionItemSummary .expandoFormDefinitionItem,
.formDefinitionItemSummary .removeFormDefinitionItem {
    float: none;
    background: none;
    border: solid 1px transparent;
    box-shadow: none;
    border-radius: 15px;
    margin-left: 5px;
}

.formDefinitionItemSummary .expandoFormDefinitionItem:hover,
.formDefinitionItemSummary .removeFormDefinitionItem:hover {
    background-image: url('/T1PROD/CiAnywhere/Web/PROD/Workplace/v-12.0.1540.0/t/$Base/images/blackopac5.png');
    background-repeat: repeat;
}

.formDefinitionItemManadatory {
    color: red;
}

.formDefinitionItemDragPlaceholder {
    border: 2px dashed green!important;
    opacity: 0.4;
    margin-top: 10px;
    margin-bottom: 10px;
}
  
.formDefinitionItemDragOriginal {
    display: none;
}

.dragInProgress .formDefinitionAddItem {
    display: none;
}

.formDefinitionDummyPage {
    height: 20px;
    background-color: #ffffff;
    border: none;
}

/* Fix to make picklist visible within editable grid on iPad */
.ipad #EditableGrid_EntityAssociationItems .textBoxControl.picklistControl,
.ipad #EditableGrid_EntityAssociationItems .textBoxControl.picklistControl .editorField {
    position: static;
}

.formDefinitionItemDetailsFooter button
{
    margin-right: 5px;
}

.formDefinitionItem.Question .formDefinitionItemSummary > h3 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    display: block;
}
