.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.258.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.258.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.258.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.258.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;
}
