﻿/* General styling PF web client */

html,
body {
    height: calc(100vh - 50px);
    padding-top: 50px;
}

body {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}

a {
    cursor: pointer;
}

#outer {
    min-height: 80%;
    padding-bottom: 45px;
}
    @media(max-width:991px) {
        #outer {
            min-height: 80%;
            padding-bottom: 75px;
        }
    }

.indexSkeletonBody #outer {
    padding-bottom: 50px;
}

#doc {
    min-height: 80%;
}

* html #outer {
    height: 80%;
}

a.navbar-brand {
    cursor: default;
}
    .navbar-brand small img {
        width: 40px;
        height: 30px;
    }

.ui-dialog {
    z-index: 20000;
}

.breadcrumbs {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 12000;
    min-width: 380px;
}

    .breadcrumb > li + li:before {
        font-size: 20px;
    }
    .breadcrumb > li {
        line-height: 37px;
        vertical-align: middle;
    }
    .breadcrumbs .breadcrumb-wrapper {
        position: relative;
        min-width: 0px;
        /*direction: rtl;*/
        max-width: calc(100% - 450px);
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-height: 40px;
        padding-right: 65px;
    }

.breadcrumbs .breadcrumb-wrapper[data-buttonmargin='4'] {
    max-width: calc(100% - 450px);
}
.breadcrumbs .breadcrumb-wrapper[data-buttonmargin='5'] {
    max-width: calc(100% - 450px);
}
.breadcrumbs .breadcrumb-wrapper[data-buttonmargin='6'] {
    max-width: calc(100% - 450px);
}
.breadcrumbs .breadcrumb-wrapper[data-buttonmargin='8'] {
    max-width: calc(100% - 450px);
}
    .breadcrumbs .breadcrumb {
        width: auto;
        font-size: 14px;
        user-select: text;
    }
    .breadcrumbs .breadcrumb li.brcontext {
        user-select: text !important;
    }
    .breadcrumbs .breadcrumb-wrapper.overflow {
        display: block;
        margin-left: 16px;
    }
    .breadcrumbs .breadcrumb-wrapper.overflow .breadcrumb {
        width: auto;
        float: right;
        margin-right: -36px;
    }
        .breadcrumbs .breadcrumb-wrapper.overflow::before {
            content: '...';
            position: absolute;
            height: 43px;
            width: 30px;
            text-align: right;
            margin-left: -10px;
            background-color: #F5F5F5;
            z-index: 200;
            color: #888;
            font-size: 14px;
            line-height: 48px;
            padding-left: 1px;
            padding-right: 1px;
        }
        @media screen and (-webkit-min-device-pixel-ratio:0)
        {
            /* chrome css hack */
            .breadcrumbs .breadcrumb-wrapper.overflow::before {
                line-height: 48px;
            }
            .breadcrumb-wrapper .breadcrumb {
                line-height: 40px;
            }

        }
	.breadcrumbs .breadcrumb:after {
		/*content: "\200E‎";*/
	}

    .breadcrumbs .btn > [class*='icon-']:before,
    .breadcrumbs .btn > [class*='fa-']:before {
        width: 13px;
        
    }
    [class*='fa-']:before {
        transform: none;
    }
.breadcrumb > li, .breadcrumb > li.active {
    display: inline;
    color: #888;
    max-width: 250px;
  
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb > li.active  {
    color: #555;
    max-width: 600px;
}
.navbar {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 12001;
    min-width: 362px;
}
.ace-nav > li > div > i {
    line-height: 50px;
    height: 50px;
    vertical-align: top;
}

.fill {
    height: 100%;
    min-height: 100%;
}

.form-group input {
    width: 100%;
    height: 25px;
}

.login .form-group input {
    height: 32px;
}

.form-group {
    margin-bottom: 5px;
}

#copytextarea {
    position: fixed;
    top: 0;
    left: 0;
    width: 2em;
    height: 2em;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    white-space: pre-wrap;
    overflow: hidden;
}

.padd .col-md-8 input, .padd .col-md-7 input, .padd .col-md-1 input {
    width: 100%;
    height: 25px;
}

.padd .col-md-8 {
    margin-bottom: 5px;
}

.scrolldiv:hover {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}
.scrolldiv.touch {
    overflow-x: auto !important;
    overflow-y: auto !important;
}
.scrolldiv > div {
    width: auto;
    display: inline-block;
}

.attachments .padd h5:first-child {
    margin-top: -42px;
}

.methodsdocuments {
    margin-bottom: -14px;
    margin-top: -18px;
}
.ica .methodsdocuments {
	margin-bottom: 0px;
	margin-top: 28px;
}
.methodsdocuments h3 {
    margin-top: 28px;
}

.componentWrapper {
    height: 100%;
}

.row {
    overflow: hidden;
    position: relative;
    height: 100%;
    padding-bottom: 20px;
}

.componentWrapper .infobox-container {
    min-height: 127px;
    text-align: left;
    padding-bottom: 0px;
}
.infobox-data.color-red .infobox-content {
    color: #d53f40;
}

.col-sm-9.nomargin {
    padding-left: 0px;
    padding-right: 0px;
}

.ui-dialog {
    margin-top: 10px;
}
.ui-dialog-content {
    overflow-y: auto;
    white-space: pre-wrap;
    margin-top: 6.5px;
}

.ui-tooltip {
    font-size: 11px;
    z-index: 21000;
    padding: 5px;
    line-height: 13px;
    padding-top: 5px;
    padding-bottom: 7px;
    text-align: center;
    border-radius: 5px;
}

/* Left menu buttons */
.componentWrapper .header.menugroupsvisible {
    margin-bottom: 0px;
}

.portalcomponent .header {
    margin-bottom: 0px;
}

.portalcomponent-wrapper .slimScrollDiv {
    /*margin-bottom: 46px;*/
    overflow: hidden;
}
    .portalcomponent-wrapper .slimScrollDiv .scrolldiv > div {
        margin-bottom: 0px;
        width: auto;
        display: inline-block;
    }
    .portalcomponent-wrapper .slimScrollDiv .scrolldiv.hasOverflowX > div {
        margin-bottom: 12px; /* scrollbar height */
    }
    
    .slimScrollDiv .table {
        margin-top: 0px !important;
    }
    .portalcomponent-content .scrollfinder table tbody td:first-child i.fa-pencil-square-o {
        cursor: pointer;
    }
    
    .portalcomponent-content .scrollfinder table thead th:first-child, .portalcomponent-content .scrollfinder table tbody td:first-child   {
        max-width: 26px !important;
        min-width: 26px !important;
        width: 26px !important;
    }


.componentWrapper h5 {
    line-height: 44px;
    height: 42px;
    margin-top: 0px;
    margin-bottom: 0px;
    white-space: nowrap;                
    overflow: hidden;
    text-overflow:    ellipsis;
}

.componentWrapper ol.dd-list {
    padding-top: 30px;
}

.componentWrapper .dd-handle, .componentWrapper .dd2-content {
    height: 38px;
    line-height: 38px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.componentWrapper .dd2-handle, .dd-dragel > li > .dd2-handle {
    top: 2px;
}

.componentWrapper .dd-list .dd-item {
    padding-bottom: 2px;
    height: 40px;
    padding-top: 2px;
    margin-bottom: 2px;
}

.componentWrapper .dd > .dd-list .dd-item .dd-handle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.componentWrapper .dd-handle .normal-icon {
    line-height: 38px;
}
.componentWrapper .dd-handle img {
    height: 25px;
    max-width: 25px;
    color: #fff;
}

.componentWrapper .dd2-content {
    margin-top: 0px;
    margin-bottom: 0px;
}

.infobox > .infobox-icon > [class*='icon-']:before, .infobox > .infobox-icon > [class*='fa-']:before {
    font-size: 15px;
    width: 28px;
}

.infobox > .infobox-data {
    line-height: 15px;
}

.infobox .infobox-content {
    margin-top: -3px;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 6px;
}

.infobox > .infobox-icon > [class*='icon-'], .infobox > .infobox-icon > [class*='fa-'] {
    font-size: 16px;
    width: 26px;
    height: 26px;
}

.infobox-small > .infobox-icon, .infobox-small > .infobox-chart, .infobox-small > .infobox-progress {
    width: 28px;
    line-height: 28px;
    height: 28px;
}

.ui-resizable-e {
    z-index: 11001 !important;
}
.ui-resizable-e .ui-minimize {
    z-index: 11002 !important;
    position: absolute;
}
.ui-resizable.minimized * {
    visibility: hidden;
}
.ui-resizable.minimized > .ui-resizable-e, .ui-resizable.minimized > .ui-resizable-e * {
    visibility: visible;
}
.ui-resizable.minimized {
    min-width: 24px !important;
    max-width: 24px !important;
}
.ui-resizable-e:hover .ui-minimize:before, .ui-resizable-e:active .ui-minimize:before, .ui-resizable.minimized .ui-resizable-e .ui-minimize:before {
   font-family: FontAwesome;
   content: "\f146";
   color: #bbb;
   font-size: 17px;
   display: inline-block;
   margin-left: -10px;
   vertical-align: middle;
   width: 16px;
   cursor: pointer;
   height: 20px;
   left: 3px;
   top: -8px;
   position: absolute;
}
.ui-resizable.minimized .ui-resizable-e:hover .ui-minimize:before, .ui-resizable.minimized .ui-resizable-e:active .ui-minimize:before, .ui-resizable.minimized .ui-resizable-e .ui-minimize:before {
   content: "\f0fe";
}
.ui-resizable.minimized .ui-resizable-e:after {
    display: inline-block;
}
.ui-resizable-e .ui-minimize:hover:before, .ui-resizable.minimized .ui-resizable-e .ui-minimize:hover:before{
    color: #888;
}

.ui-resizable-e:hover:after, .ui-resizable-e:active:after  {
    display: inline-block;
}
.ui-resizable.minimized .ui-resizable-e {
    cursor: default !important;
}
.ui-resizable.minimized .ui-resizable-e:after {
    border-left: 2px solid #ccc;
    cursor: default !important;
}
.ui-resizable-e:after {
    content: "";
    display: none;
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0%;
    margin-top: 10px;
    border-left: 2px dotted #ccc;
    z-index: 11001;
}

.dd2-content {
    display: block !important;
}

    .dd2-content p {
        white-space: nowrap;
        width: auto;
        overflow: hidden !important; /* "overflow" value must be different from "visible" */
        text-overflow: ellipsis !important;
        display: block !important;
    }

/* Middle menu buttons */
.btn, .btn-default, .btn:focus, .btn-default:focus {
    text-align: left;
}
.page-content .btn {
    padding-top: 4px;
    padding-bottom: 4px;
}

.btn-group > button.btn::before {
   font-family: FontAwesome;
   content: "\f0de";
   position: absolute;
   top: 0px;
   right: 3px;
}

.pf-centermenu-actionbuttons {
    position: absolute;
    display: block;
    right: -5px;
    top: -5px;
    bottom: -5px;
    width: 25px;
    background-color: #fff;
    text-align: center;
}
.centermenu.btn {
    height: 38px;
}
.centermenu.btn.hasButtons {
    padding-right: 30px;
}

.pf-centermenu-actionbuttons .pf-centermenu-actionbuttons-top {
    height: 18px;
    width: 100%;
    line-height: 12px;
    background-color: #abbac3 !important;
    border: 2px solid #abbac3;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px dotted #919ca3;
}

    .pf-centermenu-actionbuttons .pf-centermenu-actionbuttons-top i {
        font-size: 12px;
        color: #EEF4F7;
        font-weight: 100;
        text-shadow: none;
        line-height: 14px;
    }

    .pf-centermenu-actionbuttons .pf-centermenu-actionbuttons-top:hover, .btn:hover .pf-centermenu-actionbuttons:not(.bottomhover) .pf-centermenu-actionbuttons-top {
        border: 2px solid #8b9aa3;
        background-color: #8b9aa3 !important;
        border-left: 1px solid #8b9aa3;
    }

.pf-centermenu-actionbuttons .pf-centermenu-actionbuttons-middle {
    height: 2px;
    width: 100%;
    background-color: #fff;
}

.pf-centermenu-actionbuttons .pf-centermenu-actionbuttons-bottom {
    height: 18px;
    width: 100%;
    line-height: 12px;
    background-color: #abbac3 !important;
    border: 2px solid #abbac3;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px dotted #8b9aa3;
}

    .pf-centermenu-actionbuttons .pf-centermenu-actionbuttons-bottom:hover {
        border: 2px solid #8b9aa3;
        background-color: #8b9aa3 !important;
    }

    .pf-centermenu-actionbuttons .pf-centermenu-actionbuttons-bottom i {
        font-size: 12px;
        color: #EEF4F7;
        text-shadow: none;
        font-weight: 100;
        line-height: 14px;
    }

.table {
    margin-top: 2px;
}

    .table thead tr {
        height: 38px;
    }

.componentWrapper .infobox-small {
    height: 38px;
    margin-bottom: 2px;
    padding-top: 5px;
    margin-top: 2px;
    width: calc(50% - 10px);
}

.dd2-content {
    height: 34px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.pflabel {
    line-height: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto;
    overflow: hidden;
    word-break: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.isTouchDevice #pagecontainer .pflabel {
    overflow: visible;
    word-break: break-all;
    white-space: normal;
    text-overflow: initial;
}

.overflow {
   height: auto;
   display: inline-block;
   white-space: nowrap;                
   overflow: hidden;     
   width: 100%;  
   text-overflow: ellipsis;
}

#currentpage .fieldHeader:first-child h3, #currentpage .fieldHeader.first-visible h3 {
    margin-top: -44px;
}

.breadcrumb {
    margin-left: 10px;
    padding-top: 2px;
    line-height: 41px;
}

.form-group,
.col-md-12,
.col-md-8,
#pagecontainer,
#navbar,
#breadcrumbs {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#pagecontainer {
    overflow: visible;
}

    #breadcrumbs .btn:first-child {
        margin-left: 2px !important;
        width: 50px !important;
    }

    #breadcrumbs .btn {
        margin-left: 2px !important;
        margin-right: 2px !important;
        float: left;
    }
    #breadcrumbs .btn > [class*='icon-'], #breadcrumbs .btn > [class*='fa-'] {
        margin-left: 1px;
        margin-right: 3px;
    }
    #navbtn_left, #navbtn_right {
        width: 30px;
        padding-left: 6px;
        display: none;
    }
     #navbtn_undo, #navbtn_redo {
         padding-left: 4px;
         width: 30px;
         display: none;
     }

.ace-scroll .table-striped > tbody > tr > td, .table-striped > tbody > tr > th {
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 800px;
}

.portalcomponent-content .ace-scroll .table-striped > tbody > tr > td, .portalcomponent-content .table-striped > tbody > tr > th {
    max-width: 400px;
}
.portalcomponent-content .ace-scroll .table-striped > tbody > tr > td {
     -moz-user-select: text;
     -khtml-user-select: text;
     -webkit-user-select: text;
     -ms-user-select: text;
     user-select: text;
}

.sortable {
    cursor: pointer;
}

.clear {
    clear: both;
}
.widget-toolbar {
    height: 47px;
    max-width: calc(100% - 0px);
}
.widget-toolbar li.dropdown {
    vertical-align: top;
    height: 33px;
    position: absolute;
    right: 0px;
    z-index: 9010;
}
.widget-toolbar li.dropdown > a {
    color: #888;
    cursor: pointer !important;
    background-color: #fff !important;
    display: inline-block;
    border: 1px solid #c5d0dc !important;
    border-top: 2px solid #9EB0BF !important;
    border-bottom: 1px solid transparent !important;
    margin-top: -1px !important;
}
.widget-toolbar li.dropdown > a:hover {
     color: #4c8fbd !important;
     border-top: 2px solid #4c8fbd !important;
}

.nav-tabs > li.open .dropdown-toggle, .nav-tabs > li.active .dropdown-toggle {
    color: #777;
    border: 1px solid #c5d0dc !important;
    border-top: 2px solid #4c8fbd !important;
    border-bottom: 1px solid  transparent !important;
}
#recent-tab.nav-tabs > li.open > a, #recent-tab.nav-tabs > li.active > a {
    background-color: #fff !important;
    color: #576373 !important;
}
#recent-tab.nav-tabs > li.open .dropdown-toggle > i, #recent-tab.nav-tabs > li.active .dropdown-toggle > i {
    color: #576373 !important;
}
#recent-tab .dummy-dropdown {
	width: 45px;
	visibility:hidden;
}
.widget-content {
    overflow-x: auto;
}

    .widget-content.table {
       overflow: visible;
    }

.widget-foot {
    width: 99.9%;
    padding-top: 5px;
}

.widget-body {
    overflow: hidden;
    text-overflow: ellipsis;
}

    .widget-body li {
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

.alert {
    margin-top: 15px;
}

.dd-list > li[class*='item-'] > .dd-handle {
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-overflow: ellipsis;
}

/* FinderFilter */
.filter {
    margin-top:2px; 
}
.finderfilterwr {
    min-width: 240px;
    max-width: 900px;
}
.fulltext-search .col-md-9, .variants .col-md-9 {
    padding-right: 0px;
    padding-left: 0px;
}
.variants .no-variants-available {
    padding: 15px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.filter .col-md-3, .fulltext-search .col-md-3, .variants .col-md-3 {
    padding-left: 0px;
    
}
.filter .col-md-2 {
    padding-left: 0px;
    padding-right: 0px;
}
.filter .col-md-12, .fulltext-search .col-md-12, .variants .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
    min-height: 30px;
}
.filter .col-md-7 {
    padding-right: 0px;
}
    .filter .pick-arrow {
        border-radius: 0px;
        border-left: 0px;
        background-image: none;
        background: #fff;
        display: inline-block;
        width: 18px;
        height: 100%;
        position: absolute;
        right: 1px;
        top: 1px;
        height: 23px;
        line-height: 23px;
        cursor: pointer;
        width: 20px;
        border: 0;
    }
    .filter .pick-arrow b {
        background: none;
        display: block;
        width: 100%;
        height: 100%;
    }
    .filter .pick-arrow b:before {
        color: #000;
        font-family: FontAwesome;
        font-size: 12px;
        position: relative;
        left: 5px;
        display: inline;
        content: '\f0d7';
    }
   .filter .pick-arrow:hover b:before {
        color: #428bca;
    }
    .filter .filter-fieldoperator-wrap .select2-container {
        min-width: 40px;
    }
    .filter .filter-fieldoperator-textfield {
        min-width: 40px;
    }
    .filter .filter-pickbox-container:hover input, .filter-fieldoperator-wrap:hover select  {
        border-color: #b5b5b5;
    }
    .filter .filter-pickbox-container:hover input:focus, filter-fieldoperator-wrap:hover select:focus  {
        border-color: #f59942;
    }
    .filter .filter-pickbox-container:focus input, .filter .filter-fieldoperator-wrap:focus select {
        border-color: #f59942;
    }
        .filter .filter-date-container:hover input {
        border-color: #b5b5b5;
    }
     .filter .filter-fieldoperator-wrap:hover .filter-fieldoperator-picker {
        color: #428bca;
    }
    .filter .filter-date-container:hover .pick-arrow b:before {
        color: #428bca;
    }

    .filter input[type=text] {
        width: 100%;
        padding-right: 0px;
        height: 21px;
    }

    .filter .col-md-1, .filter .col-md-7 {
        margin-bottom: 5px;
        height: 25px;
    }

    .filter select {
        font-family: Arial !important;
        width: 100%;
        cursor: pointer;
        -moz-appearance: none; /* Firefox */
        -webkit-appearance: none; /* Safari and Chrome */
        appearance: none;
        height: 25px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .filter-fieldoperator-picker {
        color: #000;
        font-family: FontAwesome;
        display: inline;
        content: '\f0d7';
        position: absolute;
        top: 3px;
        right: 7px;
        cursor: pointer;
    }

    .filter-fieldoperator-picker:before {
        color: #000;
        font-family: FontAwesome;
        display: inline;
        content: '\f0d7';
    }

    .filter select:hover {
        border-color: #b5b5b5;
    }

    .filter select:focus {
        border-color: #f59942;
        outline: none;
    }

    .filter input, .filter input[type=text] {
        width: 100%;
        height: 25px !important;
        font-size: 13px;
        font-family: Arial !important;
    }

    .filter select {
        height: 25px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-family: Arial;
    }

    .filter .select2-container .select2-choice .select2-arrow b:before {
        color: #000;
    }
    .filter .select2-container.select2-dropdown-open .select2-choice .select2-arrow b:before {
        color: #428bca;
    }
    .filter .select2-container .select2-choice:hover .select2-arrow b:before {
        color: #428bca;
    }
	.filter .select2-container.select2-container-active .select2-choice:hover {
        border: 1px solid #F59942;
    }

.filter .select2-container .select2-choice {
    background-image: none;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    font-family: Arial;
    line-height: 23px;
    color: #656565;
}

        .filter .select2-container .select2-choice:hover {
            border: 1px solid #b5b5b5;
        }

        .filter .select2-container .select2-choice .select2-arrow b {
            background: none;
        }

    .filter .select2-container .select2-arrow {
        border-radius: 0px;
        border-left: 0px;
        background-image: none;
        background: #fff;
        width: 20px;
    }

    .filter .select2-container-active .select2-choice, .select2-container-active .select2-choices {
        border: 1px solid #F59942;
    }

    .filter .select2-container a {
        border-radius: 0px;
        line-height: 20px;
        height: 25px;
        min-height: 25px;
    }

    .filter option {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .filter input {
        height: 25px;
    }

.fulltext-search {
    margin-top: 15px;
    height: 30px;
    width: 100%;
}

    .fulltext-search .col-md-9 input {
        width: -moz-calc(100% - 35px);
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
        height: 25px;
        font-size: 13px;
        font-family: Arial !important;
    }

    .fulltext-search .col-md-9 button, .variants .col-md-9 button {
        float: right;
        margin-top: -1px !important;
    }

    .variants .col-md-9 .dropdown {
        float: right;
    }

    .variants .col-md-9 input {
        width: -moz-calc(100% - 97px);
        width: -webkit-calc(100% - 97px);
        width: calc(100% - 97px);
        height: 25px;
        font-size: 13px;
        font-family: Arial !important;
    }

.resizable .finderresult {
    min-width: 450px;
    display: block;
    
}
#pagecontainer .uilist.finderresult .table {
    margin-bottom: 0px;
}
    #pagecontainer .uilist.finderresult .table .toolbar-bottom {
        margin-bottom:-30px;
    }

/* Property page outlining */
.propertypage #currentpage > .padd:first-child {
    margin-top: -54px;
}

.propertypage #currentpage .padd {
    padding-left: 0px;
}
.propertypage #currentpage .idd {
    padding-left: 0px;
    padding-right: 0px;
}
.propertypage #currentpage .idd > h3.header, .propertypage #currentpage .idd > .widget-toolbar {
    display: none;
}

.propertypage .fixed {
    width: inherit;
    position: fixed;
    height: 55px;
    margin-top: -10px;
    padding-top: 10px;
    z-index: 11000;
    margin-left: -22px;
    padding-left: 22px;
    background-color: #fff;
}

@media(max-width:991px) {
        .propertypage .fixed {
            position: absolute;
        }
    }

    .propertypage .fixed-f {
    width: calc(100% - 12px);
    background-color: #fff;
}

.propertypage .fixed-placeholder {
    height: 73px;
}

.ica .fixed {
    width: inherit;
    position: fixed;
    height: 55px;
    margin-top: -10px;
    padding-top: 10px;
    z-index: 11000;
    margin-left: -24px;
    padding-left: 24px;
    background-color: #fff;
}
@media(max-width:991px) {
    .ica .fixed {
        position: absolute;
    }
}
.ica .fixed-f {
    width: 100%;
    background-color: #fff;
}

.ica .fixed-placeholder {
    height: 98px;
}

.ica .scroll[data-scrolling=""] {
    margin-bottom: 20px;
}

.form-group.col-md-6 {
    clear: left;
}

.form-group.column-2 {
    float: right;
    clear: none;
}

#pagecontainer .form-group > label.control-label {
    overflow: hidden;
    word-break: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.isTouchDevice #pagecontainer .form-group > label.control-label {
    overflow: visible;
    word-break: break-all;
    white-space: normal;
    text-overflow: initial;
}

.col-md-12 .col-md-0d5 {
    position: relative;
    float: left;
    width: 4.1666666%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.col-md-12 .col-md-9d5 {
    position: relative;
    float: left;
    width: 79.16666%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 7px;
}

.col-md-12 .col-md-2d5 {
    position: relative;
    float: left;
    width: 20.833333%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 7px;
}

.propertypage {
    position: relative;
    padding-bottom: 30px;
}

    @media(min-width:1079px) {
        .propertypage {
            min-width: 700px;
        }
    }

#propertylistbuttons {
    position: fixed;
    bottom: 40px;
    width: 100%;
    background-color: #F5F5F5;
    background: linear-gradient(to bottom, #fff 0px, #eee 100%) repeat-x scroll 0 0 #f7f7f7;
    z-index: 9003;
    height: 35px;
    left: 0px;
    right: 0px;
    border-top: 1px solid #D4D4D4;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 28px;
}

    #propertylistbuttons .btn.btn-app.btn-xs {
        vertical-align: middle;
        margin-top: 2px;
    }

    #propertylistbuttons .dropdown-menu {
        top: -100%;
        margin-top: -7px;
    }
    
    #propertylistbuttons .title-toolbar {
        text-align: left;
        top: 0px;
    }

    .title-toolbar .dropdown-menu .divider {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 4px;
        margin-bottom: 3px;
    }

#pagecontainer .title-toolbar .btn.btn-app.btn-xs {
    margin-top: 5px;
    margin-right: 2px;
    margin-left: 1px;
}

#pagecontainer .title-toolbar  {
    padding: 0px;
    width: 100%;
    height: 28px;
}

.methodsdocuments .title-toolbar {
    top: -50px;
}

#pagecontainer .pftreewrap h3.smaller {
    padding-right: 125px;
}

#pagecontainer .pftreewrap {
    min-width: 150px;
}

    @media(min-width:768px) and (max-width:991px) {
        #pagecontainer .pftreewrap.col-sm-4 {
            max-width: 500px;
        }
    }

    @media(min-width:992px) and (max-width:1079px) {
        #pagecontainer .pftreewrap {
            max-width: 300px;
        }
    }

    @media(min-width:1079px) {
        #pagecontainer .pftreewrap {
            max-width: 500px;
        }
        #pagecontainer .pftreewrap.col-sm-12 {
            max-width: 330px;
        }
    }

    @media(max-width:991) {
        #pagecontainer .pftreewrap {
            max-width: 500px;
        }
    }

#pagecontainer .ica {
    min-width: 239px;
}

    @media (max-width: 1036px) and (min-width: 992px) {
        #pagecontainer .ica {
            max-width: 400px;
        }
    }

    @media(min-width:1036px) {
        #pagecontainer .ica.col-md-3 {
            min-width: 250px;
            max-width: 500px;
        }
    }

    @media(min-width:1420px) {
        #pagecontainer .ica.col-md-3 {
            min-width: 300px;
            max-width: 700px;
        }
        #pagecontainer .pftreewrap.col-sm-12 {
            max-width: 500px;
        }
    }

#pagecontainer .uilist h3.smaller {
    padding-right: 190px;
}


/* UIList catalog */
.uilist[data-listtype=Catalog] {
    margin-top: 0px;
}

.uilist[data-listtype=Catalog] input[name=tbGroup] {
    width: 100%;
}

.uilist[data-listtype=Catalog] .catalog-item span {
    height: 20px;
    display: block;
    cursor: pointer;
}

.uilist[data-listtype=Catalog] .catalog-item[data-featherlight=''] span {
    cursor: default;
}

.uilist[data-listtype=Catalog] .catalog-categories {
    margin-bottom: 5px;
}

.uilist[data-listtype=Catalog] .catalog-item[data-level="0"] > span {
    width: 100%;
    font-weight: bold;
    padding-left: 0px;
}

.uilist[data-listtype=Catalog] .catalog-item[data-empty='true'] * {
    visibility: hidden;
    pointer-events: none;
}

.uilist[data-listtype=Catalog] .catalog-item .infobox {
    width: 100%;
    height: 27px;
    background-color: #f8faff;
    padding-left: 35px;
    border: 1px solid #dae2ea;
    padding-top: 3px;
    cursor: pointer;
   
}

.uilist[data-listtype=Catalog] .catalog-item .infobox:hover {
    background-color: #f4f6f7;
    border: 1px solid #dce2e8;
}

.uilist[data-listtype=Catalog] .catalog-item .infobox .infobox-handle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    border-right: 1px solid #dae2ea;
    background-color: #ebedf2;
}
    .uilist[data-listtype=Catalog] .catalog-item .infobox .infobox-handle.right {
        right: 0px;
        left: auto;
        border-right: 0px;
        border-left: 1px solid #dae2ea;
        width: 27px;
    }

        .uilist[data-listtype=Catalog] .catalog-item .infobox .infobox-handle.right > i::before {
            color: #777 !important;
        }
    
    .uilist[data-listtype=Catalog] .catalog-item .infobox:hover .infobox-handle {
        background-color:#e3e8ed;
        border-right: 1px solid #dce2e8;
    }
    
    .uilist[data-listtype=Catalog] .catalog-item .infobox .infobox-handle > [class*="icon-"],
    .uilist[data-listtype=Catalog] .catalog-item .infobox .infobox-handle > [class*="fa-"] {
        width: 26px;
        height: 23px;
    }
    
    .uilist[data-listtype=Catalog] .catalog-item .infobox .infobox-handle > [class*="icon-"]::before,
    .uilist[data-listtype=Catalog] .catalog-item .infobox .infobox-handle > [class*="fa-"]::before {
        color: #6fb3e0;
        width: 26px;
        line-height: 26px;
        font-size: 16px;
    }

.uilist[data-listtype=Catalog] .catalog-item[data-level="1"] > .infobox {
    margin-left: 11px;
    width: calc(100% - 12px);

}

    .uilist[data-listtype=Catalog] .catalog-item[data-level="1"] > .infobox .infobox-handle > [class*="fa-"]::before {
        color: #ffb752;
    }
    
    .uilist[data-listtype=Catalog] .expanded .catalog-item[data-level="2"] > .infobox {
        display: block;
    }

.uilist[data-listtype=Catalog] .catalog-item[data-level="2"] > .infobox {
    margin-left: 23px;
    width: calc(100% - 24px);
    display: none;
}

    .uilist[data-listtype=Catalog] .catalog-item[data-level="2"] > .infobox .infobox-handle > [class*="fa-"]::before {
        color: #87b87f;
    }

.uilist[data-listtype=Catalog] .catalog-item[data-level="3"] > .infobox {
    margin-left: 35px;
    width: calc(100% - 36px);
}

.uilist[data-listtype=Catalog] .catalog-item[data-level="4"] > .infobox {
    margin-left: 47px;
    width: calc(100% - 48px);
}

.uilist[data-listtype=Catalog] .catalog-item[data-level="5"] > .infobox {
    margin-left: 59px;
    width: calc(100% - 60px); 
}

.uilist[data-listtype=Catalog] .catalog-item[data-level="6"] > .infobox {
    margin-left: 71px;
    width: calc(100% - 72px);
}

.uilist[data-listtype=Catalog] .catalog-item > span {
    padding-left: 10px;
}

.pf-componentcatalogfilter-results .pf-filterresult-price {
    display: none;
}

.pf-componentcatalogfilter-results .pf-filterresult {
    min-height: 50px;
	max-height: 128px;
     min-width: 280px;
}

#pagecontainer .componentWrapper .pf-componentcatalogfilter-results, #pagecontainer .componentWrapper .pf-componentcatalogfilter-filters {
    padding: 12px;
}

#propertypagebuttons {
    position: fixed;
    bottom: 40px;
    width: 100%;
    background-color: #F5F5F5;
    background: linear-gradient(to bottom, #fff 0px, #eee 100%) repeat-x scroll 0 0 #f7f7f7;
    z-index: 9003;
    height: 35px;
    left: 0px;
    right: 0px;
    border-top: 1px solid #D4D4D4;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 28px;
}

#propertypagebuttons .btn.btn-app.btn-xs {
    vertical-align: middle;
    margin-top: 2px;
}

#ace-settings-btn.open {
    background: #9baebc !important;
}

.ace-settings-container {
    z-index: 12100;
    top: 53px;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    position: fixed;
}

.btn.ace-settings-btn {
    position: absolute;
    right: 0px;
    top: 6px;
}

.ace-settings-container hr {
    margin-top: 3px;
    margin-bottom: 6px;
    width: 100%;
}

.ace-settings-box > div {
    max-height: 100%;
}

input[type=checkbox].ace.ace-switch {
    cursor: default;
}

.ace-settings-container .settings-subtitle {
    font-size: 11px;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    font-weight: bold;
    padding-right: 10px;

}

.settings-content .setting-option {
    line-height: 25px;
    width: 100%;
    padding-right: 0;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
     user-select: none;
     margin-top: 2px;
}

.settings-subtitle.keyboardCombinations {
    margin-top: 10px;
}

.setting-option.keyboardCombinations {
    margin-bottom: 7px;
}

.setting-option.keyboardCombinations p {
    margin-bottom: 0px;
    font-size: 11px;
    height: 14px;
    line-height: 14px;
}

.settings-title {
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

.ace-settings-box {
    border: 1px solid #b4c2cc !important;
    background-color: #fff;
    min-height: 100px;
    padding: 0 5px;
    width: 230px;
}
    .ace-settings-box > div {
        width: 224px;
    }

#propertypagebuttons .title-toolbar {
    text-align: left;
    top: 0px;
}

.dropdown-menu {
    z-index: 10000;
}

.dropdown {
    display: inline-block;
}

.pf-filtertabs.nav-tabs > li.active.act > a, .pf-filtertabs .nav-tabs > li.active.act > a:hover, .pf-filtertabs  .nav-tabs > li.active.act > a:focus {
      line-height: 16px;
      z-index: 12;
      margin-top: -1px;
      color: #576373;
      border-color: #c5d0dc;
      border-top: 2px solid #4c8fbd;
      border-bottom-color: transparent;
      background-color: #fff;
      box-shadow: 0 -2px 3px 0 rgba(0,0,0,.15);
}

.pf-filtertabs.nav-tabs > li.notactive > a, .nav-tabs > li.notactive > a:focus {
    line-height: 16px;
    position: relative;
    z-index: 11;
    margin-right: -1px;
    color: #888;
    border-color: #c5d0dc;
    border-radius: 0 !important;
    background-color: #f9f9f9;
}

.nav-tabs {
    overflow: visible;
    white-space: nowrap;
    position: relative;
}

.nav-tabs-scroll {
    overflow: hidden;
    height: 36px;
    position: relative;
    border-bottom: 1px solid #fff;
}

.nav-tabs-scroll .nav-tabs {
    top: 0px;
}

.nav-tabs-scroll.overflow .nav-tabs{
    overflow: hidden;
    overflow-x: scroll !important;    
    margin-right: 20px;
    padding-left: 20px;
}

.nav-tabs > li {
    float: none;
    display: inline-block;
    vertical-align: top;
}

#errorDialog, #warningDialog, #infoDialog {
	white-space: pre-wrap;
}

#recent-tab.nav-tabs > li.active.hasErrors > a {
    border-top: 2px solid #FF4646 !important;
    border-left: 1px solid rgba(255, 70, 70, 0.31) !important;
    border-right: 1px solid rgba(255, 70, 70, 0.31) !important;
    color: #FF4646 !important;
}

#recent-tab.nav-tabs > li.hasErrors > a {
    color: #FF4646 !important;
}

#recent-tab.nav-tabs > li.dropdown.hasErrors > a {
	border-left: 1px solid rgba(255, 70, 70, 0.31) !important;
	border-right: 1px solid rgba(255, 70, 70, 0.31) !important;
    border-top: 2px solid #FF4646 !important;
}

#recent-tab.nav-tabs > li.active.hasErrors .dropdown-toggle > i {
	color: #FF4646 !important;
}

.dropdown-menu > li > a {
    color: #666;
}

.dropdown-menu li a.selectedtrue {
    color: #fff;
    background: #4f99c6;
}

.dropdown-info li.hasErrors a, 
.dropdown-info li.hasErrors a:hover, 
.dropdown-info li.hasErrors a:focus, 
.dropdown-info li.hasErrors a:active, 
.nav-tabs .dropdown-info li.hasErrors > a:focus {
    color: #FF4646;
}

#recent-tab .dropdown-menu li.active.hasErrors a {
	background-color: #FF4646;
}

#recent-tab .dropdown-menu li a span {
    line-height: 21px;
}

.dropdown-info li.active.hasErrors a, .dropdown-info li.active.hasErrors a:hover {
    background-color: #FF4646;
    color: #fff;
}

.dropdown-info li.hasErrors:hover a:hover {
    background-color: #ffa4a4;
    color: #fff;
}

.nav-tabs-scroll.overflow .nav-tabs > li {
    vertical-align: top;
    height: 36px;
}

.nav-tabs-scroll.overflow .nav-tabs > li > a {
    padding-top: 8px;
}

.nav-tabs-scroll.overflow .nav-tabs-dir.disabled {
    color: #ccc;
    cursor: default;
 }

 .nav-tabs-scroll.overflow .nav-tabs-dir {
    position: absolute;
    height: 34px;
    width: 20px;
    z-index: 100;
    color: #438EB9;
    line-height: 34px;
    font-size: 18px;
    top: 0px;
    background-color: #fff;
    border: 1px solid #C5D0DC;
    text-align: center;
    cursor: pointer;
    display: block;
}

.nav-tabs-scroll.overflow.scrollOffset .nav-tabs-dir {
    width: 21px;
}

.nav-tabs-scroll .nav-tabs-dir {
    display: none;
}

.nav-tabs-scroll.overflow .nav-tabs-left {
    left: 0px;
    border-right: 1px solid #fff;

}

.nav-tabs-scroll.overflow.scrollOffset .nav-tabs-left {
    left: 0px;
    border-right: 1px solid #C5D0DC;
}

.nav-tabs-scroll.overflow .nav-tabs-left:not(.disabled):hover {
    color: #000;
}

.nav-tabs-scroll.overflow .nav-tabs-right {
    right: 0px;
}

.nav-tabs-scroll.overflow .nav-tabs-right:not(.disabled):hover {
     color: #000;
}

/* PropertyPage - Page navigation */
.nav-tabs > li {
    cursor: pointer;
}

/* Responsive adjustments */
button.login {
    min-width: 120px;
}

body {
    min-width: 380px;
}


/* User methods */
.methods {
    display: none;
    margin-bottom: 18px;
}

.methods .padd, 
.documents .padd, 
.attachments .padd {
    padding-top: 25px;
}

.attachments .padd {
    padding-top: 0px;
}

h3.attachments {
    padding-right: 30px;
}

.documents .padd:last-child {
    margin-bottom: 32px;
}

.method-group {
    display: none;
}

    .method-group .um-readonlytrue {
        pointer-events: none;
        cursor: default;
        border-color: #d5d5d5;
        background: #eee !important;
        color: #717171 !important;
        text-shadow: none !important;
    }

        .method-group .um-readonlytrue.umac-true {
            pointer-events: auto;
            cursor: pointer;
            border-color: #428bca;
            background: #428bca !important;
            color: #fff !important;
        }

            .method-group .um-readonlytrue.umac-true:hover {
                background: #1b6aaa !important;
            }

    .method-group .um-visiblefalse {
        display: none;
    }

.ui-widget a {
    width: 100%;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 4px;
}

.ui-contextmenu.ui-widget a {
    margin-bottom: 0px;
    font-size: 12px;
}

.ui-menu.ui-contextmenu {
    width: 200px;
    z-index: 99999 !important;
}

.ui-menu.ui-contextmenu .ui-menu-divider {
    border-top: 1px solid rgba(0,0,0,.2);
    margin: 5px -3px 5px -3px;
}

/* Documents */
.documents {
    display: none;
    margin-bottom: 18px;
}

.componentWrapper .currentdocument {
    margin-top: -18px;
    padding-bottom: 10px;
}

.componentWrapper #containerControls {
    /*width: 40%;*/
    height: 28px;
}

#currentdocument #templatedContent {
    padding-left: 0px;
    padding-right: 0px;
}

#currentdocument .codeWrapper .ace-editor-div {
    margin-right: 8px;
}

.document-group {
    display: none;
}

/* Attachmentes */
.attachments {
    display: none;
    margin-bottom: 18px;
}

/* Paste form */
.pasteform textarea, .copyform textarea {
    overflow-y: scroll;
    min-height: 120px;
    resize: none; /* Remove this if you want the user to resize the textarea */
    overflow-x: auto;
    white-space: pre-wrap;
}

#copyformtext {
    overflow-y: scroll;
    min-height: 120px;
    resize: none; /* Remove this if you want the user to resize the textarea */
    overflow-x: auto;
    white-space: pre-wrap;
}

.pasteform h3, .copyform h3 {
    margin-top: 0px;
}

/* Active menu */
.dd > .dd-list .dd-item .dd-handle {
    border-right: 3px solid rgb(218, 226, 234);
}

.dd > .dd-list > .dd-item.active > .dd-handle {
    background: rgb(244, 246, 247);
    border-top: 1px solid #f59942;
    border-right: 3px solid #f59942;
    border-bottom: 1px solid #f59942;
}

.dd > .dd-list > .dd-item.act > .dd-handle {
    background: rgb(244, 246, 247);
    border-top: 1px solid #d5d5d5;
    border-right: 3px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.dd > .dd-list > .dd-item > .dd-list > .dd-item.active > .dd-handle {
    background: rgb(244, 246, 247);
    border-top: 1px solid #f59942;
    border-right: 3px solid #f59942;
    border-bottom: 1px solid #f59942;
}

.dd > .dd-list .dd-item .dd-list .dd-item.active > .dd-handle {
    background: rgb(244, 246, 247);
    border-top: 1px solid #f59942;
    border-right: 3px solid #f59942;
    border-bottom: 1px solid #f59942;
}

.idd #recent-tab {
    padding-left: 30px;
}

#recent-tab {
    padding-left: 30px;
}

#recent-tab.moreTabs {
    padding-right: 45px;
}

#recent-tab.iconsOnly > li.icon {
    width: 35px;
}

#recent-tab.iconsOnly > li.icon > a span {
    padding-right: 12px;
}

    #recent-tab li a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-left: 8px;
        padding-right: 8px;
        height: 34px;
        max-width: 200px;
    }

    #recent-tab.icons > li > a {
        max-width: 45px;
    }

    @media(max-width:1750px) {
        #recent-tab > li > a {
            max-width: 150px;
        }
    }

    @media(max-width:1550px) {
        #recent-tab > li > a {
            max-width: 100px;
        }
    }

    @media(max-width:1350px) {
        #recent-tab > li > a {
            max-width: 85px;
        }
    }

    @media(max-width:991px) {
        #recent-tab > li > a {
            max-width: 100px;
        }
    }

    @media(max-width:850px) {
        #recent-tab > li > a {
            max-width: 85px;
        }
    }

    @media(max-width:767px) {
        #recent-tab > li > a {
            max-width: 70px;
        }
    }

    @media(max-width:500px) {
        #recent-tab > li > a {
           /* max-width: 45px; */
        }
    }

    #recent-tab li a span {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        margin-top: -1px;
    }

    #recent-tab li a span.fa {
        margin-top: 0px;
    }

    #recent-tab li a span.fa img {
        max-width: 19px;
        max-height: 19px;
        margin-right:2px;
    }

        #recent-tab .dropdown a span.fa img {
            margin-bottom: 1px;
            margin-right:2px;
        }
    
    #recent-tab li a span.fa .fa-list-alt {
        margin-top: 1px;
        margin-right: 5px;
    }
    
    #recent-tab li a span i::before {
        padding-right: 5px;
    }
    
    #recent-tab li a span i.fa {
		width: 1.05em;
        vertical-align: top;
	}
    
    #recent-tab li a span i.fa::before {
        padding-right: 4px;
    }
    
    #recent-tab .dropdown-menu li a span {
        margin-top: 0px;
    }
    
    #recent-tab .dropdown-menu li.alreadyVisible {
        display: none;
    }
    
    #recent-tab .dropdown-menu .nav-tabs-icon > i {
        font-size: 140%;
		line-height: 18px;
    }
    
    #recent-tab .dropdown-menu.pull-right {
        right: -1px;
        z-index: 991;
    }
    
    #recent-tab .dropdown-menu li a {
        height: 24px;
        padding-top: 3px;
        padding-bottom: 3px;
		line-height: 18px;
    }
   
    #recent-tab .dropdown-menu li.active a {
        background-color: #3392E3;
    }

.refreshButtonPortal {
    height: 20px;
    position: absolute;
    right: 15px;
    width: 20px;
    cursor: pointer;
}

/* Footer */
#footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    height: 40px;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    z-index: 9005;
}

    #footer .pfbottom {
        margin-left: 0px;
        margin-right: 0px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 20px;
    }

        #footer .pfbottom .content {
            margin-left: 0px;
            border: 0px solid #ccc;
            height: 20px;
            background: transparent;
			line-break: anywhere
        }

    #footer .progress.progress-small {
        height: 20px;
    }

    #footer .progress {
        background-color: transparent;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #footer .yellow {
        background-color: #FFFF0F;
        padding-left: 3px;
        padding-right: 3px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: rgb(57, 57, 57);
    }

#notificationsList .yellow {
    color: #FFFF0F;
    background-color: #549CC7;
    display: inline-block;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    margin-right: 3px;
    position: absolute;
    margin-top: 3px;
}

    #notificationsList .ace-icon.yellowc {
        color: #FFFF0F;
    }

#notificationsList .white {
    color: #fff;
    background-color: #549CC7;
    display: inline-block;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    margin-right: 3px;
    position: absolute;
    margin-top: 3px;
}

#notificationsList .ace-icon.whitec {
    color: #fff;
}

#notificationsList .green {
    color: #5fad51;
    background-color: #CDDDE9;
    display: inline-block;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    margin-right: 3px;
    position: absolute;
    margin-top: 3px;
}

#notificationsList .ace-icon.greenc {
    color: #5fad51;
}

#notificationsList .ace-icon.redc {
    color: #FF4646 !important;
}

#notificationsList .content li:not(.dropdown-header) {
    height: 50px;
    line-height: 10px;
}

#notificationsList .notificationtext {
    padding-left: 28px;
}

#notificationsList .contentlog .notificationtext {
    font-size: 12px;
}

#notificationsList .contentlog .yellow, 
#notificationsList .contentlog .red, 
#notificationsList .contentlog .green, 
#notificationsList .contentlog .white {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    padding-top: 0px;
    margin-top: 7px;
    font-size: 10px;
}

    #notificationsList .contentlog .yellow i, 
    #notificationsList .contentlog .red i, 
    #notificationsList .contentlog .green i, 
    #notificationsList .contentlog .white i {
        padding-left: 1px;
        width: auto !important;
        height: auto !important;
    }

#footer .red {
    background-color: #FF4646;
    padding-left: 4px;
    padding-right: 5px;
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#footer .green {
    background-color: #629B58;
    padding-left: 4px;
    padding-right: 5px;
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

#notificationsList .red {
    color: #FF4646 !important;
    background-color: #CDDDE9;
    display: inline-block;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    margin-right: 3px;
    margin-top: 3px;
    position: absolute;
}

#footer .statuscol {
    padding-left: 3px;
    padding-right: 3px;
}

#footer .contentImportant {
    margin-left: 0px;
    margin-right: 0px;
    line-height: 20px;
    margin-top: -20px;
    margin-bottom: 10px;
    height: 20px;
    position: absolute;
    width: calc(100% - 15px); 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

#footer .contentImportant.visible {
    background-color: #F5F5F5;
}

#footer #messageQueue {
    position: fixed;
    left: 300px;
    bottom: -1px;
    width: 200px;
    height: 30px;
    background-color: #f5f5f5;
    z-index: 10000;
    border: 1px solid #D4D4D4;
    padding: 5px;
    font-size: 11px;
}

    #footer #messageQueue .toggle {
        position: absolute;
        right: 8px;
        top: 3px;
        font-size: 18px;
        cursor: pointer;
    }

    #footer #messageQueue.open {
        overflow: auto;
    }

#footer #console {
    margin-top: -4px;
    display: none;
    position: absolute;
    top: 0px;
}

    #footer #console input, #footer #console .input-icon {
        width: 100%;
    }
     #footer #console input {
         height: 27px;
     }
     #footer #console .input-icon > i {
         line-height: 26px;
     }
     #footer #console .input-icon > input:focus + [class*='icon-'], #footer #console  .input-icon > input:focus + [class*='fa-'] {
         color: #909090;
     }

     /* Message queue */
#messageQueue {
    z-index: 12002;
    position: relative;
}

    #messageQueue .badge {
        left: -1px;
    }

    #messageQueue .pfservermessages {
        height: 200px;
        overflow-y: auto;
        z-index: 13000;
        top: 48px;
        margin-right: -179px;
    }

    #messageQueue .pfservermessageslog {
        margin-top: 201px !important;
        z-index: 13000;
        margin-right: -179px;
    }

        #messageQueue .pfservermessageslog li {
            font-size: 12px;
            height: 30px;
            line-height: 30px;
            text-align: left;
            display: none;
        }

            #messageQueue .pfservermessageslog li.switch {
                display: block;
                cursor: default;
                color: #8090a0;
            }

                #messageQueue .pfservermessageslog li.switch .logVisibility {
                    cursor: pointer;
                    color: #478fca;
                }

        #messageQueue .pfservermessageslog.opened li {
            display: block;
        }

        #messageQueue .pfservermessageslog .pull-right {
            line-height: 30px;
            padding-top: 1px;
            height: 30px;
            position: absolute;
            right: 5px;
            top: 0px;
        }

        #messageQueue .pfservermessageslog li label {
            line-height: 30px;
            font-size: 12px;
        }

    #messageQueue .dropdown-menu.pfservermessageslog > li > a {
        line-height: 19px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.pfservermessageslog input[type=checkbox] {
    width: 0px !important;
    height: 0px !important;
}

#messageQueue .dropdown-menu > li > a {
    color: #4f99c6;
    font-size: 13px;
    cursor: default;
}

#messageQueue .dropdown-menu .pull-left {
    cursor: default;
}

#messageQueue .dropdown-menu.open {
    display: inline-block;
}

#messageQueue .dropdown-menu li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    #messageQueue .dropdown-menu li a span.pull-left {
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
    }

#messageQueue .pfservermessageslog li a span.pull-left {
    font-size: 12px;
}

#messageQueue .dropdown-menu li a .msgnr {
    color: #8090a0;
}

/* Error messages, log */
#notificationsList {
    z-index: 12003;
    position: relative;
}

    #notificationsList .bg {
        width: 20px;
        height: 20px;
        margin-top: 15px;
        display: inline-block;
        background-color: #D50000;
        border-radius: 10px;
        position: absolute;
    }

    #notificationsList .badge {
        left: -1px;
    }

    #notificationsList .pfnotificationmessages {
        height: 88px;
        overflow-y: auto;
        z-index: 13000;
        top: 48px;
        margin-right: 3px;
    }

    #notificationsList .pfnotificationmessageslog {
        margin-top: 90px !important;
        z-index: 13000;
        margin-right: 3px;
    }

        #notificationsList .pfnotificationmessageslog li.switch {
            height: 30px;
            line-height: 30px;
        }

        #notificationsList .pfnotificationmessageslog li {
            font-size: 12px;
            height: 43px;
            line-height: 43px;
            text-align: left;
            display: none;
        }
            #notificationsList .pfnotificationmessageslog li a {
                cursor: pointer;
            }
            #notificationsList .pfnotificationmessageslog li.switch {
                display: block;
                cursor: default;
                color: #8090a0;
            }

                #notificationsList .pfnotificationmessageslog li.switch .logVisibility {
                    cursor: pointer;
                    color: #478fca;
                }

        #notificationsList .pfnotificationmessageslog.opened li {
            display: block;
        }

        #notificationsList .pfnotificationmessageslog .pull-right {
            line-height: 30px;
            padding-top: 1px;
            height: 30px;
            position: absolute;
            right: 5px;
            top: 0px;
        }

        
        #notificationsList .pfnotificationmessageslog li label {
            line-height: 30px;
            font-size: 12px;
        }

    #notificationsList .dropdown-menu.pfnotificationmessageslog > li > a {
        line-height: 19px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.pfnotificationmessageslog input[type=checkbox] {
    width: 0px !important;
    height: 0px !important;
}

#notificationsList .dropdown-menu > li > a {
    color: #4f99c6;
    font-size: 13px;
    
}

#notificationsList .dropdown-menu > li:not(.dropdown-header) > a {
    margin-top: -1px;
}

#notificationsList .dropdown-menu.open {
    display: inline-block;
}

#notificationsList .dropdown-menu li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    #notificationsList .dropdown-menu li a span.pull-left {
        width: 240px;
        white-space: nowrap;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
    }

#notificationsList .pfnotificatmessageslog li a span.pull-left {
    font-size: 12px;
}

#notificationsList .dropdown-menu li a .msgnr {
    color: #8090a0;
}

#notificationsList .notificationTime {
    font-size: 11px;
    float: left;
    margin-left: 28px;
    margin-top: -2px;
    color: #8090a0;
}

#notificationsList .contentlog .notificationTime {
    margin-top: -5px;
}

#usernamebadge {
    padding-left: 5px;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    height: 50px;
    min-width: 55px;
    text-align: left;
    white-space: nowrap;
}

#sysconbadge {
    padding-left: 5px;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    height: 50px;
    min-width: 55px;
    text-align: left;
    white-space: nowrap;
}


#EntityTypeName, #RMTypeName {
    display: none;
}
.pflogotext {
    vertical-align: middle;
    padding-bottom: 2px;
    display: inline-block;
    margin-left: 7px;
}

body {
    background-color: #fff;
}

@media(max-width:700px) {
    .nav #usernamebadge {
       max-width: 110px !important;
    }

    .nav #sysconbadge {
        max-width: 110px !important;
    }
}

@media(max-width:600px) {
    .featherlight .featherlight-content {
        margin-top: 230px !important;
        max-height: 70% !important;
        margin-bottom: 80px !important;
    }

    #breadcrumbsline {
        width: auto;
        margin-right: 0px;
    }

    .navbar .navbar-header small .pflogotext {
        display: none;
    }

    .navbar .navbar-header.pull-right {
        position: absolute;
        right: 0px;
    }

    .navbar .navbar-header > ul {
        width: 100%;
        text-align: right;
    }        

   .ace-nav > li {
        line-height: 50px;
        float: left !important;
        height: 50px;
        padding: 0;
        border-left: 1px solid #F5F5F5;
   }

    .nav #usernamebadge {
       max-width: 100px !important;
    }

    .nav #sysconbadge {
        max-width: 100px !important;
    }

    #messageQueue .pfservermessages .dropdown-header {
        text-align: center !important;
    }
    #notificationsList .pfnotificationmessages .dropdown-header {
        text-align: center !important;
    }
}

@media(max-width:500px) {
    .pflogotext {
        display: none;
    }

    .nav #sysconbadge {
        max-width: 90px !important;
    }

    .nav #usernamebadge {
        max-width: 90px !important;
    }

    #messageQueue .pfservermessages {
        margin-right: -142px !important;
    }

    #messageQueue .pfservermessageslog {
        margin-right: -142px !important;
    }

    #notificationsList .pfnotificationmessages {
        margin-right: -106px;
    }

    #notificationsList .pfnotificationmessageslog {
        margin-right: -106px;
    }
}

@media(max-width:480px) {
    #messageQueue .pfservermessages {
        margin-right: -103px !important;
    }

    #messageQueue .pfservermessageslog {
        margin-right: -103px !important;
    }

    #notificationsList > .pfnotificationmessages.content {
        margin-right: -70px !important;
    }

    #notificationsList > .pfnotificationmessageslog.contentlog {
        margin-right: -70px !important;
    }
}

@media(max-width:460px) {
    .ace-nav > li:first-child {
        margin-right: 0px;
    }

    .ace-nav > li {
        margin-right: -0px;
        line-height: 50px;
        float: left !important;
        height: 50px;
        padding: 0;
    }

    .pflogotext {
        display: none;
    }

    .navbar-header .nav #usernamebadge {
        max-width: 65px !important;
    }

    .navbar-header .nav #sysconbadge {
        max-width: 65px !important;
    }
    
    #messageQueue .pfservermessages {
        margin-left: 60px !important;
    }
    #messageQueue .pfservermessageslog {
        margin-left: 60px !important;
    }
    #notificationsList > .pfnotificationmessages.content {
        margin-left: 5px !important;
    }
    #notificationsList > .pfnotificationmessageslog.contentlog {
        margin-left: 5px !important;
    }
}

@media(max-width:320px) {
    .ace-nav > li > a {
        padding: 0 8px !important;
    }
}

@media(max-width:767px) {
    #messageQueue .pfservermessages {
        margin-right: -142px;
    }
    
    #messageQueue .pfservermessageslog {
        margin-right: -142px;
    }
    
    #notificationsList .pfnotificationmessages {
        margin-right: -110px !important;
    }
    
    #notificationsList .pfnotificationmessageslog {
        margin-right: -110px !important;
    }

    #pagecontainer .uilist.finderresult .table {
        margin-bottom: 20px;
    }
    
    #pagecontainer .uilist.finderresult .table .toolbar-bottom {
        margin-bottom: 0px;
    }

    .form-group.column-2 {
        float: none;
    }

    button.login {
        margin-top: 5px;
    }

    .breadcrumbs .breadcrumb-wrapper {
        max-width: calc(100% - 0px) !important;
        padding-right: 0px;
        margin-right: 0px;
    }
        .breadcrumbs .breadcrumb-wrapper.overflow {
            max-width: calc(100% - 20px) !important;
            margin-left: 16px;
        }
        .breadcrumbs .breadcrumb-wrapper.overflow::before {
            content: '...';
            position: absolute;
            height: 43px;
            background-color: #F5F5F5;
            z-index: 200;
            color: #888;
            margin-left: -20px;
            line-height: 48px;
        }

     #breadcrumbsline {
        width: auto;
        margin-right: 0px;
    }

    .pftreewrap {
        float: none;
    }

    .componentWrapper {
        margin-bottom: 42px;
    }
    .componentWrapper:last-of-type {
        margin-bottom: 0px;
    }
    .componentWrapper > .col-sm-5 {
        margin-bottom: 42px;
    }
    .componentWrapper > .col-sm-9 > .col-sm-6 {
        margin-bottom: 42px;
    }

    .componentWrapper .jstree {
        margin-bottom: 0px;
    }
    
    .componentWrapper .lists {
        clear: both;
    }
    
    .comp-clear {
        clear: both;
    }

    #usernamebadge {
        max-width: 120px !important;
    }
    
    #sysconbadge {
        max-width: 120px !important;
    }
    
    #pagecontainer .soeditor h3.smaller {
        padding-right: 30px;
    }
    
    #pagecontainer .pftreewrap .title-toolbar {
        top: -50px !important;
        right: auto !important;
    }
    
    #pagecontainer .uilist:not(.finderresult) h3.smaller {
        padding-right: 190px;
    }
    
    #pagecontainer #currentpage .uilist .toolbar-top > .title-toolbar {
        top: -35px !important;
        right: auto !important;
    }
    
    #pagecontainer #currentpage .uilist .table {
        padding-top: 0px;
    }
    
}

@media(min-width:768px) and (max-width:991px) {
    .form-group.column-2 {
        float: none;
    }

    button.login {
        margin-top: 5px;
    }

    #pagecontainer .pftreewrap.col-sm-4 .title-toolbar {
        top: -10px !important;
        right: 3px !important;
    }
    #pagecontainer .pftreewrap .title-toolbar {
        top: -50px !important;
        right: auto !important;
    }

    #pagecontainer #currentpage .uilist .toolbar-top > .title-toolbar {
        top: -35px !important;
        right: auto !important;
    }

    #pagecontainer #currentpage .uilist .table {
        padding-top: 0px;
    }
}

@media(max-width:991px) {
    #pagecontainer .pftreewrap .title-toolbar {
        top: -10px;
        right: 3px;
    }
    
    #pagecontainer .uilist .toolbar-top .title-toolbar {
        top: 3px !important;
        right: auto !important;
    }

    .filter {
        margin-top: 0px; 
    }

    #pagecontainer .clearica {
        clear: both;
    }

    #usernamebadge {
        max-width: 170px;
    }
    #sysconbadge {
        max-width: 170px;
    }

    .form-group.column-2 {
        float: none;
    }

    .propertypage #currentpage > .padd:first-child {
        margin-top: 0px;
    }

    .col-sm-12, .col-md-12, .col-lg-12 {
        float: none;
    }

    .form-group {
        position: relative;
    }

    .form-group {
        margin-bottom: 0px;
    }
    
    .form-group .select2-container {
        float: none;
    }

        .form-group .ml {
            float: right;
            position: absolute;
            top: -22px;
            right: 12px;
        }

    .uilist .form-group .ml {
        top: 0px;
    }
    
    .uilist > h3.header {
        padding-right: 250px;
    }

    .form-group .unit {
        right: 12px;
        margin-right: 0px;
        float: right;
        position: absolute;
        top: -22px;
    }

    .uilist .form-group .unit {
        top: 0px;
    }

    .col-md-12 .col-md-0d5 {
        float: none;
        width: 100%;
    }

    .col-md-12 .col-md-9d5 {
        width: 100%;
    }

    .header {
        width: 100%;
    }
    .fieldHeader .header {
        margin-top: 24px;
    }

    .dd {
        max-width: 100%;
    }

    h3.attachments {
        margin-top: 42px;
    }

    #currentpage .fieldHeader:first-child h3 {
        overflow: visible;
    }

    .checkWrapper input[type=checkbox] {
        top: -5px;
    }

    #pagecontainer {
        padding-bottom: 20px;
    }

    .indexSkeletonBody #pagecontainer {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .componentWrapper .ica {
        margin-bottom: 42px;
    }

    .filter input[type=text] {
        margin-bottom: 5px;
    }
    .filter select {
        margin-bottom: 5px;
    }
    .filter .select2-container {
        margin-bottom: 5px;
        float: none;
    }
    .filter .col-md-12 {
        margin-bottom: 10px;
    }
    .filter .col-md-2 {
        min-height: 30px;
    }
    .filter .col-md-7 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .fulltext-search {
        margin-bottom: 25px;
    }

    #containerControls {
        top: -5px;
    }

    .col-sm-8.ica {
        margin-bottom: 30px;
    }

    .login .alert-danger {
        margin-top: 60px;
    }
}

@media(min-width:992px) and (max-width:1050px) {
    .control-label {
        width: 28% !important;
    }
    .login .control-label {
        width: auto !important;
    }

    .form-group.col-md-12 .control-label {
        width: 14% !important;
    }

    .ui-widget a {
        overflow: visible;
        word-break: break-all;
        white-space: normal;
    }
}

@media(min-width:992px) and (max-width:1300px) {
    /* show text on small screen */
    #pagecontainer .menugroupsvisible .btn {
        padding: 6px 4px;
        padding-top: 0px;
        padding-bottom: 0px;

    }
    
    #pagecontainer .menugroupsvisible .centermenu.btn.hasButtons {
        padding-right: 25px;
    }
    
    #pagecontainer .menugroupsvisible .btn .overflow {
        white-space: normal;
        line-height: 15px;
        word-break: break-all;
        overflow: visible;
        max-height: 35px;
    }
    
    .componentWrapper h5 {
        line-height: 16.5px;
        white-space:normal;
        padding-top: 8px;
        padding-left: 2px;
        overflow: visible;
        word-break: break-all;
        text-wrap: normal;
    }
    
    .resizable .finderfilterwr {
        max-width: 500px;
    }
}

@media(max-width:1300px) {
    .componentWrapper .infobox-small {
        width: calc(100% - 10px);
    }
}

@media(max-width:1420px) {
    .finderfilterwr {
        max-width: 700px;
    }
    
    #pagecontainer .pftreewrap .title-toolbar {
        top: -10px;
        right: 3px;
    }

    #pagecontainer .pftreewrap h3.smaller, #pagecontainer .uilist h3.smaller {
        padding-right: 0px;
    }
   
    #pagecontainer .uilist h3.smaller {
        padding-right: 0px;
    }
    
    #pagecontainer .uilist.finderresult h3.smaller {
        padding-right: 255px;
    }
    
    #pagecontainer .uilist:not(.finderresult) .table {
        padding-top: 30px;
    }

    #pagecontainer .uilist .toolbar-top .title-toolbar {
        top: 6px !important;
        right: auto !important;
    }
   
    #pagecontainer .uilist.col-sm-8 .toolbar-top .title-toolbar {
        top: -30px !important;
        right: auto !important;
    }
    /* Propertypage as list */
    .propAsList .form-group .col-md-4 {
        float: none;
        width: 100% !important;
    }
    
    .propAsList .form-group .col-md-4 { /* for unit */
        padding-right: 35px;
     }

    .propAsList .form-group .col-md-7 {
        float: none;
        width: 100%;
    }

    .propAsList .form-group .col-sm-12, .propAsList .form-group .col-md-12, .propAsList .form-group .col-lg-12 {
        float: none;
    }

    .propAsList .form-group {
        position: relative;
    }

    .propAsList .form-group {
        margin-bottom: 0px;
    }

        .propAsList .form-group .ml {
            float: right;
            position: absolute;
            top: -25px;
            right: 12px;
        }

        .propAsList .form-group .unit {
            right: 12px;
            margin-right: 0px;
            float: right;
            position: absolute;
            top: -25px;
        }

    .propAsList .col-md-12 .col-md-0d5 {
        float: none;
        width: 100%;
    }

    .propAsList .col-md-12 .col-md-1 {
        float: none;
        width: 100%;
    }

    .propAsList .col-md-12 .col-md-9d5 {
        width: 100%;
    }

    .propAsList .checkWrapper input[type=checkbox] {
        top: -5px;
    }
    
    /* InputBoxConnector (see inputboxes.css) */
    .PosXYZ, .RotXYZ {
        display: none;
    }
}

    .ica.small .propAsList .form-group .col-md-4 {
        float: none;
        width: 100% !important;
    }
     .ica.small .propAsList .form-group .col-md-4 { /* for unit */
        padding-right: 35px;
     }

    .ica.small .propAsList .form-group .col-md-7 {
        float: none;
        width: 100%;
    }

    .ica.small .propAsList .form-group .col-sm-12, .propAsList .form-group .col-md-12, .propAsList .form-group .col-lg-12 {
        float: none;
    }

    .ica.small .propAsList .form-group {
        position: relative;
    }

    .ica.small .propAsList .form-group {
        margin-bottom: 0px;
    }

        .ica.small .propAsList .form-group .ml {
            float: right;
            position: absolute;
            top: -22px;
            right: 12px;
        }

        .ica.small .propAsList .form-group .unit {
            right: 12px;
            margin-right: 0px;
            float: right;
            position: absolute;
            top: -22px;
            padding-top: 4px;
        }

    .ica.small .propAsList .col-md-12 .col-md-0d5 {
        float: none;
        width: 100%;
    }

    .ica.small .propAsList .col-md-12 .col-md-1 {
        float: none;
        width: 100%;
    }

    .ica.small .propAsList .col-md-12 .col-md-9d5 {
        width: 100%;
    }

    .ica.small .propAsList .checkWrapper input[type=checkbox] {
        top: -5px;
    }

@media all {
    .featherlight .featherlight-content {
        margin-top: 120px;
        max-height: 80% !important;
        margin-bottom: 60px !important;
    }
}

/* ipad portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    /* Minimum tab button width */
    #recent-tab > li > a {
        max-width: 150px !important;
    }
 
}
/* ipad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    /* Make jstree elements auto height, on tablet when small is screen */
    #pagecontainer .jstree-proton .jstree-anchor {
        height: auto !important;
    }
   
    #pagecontainer .componenttree .jstree-anchor span, #pagecontainer .flattree .jstree-anchor span, #pagecontainer .soeditortree .jstree-anchor span {
        overflow: visible !important;
        white-space: pre-wrap !important;
        word-break: break-all !important;
        line-height: 18px !important;
    }

    /* Minimum tab button width */
    #recent-tab > li > a {
        max-width: 150px !important;
    }
}
