#PopupContainer
{
    z-index: 9997;
    background: rgba(0,0,0,0.7);
    display: none;
    position: absolute;
	left:0;
    right: 0;
	padding: 20px 10px 10px 10px;
	margin: 0;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#PopupContainer.shown {
    display: block;
}

.popup {
    display:block;
}

.popup > .content
{
    color: white;
    text-shadow: none;
    text-align: center;
    padding-bottom: 10px;
}

.popupActionItem
{
    width: 100%;
    margin: 5px 0;
    padding: 10px 0;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 3px;
    color: #fff;
    background-color: #000;
    border-color: rgba(255, 255, 255, 0.15);
}

.popupDefaultActionItem
{
    background-color: #0F6BFF;
}

body .dhx_widget{
    font-family: inherit !important;
     font-weight: normal !important; 
     font-size: inherit !important; 
     line-height: inherit !important;
}
body .dhx_free_diagram{
    background-color: transparent;
}

.processDiagramControl, .diagramWrapper {
    height: 100%;
    max-height: 100%;
}

/* ----  DHX Shape Styles -----*/

.processNodeShape .bodycontainer{
    text-align: left;
    font-size: 10px;
    margin-right: 5px;
}

.dhx_property .tbcInputContainer{
    background: white;
}

.dhx_diagram_flow_shape .imgContainer > *{
    max-width:32px;
    margin: auto 5px;    
}

.dhx_diagram_org_item .shape_content-container .shape_content{
    font-size: 10px;
    text-align:left;   
    padding:5px;    
}

.shapesbar .dhx_diagram_flow_item .shape_content-container .shape_content ,
.shapesbar .dhx_diagram_flow_item .dhx_diagram_flow_shape .shapeSticky
{    
    font-size: 10px !important;
}



/* ----  Custom Shape Styles -----*/

/* CiProcess  */
.dhx_diagram_flow_shape .processNodeShape{
    border-radius: 15px;
    height: 100%;
    line-height:1.1em;
    text-decoration: none;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    background: #FFFFFF;
}

.dhx_diagram_flow_shape .processNodeShape > .errorNotification {    
    position: absolute;
    top: -10px;
    right: -10px;
    background:white;    
    border-radius: 50%;
    line-height: 20px;
}

#TipHolder{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    white-space: nowrap;
}
#TipHolder.shown{
    opacity: 1;
    visibility: visible;
    z-index: 9005;
}

.processNodeShape .action-icon {
    position: absolute;
    right: 10px;
    bottom:10px;
}
.processNodeShape .title, .processNodeShape .text{
    word-break:break-word; 
    white-space:pre-wrap;    
}

.customShapeProperty .editorLabel{
    width: 100%;
}

.customShapeProperty .attachmentIcon{
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    width: 60px;    
    display: inline-block;
    height: 60px;    
    padding: 15px;
}
.customShapeProperty .attachmentFileInput{
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}

.labelInnerContainer.section-title:empty{
    display: none;
}

/* CiText  */
.dhx_diagram_flow_shape .shapeCiText{
    white-space: nowrap;
    text-align:left;    
}

.shapesbar .shapeCiText{
    background: white;
    border: dashed 1px grey;
    padding: 10px;
    height: 100%;
}

/* textYesNo  */
.dhx_diagram_flow_shape .shapeYesNoText{
    padding: 5px;
    font-size: 9px;
    background: white;
    border: solid 1px rgba(33, 150, 243, 0.2);
}
/* CiYesNoText  */
.dhx_diagram_flow_shape .shapeCiStartEnd{
    border: solid 1px rgb(33, 150, 243);
    border-top-width:3px;
    border-radius: 5px;
    height: 100%;    
    color: white;
    justify-content: center;
}

/* Contact card  */

.dhx_diagram_flow_shape .shapeContact {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 10px 12px;
}
.dhx_diagram_flow_shape .shapeContact span {
    display: flex;
}
.dhx_diagram_flow_shape .shapeContact h3, .dhx_diagram_flow_shape .shapeContact p {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin: 0 0 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dhx_diagram_flow_shape .shapeContact_container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.dhx_diagram_flow_shape .shapeContact_img-container {
    min-width: 93px;
    width: 93px;
    margin-right: 12px;
}
.dhx_diagram_flow_shape .shapeContact_img-container img {
    width: inherit;
    height: auto;
}
.dhx_diagram_flow_shape .shapeContact_icon {
    height: 20px;
    width: 20px;
    margin-right: 4px;
}

/* Sticky note  */

.shapeSticky {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.shapeSticky.blue{
    background-image:url("https://cdn.t1cloud.com/cianywhere/content/base/images/processdiagram/blue.svg?v=12.0.251.0") ;
}
.shapeSticky.yellow{
    background-image:url("https://cdn.t1cloud.com/cianywhere/content/base/images/processdiagram/yellow.svg?v=12.0.251.0") ;
}
.shapeSticky span {
    text-align: center;
    width: 100%;
}

/****** Custom shape properties ******/

/* textbox style override */
.dhx_property input.textBoxControlInput:focus{ box-shadow: none; }
.dhx_property .tbcInputInnerContainer > .textBoxControlInput{ padding:5px; }
.dhx_property .tbcEditorField{ min-width:245px; }
.dhx_property .standardStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer,
.dhx_property button.tbcPicker {
    height: 40px;
}
/* copied from section-title */
.dhx_property .customShapeProperty .lblCol {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 0;
    color: #909cad;
    line-height: 20px;
    margin: 0 0 4px;
    letter-spacing: .5px;
}

.editor .dhx_diagram {
    background-image:url("https://cdn.t1cloud.com/cianywhere/content/base/images/processdiagram/edit-ruler.svg?v=12.0.251.0") !important;
}

.actionTypeProperties .smryLabel {
    padding: 5px;
}

.actionTypeProperties .smryText {
    padding: 5px;
    font-style: italic;
    font-weight: bolder;
}

.actionTypeProperties button.editProperties {
    background: transparent;
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
}


/**** Open function popup *****/
.processNodeProperties .actionTypePropertiesContainer.showInPopup{
    width: 750px;
}

.processNodeProperties .customShapeProperty.functionPicklist{
    width: 100%;
}
.processNodeProperties .customShapeProperty.functionPicklist .tbcEditorField{
    width: 700px !important;
}

.actionTypePropertiesContainer .showAdvanced{
    border: none;
    background: transparent;
    box-shadow: none;
    color: #1876d2;
    font-weight: bold;
}

.actionTypePropertiesContainer .showAdvanced .glyph:before {
    content: "\E045";
}

.actionTypePropertiesContainer .showAdvanced.expanded .glyph:before {
    content: "\F046";
}

.actionTypePropertiesContainer .advancedOptions .header{
    font-weight: bold;
    font-size:1.2em;
}

.actionTypePropertiesContainer .advancedOptions .headerText{
    line-height: 14px;
}

.actionTypePropertiesContainer .advancedOptions .step1,
.actionTypePropertiesContainer .advancedOptions .step2 {
    border-radius: 5px;
}

.actionTypePropertiesContainer .advancedOptions .leftContainer,
.actionTypePropertiesContainer .advancedOptions .rightContainer{
    display: inline-block;
}

.processNodeProperties .functionPreview,
.processNodeProperties .syncKeysClear,
.processNodeProperties .syncKeysPaste{
    background: transparent;
    box-shadow: none;
}

.actionTypePropertiesContainer .syncKeysContainer{
    min-height: 200px;
    margin-top: 20px;
}

.actionTypePropertiesContainer .syncKeysContainer tbody {
    display: block;
    overflow: auto;
    max-height: 200px;
}
.actionTypePropertiesContainer .syncKeysContainer thead,
.actionTypePropertiesContainer .syncKeysContainer tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;/* even columns width , fix width of table too*/
}
.actionTypePropertiesContainer .syncKeysContainer thead {
    width: calc( 100% - 1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}
.actionTypePropertiesContainer .syncKeysContainer tbody tr td{
    vertical-align: middle;
}
.actionTypePropertiesContainer .syncKeysContainer .syncKeyInput{
    border-color: #c4c4c4;
    border-radius: 3px;
    height: 30px;
    border-style: solid;
    border-width: 1px;
    width: 250px;
}
.radioButtonControl.editable > .rbcEditorField > .rbcItem > .rbcItemInput,
.radioButtonControl.editable > .rbcEditorField > .rbcItem > .rbcItemEditorLabel > label {
    cursor: pointer;
}

.radioButtonControl.editable > .rbcEditorField > .rbcItem > input[type=radio],
.radioButtonControl.editable > .rbcEditorField > .rbcItem > .rbcItemEditorLabel > label {
    cursor: pointer;
}



/* Standard Style */

.standardStyle > .radioButtonControl.rbcStandardType  {
    border: solid 1px transparent;
    background: transparent;
    outline: none;
}

.standardStyle > .radioButtonControl.rbcStandardType  > .rbcEditorLabel {
    margin-bottom: 2px;
    display: block;
}

.standardStyle > .radioButtonControl.rbcStandardType  > .rbcEditorLabel > label {
    font-size: 0.9em;
    font-weight: 600;
    position: relative;
    display: block;
    line-height: 14px;
    padding: 0 4px;
    border: solid 1px transparent;
}

.standardStyle > .radioButtonControl.rbcStandardType  > .rbcEditorLabel > label > .labelInnerContainer {
    display: block;
    overflow: hidden;
}

.standardStyle > .radioButtonControl.rbcStandardType  > .rbcEditorField > .rbcItem {
    min-height: 20px;
    display: flex;
}

.standardStyle > .radioButtonControl.rbcStandardType  > .rbcEditorField > .rbcItem > input[type=radio]{
    -webkit-appearance: radio;
    width: auto;
    height: 16px;
    vertical-align: middle;
    box-shadow: none;
}

.standardStyle > .radioButtonControl.rbcStandardType  > .rbcEditorField > .rbcItem > input[type=radio]:focus {
    outline: none;
}

.easy .standardStyle > .radioButtonControl.rbcStandardType  > .rbcEditorField > .rbcItem > input[type=radio]:focus {
    outline: dotted 2px #d64200;
}

.standardStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem.checked > input[type=radio] {
    box-shadow: none;
    border-color: #656565;
}

.standardStyle > .radioButtonControl.rbcStandardType.editable > .rbcEditorField > .rbcItem:hover > input[type=radio],
.standardStyle > .radioButtonControl.rbcStandardType.editable > .rbcEditorField > .rbcItem.active > input[type=radio] {
    border-color: #656565;
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(221,221,221,1) 100%); /* W3C */
}

.standardStyle > .radioButtonControl.rbcStandardType.disabled > .rbcEditorField > .rbcItem > .rbcItemEditorLabel {
    opacity: 0.35;
}

.standardStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem > .rbcItemEditorLabel {
    margin-left: 4px;
    display: inline-block;
    padding: 0;
    width: auto;
}


.standardStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem > .rbcItemEditorLabel > label {
    line-height: 20px;
    font-size: 0.9em;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 0 2px;
    border: solid 1px transparent;
}



/* Engaging Style */

.engagingStyle > .radioButtonControl {
    padding: 4px 0 12px 0;
    border: none;
}

.engagingStyle > .radioButtonControl > .rbcEditorLabel {
    display: block;
    opacity: 0.75;
    color: #656565;
    margin: 20px 0;
    font-size: 1.2em;
}

.engagingStyle > .radioButtonControl > .rbcEditorLabel > label {
    position: relative;
    padding: 0;
    line-height: 16px;
    border: none;
}


/* Engaging Style - Standard Radio Button */

.engagingStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem {
    padding: 0 8px;
    float: left;
    position: relative;
    margin-left: 4px;
    clear: left;
    margin-top: 2px;
}

.engagingStyle > .radioButtonControl.rbcStandardType  > .rbcEditorField > .rbcItem > input[type=radio] {
    -webkit-appearance: radio;
    width: auto;
    height: 17px;
    vertical-align: middle;
    box-shadow: none;
    transition:transform 0.1s ease;
}

.engagingStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem > input[type=radio]:focus {
    outline: none;
}

.easy .engagingStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem > input[type=radio]:focus {
    outline: dotted 2px #d64200;
}

.engagingStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem.checked > input[type=radio] {
    transform: scale(1.2);
}

.engagingStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem.checked > .rbcItemInput:after {
    content: "";
    display: block;
    background-color: #656565;
    margin: 12px 0;
    width: 0;
    height: 0;
    margin: 18px 0 0 0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 10px;
    width: 12px;
    height: 12px;
    margin-top: 12px;
    left: 4px;
}

.engagingStyle > .radioButtonControl.rbcStandardType.disabled > .rbcEditorField > .rbcItem > .rbcItemEditorLabel {
    opacity: 0.35;
}

.engagingStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem > .rbcItemEditorLabel {
    margin-left: 10px;
    display: inline-block;
    padding: 0;
    width: auto;
    opacity: .5 !important;
    font-size: 1.2em;
}

.engagingStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem > .rbcItemEditorLabel > label {
    line-height: 20px;
    font-size: 0.9em;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 0 2px;
    border: solid 1px transparent;
}



/* Engaging Style - Rating Stars */

.engagingStyle > .radioButtonControl.rbcRatingStars > .rbcEditorField > .rbcItem {
    padding: 0 4px;
    float: left;
    position: relative;
    box-sizing: border-box;
    color: #A5A5A5;
}

.engagingStyle > .radioButtonControl.rbcRatingStars > .rbcEditorField > .rbcItem > input[type=radio] {
    -webkit-appearance: none;
    width: 24px !important;
    border: none;
    box-shadow: none;
    color: #A5A5A5;
}

.engagingStyle > .radioButtonControl.rbcRatingStars > .rbcEditorField > .rbcItem > input[type=radio]:focus {
    outline: none;
}

.easy .engagingStyle > .radioButtonControl.rbcRatingStars > .rbcEditorField > .rbcItem > input[type=radio]:focus {
    outline: dotted 2px #d64200;
}

.engagingStyle > .radioButtonControl.rbcRatingStars.hasSelection > .rbcEditorField > .rbcItem > input[type=radio] ,
.engagingStyle > .radioButtonControl.rbcRatingStars.editable > .rbcEditorField:hover > .rbcItem > input[type=radio]  {
    transform: scale(1.2);
    color: #ffcb05;
}

.engagingStyle > .radioButtonControl.rbcRatingStars.editable > .rbcEditorField > .rbcItem:hover > input[type=radio] {
    transform: scale(1.4);
}

.engagingStyle > .radioButtonControl.rbcRatingStars.hasSelection > .rbcEditorField > .rbcItem.checked ~ .rbcItem > input[type=radio],
.engagingStyle > .radioButtonControl.rbcRatingStars.editable > .rbcEditorField > .rbcItem:hover ~ .rbcItem > input[type=radio] {
    color: inherit;
    transform: scale(1);
}

.engagingStyle > .radioButtonControl.rbcRatingStars.hasSelection.readonly > .rbcEditorField > .rbcItem.checked ~ .rbcItem > input[type=radio],
.engagingStyle > .radioButtonControl.rbcRatingStars.hasSelection.disabled > .rbcEditorField > .rbcItem.checked ~ .rbcItem > input[type=radio] {
    opacity: 0.35;
}

.engagingStyle > .radioButtonControl.rbcRatingStars > .rbcEditorField > .rbcItem > input[type=radio]:before {
    content: "\E556";
    font-family: iconGlyph;
    display: block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-bottom: 10px;
}

.engagingStyle > .radioButtonControl.rbcRatingStars > .rbcEditorField > .rbcItem > .rbcItemEditorLabel {
    display: none;
}



/*--Consumer style - Standard type--*/

.consumerStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem {
    display:flex;
    max-width: fit-content;
    line-height: 20px;
    padding: 8px 8px 8px 0;
    color: #3b4e58;
}

.consumerStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem > input[type=radio]:focus  {
    outline: none;
}

.easy .consumerStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem > input[type=radio]:focus  {
    outline: dotted 2px #d64200 ;
}

.consumerStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem > input[type=radio] {
    -webkit-appearance: radio;
    box-shadow: none;
    position: relative;
    background: #fff;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-width: 1px;
    border-color: #848e9c;
    border-style: solid;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 8px;
    transition: border-width 0.1s ease-in-out, border-color 0.1s ease-in-out/*, padding 0.1s ease-in-out*/;
}

.consumerStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem:focus > input[type=radio] {
    outline: solid 1px #2D9CDB;
    outline-offset: 2px;
}

.consumerStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem:hover > input[type=radio], .consumerStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem:focus > input[type=radio] {
    border-width:2px;
    border-color:#3b4e58;
}

.consumerStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem.checked > input[type=radio] {
    border-width: 1px;
    border-color: #3b4e58;
    padding: 2px;
}

.consumerStyle > .radioButtonControl.rbcStandardType > .rbcEditorField > .rbcItem > .rbcItemEditorLabel {

}

/*--Consumer Style - Segmented control--*/

.consumerStyle > .radioButtonControl {
    font-size:0.875rem;
    border: none;
}

.consumerStyle > .radioButtonControl > .rbcEditorLabel {
    display: block;
    color: #3b4e58;
    margin: 8px 0;
    line-height:24px;
}

.consumerStyle.styleContainer .rbcEditorLabel .mandatory {
    padding: 0;
    padding-left: 4px;
    color:#ff7a00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    line-height: 10px;
    height: 10px;
}

.consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem {
    padding: 7px 8px;
    line-height: 20px;
    float: left;
    position: relative;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    margin-right: 4px;
    cursor:pointer;
    color:#3b4e58;
    border:solid 1px #cbcbcb; /*-- theme --colorGreyWarmLighter --*/
    border-radius: 6px !important;
    flex-grow: 1;
}

.easy .consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem.checked:focus-within{
    outline: dotted 3px #d64200;
}

.consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem > input[type=radio]{
    height: 16px;
    width: 0 !important;
    -webkit-appearance:inherit;
    box-shadow: none;
    border-style: hidden;
    padding: 0 !important;
}

.consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem > input[type=radio]:focus{
    height: 16px;
    width: 0 !important;
    -webkit-appearance:inherit;
    box-shadow: none;
    border-style: hidden;
    padding: 0 !important;
    outline: none;
}

.phone .consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem {
    padding:10px;
    margin: auto;
    display: flex;
    float: none;
    border-radius:0;
}


.consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem.checked, .consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem.checked:hover {
    z-index:1;
}

.consumerStyle > .radioButtonControl.readonly.rbcSegmentedControl > .rbcEditorField > .rbcItem:hover {
    cursor: not-allowed;
}

.consumerStyle > .radioButtonControl.editable.rbcSegmentedControl > .rbcEditorField > .rbcItem:hover {
    z-index:1;
    border-color: #3b4e58;
}

.consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem:focus {
    z-index:1;
    border-color:#3b4e58;
    outline-color:#3b4e58;
    outline-style: solid;
    outline-width: 1px;
    outline-offset: -2px;
}

.consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem.checked:focus {
    z-index:1;
}





.consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem:first-child {
    border-radius:2px 0 0 2px;
}

.consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem:last-child {
    border-radius:0 2px 2px 0;
}

.consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem > .rbcItemEditorLabel {
    flex: 1;
}

.consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem > .rbcItemEditorLabel > label > span {
    text-align: center;
}


.phone .consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem:first-child {
    border-radius:2px 2px 0 0;
}

.phone .consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem:last-child {
    border-radius:0 2px 2px;
}

.phone .consumerStyle > .radioButtonControl.rbcSegmentedControl > .rbcEditorField > .rbcItem > .rbcItemEditorLabel {
    flex: 1;
    margin: auto;
}

.radioButtonControl.rbcSegmentedControl > .rbcItemLabels
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.radioButtonControl.rbcSegmentedControl > .rbcEditorField
{
    display: flex;
}

.radioButtonControl > .rbcEditorField.rbcHorizontalLayout
{
    display: flex;
    flex-wrap: wrap;
}

.radioButtonControl > .rbcEditorField.rbcHorizontalLayout > .rbcItem
{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}





.ratingControl {
    height: 100%;
    position: relative;
}

.ratingControl .ratingSymbol {
    color: #ffcb05;
    display: inline-block;
    float: left;
    width: 12px;
    font-size: 12px;
}

.ratingControl .ratingSymbol.selected ~ .ratingSymbol,
.ratingControl .noneSelected .ratingSymbol,
.ratingControl .ratingSymbol.halfSelected .rightPart {
    color: #000;
    opacity: 0.35;
}

.ratingControl .ratingSymbol > .glyph {
    width: 100%;
}

.ratingControl .ratingSymbol.halfSelected .leftPart,
.ratingControl .ratingSymbol.halfSelected .rightPart {
    float: left;
    width: 50%;
    overflow: hidden;
}


.ratingControl .ratingSymbol.halfSelected {
    display: inline-block;
}

.ratingControl .ratingSymbol.halfSelected .rightPart:before {
    margin-left: -100%;
}

#EnquiryMainPage.compactView .rowData {
    min-height: 30px;
}

#EnquiryMainPage.compactView .rowData .rowDetails {
    display: none;
}

#EnquiryMainPage.compactView .rowData.expanded .rowDetails {
    display: block;
}

#RowActionsButton .icon16 {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/16/actions/drilldown.png?v=12.0.251.0');
}

.gridDataContainer, .rowDetailsData {
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    height: 100%;
}

.gridDataContainer .rowData .dataItem {
    padding: 2px;
    margin-right: 20px;
}

.gridDataContainer .rowData .dataItem > div:first-child span, .rowDetailsData .rowDetailsItem .description {
    font-family: Osans, Arial, sans-serif;
    font-weight: 600;
}

.gridDataContainer .rowData .dataItem .rowHeader {
    margin-bottom: 5px;
    font-size: 1.1em;
}

.gridDataContainer .rowData .rowDetailsNav {
    width: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.gridDataContainer .rowData .rowDetailsNav span.icon24 {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
}

.gridDataContainer .rowData .rowDetailsNav span.icon24:before {
    content: "\E061";
}

.rowDetailsData .rowDetailsItem {
    padding: 10px;
    position:relative;
}
.rowDetailsData .rowDetailsItem div {
    padding: 2px;
}
    .rowDetailsData .rowDetailsItem .hasCellActions
    {
        padding-right:30px;
    }
    .rowDetailsData .rowDetailsItem .cellActions
    {
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -15px;
    }


/*--Common tag styles--*/

.rdpView .tagItem.noCode .tagDesc{
    border-left-width: 1px;
    background-color: #a5a5a5;
    color: #FFF;
    border-color: transparent;
}

.rdpView .tagItem .tagDesc{
    border-width: 1px;
    border-style: solid;
    border-left-width: 0px;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #fff;
}

.rdpView .tagItem .tagDesc,
.rdpView .tagItem .tagCode,
.rdpView .moreTags .handle{
    line-height: 16px;
}

.rdpView .tagItem .tagCode {
    color: white;
    height: 16px;
    vertical-align: top;
    text-transform: uppercase;
    padding: 0 3px;
    float: left;
}

.rdpView .tagItem:hover {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/images/whiteopac50.png?v=12.0.251.0');
    background-repeat: repeat;
}

.rdpView .tagItem {
    display: inline-block;
    margin-right: 5px;
    font-size: 0.9em;
}
.rdpView .moreTags .dropdownPanel > .tagItem {
    margin-bottom: 5px;
}

.rdpView .tagContainerUser, 
.rdpView .tagContainerProduct,
.rdpView .tagContainer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.rdpView .tagItem.countTag,
.rdpView .tagItem.categoryTag {
    color: #656565;
    background-color: rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.rdpView .tagItem.countTag:hover,
.rdpView .tagItem.categoryTag:hover {
    background-image: none;
}

.rdpView .tagItem.countTag .tagCode, .rdpView .tagItem.countTag .tagDesc,
.rdpView .tagItem.categoryTag .tagCode, .rdpView .tagItem.categoryTag .tagDesc {
    background: none;
    border: solid 1px transparent;
    color: inherit;
    padding: 0 3px;
}

.rdpView .tagItem.countTag .tagDesc {
    font-weight: bold;
}

.rdpView .tagItem.categoryTag .tagDesc {
    display: none;
}


.rdpView .tagSection {
    height: 22px;
}

.rdpView .tagSection.inProcess {
    padding-right: 20px; /* make thead section a little bit narrower so when the thumbnail scrollbar is displayed and rdpView get narrower the More button won't jump down' */
}

.rdpView .tagSection.inProcess .moreTags .moreCount{
    padding-left: 30px; /*while in process, make sure the moreCount span is a little bit wider (3 digits) so when we update the text with the number of items, the more button won't jump down */
}

.rdpView .moreTags{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0.9em;
}

.rdpView .moreTags .moreCount{
    border-style: solid;
    border-width: 1px;
}

.rdpView .moreTags.noTags{
    display: none;
}

.rdpView .moreTags .icon16 {
    color: #ffffff;
    background: #a5a5a5;
    border: solid 1px transparent;
    opacity: 0.75;
}

.rdpView .moreTags:hover >.handle > .icon16, 
.rdpView .moreTags.droppedDown >.handle > .icon16 {
    opacity: 1;
}

.rdpView .moreTags .moreCount{
    padding: 0 5px 0 5px;
    line-height: 16px;
    vertical-align: top;
    background-color: #fff;
    border-left: none;
    display: inline-block;
}

.rdpView .moreTags .dropdownPanel {
    display: none;
    position: absolute;
    padding: 5px 5px 0 5px;
    max-height: 300px;
    min-width: 150px;
    overflow-y:auto;
    background-color: #fff;
    border-color: rgba(0,0,0,0.15);
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    z-index: 1;
}

.rdpView .moreTags .dropdownPanel.droppedDown {
    display: block;
}
.rdpView .moreTags .dropdownPanel .tagItem {
    margin-right: 0;
    float: left;
    clear: left;
}


.relatedDataPortlet .views,
.relatedDataPortlet .noSearchView,
.relatedDataPortlet .noResultsView{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.relatedDataPortlet .noSearchView > .noSearchPerformedContainer > .noSearchPerformedIcon,
.relatedDataPortlet .noResultsView > .noResultsContainer > .noResultsIcon {
    text-align: center;
    display: block;
    width: 100%;
}

.relatedDataPortlet .noSearchView > .noSearchPerformedContainer,
.relatedDataPortlet .noResultsView > .noResultsContainer {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -54px;
}

.relatedDataPortlet .noSearchView > .noSearchPerformedContainer > .defaultMessage,
.relatedDataPortlet .noResultsView > .noResultsContainer > .defaultMessage {
    margin-top: 14px;
     font-size: 1.4em;
}

.relatedDataPortlet .noSearchView > .noSearchPerformedContainer > .noSearchPerformedIcon.default:before,
.relatedDataPortlet .noResultsView > .noResultsContainer > .noResultsIcon.default:before {
    content: "\E044";
}

.relatedDataPortlet .noSearchView > .noSearchPerformedContainer > .noSearchPerformedIcon.files:before,
.relatedDataPortlet .noResultsView > .noResultsContainer > .noResultsIcon.files:before {
    content: "\E162";
}

/*Favourites*/
.favouriteButton {
    border: solid 1px transparent;
    background: transparent;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
    opacity:0.5
}

.favouriteButton:hover {
    opacity: 1;
    border: solid 1px transparent;
    background: transparent;
}

.phone .favouriteButton:focus {
    box-shadow: none;
}

.favouriteButton.e180 {
    opacity: 1;
    color: gold
}

.hasFormTitle .relatedDataPortlet {
    top: 67px;
}

.relatedDataPortlet .checkBoxControlInput,
.rowDetails .checkBoxControlInput {
    height: 16px;
    width: 16px;
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    border: solid 1px #656565;
    border-radius: 3px;
    background-size:auto 100%;
    background-color: #fff;
    font-family: iconGlyph;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}

.relatedDataPortlet .checkBoxControlInput.disabled,
.rowDetails .checkBoxControlInput.disabled {
    opacity: 0.35;
}

.relatedDataPortlet .checkBoxControlInput.checked:before,
.rowDetails .checkBoxControlInput.checked:before {
    display: block;
    content: "\E066";
}

.relatedDataPortlet , .gridContainer , .gridDataContainer {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.relatedDataPortlet .headerBar {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 37px;
    line-height: 36px;
    padding: 3px 5px;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.relatedDataPortlet.hasHeaderBar .headerBar {
    display: block;
}

.easy .off-screen{
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.relatedDataPortlet .searchPanel .inputContainerWithButton{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 50px;
}

.relatedDataPortlet.hasViewSelector .searchPanel .inputContainerWithButton {
    left: 40px;
}

.relatedDataPortlet.hasViewSelector .viewSelectorControl {
    display: inline-block;
    float: left;
}

.relatedDataPortlet .searchPanel > .dropdownControl.visible ~ .inputContainerWithButton {
    right: 89px;
}

.relatedDataPortlet .searchPanel .inputContainerWithButton > input {
    position: relative;
    border-radius: 3px 0 0 3px;
    outline: none;
    box-shadow: none !important;
    height: 34px;
    border: solid 1px rgba(0,0,0,0.5);
}

.relatedDataPortlet .searchPanel .inputContainerWithButton > input:focus {
    border-color: #000;
}

.rdpFormActionButton {
    float: right;
    margin-left: 5px;
    margin-top: 2px;
}

.rdpFormActionButton > .menuActionItemLink {
    padding: 4px;
}

.rdpFormActionButton > .dropdown {
    padding: 4px;
    vertical-align:top;
}

.rdpFormActionButton > .dropdown > .icon16 {
    height: 24px;
    width: 24px;
    font-size: 19px;
    line-height: 24px;
}

.relatedDataPortlet.isReadOnly .addRemoveItem {
    opacity: 0.2;
}

#SearchPanel #SearchButton {
    margin-top:2px;
    padding: 4px;
    border-radius: 0 3px 3px 0;
    width: 45px;
    text-align: center;
}

.relatedDataPortlet.hasHeaderBar .views,
.relatedDataPortlet.hasHeaderBar .noSearchView,
.relatedDataPortlet.hasHeaderBar .noResultsView {
    top: 44px;
}

.relatedDataPortlet.manualResize, .relatedDataPortlet.manualResize > .headerBar, .relatedDataPortlet.manualResize > .views,
.relatedDataPortlet.manualResize > .views > .gridContainer, .relatedDataPortlet.manualResize > .views > .gridContainer > .gridDataContainer,
.relatedDataPortlet.manualResize > .views > .thumbnailViewControl, .relatedDataPortlet.manualResize > .views > .thumbnailViewControl > .thumbnailViewContainer  {
    position: relative;
    top:0;
}

.relatedDataPortlet.manualResize {
    min-height: 200px;
}

.optionItem.agenda .icon24:before{
    content: "\E259";
}
.optionItem.day .icon24:before{
    content: "\E012";
}
.optionItem.week .icon24:before{
    content: "\E015";
}
.optionItem.month .icon24:before {
    content: "\E014";
}

.richTextControl.showLabel > .cke_chrome {
    border: 0 !important;
    box-shadow: none !important;
}

.richTextControl.toolbarBottom.hideToolbarInReadonly.readonly .cke_bottom, .richTextControl.toolbarTop.hideToolbarInReadonly.readonly .cke_top {
    display: none;
}

.richTextControl.fillWidth {
    width: 100%
}

.richTextControl.readonly .cke_contents {
    opacity: 0.7;
}

.richTextControl .cke_source {
    overflow-y: auto;
}

.richTextControl .editorLabel > label > .labelInnerContainer > .mandatory {
    padding-left: 5px;
}


.richTextControl.hideToolbarInReadonly.readonly {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #e6e6e6;
}

/* Overwrite the default Width and Height properties for the Image in the Image Properties dialog. This allows it to fit properly on the phone. */
.cke_dialog .ImagePreviewBox {
    width: 228px !important;
    height: 188px !important;
}
.selectionAction .pageHeaderMenuItem {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    padding-top: 0;
    margin-top:-4px;
}

.selectionAction.pageHeaderMenuItem.actions{
    border: none;
}

.signaturePadStyleContainer
{
    margin-right: 20px;
    margin-bottom: 15px;
}

.SignaturePadContainer
{
    border: none;
}

.signaturePadLblCol
{
    margin-bottom: 10px;
}

.signaturePadCanvas
{
    background-color: var(--ciaColourBackgroundSignaturePad);
}

.signaturePadClearBtnCol
{
    margin-top: 5px;
}

.slideBarControl
{
    margin-right: 20px;
    margin-bottom: 15px;
}

.slideBarControl .dhx_slider__tick-label
{
    font-size: 0.9em;
}
/* Summary Panel Control */

.summaryPanelControl > .smryPanelHeader{
    position: relative;
    line-height: 2em;
    align-items: center;
    font-size: 1em;
}

.summaryPanelControl.isSubPanel > .smryPanelHeader {
    font-size: 1.3em;
}

.summaryPanelControl.hasImage > .smryPanelHeader .smryHeaderText{
   margin-left: 10px;
}


.summaryPanelControl .loadingSummaryContainer {
    display: none;
}

.summaryPanelControl.loadDataAsync .loadingSummaryContainer{
    display: block;
    text-align: center;
    margin: 15% auto;
    opacity: 0.5;
}


.summaryPanelControl .smryPanelContents{
    position: relative;
}

.summaryPanelControl.collapsed .smryPanelContents, .summaryPanelControl.collapsed .smryFooter{
    display: none;
}


.summaryPanelControl .smryPanelContents .summaryItem{
    position: relative;
}

.summaryPanelControl .smryPanelContents .summaryItem.hasNavigator{
    cursor:pointer;
}

.smryPanelContents.flex{
    flex-flow: wrap;
}

.summaryItem .contentContainer {
    display: flex;
    align-items: center;
}
.summaryItem.hasActions{
    overflow: hidden;
}

.flex > .summaryItem{
    display: inline-block;
}

.summaryItem .middleContent{
    flex: 1;
}

/* Summary footer */
.smryFooter {
    box-shadow: 0 0px 1px rgba(0,0,0,0.1);
    padding:5px;
    margin-top: 5px;
}


.summaryItem .userName{
    font-size: 1.2em;
}

/**Summary panel  */


.summaryItem.hasActions {
   transition: padding-right 0.1s ease-in-out;
}
.summaryItem.hasActions > .middleContent{
    pointer-events: none;
}

.summaryItem.removeFlex {
   flex: 0 0 100%!important;
   text-align: left;
   background-color: white!important;
}

.summaryItem .actionsPanel{
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    padding-left: 10px;
    background: rgb(255, 229, 202);
}

.actionsCount1 .actionsPanel { right: -64px; }
.actionsCount2 .actionsPanel { right: -96px; }
.actionsCount3 .actionsPanel { right: -128px; }

.summaryItem .actionsPanel .summaryItemAction {
    align-self: center;
    padding: 4px;
    margin-right: 10px;
    border-radius: 50%;
    transition: transform 0.1s ease-in;
}

.summaryItem .actionsPanel .summaryItemAction:hover {
    transform: scale(1.2);
}

.summaryPanelControl.analyticsContainer > .smryPanelContents {
    aspect-ratio: 16/9;
}

.summaryPanelControl.mainSmryPanel.wideColumn.analyticsContainer > .smryPanelContents {
    aspect-ratio: 16/3;
}

.summaryPanelControl.analyticsContainer > .smryPanelContents .iFrameContainer iframe{
    min-height: unset;
}

@media all and (max-width: 800px) {

}

@media all and (min-width: 800px) {

}

@media (hover: hover) {
    .summaryItem.actionsCount1:hover { padding-right: 64px; }
    .summaryItem.actionsCount2:hover { padding-right: 96px; }
    .summaryItem.actionsCount3:hover { padding-right: 128px; }

    .summaryItem.hasActions:hover .actionsPanel {
        right: 0;
    }
    .summaryItem.hasActions:hover .summaryItemAction{
        -webkit-animation-duration: 0.7s;
        animation-duration: 0.7s;
        -webkit-animation-name: bounceIn;
        animation-name: bounceIn;
    }
}


















@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}



.gridContainer.compactView .rowData {
    min-height: 30px;
}

.gridContainer.compactView .rowData .rowDetails {
    display: none;
}

.gridContainer.compactView .rowData.expanded .rowDetails {
    display: block;
}

.gridContainer .rowDetails.rightAlignField label{
    float: left;
    padding: 0;
}

.gridContainer .rowDetails.rightAlignField span{
    float: none;
    text-align: right;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#RowActionsButton .icon16:before {
    /*background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/16/actions/drilldown.png?v=12.0.251.0');*/
    content: "\E064";
}

.gridDataContainer, .rowDetailsData {
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    height: 100%;
}

.gridContainer .actionBar {
    display: none;
    line-height: 40px;
    height: 40px;
}

.gridContainer.hasSelectedItems .actionBar,
.gridContainer.bulkActionMode.actionBarAlwaysVisible .actionBar {
    display: block;
}

.gridContainer .actionBar .chkBselAll{
    display: inline-block;
    vertical-align: middle;
}

.gridContainer .actionBar label{
    position: absolute;
    left: 30px;
    top: 13px;
    font-weight: bold;
}

.gridContainer .gridDataContainer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
}

.gridContainer.enableSelectAll .gridDataContainer {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.gridContainer.enableSelectAll.hasSelectedItems .gridDataContainer ,
.gridContainer.enableSelectAll.bulkActionMode.actionBarAlwaysVisible .gridDataContainer {
    top: 40px;
}

/*row header for the non-details grid should trigger the row actions menu*/
.gridContainer.nonDetailsGrid .rowData .rowHeader.linkCol {
    text-decoration: underline;
}
/*.gridDataContainer .rowData .headCol, .rowDetailsData .headCol {
    font-weight: bold;
}*/

.gridDataContainer .addRemoveItem,
.gridDataContainer .addSelCont{
    width: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
}

.gridContainer .addSelCont {
    display: none;
}

.gridContainer.bulkActionMode .addSelCont {
    width: 30px;
    display: block;
}

.gridContainer.bulkActionMode .addSelCont .checkBoxControlInput.addToSelection{
    top: 50%;
    position: absolute;
    margin-top: -12px;
}

.gridDataContainer .addRemoveItem .icon24 {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
}

.gridDataContainer .addRemoveItem.addItem .icon24:before {
    /*background-position: -480px 0;*/
    content: "\E142";
}

.gridDataContainer .addRemoveItem.removeItem .icon24:before {
    /*background-position: -503px 0;*/
    content: "\E143";
}

.gridDataContainer .dataItem{
    padding: 2px;
    margin-right: 20px;
}

.gridDataContainer .dataItem .rowDetails > span{
    color: #656565;
}

.gridContainer .rowData:active .dataItem .rowDetails > span,
.gridContainer .groupRowData:active > .dataItem .rowDetails > span {
    color: #fff;
}

.gridContainer.hasAddRemoveItems .rowData .dataItem,
.gridContainer.bulkActionMode .rowData .dataItem,
.gridContainer.bulkActionMode .rowData .tagContainer
 {
    margin-left: 20px;
}

.gridDataContainer .rowData .dataItem > div,
.gridDataContainer .groupRowData .dataItem > div,
.gridDataContainer .groupHeader .dataCtnr > div
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
}

.gridDataContainer .rowData .dataItem > div > span,
.gridDataContainer .groupRowData .dataItem > div > span,
.gridDataContainer .groupHeader .dataCtnr > div > span
{
    white-space: pre;
}

.gridDataContainer .dataItem > div.hasCheckbox,
.gridDataContainer .groupHeader .dataCtnr > div.hasCheckbox{
    height: 20px;
    line-height: 20px;
}

.gridDataContainer .dataItem .hasCheckbox .checkBoxControlInput,
.gridDataContainer .groupHeader .hasCheckbox .checkBoxControlInput{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

/*.gridDataContainer .rowData .dataItem div{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 16px;
}

.gridDataContainer .rowData .dataItem > div:first-child, .rowDetailsData .rowDetailsItem .description {
    font-weight: bold;
    text-shadow: 0 1px 1px #fff;
}--duplicated css in readonlygrid.css*/

.gridDataContainer .rowData .rowDetailsNav,
.gridDataContainer .groupRowData .groupExpandNav {
    width: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.gridDataContainer .rowData .rowDetailsNav span.icon24,
.gridDataContainer .groupRowData .groupExpandNav span.icon24 {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    opacity: 0.35;

}

.gridDataContainer .rowData .rowDetailsNav span.icon24:before,
.gridDataContainer .groupRowData .groupExpandNav span.icon24:before {
    content: "\E061";
}

.gridDataContainer .rowData:hover .rowDetailsNav span.icon24,
.gridDataContainer .rowData:focus .rowDetailsNav span.icon24,
.gridDataContainer .rowData:active .rowDetailsNav span.icon24,
.gridDataContainer .groupRowData:hover .groupExpandNav span.icon24,
.gridDataContainer .groupRowData:focus .groupExpandNav span.icon24,
.gridDataContainer .groupRowData:active .groupExpandNav span.icon24 {
    opacity: 1;
}

.rowDetailsData .rowDetailsItem {
    padding: 10px;
    position:relative;
}
.rowDetailsData .rowDetailsItem div {
    padding: 2px;
}

.rowDetailsData .rowDetailsItem .hasCellActions
{
    padding-right:30px;
}

.rowDetailsData .rowDetailsItem .cellActions
{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -15px;
}

.relatedDataPortlet .rowData:active {
    background-image: none;
    color:#fff;
}

.gridContainer .groupRowData,
.gridContainer .rowData{
    border-top: solid 1px #fff;
    position: relative;
    display: block;
    padding: 10px;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #e6e6e6;
}

.gridContainer .groupHeader .groupTrail,
.gridContainer .groupRowData .dataItem .rowHeader {
    margin-bottom: 5px;
    font-size: 1.1em;
    font-family: Osans, Arial, sans-serif;
    font-weight: 600;
}

.gridContainer .groupRowData .groupExpandedContents {
    display: none;
}

.gridContainer .groupRowData.expanded > .groupExpandedContents {
    display: block;
}

.gridContainer .groupRowData.expanded > .dataItem,
.gridContainer .groupRowData.expanded > .groupExpandNav {
    display: none;
}

.gridContainer.groupExpanded .gridDataContainer .groupRowData.notExpanded,
.gridContainer.groupExpanded .gridDataContainer .groupRowData.isAncestor > .groupExpandedContents > .groupHeader
{
    display: none;
}

.gridContainer.groupExpanded .groupRowData.expanded{
    display: block;
    padding: 0;
    border-top: none;
}

.gridContainer.groupExpanded .groupRowData.expanded .groupHeader{
    padding: 10px;
}

.gridContainer .groupHeader .groupTrail.isChild {
    background-image: none;
    background: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/16/actions/childnode.png?v=12.0.251.0') no-repeat center left;
    padding-left: 16px;
}

.gridContainer .rowData .favouriteButton {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 30px;
}

.gridContainer .rowData .favouriteButton.e181 .icon16:before {
    color: grey;
}

.gridContainer .rowData .favouriteButton.e180 .icon16:before {
    color: gold;
}

.gridContainer.favouritesEnabled .rowData .dataItem,
.gridContainer.favouritesEnabled .rowData .tagContainer{
    margin-right: 60px;
}

.gridContainer .isRating,
.rowDetailsData .isRating{
    display: inline-block;
}

.superGridFormatterHeading_ImagePanel {
    border: none;
}

.gridColumnAlignRight {
    text-align: right;
}

.gridColumnAlignCenter {
    text-align: center;
}

.superGridFormatterHeading .slickRemoveColumn {
    float: right;
}

.superGridFormatterHeading .slickRemoveColumn:hover {
    cursor: pointer;
}

.gridContainer .tagSection {
    padding-left: 22px;
    padding-right: 42px;
}

.surveyWrapper{
    position: absolute;
    top: 0;
    left: 0;
    RIGHT: 0;
    background: rgba(0, 0, 0, 0.21);
    bottom: 0;
    transition: ease 0.3s;
    visibility: hidden;
    opacity: 0;
    display: flex;
    overflow: auto;
}
.surveyWrapper.shown{
    visibility: visible;
    z-index: 90001;
    opacity: 1;
}


.surveyWrapper .surveyContainer{
    max-width: 730px;
    background: white;
    box-shadow: 0 3px 5px #0000009e;
    border-radius: 5px;
    position: relative;
    color: #0f3367;
    transition: ease 0.3s;
    transform: scale(0.8);
    margin: 0 auto;
    height: max-content;
    align-self: center;
    overflow: hidden;
}
.surveyWrapper.shown .surveyContainer{
    transform: scale(1);
}

.surveyWrapper .surveyContainer > .header{
    background: rgba(0,0,0,0.05);
    padding: 20px 10px;
}

.surveyWrapper .surveyContainer .voteTitle{
    text-align:center;
}

.surveyWrapper .surveyContainer > .header h2{
    display: inline-block;
    font-size: 1.3em;
}
.surveyWrapper .surveyContainer > .header .closeBtn
{
    position: absolute;
    right: 5px;
    border-radius: 20px;
    border-color: transparent;
    padding: 8px;
    top: 8px;
    background:none;
    box-shadow:none;
}

.surveyWrapper .surveyContainer h3{
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #0f3367;
}

.surveyWrapper .surveyContainer > .content{
    transition:transform 0.3s ease-in-out;
}
.surveyWrapper.sent .surveyContainer > .content{
    transform: translate(120%, 0px) skew(-15deg, 15deg);
    background: white;
    box-shadow: 0 0 3px #000000a6;
}

.surveyWrapper .voteButtons {
    text-align: center;
    padding: 20px 0;
    line-height: 1.5em;
}

.surveyWrapper .btnDislike > .glyph{
    transform: rotateZ(180deg) translateY(-5px);
}
.surveyWrapper .btnDislike{
    margin-left: 20px;
}

.surveyWrapper .voteButtons > button{
    padding: 15px 30px;
}

.surveyWrapper .feedBackMore, .surveyWrapper.showMore .voteContainer{
    visibility:hidden;
    position:absolute;
}
.surveyWrapper.showMore .feedBackMore{
    visibility:visible;
    position:relative;
}


.surveyWrapper .styleContainer.tbcStyleContainer{
    padding-bottom: 0;
}

.surveyWrapper .styleContainer.tbcStyleContainer .textBoxControl {
    background-color:rgba(0,0,0,0.02);
}

.surveyWrapper .surveyContainer footer{
    padding: 10px 0;
    text-align: center;
    background: rgba(0,0,0,0.1);
}

.surveyWrapper .surveyContainer footer > button{
    padding: 10px 40px;
}

.surveyWrapper.showMore .surveyContainer footer .btnBack,
.surveyWrapper.showMore .surveyContainer footer .btnSend
{
    visibility: visible;
}

.surveyWrapper .surveyContainer footer .btnBack,
.surveyWrapper .surveyContainer footer .btnSend
{
    visibility: hidden;
}

.surveyWrapper .surveyContainer footer .btnDismiss {
    margin-left: 45%;
}

.surveyWrapper .sentMessage{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    text-align: center;
    flex-flow: column;
    width: 100%;
    justify-content: center;
    transition: 0.5s ease;
    opacity: 0;
    transform: scale(0.6);
    visibility: hidden;
    z-index: -1;
}
.surveyWrapper .sentMessage h3{
    font-size: 2em;
}

.surveyWrapper.sent .sentMessage{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.surveyWrapper .sentMessage .iconContainer{
    text-align: center;
}

.surveyWrapper .sentMessage .iconContainer > .glyph {
    width: 120px;
    display: inline-block;
    height: 120px;
    border-radius: 50%;
    transition: 0.5s ease-in;
    background: white;
    color:white;
}


.surveyWrapper.sent .sentMessage .iconContainer > .glyph{
    background: #a6cea2;
}

.surveyWrapper.sent footer {
    display:none;
}

.phone .feedbackButton {
    display:none;
}

.hasUserFeedback .portalLabels + .noWrap{
    padding-right: 80px;
}
.phone.hasUserFeedback .optionItem.feedbackButton{
    display:block;
}

/********* NPS Survey  ********/
.fbSurvey .voteButtons{
    height: 100px;
}

.showMore .voteButtons{
    height: auto;
}

.fbSurvey .voteButtons button{
    padding: 10px 15px;
    border-radius: 25px;
}

.fbSurvey .scale {
    height: 20px;
    width: 100%;
    top: 10px;
    position: relative;
    padding-left: 10px;
    color: white;
    font-weight: bolder;
    align-content: center;
    display: grid;
    font-size: medium;
}

.fbSurvey .scale p {
    position: absolute;
}

.fbSurvey .scaleLine {
    border: thin solid rgb(9, 181, 209);
}

.fbSurvey .scaleLine.h {
    width: 100%;
    top: 25px;
    position: relative;
    padding-left: 10px;
}

.fbSurvey .scaleLine.vL, .fbSurvey .scaleLine.vR {
    position: absolute;
    rotate: 90deg;
    bottom: -1px;
    display: inline;
    right: 95%;
    width: 5px;
}

.fbSurvey .scaleLine.vR {
    left: 95%;
}

.fbSurvey .scaleLine.vN {
    display: none;
}

.fbSurvey .scale .scaleText7, .fbSurvey .scale .scaleText9 {
    margin-left: 34px;
}

.fbSurvey .scale.Detractors {
    background-color: rgb(241, 73, 80);
}

.fbSurvey .scale.Passives {
    background-color: rgb(251, 176, 5);
}

.fbSurvey .scale.Promoters {
    background-color: rgb(0, 146, 69);
}

.fbSurvey .scale.Detractors.box0 {
    border-radius: 7px 0 0 7px;
}

.fbSurvey .scale.Promoters.box10 {
    border-radius: 0 7px 7px 0;
}

.fbSurvey .scaleDescriptions {
    position: absolute;
    margin-top: 30px;
    color: rgb(9, 181, 209);
    font-weight: 600;
    display: grid;
    font-size: small;
}

.fbSurvey .scaleDescriptions.txt3 {
    margin-left: -20px;
}

.fbSurvey .scaleDescriptions.txt7, .fbSurvey .scaleDescriptions.txt9 {
    margin-left: 20px;
}

.fbSurvey.surveyContainer .voteTitle, .fbSurvey.surveyContainer footer {
    text-align: left;
}

.fbSurvey.surveyContainer footer > button{
    margin-left:20px;
    border-radius: 25px;
}

.fbSurvey.surveyContainer .textBoxControl{
    width: 100%;
}

.fbSurvey .engagingStyle .rbcItemInput:before{
    margin: 4px 0 !important;
}

.fbSurvey .engagingStyle .rbcItemInput:after{
    margin-top: 8px !important;
}

.fbSurvey .engagingStyle .rbcItemEditorLabel{
    padding: 4px !important;
}

.fbSurvey .privacyDisclaimer {
    max-width: 670px;
    margin-top: 35px;
}

.surveyWrapper.showMore .privacyDisclaimer {
    margin-top: 10px;
}

.survey .surveyContainer .validationError{
    padding-top: 20px;
}

.survey .surveyContainer .validationError .validationMessage{
    position: absolute;
    top:0px;
    border: none;
    box-shadow: none;
    color: #D00;
    font-style: italic;
    font-weight: bold;
}

.swagger-section .swagger-ui-wrap {
    margin-left: 0;
    margin-right: 40px;
    font-size: 1.1em;
}

.swagger-section .swagger-ui-wrap table.model {
    word-break: break-all;
}

.swagger-section .swagger-ui-wrap textarea {
    width: 97%;
}

.hide-swagger-info .swagger-section .swagger-ui-wrap .info {
    display: none;
}

.hide-swagger-info .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options,
.swagger-section .swagger-ui-wrap button.expand-operation
{
    display: none !important;
}

#WebServiceAllDocumentationSection.editablePanel.scrollContent > .content {
    border-top: none;
}

.swagger-section .swagger-ui-wrap .swagger-ui .wrapper{
    width:100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.hide-swagger-schemes .swagger-section .swagger-ui-wrap div.scheme-container,
.swagger-section .swagger-ui-wrap .swagger-ui .response-col_links
{
    display: none !important;
}

.swagger-section .swagger-ui-wrap .swagger-ui .scheme-container{
    padding: 30px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    background: transparent;
}

/* swagger-ui override */

.swagger-section .swagger-ui-wrap .swagger-ui select, .swagger-section .swagger-ui-wrap .swagger-ui .btn{
    border: solid 1px lightgrey;
}

.swagger-section .swagger-ui-wrap .swagger-ui table{
    margin: 10px 0;
}


@media (max-width: 750px) {
    .swagger-section .swagger-ui-wrap .swagger-ui table tbody tr td:first-of-type {
        width: 30%;        
        border-right: solid 5px transparent;
    }

    .swagger-section .swagger-ui-wrap .swagger-ui table tbody tr td:first-of-type{
        min-width: auto;
    }

    .swagger-section .swagger-ui-wrap {
        margin-right: 0;        
    }

    .swagger-section .swagger-ui-wrap .swagger-ui .opblock .opblock-section-header{
        padding: 8px;
    }
    .swagger-section .swagger-ui-wrap .swagger-ui .opblock-description-wrapper, 
    .swagger-section .swagger-ui-wrap .swagger-ui .opblock-external-docs-wrapper, 
    .swagger-section .swagger-ui-wrap .swagger-ui .opblock-title_normal{
        padding: 15px 8px;
    }
    
    .swagger-section .swagger-ui-wrap .swagger-ui .opblock .opblock-section-header h4{
        margin-right: 15px;
    }

    .swagger-section .swagger-ui-wrap .swagger-ui .table-container{
        padding: 10px;
    }
    
    .swagger-section .swagger-ui-wrap .swagger-ui td .required{
        position: relative;
    }
    .swagger-section .swagger-ui .parameter__name.required:after {
        position: absolute;
    }

    .swagger-section .swagger-ui-wrap .swagger-ui td.parameters-col_description{
        word-break: break-all;
    }
    
}


.stackedStyle .textBoxControl > .tbcEditorField  {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.stackedStyle > .textBoxControl.singleLine.noReadonlyValueWrap > .tbcEditorField > .readonlyTextBoxSpan {
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*--Consumer styles--*/
.consumerStyle.tbcStyleContainer {
    padding:12px 0;
}

.consumerStyle.tbcStyleContainer .tbcEditorLabel,
.consumerStyle.tbcStyleContainer .tbcEditorLabelAutoWidth {
    display: block;
    position: relative;
    font-size: 0.875rem;
    color: #404040;
}

.consumerStyle.tbcStyleContainer > .textBoxControl.readonly .tbcEditorLabel {
    color: #757575;
}

.consumerStyle.tbcStyleContainer > .textBoxControl.notActive.validationError .tbcEditorLabel {
    color: red;
}

.consumerStyle.tbcStyleContainer label {
    position: relative;
    display: inline-block;
    padding: 2px 2px 6px 0;
    line-height: 1rem;
}

.consumerStyle.tbcStyleContainer label > .charCount {
    display: none;
}

.consumerStyle.tbcStyleContainer .labelInnerContainer {
    cursor: default;
}

.consumerStyle.tbcStyleContainer .tbcEditorField {
    position: relative;
    display: inline-block;
    border:solid 1px #cbcbcb;
    border-radius: 2px;
    white-space: nowrap;
    box-sizing: border-box;
    transition: all 0.1s ease-in-out;
    outline: none;
    font-size:0.875rem;
    color: #3b4e58;
    min-width: 150px;
}

.consumerStyle.tbcStyleContainer .tbcEditorField:hover,
.consumerStyle.tbcStyleContainer > .textBoxControl.active .tbcEditorField {
    border-color:#606060;
}

.consumerStyle.tbcStyleContainer > .textBoxControl.readonly .tbcEditorField {
    border-color:transparent;
}

.consumerStyle.tbcStyleContainer > .textBoxControl.fillWidth .tbcEditorField {
    display: block;
    width: 100%;
}

.consumerStyle.tbcStyleContainer > .textBoxControl.editable.notActive.validationError .tbcEditorField {
    border-bottom-color: red;
}

.consumerStyle.tbcStyleContainer .tbcInputInnerContainer {
    box-sizing: border-box;
    height: 100%;
    position: relative;
    width: 100%;
}

.consumerStyle.tbcStyleContainer .textBoxControlInput,
.consumerStyle.tbcStyleContainer .readonlyTextBoxSpan {
    position: relative;
    color: inherit;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    padding: 0 8px;
    box-sizing: border-box;
    width: 100%;
    font-size:inherit;
    color:#383f58; /*---potentially needs to bind to theme colour--*/
    transition: padding 0.1s ease-in-out;
}

.consumerStyle.tbcStyleContainer > .textBoxControl.multiLine .textBoxControlInput,
.consumerStyle.tbcStyleContainer > .textBoxControl.multiLine .readonlyTextBoxSpan {
    height:60px;
    line-height: 24px;
    color: inherit;
    background: none;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    padding: 4px 8px;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    vertical-align: top;
    transition: all 0.1s ease-in-out;
}

.consumerStyle.tbcStyleContainer .textBoxControlInput.decimal,
.consumerStyle.tbcStyleContainer .readonlyTextBoxSpan.decimal,
.consumerStyle.tbcStyleContainer .textBoxControlInput.long,
.consumerStyle.tbcStyleContainer .readonlyTextBoxSpan.long,
.consumerStyle.tbcStyleContainer .textBoxControlInput.currency,
.consumerStyle.tbcStyleContainer .readonlyTextBoxSpan.currency {
    text-align: left;
}

.consumerStyle.tbcStyleContainer .readonlyTextBoxSpan {
    padding:7px 8px;
}

.consumerStyle.tbcStyleContainer > .textBoxControl.readonly .readonlyTextBoxSpan,
.consumerStyle.tbcStyleContainer > .textBoxControl.multiLine .readonlyTextBoxSpan {
    padding:0;
    line-height:normal;
    min-height: 24px;
}

.consumerStyle.tbcStyleContainer .inputClearButton {
    top: 0;
    right: 0;
    padding: 0;
    color:#cbcbcb;
    cursor: pointer;
    width: 40px;
    height: 100%;
    position: absolute;
    z-index: 2;
    align-items: center;
    justify-content: center;
}

.consumerStyle.tbcStyleContainer .inputClearButton:before {
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' id='cancel'%3E%3Cg fill='%23606060' fill-rule='evenodd'%3E%3Cpath id='aja' d='M11.414 10l6.293-6.293a.999.999 0 1 0-1.414-1.414L10 8.586 3.707 2.293a.999.999 0 1 0-1.414 1.414L8.586 10l-6.293 6.293a.999.999 0 1 0 1.414 1.414L10 11.414l6.293 6.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='14.0005' y='4.58636' width='2' height='13.3108' rx='1' transform='rotate(45 14.0005 4.58636)' fill='%233B4E58'/%3E%3Crect x='15.4147' y='13.9985' width='2' height='13.3108' rx='1' transform='rotate(135 15.4147 13.9985)' fill='%233B4E58'/%3E%3C/svg%3E");
    background-size:20px;
    background-position:center;
    display: block;
    width: 20px;
    height: 24px;
    line-height:20px;
}

.consumerStyle.tbcStyleContainer > .textBoxControl.editable.notEmpty.active .inputClearButton,
.consumerStyle.tbcStyleContainer > .textBoxControl.editable.notEmpty:hover .inputClearButton {
    display:none;
}

/*.consumerStyle.tbcStyleContainer > .textBoxControl.editable.notEmpty.active > .tbcEditorField > .tbcInputContainer > .inputClearButton,
.consumerStyle.tbcStyleContainer > .textBoxControl.editable.notEmpty .tbcInputContainer:hover .inputClearButton,*/
.consumerStyle.tbcStyleContainer > .textBoxControl.editable.notEmpty.active > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .inputClearButton,
.consumerStyle.tbcStyleContainer > .textBoxControl.editable.notEmpty:hover > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .inputClearButton {
    display:flex;
    top: 0;
    right: 0;
    margin: 0;
}

.consumerStyle.tbcStyleContainer .tbcPicker,
.consumerStyle.tbcStyleContainer [class*="icklistContextButton"],
.consumerStyle.tbcStyleContainer .timeContextButton,
.consumerStyle.tbcStyleContainer .expressionContextButton {
    position: absolute;
    padding: 0 10px;
    top: 0;
    right: 0;
    border: solid 1px transparent;
    color: #667985; /*---potentially needs to bind to theme colour--*/
    border-left:1px solid #cbcbcb;
    border-radius: 0 2px 2px 0;
    transition: opacity 0.1s ease;
    box-shadow: none;
    text-align: center;
    box-sizing: border-box;
    background-color: transparent;
    outline: none;
    cursor: default;
    margin: -1px -1px 0 0;
    background-image:none;
}

.consumerStyle.tbcStyleContainer .tbcPicker {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
}

.consumerStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersOne > .tbcPicker,
.consumerStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersTwo > .tbcPicker ~ .tbcPicker,
.consumerStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersThree > .tbcPicker.tbcP3 {
    right: 1px;
    top: 1px;
}

.consumerStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersTwo > .tbcPicker,
.consumerStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersThree > .tbcPicker.tbcP2 {
    right:41px;
    top:1px;
}

.consumerStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersThree > .tbcPicker {
    right:71px;
    top:1px;
}

.consumerStyle.tbcStyleContainer .tbcPicker:hover,
.consumerStyle.tbcStyleContainer [class*="icklistContextButton"]:hover,
.consumerStyle.tbcStyleContainer .dateContextButton:hover {
    /*border-left-color: #3b4e58;*/ /*---potentially needs to bind to theme colour--*/
    /*background-color: #3b4e58;*/ /*---potentially needs to bind to theme colour--*/
    opacity: 1;
    outline: none;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-left-color 0.1s ease-in-out;
}

.consumerStyle.tbcStyleContainer .glyph {
    margin:0 auto;
    min-width:20px;
    min-height:20px;
    width:20px;
    height:20px;
    line-height:20px;
    background-size:cover;
    background-position:initial;
    background-image: none;
    display:block;
}

.consumerStyle.tbcStyleContainer button.tbcPicker:hover,
.consumerStyle.tbcStyleContainer [class*="icklistContextButton"]:hover {
    cursor:pointer;
    color:#fff;
}

.consumerStyle.tbcStyleContainer .tbcPicker.picklist > .glyph,
.consumerStyle.tbcStyleContainer .picklistContextButton > .glyph {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' %3E%3Cg fill='%23667895'%3E%3Cpath id='ala' d='M10 11.828l3.536-3.535a1 1 0 0 1 1.414 1.414l-4.243 4.243a1 1 0 0 1-1.414 0L5.05 9.707a1 1 0 0 1 1.414-1.414L10 11.828z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/*.consumerStyle.tbcStyleContainer > .textBoxControl.pickDate .tbcPicker.date > .glyph,*/
.consumerStyle.tbcStyleContainer .dateContextButton > .glyph,
.consumerStyle.tbcStyleContainer .dateTimeContextButton > .glyph {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg stroke='%23667895' stroke-width='2' transform='translate(1 1)'%3E%3Cpath d='M1.2,17 L16.8,17 C16.9047056,17 17,16.9022622 17,16.7692308 L17,3.23076923 C17,3.09773781 16.9047056,3 16.8,3 L1.2,3 C1.09529436,3 1,3.09773781 1,3.23076923 L1,16.7692308 C1,16.9022622 1.09529436,17 1.2,17 Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M1 7L17 7M5 2.36010674L5 .984619141M13 2.36010674L13 .984619141'/%3E%3C/g%3E%3Cg fill='%23667895'%3E%3Ccircle cx='6' cy='11' r='1' fill-rule='nonzero'/%3E%3Ccircle cx='6' cy='15' r='1' fill-rule='nonzero'/%3E%3Ccircle cx='10' cy='11' r='1' fill-rule='nonzero'/%3E%3Ccircle cx='10' cy='15' r='1' fill-rule='nonzero'/%3E%3Ccircle cx='14' cy='11' r='1' fill-rule='nonzero'/%3E%3Ccircle cx='14' cy='15' r='1' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.consumerStyle.tbcStyleContainer > .textBoxControl.pickDate .tbcPicker.date:hover > .glyph,
.consumerStyle.tbcStyleContainer .dateContextButton:hover > .glyph {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg stroke='%23FFFFFF' stroke-width='2' transform='translate(1 1)'%3E%3Cpath d='M1.2,17 L16.8,17 C16.9047056,17 17,16.9022622 17,16.7692308 L17,3.23076923 C17,3.09773781 16.9047056,3 16.8,3 L1.2,3 C1.09529436,3 1,3.09773781 1,3.23076923 L1,16.7692308 C1,16.9022622 1.09529436,17 1.2,17 Z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M1 7L17 7M5 2.36010674L5 .984619141M13 2.36010674L13 .984619141'/%3E%3C/g%3E%3Cg fill='%23FFFFFF'%3E%3Ccircle cx='6' cy='11' r='1' fill-rule='nonzero'/%3E%3Ccircle cx='6' cy='15' r='1' fill-rule='nonzero'/%3E%3Ccircle cx='10' cy='11' r='1' fill-rule='nonzero'/%3E%3Ccircle cx='10' cy='15' r='1' fill-rule='nonzero'/%3E%3Ccircle cx='14' cy='11' r='1' fill-rule='nonzero'/%3E%3Ccircle cx='14' cy='15' r='1' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.consumerStyle.tbcStyleContainer .tbcPicker.picklist:hover .glyph,
.consumerStyle.tbcStyleContainer .picklistContextButton:hover .glyph {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' id='chevron-down'%3E%3Cg fill='%23FFFFFF'%3E%3Cpath id='ala' d='M10 11.828l3.536-3.535a1 1 0 0 1 1.414 1.414l-4.243 4.243a1 1 0 0 1-1.414 0L5.05 9.707a1 1 0 0 1 1.414-1.414L10 11.828z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.consumerStyle.tbcStyleContainer .tbcPicker.time > .glyph,
.consumerStyle.tbcStyleContainer .timeContextButton > .glyph {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' id='clock'%3E%3Cg fill='%23667895' fill-rule='evenodd'%3E%3Cpath id='aoa' d='M10 1c-4.963 0-9 4.037-9 9s4.037 9 9 9 9-4.037 9-9-4.037-9-9-9m0 16.2c-3.97 0-7.2-3.23-7.2-7.2S6.03 2.8 10 2.8s7.2 3.23 7.2 7.2-3.23 7.2-7.2 7.2m.9-7.573V5.5a.9.9 0 1 0-1.8 0V10c0 .24.095.468.264.636l2.7 2.7a.898.898 0 0 0 1.272 0 .899.899 0 0 0 0-1.272L10.9 9.627z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.consumerStyle.tbcStyleContainer .tbcPicker.time:hover > .glyph {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' id='clock'%3E%3Cg fill='%23FFFFFF' fill-rule='evenodd'%3E%3Cpath id='aoa' d='M10 1c-4.963 0-9 4.037-9 9s4.037 9 9 9 9-4.037 9-9-4.037-9-9-9m0 16.2c-3.97 0-7.2-3.23-7.2-7.2S6.03 2.8 10 2.8s7.2 3.23 7.2 7.2-3.23 7.2-7.2 7.2m.9-7.573V5.5a.9.9 0 1 0-1.8 0V10c0 .24.095.468.264.636l2.7 2.7a.898.898 0 0 0 1.272 0 .899.899 0 0 0 0-1.272L10.9 9.627z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.consumerStyle.tbcStyleContainer .picklistContextButton > .glyph:before,
.consumerStyle.tbcStyleContainer .tbcPicker.time > .glyph:before,
.consumerStyle.tbcStyleContainer > .textBoxControl.pickDate .tbcPicker.date > .glyph:before,
.consumerStyle.tbcStyleContainer .picklistContextButton > .glyph:before,
.consumerStyle.tbcStyleContainer .timeContextButton> .glyph:before,
.consumerStyle.tbcStyleContainer .tbcPicker.address .glyph:before {
    display:none;
}

.consumerStyle.tbcStyleContainer .tbcPicker.expression {
    font-weight:bold;
}

.consumerStyle.tbcStyleContainer > .textBoxControl.notActive.validationError .tbcEditorLabel {
    color:inherit;
}

.consumerStyle.tbcStyleContainer > .textBoxControl.editable.notActive.validationError .tbcEditorField {
    border-color: #f74f63;
}

/* Multiselect mode */
.textBoxControl .multiSelectContainer{
    display: none;
}

.textBoxControl.multiselect .multiSelectContainer{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    padding: 5px;
}

.textBoxControl.multiselect .multiSelectContainer .multiSelectItem{
    display: flex;
    gap: 5px;
    border-radius: 5px;
    padding-right: 5px;
    background-color: var(--ciaColourBackgroundSelection);
    color: var(--ciaColourTextSelection);
}

.textBoxControl.multiselect .multiSelectContainer .multiSelectItem > .displayText{
    font-weight: bold;
    padding: 5px;
    text-wrap: nowrap;
}

.textBoxControl.multiselect .multiSelectContainer .multiSelectItem > .removeMultiSelectItem{
    padding-top: 5px;
}

.textBoxControl.readonly.multiselect .multiSelectContainer .multiSelectItem > .removeMultiSelectItem{
    display: none;
}

.textBoxControl.readonly > .tbcEditorLabel > label > .mandatory {
    display: none;
}

.tbcEditorLabel > label > .hasExpression {
    padding-left: 5px;
    font-weight: normal;
    font-size: inherit;
}

.tbcInputContainer {
    position:relative;
    width: 100%;
    display:block;
    box-sizing: border-box;
}

.easy .textBoxControl.active > .tbcEditorField > tbcInputContainer > .tbcInputInnerContainer > .textBoxControlInput:focus {
    outline: none;
}

.textBoxControl.singleLine > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .textBoxControlInput {
    text-overflow: ellipsis;
}

.textBoxControl.multiLine > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .textBoxControlInput {
    height: 100%;
    overflow: none;
    resize: none;
    white-space: pre-wrap;
}

.textBoxControlInput:focus {
    box-shadow: none;
}

.textBoxControlInput, .readonlyTextBoxSpan {
    color: #565656;
    border-color: transparent;
}

.textBoxControl.multiLine > .tbcEditorField > .readonlyTextBoxSpan {
    white-space: pre-wrap;
}

.textBoxControl.color > .tbcEditorField > .readonlyTextBoxSpan {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.textBoxControl.color > .tbcEditorField > .readonlyTextBoxSpan span {
    background: rgba(255, 255, 255, 0.6);;
    padding: 0 3px;
}

.textBoxControlSpinnerContainer {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 2;
}

.textBoxControlSpinner {
    margin-top: 6px;
    margin-left: 6px;
	width: 4px;
    height: 4px;
    border-radius: 50%;
	background-color:rgba(0,0,0,0.25);

	animation-name: TextBoxSpinnerAnimation;
    animation-duration: 1s;
	animation-iteration-count: infinite;
}

@keyframes TextBoxSpinnerAnimation {
    0%   { opacity:1; }
    50%  { transform: scale(1.5, 1.5); opacity: 0.25; }
    100% { opactiy:1; }
}

.textBoxControl.multiLine > .tbcEditorField > .tbcInputContainer {
    height: 100px;
}

.lookupFormatCode, .lookupFormatDescription {
    word-break: break-word;
}


/* Stacked Styles */

.stackedStyle > .textBoxControl.readonly
{
    background-color: rgba(255, 255, 255, 0.5);
    border-color:#e6e6e6;
}

.stackedStyle > .textBoxControl > .tbcEditorLabel {
    display: block;
    padding: 4px 4px 2px 4px;
    font-size: 0.9em;
    font-weight: 600;
    text-align: left;
}

.stackedStyle > .textBoxControl > .tbcEditorLabel > label {
    display:block;
    line-height: 14px;
    word-wrap: break-word;
}

.stackedStyle > .textBoxControl.noLabelWrap > .tbcEditorLabel > label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    height: 14px;
}

.stackedStyle > .textBoxControl > .tbcEditorField {
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.stackedStyle > .textBoxControl.readonly > .tbcEditorField > .tbcInputContainer:not(.ariaText) {
    display: none;
}

.stackedStyle > .textBoxControl.editable > .tbcEditorField > .tbcInputContainer.hasPicker.pickersOne {
    padding-right: 38px;
}

.stackedStyle > .textBoxControl.editable > .tbcEditorField > .tbcInputContainer.hasPicker.pickersTwo {
    padding-right: 68px;
}

.stackedStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer {
    box-sizing: border-box;
    height: 100%;
}

.stackedStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .textBoxControlInput {
    border-color: transparent;
    padding: 0 4px;
    margin: 0;
    min-height: 24px;
    line-height: 16px;
    background-color: #FFF;
}

.stackedStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .textBoxControlSpinnerContainer {
    right: 5px;
    top: 4px;
}

.stackedStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer > .dataTypeContextButton {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: transparent;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 3px;
    display: none;
}

.stackedStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersTwo > .dataTypeContextButton,
.stackedStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersThree > .dataTypeContextButton.cb2 {
    right: 30px;
}

.stackedStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersThree > .dataTypeContextButton {
    right: 60px;
}

.stackedStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersOne > .dataTypeContextButton,
.stackedStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersTwo > .dataTypeContextButton ~ .dataTypeContextButton,
.stackedStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersThree > .dataTypeContextButton.cb3 {
    right: 0;
}

.stackedStyle > .textBoxControl.editable > .tbcEditorField > .tbcInputContainer > .dataTypeContextButton {
    display:block;
}

.stackedStyle > .textBoxControl > .tbcEditorField > .readonlyTextBoxSpan {
    display: block;
    line-height:16px;
    padding: 4px 4px 4px 5px;
    box-sizing: border-box;
    height: auto;
    min-height: 24px;
    border: transparent;
    font-size: 1.1em;
}

.content .controlContainer.validationError {
    border-color: #DD0000;
}

.validationError > .editorField {
    position: relative;
}

.validationMessage
{
    color: #dd0000;
    font-size: 0.8em;
    vertical-align: middle;
    line-height: 13px;
    bottom: -8px;
    z-index: 1;
    padding: 0 2px;
    right: -1px;
    display: block;
}


/* Engaging Styles */

.tbcStyleContainer.engagingStyle {
    padding-bottom: 25px;
}

.engagingStyle > .textBoxControl {
    padding: 4px 0;
    min-width: 0;
    background-color: #ffffff;
    border: none;
}

.engagingStyle > .textBoxControl > .tbcEditorLabel {
    display: block;
    position: relative;
    font-size: 1.2em;
    top: 23px;
    left: 4px;
    opacity: 0.75;
    color: #656565;
    cursor: text;
    transform-origin: left;
    transition-property: transform;
    transition-duration: .2s;
    transition-timing-function: ease;
}

.engagingStyle > .textBoxControl.notActive.validationError > .tbcEditorLabel {
    color: red;
}

.engagingStyle > .textBoxControl.readonly > .tbcEditorLabel,
.engagingStyle > .textBoxControl.notEmpty.notActive > .tbcEditorLabel {
    transition: none;
}

.engagingStyle > .textBoxControl.readonly > .tbcEditorLabel,
.engagingStyle > .textBoxControl.active > .tbcEditorLabel,
.engagingStyle > .textBoxControl.notEmpty > .tbcEditorLabel,
.engagingStyle > .textBoxControl.validationError > .tbcEditorLabel {
    transform: scale(.8) translateY(-32px);
    opacity: 0.65;
}

.engagingStyle > .textBoxControl.active > .tbcEditorLabel {
    opacity: 1;
}

.engagingStyle > .textBoxControl.notActive.empty > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .textBoxControlInput {
    opacity: 0;
}

.engagingStyle > .textBoxControl.active > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .textBoxControlInput{
    opacity:1;
}

.engagingStyle > .textBoxControl > .tbcEditorLabel > label {
    position: relative;
    line-height: 16px;
}

.engagingStyle > .textBoxControl > .tbcEditorLabel > label > .charCount {
    display: none;
}

.engagingStyle > .textBoxControl > .tbcEditorLabel > label > .labelInnerContainer {
    cursor: default;
}

.engagingStyle > .textBoxControl > .tbcEditorField {
    display: block;
    position: relative;
    white-space: nowrap;
    box-sizing: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.engagingStyle > .textBoxControl.readonly > .tbcEditorField {
    border-bottom-color: transparent;
}

.engagingStyle > .textBoxControl.fillWidth > .tbcEditorField {
    display: block;
    width: 100%;
}

.engagingStyle > .textBoxControl.fillLabelWidth > .tbcEditorField {
    width: 100% !important;
}

.engagingStyle > .textBoxControl > .tbcEditorField:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: .2s;
    transition-timing-function: ease;
}

.engagingStyle > .textBoxControl.editable.notActive.validationError > .tbcEditorField {
    border-bottom-color: red;
}

.engagingStyle > .textBoxControl.active > .tbcEditorField:after {
    transform: scaleX(1);
}

.engagingStyle > .textBoxControl.singleLine > .tbcEditorField > .tbcInputContainer:not(.ariaText) {
    height: 30px;
}

.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.hasPicker.pickersOne {
    padding-right: 38px;
}

.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.hasPicker.pickersTwo {
    padding-right: 68px;
}

.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer {
    height: 100%;
}

.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer,
.engagingStyle > .textBoxControl > .tbcEditorField > .readonlyTextBoxSpan {
    box-sizing: border-box;
    padding: 2px 5px;
}

.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .inputClearButton {
    right: 4px;
    top: 6px;
}

.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .textBoxControlSpinnerContainer {
    right: 5px;
    top: 7px;
}

.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .textBoxControlInput.decimal,
.engagingStyle > .textBoxControl > .tbcEditorField > .readonlyTextBoxSpan.decimal,
.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .textBoxControlInput.long,
.engagingStyle > .textBoxControl > .tbcEditorField > .readonlyTextBoxSpan.long,
.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .textBoxControlInput.currency,
.engagingStyle > .textBoxControl > .tbcEditorField > .readonlyTextBoxSpan.currency {
    text-align: left;
}

.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .textBoxControlInput {
    background: none;
    border: none;
    padding: 0;
    height: auto;
    min-height: auto;
}

.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer > .tbcInputInnerContainer > .textBoxControlInput,
.engagingStyle > .textBoxControl > .tbcEditorField > .readonlyTextBoxSpan,
.engagingStyle > .textBoxControl.multiselect .multiSelectItem
{
    font-size: 1.2em;
    line-height: 26px;
}

.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer > .dataTypeContextButton {
    border: solid 1px transparent;
    top: 0;
    opacity: 1;
    transition: opacity 0.1s ease;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: transparent;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 3px;
    display: block;
}

.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersTwo > .dataTypeContextButton,
.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersThree > .dataTypeContextButton.cb2 {
    right: 30px;
}

.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersThree > .dataTypeContextButton {
    right: 60px;
}

.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersOne > .dataTypeContextButton,
.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersTwo > .dataTypeContextButton ~ .dataTypeContextButton,
.engagingStyle > .textBoxControl > .tbcEditorField > .tbcInputContainer.pickersThree > .dataTypeContextButton.cb3 {
    right: 0;
}

.engagingStyle > .textBoxControl.readOnly > .tbcEditorField > .tbcInputContainer > .dataTypeContextButton,
.engagingStyle > .textBoxControl.disabled > .tbcEditorField > .tbcInputContainer > .dataTypeContextButton {
    display: none;
}

.engagingStyle > .textBoxControl > .tbcEditorField > .readonlyTextBoxSpan {
    cursor: default;
    color: #656565;
    min-height: 30px;
    display: block;
}

.engagingStyle > .textBoxControl.singleLine > .tbcEditorField > .readonlyTextBoxSpan {
    word-wrap: break-word;
    white-space: normal;
}

.engagingStyle > .textBoxControl.singleLine.noReadonlyValueWrap > .tbcEditorField > .readonlyTextBoxSpan {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.engagingStyle > .textBoxControl > .validationMessage {
    color: red;
    position: absolute;
    white-space: nowrap;
    font-size: 0.9em;
    opacity: 0.75;
    left: 0;
    bottom: -15px;
    border: none;
    box-shadow: none;
}


/* Hierachical Picklist Styles */

.hierarchicalPicklistPage > .pageContent {
    overflow: hidden;
}

.hierarchicalPicklistClear {
    height: 34px;
    width: 50px;
    color: #fff;
}

.hierarchicalPicklistHeading {
    text-align: center;
    height: 34px;
    color: white;
    font-size: 1.3em;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 55px;
}

.hierarchicalPicklistScroller {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.hierarchicalPicklistList
{
    height: 100%;
}

.hierarchicalPicklistList .rowData {
    line-height: 24px;
    border-top: solid 1px #fff;
}

.hierarchicalPicklistList > .view
{
    float: left;
    vertical-align: top;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.hierarchicalPicklistList > .view > .itemLink > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hierarchicalPicklistList > .view > .itemLink > .next {
    float:right;
    padding:10px;
    margin: -10px -10px -10px 0;
    border-left-style: solid;
    border-left-width: 1px;
}

.hierarchicalPicklistList > .view > .itemLink > .next > .icon24 {
    display: block;
}

.hierarchicalPicklistList > .view > .itemLink.selected {
    background-color: #FFF;
}


/* Picklist Styles */

.itemLink > p {
    margin: 0px;
    padding: 0px;
}

.superComboList > .itemLink {
    min-height: 20px;
    line-height: 19px;
}

.superComboList {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.picklistRow {
    position: relative;
    display: flex;
    gap: 10px;
    padding: 5px 10px;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #e6e6e6;
}

.picklistRow .dataRowContainer {
    display: flex;
    gap: 5px;
}

.picklistRow .picklistSelectCell{
    display: flex;
    align-items: center;
}

.picklistRow .picklistSelectCell{
    display: flex;
    align-items: center;
}

.picklistRow .picklistSelectCell .selChkBox.checkBoxControlInput{
    height: 16px;
    width: 16px;
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    border: solid 1px #656565;
    border-radius: 3px;
    background-size: auto 100%;
    background-color: #fff;
    font-family: iconGlyph;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}

.picklistRow .picklistSelectCell .selChkBox.checkBoxControlInput.checked:before {
    display: block;
    content: "\E066";
}

.picklistRow:focus, .picklistRow:hover {
    background-color: rgba(255,255,255,0.5);
}

.picklistHeaderCell {
    font-weight: 600;
    font-size: 0.9em;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.picklistDataRow.iconChooser .picklistDataCell {
    height: 32px;
    vertical-align: central;
    margin : 4px;
}

.picklistDataRow.iconChooser .picklistDataCell.picklistKeyColumn {
    float: left;
}

.picklistDataRow.iconChooser .picklistDataCell.picklistDescriptionColumn {
    line-height: 32px;
}

.picklistDataRow.iconChooser .picklistDataCell.picklistKeyColumn img {
    height: 32px;
}

.picklistDataCell {
    font-size: 1.1em;
    color: #656565;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
}

.picklistDataRow.tagItem {
    line-height: inherit;
}

.picklistDataRow.tagItem > .tagCode {
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 0.9em;
    color: white;
    text-transform: uppercase;
    padding: 0 5px;
    margin-top: 2px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.picklistSuggestNoRecords {
    padding: 10px 5px;
    display: block;
    font-style: italic;
    color: #656565;
    text-align: center;
}

/* Extended Picklist Styles */

.extendedPicklistFieldContainer.panel.simple {
    padding: 0;
    position: relative;
}

.extendedPicklistFieldContainer.hasIcon > .controlContainer {
    margin-right: 40px;
}

.extendedPicklistFieldContainer.hasIcon > .picklistExtenderFieldResult {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 16px;
    width: 16px;
    padding: 0;
}

.extendedPicklistFieldContainer.hasMessage > .picklistExtenderFieldResult,
.extendedPicklistFieldContainer.hasIconAndMessage > .picklistExtenderFieldResult {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
}

.extendedPicklistFieldContainer.hasMessage > .picklistExtenderFieldResult > label {
    line-height: 20px;
}

.extendedPicklistFieldContainer.hasIconAndMessage > .picklistExtenderFieldResult > label {
    margin-left: 20px;
    line-height: 20px;
}

.extendedPicklistFieldContainer.hasMessage > .picklistExtenderFieldResult.picklistExtenderInvalid > label,
.extendedPicklistFieldContainer.hasIconAndMessage > .picklistExtenderFieldResult.picklistExtenderInvalid  > label,
.picklistExtenderResultContainer.picklistExtenderInvalid > .editorLabel > label {
    color: red;
}

.extendedPicklistFieldContainer.hasMessage > .picklistExtenderFieldResult.picklistExtenderValid > label,
.extendedPicklistFieldContainer.hasIconAndMessage > .picklistExtenderFieldResult.picklistExtenderValid  > label,
.picklistExtenderResultContainer.picklistExtenderValid > .editorLabel > label {
    color:darkgreen;
}

.extendedPicklistFieldContainer > .picklistExtenderFieldResult.picklistExtenderInvalid,
.picklistExtenderResultContainer.picklistExtenderInvalid > .picklistExtenderResultDisplayField {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/16/orbredex.png?v=12.0.251.0');
    background-repeat: no-repeat;
}

.extendedPicklistFieldContainer > .picklistExtenderFieldResult.picklistExtenderValid,
.picklistExtenderResultContainer.picklistExtenderValid > .picklistExtenderResultDisplayField {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/16/orbgreentick.png?v=12.0.251.0');
    background-repeat: no-repeat;
}

.picklistExtenderResultDisplayField {
    height: 16px;
    font-size: 1.8em;
    background-position: center right;
    width:auto;
    margin-right: 40px;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
}

.picklistExtenderResultContainer {
    margin-top: 5px;
    margin-bottom: 8px;
    padding-top: 3px;
    background-position: center right;
}

.picklistExtenderResultContainer > .picklistExtenderResultDisplayField {
    width: 100%;
    color: inherit;
}


/*--Consumer Styles--*/
.consumerStyle > .fieldsContainer {
    padding:10px 0;
}

.consumerStyle.tbcStyleContainer > .textBoxControl {
    border: none;
    margin: 0;
    background-color: transparent;
}

.consumerStyle.tbcStyleContainer > .textBoxControl.multiLine .tbcEditorField {
    width:100%;
}

.consumerStyle.tbcStyleContainer .tbcInputContainer {
    height:44px;
}

.consumerStyle.tbcStyleContainer > .textBoxControl.multiLine .tbcInputContainer {
    height:60px;
}

.consumerStyle.tbcStyleContainer .tbcInputContainer.hasPicker.pickersOne {
    padding-right:44px;
}

.consumerStyle.tbcStyleContainer .tbcInputContainer.hasPicker.pickersTwo {
    padding-right:84px;
}

.consumerStyle.tbcStyleContainer .textBoxControlInput,
.consumerStyle.tbcStyleContainer .readonlyTextBoxSpan {
    line-height: 30px;
    min-height: 44px;
    display: block;
}

.consumerStyle.tbcStyleContainer > .textBoxControl.editable.notEmpty.active.clearable .textBoxControlInput,
.consumerStyle.tbcStyleContainer > .textBoxControl.editable.notEmpty.clearable .tbcInputContainer:hover .textBoxControlInput {
    padding-right:44px;
}

.consumerStyle.tbcStyleContainer > .textBoxControl > .tbcEditorField > .tbcInputContainer > [class*="icklistContextButton"],
.consumerStyle.tbcStyleContainer .timeContextButton,
.consumerStyle.tbcStyleContainer .expressionContextButton {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.consumerStyle.tbcStyleContainer .tbcEditorField {
    width:100%;
}

.consumerStyle.tbcStyleContainer > .textBoxControl[data-t1-control*="DataType\":\"Date"] > .tbcEditorField {
    width:auto;
}

/* -- Accessibility styles --*/
.easy .textBoxControl.controlContainer.readonly.active,
.easy .inputContainerWithButton input:focus {
    outline:dotted 4px var(--ciaColourBorderHighlight);
}

/* MISSING IMAGE PLACEHOLDERS*/
.thumbnailImg.loading{
    opacity: 0;
    transform: scale(0.5);
}

.thumbnailImg{
    opacity: 1;
    transform: scale(1);
}

.thumbnailImg .missingImagePlaceholder {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 48px;
    width: 48px;
    display: block;
}

.contact .thumbnailImg .missingImagePlaceholder {
    margin: 0 auto;
}

/*************************
** Drag and drop styles ***
*************************/
body.ipad.hasThumbnailDrag { /* iPad specific drag - where body tends to scroll while dragging an thumbnail item. */
    position: fixed;
    margin-top: 0;
    width: 100%;
}

body.hasThumbnailDrag .webkitOverflowTouch{
    overflow: hidden;
}

.thumbnailItem.proxy .itemWrapper {

}

/** compact */
.thumbnailItem.draggable .gripper {
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.05);
    text-align: center;
    z-index: 1;
}

.compact  .thumbnailItem.draggable .itemWrapper {
    padding-top: 24px;
}

/** Card */
.horizontal .thumbnailItem.draggable .gripper {
    height: 100%;
    width: 20px;
    right: auto;
    bottom: 0;
}

/** compact */
.thumbnailItem.draggable .gripper .icon16 {
    transform: rotate(90deg);
    opacity: 0.2;
    display: block;
    width: 100%;
    margin-top: -2px;
}

/** Card */

.horizontal .thumbnailItem.draggable .gripper .icon16 {
    transform: rotate(0);
    position: absolute;
    margin-top: -8px;
    top: 50%;
}

.thumbnailItem.dragging .itemWrapper {
    background: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/* End drag-drop styles */

/***********************************************/
/*  Thumbnail item & components layouts        */
/***********************************************/

/*
    Use flex for thumbnail-like layouts.
    This will ensure that even if thumbnails have different heights, the browser will still try to allign them
*/

.thumbnailViewControl.thumbnailViewDefault .thumbnailItemsContainer,
.thumbnailViewControl.thumbnailViewNormal .thumbnailItemsContainer,
.thumbnailViewControl.thumbnailViewContact .thumbnailItemsContainer{
    display: flex;
    flex-wrap: wrap;
}

.thumbnailItem.imgLayoutRound .thumbnailImg > img,
.thumbnailItem.imgLayoutRound .thumbnailImg .missingImagePlaceholder{
    border-radius: 50%;
}

.thumbnailItem.itemLayoutTile .itemWrapper{
    border-radius: 15px; /* round corners */
}

/***********************************************/
.compact .thumbnailItem.draggable .addSelCont,
.compact .thumbnailItem.draggable .addRemoveItem,
.compact  .thumbnailItem.draggable .itemSection .secondarySection,
.compact .thumbnailItem.draggable .thumbnailSection.secondarySection {
    top: 20px !important;
}
.compact .thumbnailItem.draggable .thumbnailSection.imageSection {
    margin-top: 10px;
}

.horizontal .thumbnailItem.draggable .addSelCont {
    left: 24px;
}

.compact .thumbnailItem.draggable .thumbnailSection.imageSection {
    margin-top: 10px;
}

.horizontal  .thumbnailItem.draggable .itemWrapper {
    padding-left: 45px;
}


.compact .smallImage .missingImagePlaceholder, .horizontal .smallImage .missingImagePlaceholder {
    max-width: 32px;
    max-height: 32px;
}


.thumbnailImg .missingImagePlaceholder.miGeneric {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/image.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miAppointment {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/appointment.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miAsset {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/asset.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miAward {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/award.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miBlankDocument {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/blankdocument.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miBusiness {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/business.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miClock {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/clock.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miCogs {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/cogs.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miContactDetails {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/contactdetails.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miDocument {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/document.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miEmail {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/email.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miEngagement {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/engagement.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miExcel {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/excel.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miFax {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/fax.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miFinancialDocument {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/financialdocument.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miFolder {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/folder.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miImage {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/image.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miImageMissing {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/imagemissing.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miImportFile {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/importfile.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miInvoice {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/invoice.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miLetter {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/letter.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miList {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/list.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miLocation {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/location.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miMail {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/mail.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miMan {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/man.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miManAndWoman {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/manandwoman.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miMap {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/map.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miMen {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/men.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miNote {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/note.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miPDF {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/pdf.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miPeople {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/people.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miPerson {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/person.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miPhone {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/phone.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miPreview {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/preview.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miProduct {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/product.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miPurchaseOrder {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/purchaseorder.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miReceipt {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/receipt.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miReport {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/report.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miRequest {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/request.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miSmartFolder {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/smartfolder.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miSpatial {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/spatial.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miSpreadsheet {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/spreadsheet.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miSupplier {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/supplier.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miSuppliers {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/suppliers.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miTask {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/task.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miText {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/text.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miTimesheet {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/timesheet.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miTrophy {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/trophy.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miUnknown {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/unknowndocument.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miWoman {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/woman.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miWomen {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/women.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miWordDoc {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/worddoc.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miWorkflow {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/workflow.png?v=12.0.251.0');
}

.thumbnailImg .missingImagePlaceholder.miWorksheet {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/128/entities/worksheet.png?v=12.0.251.0');
}

/*ICON AS LABEL*/

.iconLabel.icon.warning:before { content: "\E135"; color: #EAA000; }
.iconLabel.icon.error:before { color: #D10000; }
.iconLabel.icon.homePhone:before { content: "\E202"; }
.iconLabel.icon.business:before { content: "\E217"; }
.iconLabel.icon.contactPerson:before { content: "\E218"; }
.iconLabel.icon.engagement:before { content: "\E204"; }
.iconLabel.icon.sharedItem:before { content: "\E167"; }
.iconLabel.icon.export:before { content: "\E225"; }
.iconLabel.icon.date:before { content: "\E014"; }
.iconLabel.icon.time:before { content: "\E068"; }
.iconLabel.icon.dateTime:before { content: "\E191"; }
.iconLabel.icon.role:before { content: "\E229"; }
.iconLabel.icon.saasRelease:before { content: "\E397"; }
.iconLabel.icon.id:before { content: "\E358"; }


/* IMAGE SECTION ELEMENTS */

.imageSection .thumbnailImg {
    float: none;
    height: auto;
    width: auto;
    height: auto;
    overflow: visible;
    background: none;
    display: inline-block;
}

/* COMMON */

.compact .itemWrapper {
    background-color: #fff;
    position: relative;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    box-sizing: border-box;
}

.contact .itemWrapper {
    padding: 11px 16px;
}

.bulkActionMode.compact .noImage .itemWrapper {
    padding-left: 28px;
}

.horizontal .itemWrapper {
    border-bottom: solid 1px #e6e6e6;
    padding: 8px 0 8px 10px;
}

.horizontal .thumbnailItem.showsDetailsPane .itemWrapper,
.horizontal .thumbnailItem.itemClickable .itemWrapper {
    padding-right: 26px;
    padding-right: 16px;
}

.horizontal.bulkActionMode .itemWrapper, .contact.bulkActionMode .itemWrapper,
.thumbnailViewControl.viewSelectorMode .thumbnailItem .itemWrapper{
    padding-left: 26px;
}

.compact .hasImage .itemWrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: 90px;
    visibility: visible;
}

.compact .itemWrapper:before {
    width: 100%;
    height: 188px;
}

.compact .smallImage .itemWrapper:before {
    height: 52px;
}

.compact .mediumImage .itemWrapper:before {
    height: 84px;
}

/*--thumbnailSection spacing after indentity section--*/


.thumbnailSection.mainSection > .thumbnailSection:not(.identSection) {
    margin-top: 5px;
}

.thumbnailSection.mainSection > .thumbnailSection:first-child {
    margin-top: 0;

}

.thumbnailSection.nonStacked > .thumbnailSection {
    float: left;
    box-sizing: border-box;
}

.compact .thumbnailItem .thumbnailSection.imageSection,
.compact .thumbnailItem .thumbnailSection.mainSection,
.compact .thumbnailItem .thumbnailSection.tagActionsSection  {
    display: block;
    float: none;
}

.compact .thumbnailItem .thumbnailSection.imageSection {
    text-align: center;
    height: 168px;
    line-height: 168px;
    margin-bottom: 20px;
}

.compact .thumbnailItem.smallImage .thumbnailSection.imageSection {
    text-align: left;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}

.compact .thumbnailItem.mediumImage .thumbnailSection.imageSection {
    text-align: left;
    height: 64px;
    line-height: 64px;
    margin-bottom: 20px;
}

.compact.bulkActionMode .thumbnailItem.smallImage .thumbnailSection.imageSection,
.compact.bulkActionMode .thumbnailItem.mediumImage .thumbnailSection.imageSection {
    margin-left:20px
}



/*--Image Section--*/

.horizontal .thumbnailSection.imageSection {
    float: left;
    max-height: 150px;
    min-height: 67px;
    position: relative;
    z-index: 1;
    padding: 0;
    text-align: center;
}



.horizontal .smallImage .thumbnailSection.imageSection {
    width: 32px;
    text-align: center;
    min-height: 32px;
}

.horizontal .mediumImage .thumbnailSection.imageSection {
    width: 64px;
    text-align: center;
    min-height: 64px;
}


/*--for Thumbnail View image--*/

.compact .thumbnailSection .thumbnailImg {
    position: relative;
    width:auto;
    max-height: 168px;
    line-height: 168px;
    height: auto;
    vertical-align: middle;
    margin: 0 auto;
}



.compact .thumbnailItem.smallImage .thumbnailImg {
    max-height: 32px;
    line-height: 32px;
}

.compact .thumbnailItem.mediumImage .thumbnailImg {
    max-height: 64px;
    line-height: 64px;
}

.horizontal .imageSection .thumbnailImg {
    line-height: 110px;
}

.horizontal .smallImage .imageSection .thumbnailImg {
    line-height: 32px;
}

.horizontal .mediumImage .imageSection .thumbnailImg {
    line-height: 64px;
}

.horizontal .imageSection .thumbnailImg img {
    max-width: 110px;
    max-height: 110px;
    vertical-align: top;
}

.horizontal .smallImage .imageSection .thumbnailImg img {
    max-width: 32px;
    max-height: 32px;
}

.horizontal .mediumImage .imageSection .thumbnailImg img {
    max-width: 64px;
    max-height: 64px;
}



.compact .imageSection .thumbnailImg img {
    max-width: 168px;
    max-height: 168px;
}

.compact .smallImage .imageSection .thumbnailImg img {
    max-width: 32px;
    max-height: 32px;
}

.compact .mediumImage .imageSection .thumbnailImg img {
    max-width: 64px;
    max-height: 64px;
}


.horizontal .thumbnailSection.imageSection .editorLabel {
    float: none;
}

.horizontal .thumbnailSection.imageSection .statusField,
.horizontal .thumbnailSection.imageSection .editorField {
    display: inline-block;
    vertical-align: top;
}




/*--Section offset when there is an image--*/


.horizontal .thumbnailItem.hasImage.smallImage > .itemWrapper > .thumbnailSection.mainSection,
.horizontal .thumbnailItem.hasImage.smallImage > .itemWrapper > .tagActionsSection {
    margin-left: 42px;
}

.horizontal .thumbnailItem.hasImage.mediumImage .itemWrapper > .thumbnailSection.mainSection,
.horizontal .thumbnailItem.hasImage.mediumImage .itemWrapper > .tagActionsSection {
    margin-left: 74px;
}


.dataFieldContainer,
.inputFieldContainer {
    padding: 2px 0;
    padding-right: 5px;
    box-sizing: border-box;
}

.thumbnailItem .btnFldContainer .dataFieldContainer
{
    padding: 0;
}

.thumbnailItem .editorField {
    color: #656565;
}

.thumbnailItem input[type="checkbox"] {
    height: 16px;
    width:16px;
    vertical-align: top;
    min-height: fit-content;
}


.thumbnailItem .editorLabel > label,
.thumbnailItem .editorField,
.thumbnailItem .editorField .readonlyTextBoxSpan,
.hoverViewContainer .thumbnailSection .editorLabel > label,
.hoverViewContainer .thumbnailSection .editorField,
.hoverViewContainer .thumbnailSection .editorField .readonlyTextBoxSpan {
    width: auto;
    padding: 0;
    line-height: 16px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    border: none;
}

.thumbnailItem .dataLblFont150Percent .iconLabel,
.thumbnailItem .dataLblFont150Percent .editorLabel,
.thumbnailItem .dataFldFont150Percent .editorField,
.thumbnailItem .dataFldFont150Percent .editorField > span,
.thumbnailItem .dataLblFont200Percent .iconLabel,
.thumbnailItem .dataLblFont200Percent .editorLabel,
.thumbnailItem .dataFldFont200Percent .editorField,
.thumbnailItem .dataFldFont200Percent .editorField > span{
    line-height: initial!important;
}

.thumbnailItem .editorField,
.hoverViewContainer .thumbnailSection .editorField{
    white-space: nowrap;
}

.thumbnailItem .editorLabel label, .thumbnailItem .editorField .readonlyTextBoxSpan,
.hoverViewContainer label, .hoverViewContainer .editorField .readonlyTextBoxSpan {
    white-space: pre;
}

.thumbnailItem .editorLabel > label {
    font-size: 0.9em;
    font-weight: 600;
}

.thumbnailItem  .statusField .editorLabel > label {
    font-size: inherit;
}

.statusField .editorLabel > label {
    font-size: inherit;
}

.thumbnailItem .btnFldContainer {
    vertical-align: top;
}

.thumbnailItem button.btnFldContainer .editorField {
    display: block;
}

.thumbnailSection > .dataFieldContainer,
.thumbnailSection > .inputFieldContainer {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.thumbnailSection.floatRight,
.thumbnailSection > .dataFieldContainer.floatRight,
.thumbnailSection > .inputFieldContainer.floatRight {
    float: right;
}

.thumbnailSection.stacked > .thumbnailSection,
.thumbnailSection.stacked > .dataFieldContainer,
.thumbnailSection.stacked > .inputFieldContainer {
    display: block;
    float: none;
}

/*-Float overrides-*/

.thumbnailSection.floatRight,
.dataFieldContainer.floatRight,
.inputFieldContainer.floatRight {
    float: right !important;
}

.thumbnailSection.floatLeft,
.dataFieldContainer.floatLeft,
.inputFieldContainer.floatLeft {
    float: left !important;
}



.thumbnailSection .dataFieldContainer.stacked .editorLabel,
.thumbnailSection .dataFieldContainer.stacked .editorField,
.thumbnailSection .inputFieldContainer.stacked .editorLabel,
.thumbnailSection .inputFieldContainer.stacked .editorField {
    width: auto;
    display: block;
    float:none;
}

.thumbnailSection .dataFieldContainer {
    overflow: hidden;
}

.mainSection .dataFieldContainer.headingField,
.identSection .dataFieldContainer,
.secondarySection .dataFieldContainer.amountField {
    padding-top:0;
    padding-bottom: 0;
}

.dataFieldContainer.amountField {
    float: right;
    text-align: right;
}

.dataFieldContainer.amountField .editorField span {
    font-size: 1.3em;
    font-weight: 600;
}

.amountField .editorField,
.headingField .editorField {
    color: inherit;
}

.dataFieldContainer.statusField .editorField,
.dataFieldContainer.statusField .editorLabel {
    color: inherit;
}

.thumbnailSection .dataFieldContainer .editorLabel,
.thumbnailSection .inputFieldContainer .editorLabel {
    float: left;
    width: auto;
    max-width: inherit;
    padding: 0 5px 0 0;
}


/*-Dropdown handle-*/

.thumbnailAction .dropdownControl .handle:first-child {
    margin-left: 0;
}


/*-Navigation chevron-*/

.horizontal .thumbnailItem .navigatorContainer {
    left: auto;
    height: auto;
}

.navigatorContainer {
    float: right;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 16px;
    overflow: hidden;
}


.thumbnailViewControl .navigatorContainer .detailsNavigator,
.thumbnailViewControl .navigatorContainer .actionNavigator {
    position: absolute;
    background-image: none;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0.35;
/*
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
*/
}


/*-Button group-*/

.thumbnailItem .buttonGroup button {
    float: left;
    margin-left: -1px;
    height: 30px;
    border-radius: 0;
}

.thumbnailItem .buttonGroup button:hover {
    position: relative;
    z-index: 1;
}

.thumbnailItem .buttonGroup .btnFldContainer.firstVisible{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-left: 0;
}

.thumbnailItem .buttonGroup .btnFldContainer.lastVisible{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.thumbnailItem .buttonGroup > *:last-child {
    float: none;
}



.secondarySection .thumbnailSection.clearRight {
    clear: right;
}


.horizontal .thumbnailSection.secondarySection.stacked > .thumbnailSection {
    float: right;
    clear: right;
}

.horizontal .thumbnailSection.secondarySection .thumbnailSection.nonStacked > .thumbnailSection {
    float: left;
}

/*--IdentSection--*/

.thumbnailSection.identSection .dataFieldContainer .editorLabel > label {
    font-weight: normal;
    color: #656565;
}

.identSection .editorField  {
    font-size: 0.9em;
}


/*-field separator-*/

.thumbnailSection.showFieldsSeparator .dataFieldContainer {
    border-left: 1px solid #ccc;
    padding-left: 5px;
    padding-right: 5px;
}

.thumbnailSection.showFieldsSeparator > .dataFieldContainer:first-child,
.thumbnailSection.showFieldsSeparator > .isEmptyOrZero.dataFieldContainer:first-child + .dataFieldContainer,
.thumbnailSection.showFieldsSeparator > .dataFieldContainer:first-child[style*="display\: none\;"] + .dataFieldContainer {
    border-left: none;
    padding-left: 0;
}

.thumbnailSection .dataFieldContainer {
    max-width: 100%;
}

.thumbnailSection .dataFieldContainer.hideIfEmptyOrZero.isEmptyOrZero,
.thumbnailSection .richTextControlContainer.hideIfEmptyOrZero.isEmptyOrZero,
.thumbnailSection .btnFldContainer.hideIfEmptyOrZero.isEmptyOrZero {
        display: none!important;
}

.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection.dynamicFieldsContainer,
.thumbnailBasedControl .thumbnailItem .thumbnailSection.dynamicFieldsContainer{
    overflow: hidden;/*make sure the dynamic fields are positioned nicely*/
}

.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection.dynamicFieldsContainer .dataFieldContainer,
.thumbnailBasedControl .thumbnailItem .thumbnailSection.dynamicFieldsContainer .dataFieldContainer{
    width: 300px;
}

.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection.dynamicFieldsContainer .dataFieldContainer .editorLabel,
.thumbnailBasedControl .thumbnailItem .thumbnailSection.dynamicFieldsContainer .dataFieldContainer .editorLabel{
    width: auto!important;
}
.thumbnailViewControl .thumbnailSection.dynamicFieldsContainer a{

}

.thumbnailViewControl.dynamicLayout .thumbnailSection.hasOnlyDataFields.nonStacked,
.thumbnailBasedControl .thumbnailSection.hasOnlyDataFields.nonStacked{
    overflow: hidden;
}

.thumbnailViewControl.dynamicLayout .textBoxControl.picklistControl .editorField,
.thumbnailViewControl.dynamicLayout .thumbnailSection,
.thumbnailBasedControl .textBoxControl.picklistControl .editorField,
.thumbnailBasedControl .thumbnailSection{
    overflow: visible;
}

.secondarySection .textBoxControl.picklistControl .editorField {
    display: inline-block;
}


.thumbnailSection.mainSection > .thumbnailSection.spaceFieldsEvenly, .thumbnailSection.secondarySection > .thumbnailSection.spaceFieldsEvenly,
 .thumbnailItem .thumbnailSection.mainSection > .thumbnailSection.spaceFieldsEvenly > .thumbnailSection {
    margin-right: 0;
}

.thumbnailSection.mainSection > .thumbnailSection.spaceFieldsEvenly > .thumbnailSection {
     box-sizing: border-box;
 }


.horizontal .thumbnailSection.mainSection,
.horizontal .thumbnailSection.tagActionsSection {
    display: block;
    float: none;
}

.thumbnailSection.tagActionsSection {
    padding-top: 10px;
    box-sizing: border-box;
}

.compact .thumbnailItem.customHeight .tagActionsSection {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.hasTags .thumbnailSection.tagActionsSection {
    padding-top: 10px;
}

.hasTags .thumbnailSection.tagActionsSection .tagSection{
    position: relative;
    display: table;
    margin-top: 5px;
}

/*--Minimise height--*/

.minimizeHeight .thumbnailSection.tagActionsSection {
    margin-top: -18px;
    padding-top: 0;
}

.horizontal .minimizeHeight .thumbnailSection.tagActionsSection {
    min-height: 20px;
}

.horizontal .hasTags .thumbnailSection.tagActionsSection,
.compact.detailsPanelVisible .minimizeHeight .thumbnailSection.tagActionsSection  {
    margin-top: 0;
}

.tagActionsSection {
    white-space: normal;
    clear: right;
}

.compact .tagActionsSection {
    clear: left;
}



.thumbnailViewControl.dynamicLayout .dataFieldContainer.multiline .editorField,
.thumbnailBasedControl .dataFieldContainer.multiline .editorField{
    white-space: normal;
}

/*it seems with italics font the right side gets truncated - this ensures it doesn't without having to use padding-right*/
.thumbnailViewControl.dynamicLayout .dataFieldContainer.dataFldItalic span:after,
.thumbnailBasedControl .dataFieldContainer.dataFldItalic span:after{
    content: "";
    float: right;
    border: solid 1px transparent;
}

/*--Status Field--*/

.dataFieldContainer.statusField {
    color: #FFF;
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    padding: 0px 5px;
    text-transform: uppercase;
    line-height: 16px;
    background-color: #a5a5a5;
    background-color: rgba(0, 0, 0, 0.35);
    margin-bottom: 2px;
    margin-right: 5px;
    border:1px solid white;
}

/*-Predefined status colours---*/

.dataFieldContainer.statusField.statusSuccess,
.dataFieldContainer.statusField.statusApproved,
.dataFieldContainer.statusField.statusNotImportant,
.dataFieldContainer.statusField.statusGreen
 {
    color: #394a1e;
    background-color: #e2ead1;
}

.dataFieldContainer.statusField.statusSuccess.lightOnDark,
.dataFieldContainer.statusField.statusApprovedDrk.lightOnDark,
.dataFieldContainer.statusField.statusNotImportantDrk.lightOnDark,
.dataFieldContainer.statusField.statusGreen.lightOnDark {
    color: #fff;
    background-color: #74bd00;
}

.dataFieldContainer.statusField.statusUrgent,
.dataFieldContainer.statusField.statusError,
.dataFieldContainer.statusField.statusRejected,
.dataFieldContainer.statusField.statusRed {
    color: #961a12;
    background-color: #eccdca;
}

.dataFieldContainer.statusField.statusUrgent.lightOnDark,
.dataFieldContainer.statusField.statusError.lightOnDark,
.dataFieldContainer.statusField.statusRejected.lightOnDark,
.dataFieldContainer.statusField.statusRed.lightOnDark {
    color: #fff;
    background-color: #E53327;
}

.dataFieldContainer.statusField.statusImportant,
.dataFieldContainer.statusField.statusWarning,
.dataFieldContainer.statusField.statusInProgress,
.dataFieldContainer.statusField.statusYellow {
    color: #744f00;
    background-color: #ffe398;
}

.dataFieldContainer.statusField.statusImportant.lightOnDark,
.dataFieldContainer.statusField.statusWarning.lightOnDark,
.dataFieldContainer.statusField.statusInProgress.lightOnDark,
.dataFieldContainer.statusField.statusYellow.lightOnDark {
    color: #fff;
    background-color: #ffc853;
}

.dataFieldContainer.statusField.statusProcessing,
.dataFieldContainer.statusField.statusOrange {
    color: #e05007;
    background-color: #fce2ce;
}

.dataFieldContainer.statusField.statusProcessing.lightOnDark,
.dataFieldContainer.statusField.statusOrange.lightOnDark {
    color: #fff;
    background-color: #f2661f;
}

.dataFieldContainer.statusField.statusPartialSuccess,
.dataFieldContainer.statusField.statusSubmitted,
.dataFieldContainer.statusField.statusBlue {
    color: #325ea1;
    background-color: #c6dae8;
}

.dataFieldContainer.statusField.statusPartialSuccess.lightOnDark,
.dataFieldContainer.statusField.statusSubmitted.lightOnDark,
.dataFieldContainer.statusField.statusBlue.lightOnDark {
    color: #fff;
    background-color: #325ea1;
}

.dataFieldContainer.statusField.statusDisabled,
.dataFieldContainer.statusField.statusOnHold,
.dataFieldContainer.statusField.statusInactive,
.dataFieldContainer.statusField.statusGray {
    color: #4b4b4b;
    background-color: #c7c7c7;
}

.dataFieldContainer.statusField.statusDisabled.lightOnDark,
.dataFieldContainer.statusField.statusOnHold.lightOnDark,
.dataFieldContainer.statusField.statusInactive.lightOnDark,
.dataFieldContainer.statusField.statusGray.lightOnDark {
    color: #fff;
    background-color: #c7c7c7;
}

.dataFieldContainer.statusField.statusPurple.lightOnDark {
    color: #fff;
    background-color: #660066;
}

.dataFieldContainer.statusField.statusPurple {
    color: #660066;
    background-color: #DBC3DB;
}

.dataFieldContainer.statusField.statusDarkBlue.lightOnDark {
    color: #fff;
    background-color: #000060;
}

.dataFieldContainer.statusField.statusDarkBlue {
    color: #000060;
    background-color: #C3C3DA;
}

.dataFieldContainer.statusField.statusTeal.lightOnDark {
    color: #fff;
    background-color: #1E5E6D;
}

.dataFieldContainer.statusField.statusTeal {
    color: #1E5E6D;
    background-color: #C9D9DD;
}

.dataFieldContainer.statusField.statusDarkGreen.lightOnDark {
    color: #fff;
    background-color: #00661A;
}

.dataFieldContainer.statusField.statusDarkGreen {
    color: #00430D;
    background-color: #96C09E;
}

/*--Colours for glyphs--*/

.dataFieldContainer.glyph.success:before, .dataFieldContainer.glyph.green:before {
    color: #74bd00;
}

.dataFieldContainer.glyph.partialSuccess:before, .dataFieldContainer.glyph.blue:before {
    color: #325ea1;
}

.dataFieldContainer.glyph.processing:before, .dataFieldContainer.glyph.orange:before {
    color: #f2661f;
}

.dataFieldContainer.glyph.error:before, .dataFieldContainer.glyph.red:before {
    color: #E53327;
}
.dataFieldContainer.glyph.darkRed:before {
    color: #961a12;
}
.dataFieldContainer.glyph.warning:before, .dataFieldContainer.glyph.yellow:before {
    color: #ffc853;
}
.dataFieldContainer.glyph.purple:before {
    color: #660066;
}
.dataFieldContainer.glyph.darkBlue:before {
    color: #000060;
}
.dataFieldContainer.glyph.teal:before {
    color: #1E5E6D;
}
.dataFieldContainer.glyph.darkGreen:before {
    color: #00661A;
}
.dataFieldContainer.glyph.gray:before {
    color: #c7c7c7;
}
.dataFieldContainer.glyph.darkGray:before {
    color: #4b4b4b;
}


/*--Dynamic Summary Container--*/

.thumbnailItem .summaryContainer {
    position: relative;
    display: inline-block;
    float: right;
    max-width: 100%;
}

.thumbnailItem .summaryContainer .thumbnailAction {
    padding-bottom: 2px;
    float: left;
}
.summaryContainer .quantityContainer > label{
    padding-right: 10px;
}


/*--Quantity Container--*/

.horizontal .summaryContainer .quantityContainer {
    float: left;
}

.compact .summaryContainer .quantityContainer {
    float:none;
    text-align: right;
    margin-bottom: 5px;
}

.summaryContainer .quantityContainer {
    padding-bottom: 0;
}

.horizontal .summaryContainer .quantityContainer {
    padding-top: 0;
}

.horizontal .thumbnailAction {
    float: left;
    margin-top: 0;
}



.horizontal .thumbnailAction, .horizontal .buttonGroup {
    padding-right: 5px;
}

/*--Hide actions when details panel shown--*/

.hideActions .summaryContainer, .hideActions .thumbnailItem .formActions, .hideActions .thumbnailAction > .favouriteButton {
    display: none;
}


/********************************************
    Predefined field types
**********************************************/

.hasImage .dataFieldContainer.headingField {
    margin-left: 0;
}

.compact .dataFieldContainer.descriptionField {
    height: 32px;
}

.horizontal .dataFieldContainer.descriptionField {
    min-height: 16px;
}

.dataFieldContainer.headingField .editorField span {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 20px;
    font-family: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    display: block;
}

.dataFieldContainer.headingField.doubleHeight .editorField span {
    white-space: pre;
}

.dataFieldContainer.subHeadingField .editorField span {
    font-weight: 600;
    font-size: 1.1em;
}

.thumbnailViewControl.dynamicLayout .defaultCol .editorField {
    color: inherit;
}

.thumbnailViewControl .cke_top, .thumbnailViewControl .cke_bottom {
    display: none;
}

.thumbnailViewControl .cke, .thumbnailViewControl .cke_inner, .thumbnailViewControl .cke_contents, .thumbnailViewControl iframe {
    border: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.thumbnailItem .richTextControlContainer{
    pointer-events: none; /* RichText control hijacks the click events otherwise */
}


/********************************************************************
        THUMBNAIL ICON GLYPHS SECTION
*********************************************************************/

.fieldElement.icon .editorField {
    padding-right: 10px;
}

.stacked > .fieldElement.icon .editorField {
    padding-right: 0;
}

.fieldElement .iconLabel {
    float: left;
    padding-right: 5px;
}

.fieldElement.hasBkgd .iconLabel {
    padding-left: 5px;
}

.fieldElement.icon:before {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;

    font-family: iconGlyph;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    display: block;
    -webkit-font-smoothing: antialiased;
    speak: none;
}

.thumbnailViewControl.dynamicLayout .thumbnailItem .nativeLink {
    text-decoration: none;
}

/*favourites*/
.thumbnailViewer .thumbnailItem.favEnabled .thumbnailAction{
    float: right;
}

.thumbnailItem .favouriteButton {
    margin-right: 10px;
    float: left;
}

.thumbnailAction > .favouriteButton + .dropDownControlContainer, .compact .favouriteButton + .quantityContainer {
    float: left;
}

.compact .favouriteButton + .quantityContainer {
    padding-top: 0;
    padding-bottom: 0;
}

.hoverViewContainer.imageMissing .thumbnailImg .thumbnailLargeImg,
.hoverViewContainer.imageMissing .imageLoading,
.hoverViewContainer .thumbnailImg .missingImagePlaceholder,
.hoverViewContainer .imageLoading {
    display: none;
}

.hoverViewContainer.imageMissing .thumbnailImg .missingImagePlaceholder {
    display: block;
    position: relative;
    margin-left: 50%;
    left: -32px;
    height: 64px;
    width: 64px;
}

.hoverViewContainer.loadingHoverImage .imageLoading{
    display: block;
}

.hoverViewContainer.loadingHoverImage .thumbnailImg,
.hoverViewContainer.loadingHoverImage .thumbnailContent {
    display: none;
}


.thumbnailItem .imageSection .glyphField{
    padding: 0;
}

.thumbnailItem .imageSection .glyphField .editorField{
    border-radius: 50%;
    line-height: normal;
}

.thumbnailItem .imageSection .glyphField .glyphValue{
    display: block;
}

.thumbnailItem.smallImage .imageSection .glyphField .glyphValue{
    line-height: 24px;
    font-size: 20px;
    padding: 4px;
    width: 24px;
    height: 24px;
}

.thumbnailItem.mediumImage .imageSection .glyphField .glyphValue{
    line-height: 48px;
    font-size: 40px;
    padding: 8px;
    width: 48px;
    height: 48px;
}

.thumbnailItem.normalImage .imageSection .glyphField .glyphValue{
    line-height: 80px;
    font-size: 56px;
    padding: 8px;
    width: 80px;
    height: 80px;
}

.thumbnailViewControl.dynamicLayout .addSelCont,
.thumbnailViewControl.dynamicLayout .addRemoveItem  {
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 1;
}

.thumbnailViewControl
{
    display: none;
    height: 100%;
    position: relative;
}

.thumbnailViewControl .actionBar {
    line-height: 40px;
    height: 40px;
    display: none;
}

.thumbnailViewControl.hasSelectedItems .actionBar,
.thumbnailViewControl.bulkActionMode.actionBarAlwaysVisible .actionBar {
    display: block;
}

.thumbnailViewControl .actionBar .chkBselAll{
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
}

.thumbnailViewControl .actionBar label{
    position: absolute;
    left: 45px;
    top: 13px;
    font-weight: bold;
}

/********************************************************************
        Thumbnail container section
*********************************************************************/
.thumbnailViewContainer
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.thumbnailViewControl.enableSelectAll.hasSelectedItems .thumbnailViewContainer,
.thumbnailViewControl.enableSelectAll.actionBarAlwaysVisible .thumbnailViewContainer {
    top: 40px;
}

/********************************************************************
        Thumbnail item section
*********************************************************************/
.thumbnailViewContainer .thumbnailItem .controlContainer {
    padding: 0;
    margin: 0;
    background-color: inherit;
    border: none;
}

.thumbnailViewControl .addSelCont {
    display: none;
}

.thumbnailViewControl.bulkActionMode .addSelCont {
    display: block;
}

.thumbnailViewContainer .thumbnailItem {
    position: relative;
}

.thumbnailViewContainer .thumbnailItem .addToSelection {
    padding: 0;
    position: absolute;
    box-sizing: border-box;
    margin: 0;
}

.thumbnailViewControl.bulkActionMode .thumbnailViewContainer .thumbnailItem.noImage .thumbnailSection:first-child {
    margin-left: 20px;
}

.thumbnailViewContainer .thumbnailItem:hover
{
    z-index: 1;
}

.thumbnailViewControl .thumbnailItem .quantityContainer > * {
    display: inline-block;
    vertical-align: middle;
}

.thumbnailViewControl .thumbnailItem .quantityContainer input {
    width: 30px;
}

.thumbnailViewControl .thumbnailItem .addRemoveItem.removeItem .icon16 {
    background-position: -336px 0;
    display: block;
}

.thumbnailViewControl .thumbnailItem .addRemoveItem.addItem .icon16 {
    background-position: -320px 0;
    display: block;
}

.thumbnailViewControl .thumbnailItem .detailsNavigator .icon16 {
    display:inline-block;
    position: relative;
    top: 50%;
    margin-top: -8px;
}


.thumbnailViewControl .thumbnailItem .navigatorContainer {
    width: 26px;
    height: 26px;
}

.thumbnailViewControl .thumbnailItem .detailsNavigator {
    position: absolute;
    background-image: none;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

.thumbnailViewControl .thumbnailContent {
    width: auto;
    overflow: hidden;
}

.thumbnailViewControl .thumbnailItem .detailsNavigator {
    position: absolute;
    background-image: none;
    top: 0px;
    right: 0;
    bottom: 0px;
}

.thumbnailViewControl .thumbnailContent {
    width: auto;
    overflow: hidden;
}

.thumbnailSection a.buttonStyle.primary {
    float: left;
}

.thumbnailSection a.buttonStyle.primary > * {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
}

/********************************************************************
        TILE VIEW COMMON
*********************************************************************/
.thumbnailViewControl.compact .thumbnailItem {
    float: left;
}

.thumbnailViewControl.compact .thumbnailSection a
{
    display: block;
    /* un-comment this if you want the link to be displayed on one line with ... if it's too long'
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.thumbnailViewControl.compact .thumbnailSection .linkField.displayInline a
{
    float: right;
    margin-bottom: 0;
    margin-left: 5px;
}

.thumbnailViewControl.compact .priceContainer {
    position: absolute;
    top: 10px;
    right: 10px;
}

.thumbnailViewControl.compact .thumbnailBody {
    position: relative;
    min-height: 26px;
}

.thumbnailViewControl.compact .thumbnailItem .thumbnailImg {
    margin: 0 auto;
    margin-bottom: 10px;
}

.thumbnailViewControl.compact .thumbnailSection .subHeader,
.hoverViewContainer .thumbnailSection .subHeader
{
    display: inline-block;
    width: 100%!important; /*for compact view overwrite any width set by JavaScript*/
}

.thumbnailViewControl.compact .subHeader .editorLabel,
.hoverViewContainer .subHeader .editorLabel{
    width: 70px;
}

.thumbnailViewControl.compact .subHeader .editorLabel,
.thumbnailViewControl.compact .subHeader .editorField,
.hoverViewContainer .subHeader .editorLabel,
.hoverViewContainer .subHeader .editorField {
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
    line-height: 16px;
}

.thumbnailViewControl.compact .subHeader .editorLabel,
.hoverViewContainer .subHeader .editorLabel {
    float: left;
}

.thumbnailViewControl.compact .summaryContainer .thumbnailAction
{
    float: right;
}

.thumbnailViewControl.compact .summaryContainer .quantityContainer > *
{
    display: inline-block;
    vertical-align: middle;
}

.thumbnailViewControl.compact .summaryContainer .quantityContainer span {
    margin-right: 5px;
    float: left;
    line-height: 26px;
}

.thumbnailViewControl .summaryContainer .quantityContainer .controlContainer {
    margin: 0;
}

.thumbnailViewControl.compact .thumbnailItem .detailsNavigator {
    right:-10px;
}
/********************************************************************
        TILE VIEW SMALL
*********************************************************************/
.thumbnailViewControl.compact.small .thumbnailItem .itemWrapper
{
    height: 320px;
    width: 240px;
    margin: 10px;
}

.thumbnailViewControl.compact.small .thumbnailItem .thumbnailImg  {
    line-height: 250px;
    height: 250px;
    width: 200px;
}

.thumbnailViewControl.compact.small .thumbnailSection a
{
    text-align: center;
    margin-top: 17px;
}

/********************************************************************
        TILE VIEW MEDIUM
*********************************************************************/
.thumbnailViewControl.compact.medium .thumbnailItem
{
    float: none;
    width: 100%;
    box-sizing: border-box;

}

.dynamicLayout.compact.medium .thumbnailItem .itemWrapper {
    box-sizing: border-box;
}

.thumbnailViewControl.compact.medium .thumbnailSection a
{
    line-height: 16px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/********************************************************************
        TILE VIEW LARGE
*********************************************************************/
.thumbnailViewControl.compact.large .thumbnailItem
{
    height: 404px;
}

.thumbnailViewControl.compact.large .thumbnailItem {
    width: 290px;
}

.thumbnailViewControl.compact.large .thumbnailSection a
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/********************************************************************
        HORIZONTAL VIEW
*********************************************************************/
/* For horizontal view, the thumbnail item will have the same height regardless of size selected by user*/
.thumbnailViewControl.horizontal .thumbnailItem
{
    display: block;
    float: none;
    margin: 0;
}

.thumbnailViewControl.horizontal .prmyActns {
    position: relative;
    padding-left: 10px;
}

.thumbnailViewControl.horizontal .priceContainer {
    float: right;
    text-align: right;
    margin-bottom: 15px;
}

.thumbnailViewControl.horizontal .thumbnailSection a {
    text-align: left;
    display: inline-block;
}

.thumbnailViewControl.horizontal .thumbnailSection .subHeader
{
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.thumbnailViewControl.horizontal .thumbnailSection .subHeader .editorLabel,
.thumbnailViewControl.horizontal .thumbnailSection .subHeader .editorField
{
    display: block;
}

.thumbnailViewControl.horizontal .summaryContainer .quantityContainer > * {
    display: inline-block;
    vertical-align: middle;
}

.thumbnailViewControl.horizontal .summaryContainer .quantityContainer span {
    margin-right: 5px;
}

.thumbnailViewControl.horizontal .summaryContainer .thumbnailAction
{
    display: block;
    float: right;
    clear: right;
    margin-top: 10px;
}

/********************************************************************
        COMMON
*********************************************************************/

.thumbnailViewControl .priceContainer {
    font-size: 1.2em;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0 5px;
    border-radius: 10px;
}

.thumbnailSection .subHeader .controlContainer {
    display:block;
}

.thumbnailSection h4 {
    padding-bottom: 5px;
}

.thumbnailSection h4 span
{
    font-weight: normal;
    font-size: 1.2em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.thumbnailImg {
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background-color: #fff;
}

.thumbnailViewControl .thumbnailSection .description
{
    line-height: 16px;
    overflow-y: hidden;
}

.thumbnailViewControl .thumbnailSection .description .editorField
{
    display: block;
    overflow: hidden;
    white-space: pre-wrap;
    height: auto;
    text-overflow: ellipsis;
}

.thumbnailViewControl.detailsPanelDisabled .navigatorContainer{
    display: none;
}

.thumbnailItem .thumbnailAction .dropdownButtonLabel
{
    max-width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (orientation:landscape) {
    .thumbnailItem .thumbnailAction .dropdownButtonLabel {
        max-width: 100%;
    }
}

.thumbnailItem .thumbnailAction .icon16
{
    display: inline-block;
    /*height: 24px;
    line-height: 24px;*/
    margin: 0 5px;
}

/********************************************************************
        DYNAMIC THUMBNAIL LAYOUT - CARD
*********************************************************************/

.compact .itemWrapper {
    margin: 5px 5px 0 5px;
}


.thumbnailViewControl.dynamicLayout.compact .thumbnailItem {
    height: auto;
    min-height: initial;
    padding-bottom: 0;
}

.thumbnailViewControl.dynamicLayout.compact .thumbnailItem.customHeight.hasTags .itemWrapper,
.thumbnailViewControl.dynamicLayout.compact .thumbnailItem.customHeight.hasActions .itemWrapper {
    box-sizing: content-box;
}

.thumbnailViewControl.dynamicLayout.compact .thumbnailItem.customHeight.hasTags .itemWrapper {
    padding-bottom: 16px;
}

.thumbnailViewControl.dynamicLayout.compact .thumbnailItem.customHeight.hasTags.hasActions .itemWrapper {
    padding-bottom: 42px;
}


.thumbnailViewControl.dynamicLayout.contact .thumbnailItem {
    float: none;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    border: none;
}

.thumbnailViewControl.dynamicLayout.contact .thumbnailItem .itemWrapper {
    min-height: 260px;
    margin: 5px 5px 0 5px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    position: relative;
}



.thumbnailViewControl.dynamicLayout.contact .thumbnailItem.hasActions .tagActionsSection {
    float: none;
    display: block;
    padding: 0 16px;
}

.thumbnailViewControl.dynamicLayout.contact .thumbnailItem.hasActions .tagActionsSection .summaryContainer {
    float: right;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.thumbnailViewControl.dynamicLayout.contact .thumbnailItem.hasActions .thbFld_Mobile {
    max-width: 190px;
}

.thumbnailViewControl.dynamicLayout.contact .thumbnailItem .thumbnailSection.imageSection {
    float: right;
    text-align: center;
    height: 48px;
    line-height: 48px;
    margin: 5px;
}

.thumbnailViewControl.dynamicLayout.contact .thumbnailItem .imageSection .thumbnailImg img {
    max-width: 48px;
    max-height: 48px;
    padding: 2px;
    vertical-align: top;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    box-sizing: border-box;
}

/*For the time being hide the details panel navigator in contact view*/
.thumbnailViewControl.dynamicLayout.contact .thumbnailItem .navigatorContainer {
    display: none;
}

.thumbnailViewControl.dynamicLayout.contact .thumbnailItem .secondarySection {
    float: none;
    position: absolute;
    line-height: 16px;
    bottom: 17px;
    left: 15px;
    right: 184px;
}

.thumbnailViewControl.dynamicLayout.contact .thumbnailItem .secondarySection > .dataFieldContainer.statusField {
    border-radius: 0;
    margin: 0;
    padding: 4px 16px;

}

.thumbnailViewControl.dynamicLayout.contact .thumbnailItem .mainSection {
    display: block;
    float:none;
}

.horizontal .thumbnailItem.hasImage > .itemWrapper > .thumbnailSection.mainSection,
.horizontal .thumbnailItem.hasImage > .itemWrapper > .tagActionsSection {
    margin-left: 90px;
}

.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection.mainSection {
    min-height: 30px;
}

.thumbnailViewControl.dynamicLayout.bulkActionMode .thumbnailItem.hasImage .thumbnailSection.mainSection {
    margin-top: 0;
}

.thumbnailViewControl.dynamicLayout.compact .thumbnailItem.showsDetailsPane .thumbnailSection.mainSection {
    margin-right: 30px;
    padding-right: 0;
}


/*--for Thumbnail view--*/

.thumbnailViewControl.dynamicLayout.compact .thumbnailItem.hasImage .navigatorContainer {
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    margin-top: -15px;
}

.thumbnailViewControl.dynamicLayout.compact .thumbnailItem .navigatorContainer {
    bottom: 100px;
    margin-top: 5px;
    position: absolute;
    right: 0;
}

.thumbnailViewControl.dynamicLayout .thumbnailItem .navigatorContainer .detailsNavigator {
    position: relative;
    right: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.thumbnailViewControl.dynamicLayout.compact .thumbnailSection.secondarySection {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 2px;
    padding-right: 5px;
    padding-left: 15px;
    background-color: #fff;
    border-radius: 16px 0 0 16px;

    border-left: solid 1px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-color: rgba(0, 0, 0, 0.05);
}

.thumbnailViewControl.dynamicLayout.compact .noImage .thumbnailSection.secondarySection {
    background: none;
    border: solid 1px transparent;
    float: right;
    position: relative;
}

.thumbnailViewControl.dynamicLayout.compact .thumbnailSection.secondarySection.noBackground {
    background: none;
    border: none;
}

.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem .imageSection .thumbnailImg {
    line-height: 80px;
}

.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem.smallImage .imageSection .thumbnailImg {
    line-height: 32px;
}

.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem.mediumImage .imageSection .thumbnailImg {
    line-height: 64px;
}

.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem .thumbnailImg img {
    max-width: 80px;
    max-height: 80px;
}

.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem.smallImage .thumbnailImg img {
    max-width: 32px;
    max-height: 32px;
}

.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem.mediumImage .thumbnailImg img {
    max-width: 64px;
    max-height: 64px;
}

.thumbnailViewControl.dynamicLayout .thumbnailItem.hasImage.smallImage .itemWrapper:before {
    min-width: 52px;
}

.thumbnailViewControl.dynamicLayout .thumbnailItem.hasImage.mediumImage .itemWrapper:before {
    min-width: 84px;
}

/*--for Thumbail View--*/

.thumbnailItem .inputFieldContainer .tbcInputContainer {
    border: solid 1px #c4c4c4;
    height: 30px;
    line-height: 30px;
}

.thumbnailItem .textBoxControl > .editorField > .textboxWithButton > .textBoxControlInput {
    border-color: #c4c4c4;
}

.thumbnailViewControl.dynamicLayout .thumbnailItem .inputFieldContainer .textBoxControl .textboxWithButton{
    margin-right: 26px!important;
}

.thumbnailViewControl.dynamicLayout .thumbnailItem .inputFieldContainer .textBoxControl .editorLabel label {
    padding: 8px 0;
}



.thumbnailViewControl.dynamicLayout .thumbnailItem .inputFieldContainer .textBoxControl .picklistContextButton {
    padding: 2px 0;
    border-radius: 0;
    background-image: none;
    background-color: #fff;
    border: solid 1px #c4c4c4;
    top: -1px;
    bottom: -1px;
    right:-1px;
    width: 38px;
}


/*--for Thumbnail View--*/

.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem.hasTags .thumbnailSection.tagActionsSection {
    margin-top: 0px;
}

.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem .tagActionsSection:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.thumbnailViewControl .tagActionsSection .tagSection .moreTags .dropdownPanel {
    top: 18px;
    left: 0;
    right: 0;/*make sure the dropdown doesn't expand too much - it has a min width*/
    height: auto;
    width: auto;
    z-index: 9000;
}

.thumbnailViewControl.dynamicLayout.bulkActionMode .thumbnailViewContainer .thumbnailItem.noImage .thumbnailSection:first-child {
    margin-left: 0;
}

.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection.mainSection .thumbnailSection.identSection {
    margin-top: 0;
}

.thumbnailViewControl.dynamicLayout .linkField {
    line-height: 16px;
}

.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem .thumbnailSection.secondarySection {
    position: relative;
    float: right;
    clear: right;
    /*z-index: 1;*/
    padding-left: 5px;
}

@media screen and (orientation:portrait) {
        .thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem.hasImage .thumbnailSection.secondarySection {
            float: none;
            display: block;
            overflow: hidden;
            margin-bottom: 5px;
        }

        .thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem .thumbnailSection.secondarySection.floatRight {
            float: none;
        }

    }


.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem .secondarySection.stacked > .dataFieldContainer,
.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem .secondarySection.stacked > .inputFieldContainer {
    clear: right;
    float: right;
}

.thumbnailViewControl.dynamicLayout.compact .thumbnailItem .dataFieldContainer {
    min-height: 16px;
}

.thumbnailViewControl.dynamicLayout.compact .thumbnailItem .dataFieldContainer.stacked {
    height: auto;
}

.thumbnailViewControl.dynamicLayout.compact .thumbnailItem .dataFieldContainer.headingField {
    min-height:20px;
}

.thumbnailViewControl.dynamicLayout.compact .thumbnailItem .dataFieldContainer.doubleHeight {
    min-height: 32px;
}

.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem .dataFieldContainer.wrapField .editorField,
.thumbnailViewControl.dynamicLayout.compact .thumbnailItem .dataFieldContainer.wrapField .editorField {
    white-space: normal;
}

.thumbnailViewControl.dynamicLayout.compact .thumbnailItem .dataFieldContainer.headingField.doubleHeight {
    min-height: 40px;
     /*the headingField has a line height of 20px and font is bigger */
}

.thumbnailViewControl.dynamicLayout .thumbnailItem .fieldSection .dataFieldContainer.fieldElement {
    margin-bottom: 5px;
}

/*--Dynamic Summary Container--*/

.thumbnailViewControl.dynamicLayout .summaryContainer .quantityContainer {
    padding-bottom: 0;
}

.thumbnailViewControl.dynamicLayout.compact .summaryContainer .thumbnailAction .dropdownControl button{
    max-width: 170px;
}

.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem .thumbnailAction {
    margin-top: 0;
}

.thumbnailViewControl.dynamicLayout.horizontal .summaryContainer button {
    max-width: 100%;
}

/*.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem .navigatorContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
    width: 30px;
    height: auto;
}*/

.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem .navigatorContainer .detailsNavigator {
    /*opacity: 0.35;*/
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/********************************************
    Predefined field types
**********************************************/

.thumbnailViewControl.dynamicLayout .thumbnailItem .dataFieldContainer .checkBoxControlInput {
    margin: 0;
    vertical-align: top;
    height: 14px;
    width: 14px;
}

.compact .thumbnailItem .dataFieldContainer.descriptionField {
    /*height: 32px;*/
    height: 20px;
}

.thumbnailViewControl.dynamicLayout.horizontal .thumbnailItem .dataFieldContainer.descriptionField {
    min-height: 16px;
}

.thumbnailViewControl.dynamicLayout .thumbnailItem .dataFieldContainer.subHeadingField .editorField span {
    font-weight: 600;
    font-size: 1.1em;
}

/***************************/

.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection.floatRight,
.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection > .dataFieldContainer.floatRight,
.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection > .inputFieldContainer.floatRight {
    float: right;
}

.thumbnailViewControl.dynamicLayout.contact .thumbnailItem .mainSection .dataFieldContainer.thbFld_SC_Country {
padding: 0 0 14px 0;
}

.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection.stacked > .thumbnailSection.floatRight,
.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection.stacked > .dataFieldContainer.floatRight,
.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection.stacked > .inputFieldContainer.floatRight {
    float: right;
}

.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection .dataFieldContainer.stacked .editorLabel,
.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection .dataFieldContainer.stacked .editorField,
.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection .inputFieldContainer.stacked .editorLabel,
.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection .inputFieldContainer.stacked .editorField {
    width: auto;
    display: block;
    float:none;
}

.thumbnailViewControl.dynamicLayout .fieldElement.hasBkgd .editorField {
    float: left;
}

.thumbnailViewControl.dynamicLayout .doubleHeight .editorField,
.thumbnailViewControl.dynamicLayout.compact .thumbnailItem.hasImage .dataFieldContainer.descriptionField .editorField {
    white-space: normal;
}

.thumbnailViewControl.dynamicLayout .dataFieldContainer.descriptionField .editorField {
    white-space: normal;
}

.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection .inputFieldContainer .editorLabel {
    font-size: inherit;
}

.thumbnailViewControl.dynamicLayout .thumbnailItem .thumbnailSection .dataFieldContainer.stacked .editorLabel {
    float: none;
}

.thumbnailViewControl.dynamicLayout.compact .thumbnailItem .dataFieldContainer.stacked.doubleHeight {
    /*height: 48px;*/
    min-height: 48px;
}


.thumbnailViewControl.dynamicLayout .thumbnailAction button {
    float: left;
}

.thumbnailViewControl.dynamicLayout .thumbnailAction .handle {
    margin-left: 5px;
}

.thumbnailViewControl .thumbnailAction .dropdownControl.actions.singleAction .handle {
    display: none!important;
}

/********************************************************************
        END DYNAMIC THUMBNAIL LAYOUT
*********************************************************************/

/********************************************************************
        HOVER OVERLAY SECTION
*********************************************************************/
.hoverViewContainer
{
    display: none;
    position: fixed;
    z-index: 1000;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.hoverViewContainer .closeImageView {
    height: 20px;
    position: absolute;
    right: 10px;
}

.hoverViewContainer .closeImageView span {
    float: right;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 5px;
}

.hoverViewContainer .closeImageView:hover {
    cursor: pointer;
}

.hoverViewContainer .thumbnailImg  {
    display: block;
    padding: 15px 15px 0px 15px;
    max-height: 400px;
    max-width: 400px;
}

.hoverViewContainer img
{
    max-height: 250px;
    max-width: 250px;
    vertical-align: middle;
}



.hoverViewContainer .imageLoading {
    height: 20px;
    margin-top: 15px;
}

/********************************************************************
        THUMBNAIL ICON GLYPHS SECTION
*********************************************************************/

.treeViewContainer{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow: auto;
}

.treeNode{
    margin-top: 0px;
    position: relative;
    margin-left: 17px;
    border-top: solid 1px rgba(0, 0, 0, 0.05);
}

.treeNode > .childrenNodesContainer{
    display: none;
    padding-left: 25px;
}

.treeNode.expanded > .childrenNodesContainer {
    display: block;
}

/* Expand node button style */

.treeNode > .expandNode{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 0;
    opacity: 0.4;
    cursor: pointer;
}

.phone .treeNode > .expandNode {
    opacity: 1;
}

.expandNode > span.icon16 {
    position: absolute;
    margin-top: 5px;
    padding: 4px 0;
    margin-left: -8px;
    color: rgba(0,0,0,0.5);
    background: white;
    transition: 0.3s ease;
}

.treeNode > .expandNode > .icon16:before{
    content: "\E061";    
}

.treeNode.expanded > .expandNode > .icon16 {
    transform: rotate(90deg);    
}

.treeNode.expanded > .expandNode {
    left: 0;
    border-left: dotted 1px rgba(0, 0, 0, 0.15);
}

.treeNode:hover > .expandNode {
    opacity: 1;
}

.treeNode.isLeaf > .expandNode{
    display: none;
}
/* End of expand button */

.treeViewControl .treeNode > .itemWrapper{
    padding-left: 24px;
    position: relative;
}

.treeViewControl.bulkActionMode .treeNode > .itemWrapper{
    padding-left: 48px;
    border: none;
}

.treeNode.hasMoreData > .childrenNodesContainer{
    padding-bottom: 35px;
}

.treeNodesContainer > .readMoreData,
.treeNode > .childrenNodesContainer > .readMoreData{
    display: none;
    position: relative;
    text-align: center;
    padding: 5px 0 8px;
    cursor: pointer;
}

.treeNodesContainer.hasMoreData > .readMoreData,
.treeNode.hasMoreData > .childrenNodesContainer > .readMoreData{
    display: block;
}

.treeViewControl .addSelCont {
    position: absolute;
    top: 10px;
    left: 24px;
    z-index: 1;
}

.treeViewControl .navigatorContainer .detailsNavigator, .treeViewControl .navigatorContainer .actionNavigator {
    position: absolute;
    background-image: none;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0.35;
}

.treeViewControl .thumbnailItem .moreTags {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0.9em;
}

.treeViewControl .moreTags.noTags {
    display: none;  
}

.userDetailsWrapper {
}

.userDetailsWrapper.active {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9003;
    background-color: rgba(0, 0, 0, 0.1);

}

.userDetailsWrapper {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.userDetailsWrapper.active {
    opacity: 1;
}

.userDetails .userInfo {
    width: 260px;
    height: 224px;
    position: relative;
    margin: 10px auto;
    background-color: #fff;
    border: solid 1px #ccc;
    border:solid 1px rgba(0,0,0,0.15);
    padding: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.userDetails .userName.clickable, .userDetails .userId.clickable {
    cursor: pointer;
}

.userDetails .userImage {
    margin: 0 auto;
    border-radius: 16px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: padding-box;
    font-family: 'Osans';
}

.userDetails .userImage.clickable {
    cursor: pointer;
}

.userDetails .userInfo.showpopup {
    position: fixed;
    z-index: 9999;
    top: 50% !important;
    margin-top: -112px;
    left: 50%!important;
    margin-left: -148px;

}

.userDetails .details {
    padding: 10px;
    padding-left: 20px;
}

.userInfo.showpopup .detailsCol1 {
    min-height: 64px;
}

.userDetails .userInfo .imageContainer {
    margin-bottom: 8px;
    float: right;
}

.userDetails .userInfo img {
    height: 48px;
    width: 48px;
    padding: 2px;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.userDetails .userInfo .fields {
    margin-bottom: 5px;
    word-break: break-word;
}

.userDetails .userInfo .fields > div {
    line-height: 16px;
    font-size: 1em;
}

.userDetails .userInfo .fields > div > span {
    float: left;
    margin-right: 10px;
}

.userDetails .userInfo a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    opacity: 0.7;
    padding: 5px 0;
}

.userDetails .userInfo .icon16 {
    display: inline-block;
    margin-right: 3px;
}

.userDetails .userInfo .statusDetails {
    line-height: 16px;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;

}

.userDetails .userInfo .statusDetails.fields > .statusComment {
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 4px 16px;
}

.userDetails .userInfo .fields > .userName {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 20px;
}

.userDetails .userInfo .preferredName {
    font-style: italic;
    line-height: 12px;
    margin-bottom: 4px;
}

.userDetails .userInfo.showpopup .closeUserInfo {
    display:block;
    position: absolute;
    padding: 4px;
    border-radius: 16px;
    border: solid 2px white;
    top: -14px;
    right: -14px;
    box-shadow: -1px 1px 1px #000;
    background-image: none;
}

.userDetails .userInfo .closeUserInfo {
    display: none;
}

.userDetails .userInfo.showpopup .closeUserInfo .icon16 {
    background: none;
    display: block;
    font-family: iconGlyph;
    font-size: 16px;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
}

.userDetails .userInfo.showpopup .closeUserInfo .icon16:before {
    content: "\E058";
}


.flowPage .profileWrapper .userDetails {
    height: auto;
    margin: 0;
    width: auto;
    border: 0;
    padding-bottom: 0;
}

.flowPage .profileWrapper .statusDetails {
    display: none;
}

.flowPage .profileWrapper .panel {
    border: 0;
}

.flowPage .profileWrapper .userInfo {
    width: auto;
    height: auto;
    min-height: 65px;
    color: white;
    margin: 0;
    padding-bottom: 5px;
    background-color: rgba(255,255,255,0.2);
}
/** CUSTOMER FEEDBACK **/

footer.ui-v1 .feedbackButton{
    display: none;
     position: absolute; 
     right: 5px; 
     bottom: 5px; 
    border-radius: 3px;
     border-top-right-radius: 0; 
     border-top-left-radius: 0; 
    padding: 2px 10px;
     z-index: 90000; 
    color: white;
    border: none;
    margin-right: 5px;
}

footer.ui-v2 .feedbackButton{
    display: none; 
}

footer .feedbackButton.shown{
    display: block;
}

.feedbackWrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.21);
    bottom: 0;
    transition: ease 0.3s;
    visibility: hidden;
    opacity: 0;
    display: flex;
    overflow: auto;
}
.feedbackWrapper.shown{
    z-index: 90001;
    visibility: visible;
    opacity: 1;
}


.feedbackWrapper .feedbackContainer{
    background: white;
    max-width: 600px;
    box-shadow: 0 3px 5px #0000009e;
    border-radius: 5px;
    position: relative;
    color: #0f3367;
    transition: ease 0.3s;
    transform: scale(0.8);
    margin: 0 auto;
    height: max-content;
    align-self: center;
    overflow: hidden;
}
.feedbackWrapper.shown .feedbackContainer{
    transform: scale(1);
}

.feedbackWrapper .feedbackContainer > .header{
    background: rgba(0,0,0,0.05);
    padding: 20px 10px;
}

.feedbackWrapper .feedbackContainer > .content{
    padding: 10px 20px;
}

.feedbackWrapper .feedbackContainer .voteTitle{
    text-align:center;
}

.feedbackWrapper .feedbackContainer > .header h2{
    display: inline-block;
    font-size: 1.3em;
}
.feedbackWrapper .feedbackContainer > .header .closeBtn
{
    position: absolute;
    right: 5px;
    border-radius: 20px;
    border-color: transparent;
    padding: 8px;
    top: 8px;
    background:none;
    box-shadow:none;
}

.feedbackWrapper .feedbackContainer h3{
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-top: 20px;
    color: #0f3367;
}

.feedbackWrapper .feedbackContainer > .content{
    transition:transform 0.3s ease-in-out;
}
.feedbackWrapper.sent .feedbackContainer > .content{
    transform: translate(120%, 0px) skew(-15deg, 15deg);
    background: white;
    box-shadow: 0 0 3px #000000a6;
}

.feedbackWrapper .voteButtons {
    text-align: center;
    padding: 30px 0;
}

.feedbackWrapper .btnDislike > .glyph{
    transform: rotateZ(180deg) translateY(-5px);
}
.feedbackWrapper .btnDislike{
    margin-left: 20px;
}

.feedbackWrapper .voteButtons > button{
    padding: 15px 30px;
}

.feedbackWrapper .feedBackMore{
    visibility:hidden;
    position:absolute;
}
.feedbackWrapper.showMore .feedBackMore{
    visibility:visible;
    position:relative;
}

.feedbackWrapper .feedBackMore h3{
    margin-top: 30px;
}

.feedbackWrapper .styleContainer.tbcStyleContainer{
    padding-bottom: 0;
}

.feedbackWrapper .styleContainer.tbcStyleContainer .textBoxControl {
    background-color:rgba(0,0,0,0.02);
}

.feedbackWrapper .feedbackContainer footer{
    padding: 10px 0;
    text-align: center;
    background: rgba(0,0,0,0.1);
}

.feedbackWrapper .feedbackContainer footer > button{
    padding: 10px 10%;
    margin-right: 5%;
}

.feedbackWrapper .sentMessage{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    text-align: center;
    flex-flow: column;
    width: 100%;
    justify-content: center;
    transition: 0.5s ease;
    opacity: 0;
    transform: scale(0.6);
    visibility: hidden;
    z-index: -1;
}
.feedbackWrapper .sentMessage h3{
    font-size: 2em;
}

.feedbackWrapper.sent .sentMessage{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.feedbackWrapper .sentMessage .iconContainer{
    text-align: center;
}

.feedbackWrapper .sentMessage .iconContainer > .glyph {
    width: 120px;
    display: inline-block;
    height: 120px;
    border-radius: 50%;
    transition: 0.5s ease-in;
    background: white;
    color:white;
}


.feedbackWrapper.sent .sentMessage .iconContainer > .glyph{
    background: #a6cea2;
}

.feedbackWrapper.sent footer {
    display:none;
}

.phone .feedbackButton {
    display:none;
}

.hasUserFeedback .portalLabels + .noWrap{
    padding-right: 80px;
}
.phone.hasUserFeedback .optionItem.feedbackButton{
    display:block;
}

.feedbackWrapper .privacyDisclaimer{
    line-height: 1.3em;
}
.viewSelectorControl button .icon16.selectViewIcon:before,
.viewSelectorControl button .icon24:before{
    content: "\E532";
}


/*--View Selector--*/

.viewSelectorControlPage > .pageContent {
    /*color: #fff;*/
}

.viewSelectorControl .header .showSpinner {
    width: 16px;
    height: 16px;
    top: 4px;
    left: 10px;
    background:url('https://cdn.t1cloud.com/cianywhere/content/base/images/loaderdarkbg.gif?v=12.0.251.0') no-repeat top center;
    position: relative;
    display: inline-block;
}

.viewSelectorControl .content .viewItem .defaultInd
{
    display: none;
}

.viewSelectorControl button.dropdown{
    padding: 4px;
    vertical-align: middle;
}

.viewSelectorControl .content .viewItem.default .defaultInd {
    display: inline-block;
    cursor: default;
    background-image: none;
    font-size: 0.9em;
    border: none;
    box-shadow: none;
    float: right;
    margin-right: 3px;
    padding: 5px 0;
    line-height: 30px;
}

/*
    Views contents
 */
.viewSelectorControl .content .viewItem .viewType .icon16, .viewSelectorControl .viewItem.system .viewType .icon16, .viewSelectorControl .viewItem.shared .viewType .icon16 {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/images/starsprite.png?v=12.0.251.0');
}

.viewSelectorControl .viewItem{
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    border-top: solid 1px rgba(255,255,255,0.05);
    padding: 0 5px;
}

.viewSelectorControl div.viewName  {
    overflow: hidden;
    min-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 40px;
}

.viewSelectorControl div.viewName .vnDescr{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.viewSelectorControl .viewItem .viewName,*/
.viewSelectorControl .viewItem .viewType
{
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.viewSelectorControl .viewItem .viewType {
    display: none;
}

.viewSelectorControl .viewItem .viewType .icon16 {
    background-position: -16px 0;
}

.viewSelectorControl .viewName a{
    position: relative;
    padding: 5px 5px 5px 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    display: block;
    font-size: 0.9em;
    white-space: nowrap;
}

.viewSelectorControl .viewItem.system .viewType .icon16 {
    background-position: -16px 0;
    display: block;
}

.viewSelectorControl .viewItem .viewType span {
    float: left;
}

.viewSelectorControl .viewItem.shared .viewType .icon16 {
    background-position: -16px -16px;
    display: block;
}

.workflowProcessView {
    font-family: Arial, Verdana, sans-serif;
}

.workflowProcessTask {
    margin: 2px;
    padding: 2px;
    border-radius: 3px;
}

.workflowProcessTask.showHover {
    cursor: pointer;
}

.present {
    margin: 0 -5px;
}

.workflowProcessTaskName {
    font-size: 1.1em;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.workflowProcessTaskHeader {
    line-height: 16px;
    padding: 7px;
}

.workflowProcessTask[aria-expanded="false"] .workflowProcessTaskEvents {
    display: none;
}


.workflowProcessTask.showHover .workflowProcessTaskHeader:before {
    content: "\E063";
    font-family: iconGlyph;
    margin-right: 5px;
    opacity: 0.5;
    float: left;
}

.workflowProcessTask.showHover[aria-expanded="false"] .workflowProcessTaskHeader:before{
    content: "\E064";
}

.workflowProcessTask.future .workflowProcessTaskHeader:before {
    display: none;
}

.workflowProcessTaskName.heading{
    display: inline-block;
    vertical-align: top;
}

.workflowProcessTaskRightPanel {
    display: inline-block;
    float: right;
}

.workflowProcessTaskDescription {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
}

.workflowProcessTaskComment {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/32/bpm/comment.png?v=12.0.251.0');
    background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    float: right;
}

.workflowProcessEvents {
    margin-top: 2px;
}

.workflowProcessEvent {
    padding: 5px;
    margin-top: 2px;
    line-height: 16px;
    background-color: rgba(255,255,255,0.85);
}

.workflowProcessEvent > div {
    margin-bottom: 5px;
}

.workflowProcessEventName {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.workflowProcessEventDateTime {
    float: right;
}

.workflowProcessEventTime{
    margin-right: 10px;
}

.workflowProcessEventTime:before{
    content: "\e099";
    font-family: iconGlyph;
    margin-right: 4px;
}

.workflowProcessEventDate:before{
    content: "\e014";
    font-family: iconGlyph;
    margin-right: 4px;
}

.workflowProcessEventDescriptionPanel {
    display: inline-block;
}

.workflowProcessEventComment {
    background-color: rgb(255, 255, 255);
    margin-top: 5px;
    padding: 2px;
}

.workflowProcessEventCommentText {
    white-space: pre-wrap;
}

.workflowProcessEventCommentImg {
    background-image: url('https://cdn.t1cloud.com/cianywhere/content/base/icons/32/bpm/comment.png?v=12.0.251.0');
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 3px;
}

.workflowProcessEventSplitDetails {
    display: inline-block;
}
/* This file is intentionally left blank - 
Platform expects the file for the Phone version when you are using Shared Folder
This comment should be removed once we have required css declaration */
.worksheetProcess {
    position:relative;
}

.worksheetProcessItem, .worksheetProcessCompletedItem {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.worksheetProcessItem {
    padding: 14px 0;
}

.worksheetProcessItem.enabled {
    cursor: pointer;
}

.worksheetProcessItemOuterContainer {
    position: relative;
    border-style: solid;
    border-color: transparent;
}

.worksheetProcessItemOuterContainer:focus {
    outline: none;
}

.worksheetProcessItem.enabled:hover > .worksheetProcessItemOuterContainer {
    background-color: #F3F3F3;
}

.worksheetProcessItem.highlight > .worksheetProcessItemOuterContainer {
    background-color: #DEE8B3;
    border-color: rgba(0,0,0,0.1);
}

.worksheetProcessItem.failed.highlight > .worksheetProcessItemOuterContainer {
    background-color: #FFF5F5;
}

.worksheetProcessItem.disabled.highlight > .worksheetProcessItemOuterContainer {
    background-color: #F3F3F3;
}

.worksheetProcessItem.hasJobId > .worksheetProcessItemOuterContainer > .worksheetProcessItemInnerContainer {
    margin-right: 58px;
}

.worksheetProcessItemStatusIndicator {
    position: absolute;
    z-index: 1;
    left: -9px;
    top: -4px;
    background-color: white;
    border-radius: 10px;
    line-height: normal;
}

.worksheetProcessItemStatusIndicator:before {
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
}

.worksheetProcessItem.completed > .worksheetProcessItemOuterContainer > .worksheetProcessItemInnerContainer > .worksheetProcessItemImageContainer > .worksheetProcessItemStatusIndicator {
    color: #74bd00;
}

.worksheetProcessItem.failed > .worksheetProcessItemOuterContainer > .worksheetProcessItemInnerContainer > .worksheetProcessItemImageContainer > .worksheetProcessItemStatusIndicator {
    color: red;
}

.worksheetProcessItemNotificationIndicator {
    display: inline-block;
    position: absolute;
    right: -8px;
    top: -4px;
    min-width: 18px;
    padding: 3px 1px;
}

.worksheetProcessItemImageContainer {
    position: relative;
    float: left;
    display: block;
    z-index: 1;
}

.worksheetProcessItemImage {
    padding: 0;
    display: block;
    border-radius: 4px;
    background-size: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.35);
}

.worksheetProcessItemHeadingContainer {
    display: block;
    overflow:hidden;
    position: relative;
    height: inherit;
}

.worksheetProcessItemHeadingInnerContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: normal;
}

.worksheetProcessItemHeadingInnerContainer.noSubHeading.noSchedule {
    margin-top: -9px;
    top:50%;
}

.worksheetProcessItemHeadingInnerContainer.hasSubHeading.noSchedule, .worksheetProcessItemHeadingInnerContainer.noSubHeading.hasSchedule {
    margin-top: -16px;
    top:50%;
}

.worksheetProcessItemHeading {
    display:  block;
    font-size: 1.2em;
    font-weight: 600;
    overflow:hidden;
    text-overflow: ellipsis;
    line-height:18px;
}

.worksheetProcessItemScheduledContainer {
    line-height: 15px;
}

.worksheetProcessItemScheduledIcon {
    margin-right: 5px;
}

.worksheetProcessItemScheduledText {
    display: inline-block;
    font-size: 0.9em;
}

.worksheetProcessItemSubHeading {
    overflow:hidden;
    text-overflow: ellipsis;
    font-size: 0.9em;
    color: #656565;
    line-height: 15px;
}

.worksheetProcessItemSubHeadingPart {
    display: inline-block;
    padding: 0;
}

.worksheetProcessItemSubHeadingPart.controlContainer{
    border: none;
}

.worksheetProcessItemSubHeadingPart.syncLink {
    cursor: pointer;
    padding: 9px 0;
}

.worksheetProcessItemSubHeadingPart ~ .worksheetProcessItemSubHeadingPart {
    margin-left: 2px;
}

.worksheetProcessCompletedItem {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.worksheetProcessCompletedItem > .worksheetProcessItemHeading {
    line-height: 20px;
}

.worksheetProcessFlowLines {
    position: absolute;
    display: block;
    z-index: 1;
}

.worksheetProcessLine {
    border: none;
    border-width: 2px;
    border-color: #000;
    border-color: rgba(0,0,0,0.35);
    position: absolute;
    display: block;
}

.worksheetProcessFlowLines.completed > .worksheetProcessVerticalLine > .worksheetProcessLine, .worksheetProcessFlowLines.completed > .worksheetProcessHorizontalLine > .worksheetProcessLine {
    border-color: #97CA97;
}

.worksheetProcessFlowLines.completed > .worksheetProcessVerticalLine > .worksheetProcessLineEnd {
    color: #97CA97;
}

.worksheetProcessVerticalLine > .worksheetProcessLine {
    border-left-style: solid;
}

.worksheetProcessHorizontalLine > .worksheetProcessLine {
    border-top-style: dashed;
}

.worksheetProcessLineEnd {
    position:absolute;
    display: block;
    color: #000;
    color: rgba(0,0,0,0.35);
}

.worksheetProcessCompletedLineEnd {
    border-style: solid;
    border-width: 2px;
}

.worksheetProcessItem.disabled > .worksheetProcessItemOuterContainer > .worksheetProcessItemInnerContainer > .worksheetProcessItemImageContainer > .worksheetProcessItemImage,
.worksheetProcessItem.disabled > .worksheetProcessItemOuterContainer > .worksheetProcessItemInnerContainer > .worksheetProcessItemHeading,
.worksheetProcessItem.disabled > .worksheetProcessItemOuterContainer > .worksheetProcessItemInnerContainer > .worksheetProcessItemHeadingContainer > .worksheetProcessItemHeading,
.worksheetProcessItem.disabled > .worksheetProcessItemOuterContainer > .worksheetProcessItemInnerContainer > .worksheetProcessItemHeadingContainer > .worksheetProcessItemScheduledContainer,
.worksheetProcessItem.disabled > .worksheetProcessItemOuterContainer > .worksheetProcessItemInnerContainer > .worksheetProcessItemHeadingContainer > .worksheetProcessItemSubHeading,
.worksheetProcessCompletedItem.disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
}

.worksheetProcessItem.disabled.hasJobId > .worksheetProcessItemOuterContainer > .worksheetProcessItemInnerContainer > .worksheetProcessItemHeadingContainer > .worksheetProcessItemSubHeading {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.worksheetProcessItem.disabled > .worksheetProcessItemOuterContainer > .worksheetProcessItemInnerContainer > .worksheetProcessItemImageContainer > .worksheetProcessItemImage {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.worksheetProcessJobSpinner {
    position: absolute;
	top: 50%;
    margin-top: -16px;
    opacity: 0.5;
    right: 26px;
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(../Styles/ThirdParty/#default#VML?v={1});
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../Styles/ThirdParty/images/layers.png?v={1});
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../Styles/ThirdParty/images/layers-2x.png?v={1});
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(../Styles/ThirdParty/images/marker-icon.png?v={1});
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(../Styles/ThirdParty/#default#VML?v={1});
	display: inline-block;
	position: absolute;
	}

.leaflet-control {
	display: inline;
	}

.leaflet-popup-tip {
	/*width: 21px;*/
	_width: 27px;
	/*margin: 0 auto;*/
	_margin-top: -3px;

	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	}
.leaflet-popup-tip-container {
	margin-top: -1px;
	}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	border: 1px solid #999;
	}
.leaflet-popup-content-wrapper {
	zoom: 1;
	}

.leaflet-control-zoom,
.leaflet-control-layers {
	border: 3px solid #999;
	}
.leaflet-control-layers-toggle {
	}
.leaflet-control-attribution,
.leaflet-control-layers,
.leaflet-control-scale-line {
	background: white;
	}
.leaflet-zoom-box {
	filter: alpha(opacity=50);
	}
.leaflet-control-attribution {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	}

/* ================================================================== */
/* Toolbars
/* ================================================================== */

.leaflet-draw-section {
	position: relative;
}

.leaflet-draw-toolbar {
	margin-top: 12px;
}

.leaflet-draw-toolbar-top {
	margin-top: 0;
}

.leaflet-draw-toolbar-notop a:first-child {
	border-top-right-radius: 0;
}

.leaflet-draw-toolbar-nobottom a:last-child {
	border-bottom-right-radius: 0;
}

.leaflet-draw-toolbar a {
	background-image: url('../Styles/ThirdParty/images/spritesheet.png?v={1}');
	background-repeat: no-repeat;
}

.leaflet-retina .leaflet-draw-toolbar a {
	background-image: url('../Styles/ThirdParty/images/spritesheet-2x.png?v={1}');
	background-size: 270px 30px;
}

.leaflet-draw a {
	display: block;
	text-align: center;
	text-decoration: none;
}

/* ================================================================== */
/* Toolbar actions menu
/* ================================================================== */

.leaflet-draw-actions {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 26px; /* leaflet-draw-toolbar.left + leaflet-draw-toolbar.width */
	top: 0;
}

.leaflet-right .leaflet-draw-actions {
	right:26px;
	left:auto;
}

.leaflet-draw-actions li {
	display: inline-block;
}

.leaflet-draw-actions li:first-child a {
	border-left: none;
}

.leaflet-draw-actions li:last-child a {
	-webkit-border-radius: 0 4px 4px 0;
	        border-radius: 0 4px 4px 0;
}

.leaflet-right .leaflet-draw-actions li:last-child a {
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.leaflet-right .leaflet-draw-actions li:first-child a {
	-webkit-border-radius: 4px 0 0 4px;
	        border-radius: 4px 0 0 4px;
}

.leaflet-draw-actions a {
	background-color: #919187;
	border-left: 1px solid #AAA;
	color: #FFF;
	font: 11px/19px "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 28px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 28px;
}

.leaflet-draw-actions-bottom {
	margin-top: 0;
	white-space: nowrap;
}

.leaflet-draw-actions-top {
	margin-top: 1px;
	white-space: nowrap;
}

.leaflet-draw-actions-top a,
.leaflet-draw-actions-bottom a {
	height: 27px;
	line-height: 27px;
}

.leaflet-draw-actions a:hover {
	background-color: #A0A098;
}

.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
	height: 26px;
	line-height: 26px;
}

/* ================================================================== */
/* Draw toolbar
/* ================================================================== */

.leaflet-draw-toolbar .leaflet-draw-draw-polyline {
	background-position: -2px -2px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
	background-position: -31px -2px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
	background-position: -62px -2px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-circle {
	background-position: -92px -2px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-marker {
	background-position: -122px -2px;
}

/* ================================================================== */
/* Edit toolbar
/* ================================================================== */

.leaflet-draw-toolbar .leaflet-draw-edit-edit {
	background-position: -152px -2px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-remove {
	background-position: -182px -2px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
	background-position: -212px -2px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
	background-position: -242px -2px;
}

/* ================================================================== */
/* Drawing styles
/* ================================================================== */

.leaflet-mouse-marker {
	background-color: #fff;
	cursor: crosshair;
}

.leaflet-draw-tooltip {
	background: rgb(54, 54, 54);
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	color: #fff;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: -21px;
	padding: 4px 8px;
	position: absolute;
	visibility: hidden;
	white-space: nowrap;
	z-index: 6;
}

.leaflet-draw-tooltip:before {
	border-right: 6px solid black;
	border-right-color: rgba(0, 0, 0, 0.5);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	position: absolute;
	top: 7px;
	left: -7px;
}

.leaflet-error-draw-tooltip {
	background-color: #F2DEDE;
	border: 1px solid #E6B6BD;
	color: #B94A48;
}

.leaflet-error-draw-tooltip:before {
	border-right-color: #E6B6BD;
}

.leaflet-draw-tooltip-single {
	margin-top: -12px
}

.leaflet-draw-tooltip-subtext {
	color: #f8d5e4;
}

.leaflet-draw-guide-dash {
	font-size: 1%;
	opacity: 0.6;
	position: absolute;
	width: 5px;
	height: 5px;
}

/* ================================================================== */
/* Edit styles
/* ================================================================== */

.leaflet-edit-marker-selected {
	background: rgba(254, 87, 161, 0.1);
	border: 4px dashed rgba(254, 87, 161, 0.6);
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}

.leaflet-edit-move {
	cursor: move;
}

.leaflet-edit-resize {
	cursor: pointer;
}

/* ================================================================== */
/* Old IE styles
/* ================================================================== */

.leaflet-oldie .leaflet-draw-toolbar {
	border: 3px solid #999;
}

.leaflet-oldie .leaflet-draw-toolbar a {
	background-color: #eee;
}

.leaflet-oldie .leaflet-draw-toolbar a:hover {
	background-color: #fff;
}

.leaflet-oldie .leaflet-draw-actions {
	left: 32px;
	margin-top: 3px;
}

.leaflet-oldie .leaflet-draw-actions li {
	display: inline;
	zoom: 1;
}

.leaflet-oldie .leaflet-edit-marker-selected {
	border: 4px dashed #fe93c2;
}

.leaflet-oldie .leaflet-draw-actions a {
	background-color: #999;
}

.leaflet-oldie .leaflet-draw-actions a:hover {
	background-color: #a5a5a5;
}

.leaflet-oldie .leaflet-draw-actions-top a {
	margin-top: 1px;
}

.leaflet-oldie .leaflet-draw-actions-bottom a {
	height: 28px;
	line-height: 28px;
}

.leaflet-oldie .leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
	height: 27px;
	line-height: 27px;
}

.leaflet-control-zoom-fullscreen 
{
    background-image: url(../Styles/ThirdParty/images/icon-fullscreen.png?v={1});
}
.leaflet-container:-webkit-full-screen 
{
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
}
.leaflet-pseudo-fullscreen 
{
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 99999;
}
/***
Spectrum Colorpicker v1.5.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 30px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    height: 10px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container > * {
    display: none;
}
.sp-palette-only .sp-picker-container > .sp-button-container {
    display: block;
    text-align: right;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-palette-only.sp-container{
    flex-direction: column;
}

.sp-palette-only .sp-picker-container{
    padding-top: 0;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #c4c4c4;
    padding: 0;
}

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:left;
    width: 155px;
    margin-bottom: 4px;
    margin-right: 5px;
}
.sp-initial-disabled  .sp-input-container {
    width: 70%;
}
.sp-input {
   border: 1px inset;
   padding: 5px !important;
   margin: 0;
   width: 100%;
   border-radius: 3px;
}

.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    position: relative;
    padding: 20px;
}
.sp-picker-container {
    width: 300px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 24px;
    margin: 2px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 28px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:flex;
    *zoom: 1;
    *display: inline;
    background: #eee;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;    
    height: 20px;
    margin-right: 5px;
    flex: 1;
    z-index: 0;
}

.sp-palette {
    *width: 270px;
    max-width: 280px;
}
.sp-palette .sp-thumb-el {
    /*width:16px;
    height: 16px;
    margin:2px 1px;*/
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: row;
}

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el, .bg-transparent {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;    
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    border: solid 1px rgba(0, 0, 0, 0.05);
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

/** Customisation */
.sp-palette-button-container {
    text-align: center;
    margin-top: 10px;
    float: none;
}

.sp-palette-toggle {
    width: 100%;
}


.phone .sp-container.colPalette {
    top: 50px !important;
}


@media (max-width: 500px) {
    .sp-container {
        flex-direction: column;    
    }    
    
    .sp-palette-container {
        border-right: transparent;
    }

}
div.olMap {
    z-index: 0;
    padding: 0 !important;
    margin: 0 !important;
    cursor: default;
    /*making touch drag and pinch zoom work on IE11 and edge*/
    -ms-touch-action: none;
    touch-action: none;
}

div.olMapViewport {
    text-align: left;
    /*making touch drag and pinch zoom work on IE11 and edge*/
    -ms-touch-action: none;
   touch-action: none;
}

div.olLayerDiv {
   -moz-user-select: none;
   -khtml-user-select: none;
}

.olLayerGoogleCopyright {
    left: 2px;
    bottom: 2px;
}
.olLayerGoogleV3.olLayerGoogleCopyright {
    right: auto !important;
}
.olLayerGooglePoweredBy {
    left: 2px;
    bottom: 15px;
}
.olLayerGoogleV3.olLayerGooglePoweredBy {
    bottom: 15px !important;
}
.olControlAttribution {
    font-size: smaller;
    right: 3px;
    bottom: 4.5em;
    position: absolute;
    display: block;
}
.olControlScale {
    right: 3px;
    bottom: 3em;
    display: block;
    position: absolute;
    font-size: smaller;
}
.olControlScaleLine {
   display: block;
   position: absolute;
   left: 10px;
   bottom: 15px;
   font-size: xx-small;
}
.olControlScaleLineBottom {
   border: solid 2px black;
   border-bottom: none;
   margin-top:-2px;
   text-align: center;
}
.olControlScaleLineTop {
   border: solid 2px black;
   border-top: none;
   text-align: center;
}

.olControlPermalink {
    right: 3px;
    bottom: 1.5em;
    display: block;
    position: absolute;
    font-size: smaller;
}

div.olControlMousePosition {
    bottom: 0;
    right: 3px;
    display: block;
    position: absolute;
    font-family: Arial;
    font-size: smaller;
}

.olControlOverviewMapContainer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.olControlOverviewMapElement {
    padding: 10px 18px 10px 10px;
    background-color: #00008B;
    -moz-border-radius: 1em 0 0 0;
}

.olControlOverviewMapMinimizeButton,
.olControlOverviewMapMaximizeButton {
    height: 18px;
    width: 18px;
    right: 0;
    bottom: 80px;
    cursor: pointer;
}

.olControlOverviewMapExtentRectangle {
    overflow: hidden;
    background-image: url("../Styles/ThirdParty/IntraMaps/img/blank.gif?v={1}");
    cursor: move;
    border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url("../Styles/ThirdParty/IntraMaps/img/overview_replacement.gif?v={1}");
    background-repeat: no-repeat;
    background-position: center;
}

.olLayerGeoRSSDescription {
    float:left;
    width:100%;
    overflow:auto;
    font-size:1.0em;
}
.olLayerGeoRSSClose {
    float:right;
    color:gray;
    font-size:1.2em;
    margin-right:6px;
    font-family:sans-serif;
}
.olLayerGeoRSSTitle {
    float:left;font-size:1.2em;
}

.olPopupContent {
    padding:5px;
    overflow: auto;
}

.olControlNavigationHistory {
   background-image: url("../Styles/ThirdParty/IntraMaps/img/navigation_history.png?v={1}");
   background-repeat: no-repeat;
   width:  24px;
   height: 24px;

}
.olControlNavigationHistoryPreviousItemActive {
  background-position: 0 0;
}
.olControlNavigationHistoryPreviousItemInactive {
   background-position: 0 -24px;
}
.olControlNavigationHistoryNextItemActive {
   background-position: -24px 0;
}
.olControlNavigationHistoryNextItemInactive {
   background-position: -24px -24px;
}

div.olControlSaveFeaturesItemActive {
    background-image: url(../Styles/ThirdParty/IntraMaps/img/save_features_on.png?v={1});
    background-repeat: no-repeat;
    background-position: 0 1px;
}
div.olControlSaveFeaturesItemInactive {
    background-image: url(../Styles/ThirdParty/IntraMaps/img/save_features_off.png?v={1});
    background-repeat: no-repeat;
    background-position: 0 1px;
}

.olHandlerBoxZoomBox {
    border: 2px solid red;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}
.olHandlerBoxSelectFeature {
    border: 2px solid blue;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}

.olControlPanPanel {
    top: 10px;
    left: 5px;
}

.olControlPanPanel div {
    background-image: url(../Styles/ThirdParty/IntraMaps/img/pan-panel.png?v={1});
    height: 18px;
    width: 18px;
    cursor: pointer;
    position: absolute;
}

.olControlPanPanel .olControlPanNorthItemInactive {
    top: 0;
    left: 9px;
    background-position: 0 0;
}
.olControlPanPanel .olControlPanSouthItemInactive {
    top: 36px;
    left: 9px;
    background-position: 18px 0;
}
.olControlPanPanel .olControlPanWestItemInactive {
    position: absolute;
    top: 18px;
    left: 0;
    background-position: 0 18px;
}
.olControlPanPanel .olControlPanEastItemInactive {
    top: 18px;
    left: 18px;
    background-position: 18px 18px;
}

.olControlZoomPanel {
    top: 71px;
    left: 14px;
}

.olControlZoomPanel div {
    background-image: url(../Styles/ThirdParty/IntraMaps/img/zoom-panel.png?v={1});
    position: absolute;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.olControlZoomPanel .olControlZoomInItemInactive {
    top: 0;
    left: 0;
    background-position: 0 0;
}

.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
    top: 18px;
    left: 0;
    background-position: 0 -18px;
}

.olControlZoomPanel .olControlZoomOutItemInactive {
    top: 36px;
    left: 0;
    background-position: 0 18px;
}

/*
 * When a potential text is bigger than the image it move the image
 * with some headers (closes #3154)
 */
.olControlPanZoomBar div {
    font-size: 1px;
}

.olPopupCloseBox {
  background: url("../Styles/ThirdParty/IntraMaps/img/close.gif?v={1}") no-repeat;
  cursor: pointer;
}

.olFramedCloudPopupContent {
    padding: 5px;
    overflow: auto;
}

.olControlNoSelect {
 -moz-user-select: none;
 -khtml-user-select: none;
}

.olImageLoadError {
    background-color: pink;
    opacity: 0.5;
    filter: alpha(opacity=50); /* IE */
}

/**
 * Cursor styles
 */

.olCursorWait {
    cursor: wait;
}
.olDragDown {
    cursor: default;
}
.olDrawBox {
    cursor: crosshair;
}
.olControlDragFeatureOver {
    cursor: move;
}
.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
    cursor: -moz-grabbing;
}

/**
 * Layer switcher
 */
.olControlLayerSwitcher {
    position: absolute;
    top: 25px;
    right: 0;
    width: 20em;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    font-size: smaller;
    color: white;
    background-color: transparent;
}

.olControlLayerSwitcher .layersDiv {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    background-color: darkblue;
}

.olControlLayerSwitcher .layersDiv .baseLbl,
.olControlLayerSwitcher .layersDiv .dataLbl {
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv,
.olControlLayerSwitcher .layersDiv .dataLayersDiv {
    padding-left: 10px;
}

.olControlLayerSwitcher .maximizeDiv,
.olControlLayerSwitcher .minimizeDiv {
    width: 18px;
    height: 18px;
    top: 5px;
    right: 0;
    cursor: pointer;
}

.olBingAttribution {
    color: #DDD;
}
.olBingAttribution.road {
    color: #333;
}

.olGoogleAttribution.hybrid, .olGoogleAttribution.satellite {
    color: #EEE;
}
.olGoogleAttribution {
    color: #333;
}
span.olGoogleAttribution a {
    color: #77C;
}
span.olGoogleAttribution.hybrid a, span.olGoogleAttribution.satellite a {
    color: #EEE;
}

/**
 * Editing and navigation icons.
 * (using the editing_tool_bar.png sprint image)
 */
.olControlNavToolbar ,
.olControlEditingToolbar {
    margin: 5px 5px 0 0;
}
.olControlNavToolbar div,
.olControlEditingToolbar div {
    background-image: url("../Styles/ThirdParty/IntraMaps/img/editing_tool_bar.png?v={1}");
    background-repeat: no-repeat;
    margin: 0 0 5px 5px;
    width: 24px;
    height: 22px;
    cursor: pointer
}
/* positions */
.olControlEditingToolbar {
    right: 0;
    top: 0;
}
.olControlNavToolbar {
    top: 295px;
    left: 9px;
}
/* layouts */
.olControlEditingToolbar div {
    float: right;
}
/* individual controls */
.olControlNavToolbar .olControlNavigationItemInactive,
.olControlEditingToolbar .olControlNavigationItemInactive {
    background-position: -103px -1px;
}
.olControlNavToolbar .olControlNavigationItemActive ,
.olControlEditingToolbar .olControlNavigationItemActive  {
    background-position: -103px -24px;
}
.olControlNavToolbar .olControlZoomBoxItemInactive {
    background-position: -128px -1px;
}
.olControlNavToolbar .olControlZoomBoxItemActive  {
    background-position: -128px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
    background-position: -77px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
    background-position: -77px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
    background-position: -51px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive {
    background-position: -51px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive{
    background-position: -26px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
    background-position: -26px -24px;
}

div.olControlZoom {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 2px;
}
div.olControlZoom a {
    display: block;
    margin: 1px;
    padding: 0;
    color: white;
    font-size: 18px;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 22px;
    width:22px;
    line-height: 19px;
    background: #130085; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(0, 60, 136, 0.5);
    filter: alpha(opacity=80);
}
div.olControlZoom a:hover {
    background: #130085; /* fallback for IE */
    background: rgba(0, 60, 136, 0.7);
    filter: alpha(opacity=100);
}
@media only screen and (max-width: 600px) {
    div.olControlZoom a:hover {
        background: rgba(0, 60, 136, 0.5);
    }
}
a.olControlZoomIn {
    border-radius: 4px 4px 0 0;
}
a.olControlZoomOut {
    border-radius: 0 0 4px 4px;
}


/**
 * Animations
 */

/*
 *  Layer Fade Animation for single-tile only ( .olLayerDiv.olLayerGridSingleTile > img.olTileImage ),
 *  .olLayerDiv.olLayerGridSingleTile is set on containing div,
 *  olTileImage is set on img tag
 */
/*.olLayerDiv.olLayerGridSingleTile > img.olTileImage {*/
    /*-webkit-transition: opacity 0.2s linear;*/
    /*-moz-transition: opacity 0.2s linear;*/
    /*-o-transition: opacity 0.2s linear;*/
    /*transition: opacity 0.2s linear;*/
/*}*/

/* OverviewMap overrides ------------------- */
/* Suffixed with 2 ie the original is olControlOverviewMapElement and the overriden one is olControlOverviewMapElement2
   The suffix is a workaround for async loading of CSS where openlayers-override.css is BEFORE openlayers style.css is loaded
*/
.olControlOverviewMapElement_intramaps {
    background-color: #E5E5E5;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #333;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.olControlOverviewMapMaximizeButton_intramaps, .olControlOverviewMapMinimizeButton_intramaps {
    height: 88px;
    width: 16px;
    top: 1px;
    right: 1px;
    cursor: pointer;
    display: block;
    z-index: 1;
    font-family: 'intramaps';
    z-index: 1;
    text-align: center;
    color: #6c6c6c;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.4);
}

.olControlOverviewMapMaximizeButton_intramaps:hover, .olControlOverviewMapMinimizeButton_intramaps:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.olControlOverviewMapMinimizeButton_intramaps .olControlOverviewMapMinimizeButton_intramaps {
    display: none;
}

.olControlOverviewMapMinimizeButton_intramaps:before {
    content: "\e041";
    display: block;
    height: 90px;
    line-height: 90px;
    width: 16px;
    font-size: 10px;
}

.olControlOverviewMapMaximizeButton_intramaps:before {
    content: "\e040";
    display: block;
    height: 90px;
    line-height: 90px;
    width: 16px;
    font-size: 10px;
}

.olControlOverviewMapContainer_intramaps {
    position: absolute;
    bottom: 0px;
    left: 3px;
    height: 90px;
    min-width: 16px;
}

.olControlOverviewMapExtentRectangle_intramaps {
    background-color: rgba(0, 0, 0, 0.2);
    padding-right: 2px;
    padding-bottom: 2px;
}

.olControlOverviewMapRectReplacement {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none !important;
}



/* End OverviewMap overrides ------------------*/
.layersDiv,
.maximizeDiv {
    background-color: #333 !important;
    border-radius: 0;
}

div.olControlZoom {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    left: 12px;
    top: 8px;
}

div.olControlZoom a {
    border-radius: 0;
    /*color: #5a94c5;*//*Remove*/
    color: #373a3f;
    background-color: #fff;
    font-family: 'proximanova-bold';
    font-weight: bold;
    font-size: 24px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.19);
    overflow: hidden;
    filter: none;
    text-align: center;
}

html.intramapstouch div.olControlZoom a {
    width: 44px;
    height: 44px;
    line-height: 44px;
}

div.olControlZoom a:before {
    display: block;
    font-family: 'intramaps';
    font-size: 16px;
    width: 26px;
    height: 26px;
    line-height: 26px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
    text-align: center;
}

html.intramapstouch div.olControlZoom a:before {
    width: 44px;
    height: 44px;
    line-height: 44px;
}

div.olControlZoom a.olControlZoomIn:before {
    content: "\e01c";
}

div.olControlZoom a.olControlZoomOut:before {
    content: "\e01f";
}

div.olControlZoom a:hover {
    background-color: #f2f3f4;
}

.olPopup {
    padding: 0;
    background-color: #fff;
    color: #343434;
    border: 1px solid #a5c8e7 !important;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    overflow: visible !important;
}

.olPopup.br {
    margin-top: -11px;
    margin-left: 11px;
}

.olPopup.bl {
    margin-top: -11px;
    margin-left: -11px;
}

.olPopup.tr {
    margin-top: 11px;
    margin-left: 11px;
}

.olPopup.tl {
    margin-top: 11px;
    margin-left: -11px;
}

.olPopup .olPopupContent {
    position: relative;
    width: auto !important;
    right: 0;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.olPopup .olPopupContent .table {
  position: absolute;
  padding: 0;
  overflow: auto;
  top: 24px;
  bottom: 0;
}

.olPopup .olPopupContent .content {
    position: absolute;
    padding: 11px;
    overflow: auto;
    top: 24px;
    bottom: 0;
    left: 0;
    right: 0;
}

.olPopup .olPopupCloseBox {
    background-image: none;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    height: 24px !important;
    width: auto !important;
    background-color: #efefef;
    text-align: right;
    position: relative;
}

.olPopup .olPopupCloseBox:before {
    display: block;
    font-family: 'intramaps';
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    content: "\e035";
    color: #343434;
    position: absolute;
    right: 5px;
}

.olPopup:before {
    position: absolute;
    display: block;
    width: 11px;
    height: 11px;
    z-index: 752;
}

.olPopup.br:before {
    left: -11px;
    top: 6px;
    content: url(../Styles/ThirdParty/images/openlayers-popup-pointer-br.svg?v={1});
}

.olPopup.bl:before {
    right: -11px;
    top: 6px;
    content: url(../Styles/ThirdParty/images/openlayers-popup-pointer-bl.svg?v={1});
}

.olPopup.tr:before {
    left: -11px;
    bottom: 6px;
    content: url(../Styles/ThirdParty/images/openlayers-popup-pointer-tr.svg?v={1});
}

.olPopup.tl:before {
    right: -11px;
    bottom: 6px;
    content: url(../Styles/ThirdParty/images/openlayers-popup-pointer-tl.svg?v={1});
}

.olImageLoadError {
    /* when OL encounters a 404, don't display the pink image */
    display: none !important;
}

.olHandlerBoxZoomBox {
    border: 2px solid #086EC4 !important;
}

