body {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    overflow: hidden;
}
body.main-body {
    height: auto;
    min-height: 100%;
}
form#form {
    display: block;
    position: relative;
}
#dictionarySetup {
    margin: 0 auto;
    height: 800px;
    background: #FFFFFF;
}
.jqplot-axis.jqplot-xaxis{
    z-index: 100;
}
.jqplot-axis.jqplot-xaxis .jqplot-xaxis-tick{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
}
.tooltip-for-dashboard {
    z-index: 9999;
	position: fixed;
    top:0px;
    left:0px;
	display: none;
	background-color: #000;
	padding: 4px 11px;
	color: #FFF;
	opacity: 0.8;
	border-radius: 5px;
}
#footer {
    clear: both;
    text-align: center;
    color: #666666;
    font-size: 0.85em;
    padding: 3em 0 0 0;
}

code {
    font-size: 1.1em;
}

span.invalid {
    padding-left: 3px;
    color: red;
}

/*prime faces*/

.ui-layout-pane-north {
    z-index: 1 !important;
}

.ui-layout {
    z-index: 20 !important;
}

.ui-layout-north .ui-layout-unit-content {
    overflow: visible !important;
}

.ui-layout-west .ui-layout-unit-content {
    overflow: visible !important;
}

.ui-layout-south .ui-layout-unit-content {
    overflow: visible !important;
}

.ui-datalist-content {
    text-align: left;
    padding-left: 5px;
}

.ui-datatable tbody td {
    white-space: normal !important;
    overflow: visible !important;
    padding: 2px !important;
}

.ui-accordion .ui-accordion-content {
    padding: 0 !important;
}

.ui-selectonemenu {
    vertical-align: top;
    max-width: 450px;
}
.ui-selectcheckboxmenu-panel,
.ui-selectonemenu-panel {
    max-width: 450px;
}

.ui-selectonemenu-list-item {
    white-space: normal !important;
    max-width: 450px;
    border-bottom: 1px inset !important;
    border-bottom-color: rgb(238, 238, 238) !important;
}

/*.table-label-column {*/
/*word-wrap: break-word;*/
/*width: 150px;*/
/*}*/

/*.table-component-column {*/
/*width: 100%;*/
/*}*/

.section-heading {
    color: gray;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid;

}

.ui-messages-debug, .ui-message-debug {
    color: seagreen;
    background-color: palegreen;
    border-color: palegreen;
}


table {
    font-size: 100% !important;
}

.ui-widget {
    font-size: 13px;
    white-space: normal;
}

.ui-menu.ui-widget a {
    white-space: normal !important;
}

.CodeMirror {
    border: 1px solid #eee;
    height: auto;
}

.CodeMirror-scrollbar {
    min-height: 500px;
}

.CodeMirror-scroll {
    min-height: 500px;
}

/*
.CodeMirror-scroll {
    height: 100% !important;
}

.CodeMirror-scrollbar {
    height: 100% !important;
}
*/

.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li.ui-state-error {
    border-color: #b94a48;
}

.hint-button {
    height: 100%;
    margin-left: 3px;
    border: none !important;
}

.align-top {
    vertical-align: top;
}

.ten-percent-width {
    width: 10%;
}

.twenty-percent-width {
    width: 20%;
}

.thirty-percent-width {
    width: 30%;
}

.forty-percent-width {
    width: 40%;
}

.fifty-percent-width {
    width: 50%;
}

.sixty-percent-width {
    width: 60%;
}

.seventy-percent-width {
    width: 70%;
}

.eighty-percent-width {
    width: 80%;
}

.ninety-percent-width {
    width: 90%;
}

.hundred-percent-width {
    width: 100%
}

.ten-percent-height {
    height: 10%;
}

.twenty-percent-height {
    height: 20%;
}

.thirty-percent-height {
    height: 30%;
}

.forty-percent-height {
    height: 40%;
}

.fifty-percent-height {
    height: 50%;
}

.sixty-percent-height {
    height: 60%;
}

.seventy-percent-height {
    height: 70%;
}

.eighty-percent-height {
    height: 80%;
}

.ninety-percent-height {
    height: 90%;
}

.hundred-percent-height {
    height: 100%
}

.ui-inputswitch-on {
    color: darkgreen;
}

.ui-inputswitch-off {
    color: darkred;
}

.even {
    background-color: #eeeeee;
}

.odd {
    background-color: #ffffff;
}

.selected-row {
    background-color: gray;
}

/*steps*/

.ui-steps .ui-steps-item {
    /*width: 24%;*/
    background: none;
}

.ui-state-highlight {
    text-shadow: none !important;

}

.ui-steps .ui-state-highlight a.ui-menuitem-link {
    color: #0081c2;
}

.ui-steps.custom {
    margin-bottom: 30px;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link {
    height: 10px;
    padding: 0 1em;
}

.ui-steps.custom .ui-steps-item .ui-steps-number {
    background-color: #0081c2;
    color: #FFFFFF;
    display: inline-block;
    width: 19px;
    border-radius: 20px;
    margin-top: -10px;
    margin-bottom: 10px;
    float: left;
}

.ui-steps.custom .multi .ui-steps-title {
    white-space: pre;
    float: left;
}

div.simple .ui-steps.simple .ui-steps-item .ui-steps-number {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    font-size: inherit;
    color: #0081C2;
}

div.simple .ui-state-disabled span.ui-steps-number {
    background-color: #ccc !important;
    color: #ccc !important;
    text-shadow: none;
}

div.simple li.ui-steps-item.ui-state-default.ui-state-disabled.ui-corner-all {
    background: #ccc;
    opacity: 1;
}

div.simple li.ui-steps-item.ui-state-highlight.ui-corner-all {
    background-color: #CCC;
    background-image: none;
}

div.simple ul li.ui-steps-item {
    width: 10% !important;
    height: 6px;
}

div.simple li.ui-steps-item {
    border-radius: 0;
    border: 0;
}

div.simple * .ui-steps-number {
    margin-top: -7px !important;
}

div.simple * .ui-steps-title {
    display: none;
}

div.simple .ui-steps-number {
    width: 20px !important;
    height: 20px;
    font-size: 0px;
    border-radius: 15px !important;
}
li.ui-steps-item.ui-state-default.ui-state-disabled.ui-corner-all a{
    width: 0px;
    height: 0px;
    background: #366697;
}
li.ui-steps-item.ui-state-default.ui-state-disabled.ui-corner-all {
    width: 40px;
    margin-right: 115px;
    position: relative;
}
li.ui-steps-item.ui-state-default.ui-state-disabled.ui-corner-all .ui-steps-title{
    position: absolute;
    margin-left: 40px;
    text-align: left;
}
.ui-steps.custom .multi .ui-steps-title {
    width: 85px;
    white-space: normal !important;
}
.ui-steps.custom .multi .ui-steps-line{
    display: none;
}
.ui-steps .ui-steps-item .ui-steps-number {
    background: inherit !important;
}
.ui-steps .ui-steps-item .ui-menuitem-link {
    padding: 0px !important;
}

/*tree*/
div#treePanel {
    height: auto;
    bottom: auto !important;
}
div#treePanel .ui-tree ul.ui-tree-container {
    max-height: 50vh;
    width: 600px;
}
.ui-treenode-label {
    white-space: normal;
    display: flex !important;
}

@-webkit-keyframes wiggle {
    from {
        -webkit-transform: rotateZ(0deg);
    }
    4% {
        -webkit-transform: rotateZ(-4deg);
        color: red;
    }
    8% {
        -webkit-transform: rotateZ(4deg);
    }
    12% {
        -webkit-transform: rotateZ(-4deg);
    }
    16% {
        -webkit-transform: rotateZ(4deg);
        color: red;
    }
    20% {
        -webkit-transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(0deg);
    }
}

.fa-wiggle {
    -webkit-animation-name: wiggle;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
}

.Red {
    color: #E53935;
}

.MarRight10 {
    margin-right: 10px;
}

.loadCell .data-object-field {
    position: relative;
    border-radius: 5px;
    float: left;
    min-width: 320px !important;
}

.ui-fileupload-uploaded-file {
    margin-right: 5px;
}

.ui-fileupload-content .ui-messages.ui-widget.ui-helper-hidden {
    float: left;
}

.loadCell .data-object-field>div>span {
    border: 1px #AAA solid;
    display: block;
}

.ui-fileupload-content.ui-widget-content.ui-corner-bottom {
    border: 0;
    height: 25px;
    background: none;
}

.fileRow {
    margin: 5px;
}

.loadCell .hint-button {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 25px;
}

.ui-fileupload-buttonbar.ui-widget-header.ui-corner-top {
    background: none;
    width: 100%;
    border: 0;
}

/*boot-faces*/

.input-group .form-control {
    z-index: 0 !important;
}

span.highlight {
    font-weight: bold;
    font-size: 1.1em;
    background-color: yellow;
}

.ui-datepicker-trigger {
    display: inline-block !important;
}

.ui-growl {
    z-index: 999999 !important;
}

.ui-dashboard-column>div {
    margin: 5px;
}
.anonymousSchedule .fc-toolbar .fc-center{
    display:none;
}
.anonymousSchedule .fc-agendaDay-button{
    display:none;
}
.anonymousSchedule .fc-agendaDay-view .fc-day-header{
    display:none;
}
.anonymousSchedule .fc-month-view .fc-day-header{
    display:none;
}
.anonymousSchedule .ui-corner-left{
    border-radius:0px;
}
.anonymousSchedule .fc-prev-button,
.anonymousSchedule .fc-next-button,
.anonymousSchedule .fc-today-button{
    display:none;
}
.anonymousSchedule .fc-toolbar .fc-right{
    float:left;
    margin-left:120px;
}
.anonymousSchedule.quarter{
    width:240px;
    margin-left:10px;
    display: inline-block;
}
.yearsBlock .anonymousSchedule.quarter{
    margin-left:0;
}
.schedulersBlock,
.yearsBlock{
    width:970px;
}
.yearsBlock .yearsInnerBlock{
    width:240px;
    margin-left:10px;
    margin-top:10px;
    display: inline-block;
}
.yearScheduleTitle{
    float:left;
    display:block;
    font-weight:bold;
}
.anonymousSchedule.quarter.first{
    margin-left:0px;
}
.quarter .fc-scroller{
    overflow-y:visible;
    height: auto !important;
}
.schedulersBlock{
    clear:both;
    margin-top:26px;
}
.periodBlock{
    clear:both;
    margin-top:36px;
}
.ui-button.schedule-custom-button{
    border-radius:0px;
    position:relative;
    padding-top:1px;
    padding-bottom:1px;
    left:0px;
    top:26px;
    margin:0px;
}
.ui-button.schedule-custom-button.first-element{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right:0 none;
    clear:none;
}
.anonymousSchedule .fc-month-button{
    display:none;
}
.anonymousSchedule .fc-agendaWeek-button{
    display:none;
}
.add-date-block{
    float:left;
    margin-left:10px;
    margin-top:65px;
}
div[id$=previewBlock] div[id$=periodSchedule]{
    position:relative;
    top:-35px;
    left:10px;
}
div[id$=previewBlock] .anonymousSchedule.quarter{
    position:relative;
    left:-10px;
}


.dashboard-panel {
    border: none;
}

.dashboard-panel .ui-panel-content {
    padding: 0;
}
.nav-filter {
    position: relative;
    width: 100%;
}

.nav-filter > button {
    box-shadow: none !important;
    position: absolute;
    right: 0;
}
.nav-filter > button,
.nav-filter > button.ui-state-hover,
.nav-filter > button.ui-state-focus,
.nav-filter > button.ui-state-active{
    background: none;
}
/* navigator */
div#navigatorUnit .inner-search-text{
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
}


div#navigatorUnit .ui-toolbar-group-left .nav-filter .ui-button-icon-left{
    color: #000 !important;
}
[id='navigationsForm:trees'] tbody td,
[id='navigationsForm:trees'] tbody{
  height: 100%;
}
/*z-index om*/
.i-layout-container .i-layout-unit{
    z-index:auto !important;
    visibility: visible;
    padding: 0;
}
/* layout */
.layout-platform {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.layout-platform-line{
    width: 100%;
    height: 4px;
}
.layout-platform-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}

.layout-platform-content{
    overflow: auto;
    width: 100%;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}
.layout-platform-content{
    margin: 0 5px;
    height: 100%;
}
.i-layout-container .layout-platform-navigator{
    position: relative;
    z-index: 1 !important;
}
div#navigatorUnit.layout-platform-navigator{
    /*position: absolute !important;*/
}
/* scroll in table*/

.dataTable-platform-scroll .scroll-bar {
    width: 100%;
    height: 100%;
}
.dataTable-platform-scroll{
    position: fixed;
    bottom: 0;
    background: rgba(204, 204, 204, 0.8);
}
.dataTable-platform-scroll.ui-sky-scroll{
    position: absolute !important;
    left: 0 !important;
    bottom: 43px !important;
}
.dataTable-platform-scroll .scroll {
    left: 0;
    top: 0;
    height: 100%;
    width: 300px;
    background: #949494;
    border: 0;
}
.dataTable-platform-scroll{
    transition: height .1s;
}
.dataTable-platform-scroll:hover,
.dataTable-platform-scroll:active{
    height: 20px !important;
}
/* workplace */
table.widget-filter td {
    vertical-align: text-bottom;
}
table.widget-filter td span.ui-calendar,
table.widget-filter .ui-selectcheckboxmenu,
table.widget-filter .ui-selectonemenu{
    height: 29px;
    min-width: 165px !important;
}
table.widget-filter td span.ui-calendar input[type="text"]{
    height: 29px;
}
table.widget-filter td span.ui-calendar {
    width: 120px;
    min-width: inherit !important;
}

.dashboardSize > div {
    margin: 10px 0;
}
.dashboardSize > div .ui-selectcheckboxmenu{
    margin: -10px 0;
}
.option-widget {
    clear: both;
    text-align:right;
    line-height:25px;
    margin: 5px 0;
}

.option-widget label {
    float: left;
    padding-right:10px;
}

form.edit-workplace-Form .dashboard-panel .ui-panel-content {
    float:left
}

.ui-dashboard-column {
    width: 400px;
}
form#workplaceForm{
    height: auto;
}
form#workplaceForm fieldset {
    margin: 10px 0;
}
.dashboard-panel {
    position: absolute;
}

#trashcan {
    position: fixed;
    bottom: 0;
    right: 0;
}
span.btn-group {
    display: block;
    position: relative;
    margin: 10px 0;
}
#sseChannel{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1500;
}
/*loading ajax*/
.uil-squares-css div{
    border-radius: 50%;
}
#load{
    display: none;
    position: fixed;
    top:50%;
    left:50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 9000;
}
#load-ajax-fon {
    position: fixed;
    left: 0 !important;
    top: 0;
    background: rgba(255,255,255,0.3);
    width: 100%;
    height: 100%;
}
/*@-webkit-keyframes uilsquare {
  0% {
    background-color: #f96600;
  }
  1% {
    background-color: #ff9933;
  }
  11% {
    background-color: #ff9933;
  }
  21% {
    background-color: #f96600;
  }
  100% {
    background-color: #f96600;
  }
}
@-webkit-keyframes uilsquare {
  0% {
    background-color: #f96600;
  }
  1% {
    background-color: #ff9933;
  }
  11% {
    background-color: #ff9933;
  }
  21% {
    background-color: #f96600;
  }
  100% {
    background-color: #f96600;
  }
}
@-moz-keyframes uilsquare {
  0% {
    background-color: #f96600;
  }
  1% {
    background-color: #ff9933;
  }
  11% {
    background-color: #ff9933;
  }
  21% {
    background-color: #f96600;
  }
  100% {
    background-color: #f96600;
  }
}
@-ms-keyframes uilsquare {
  0% {
    background-color: #f96600;
  }
  1% {
    background-color: #ff9933;
  }
  11% {
    background-color: #ff9933;
  }
  21% {
    background-color: #f96600;
  }
  100% {
    background-color: #f96600;
  }
}
@-moz-keyframes uilsquare {
  0% {
    background-color: #f96600;
  }
  1% {
    background-color: #ff9933;
  }
  11% {
    background-color: #ff9933;
  }
  21% {
    background-color: #f96600;
  }
  100% {
    background-color: #f96600;
  }
}
@-webkit-keyframes uilsquare {
  0% {
    background-color: #f96600;
  }
  1% {
    background-color: #ff9933;
  }
  11% {
    background-color: #ff9933;
  }
  21% {
    background-color: #f96600;
  }
  100% {
    background-color: #f96600;
  }
}
@-o-keyframes uilsquare {
  0% {
    background-color: #f96600;
  }
  1% {
    background-color: #ff9933;
  }
  11% {
    background-color: #ff9933;
  }
  21% {
    background-color: #f96600;
  }
  100% {
    background-color: #f96600;
  }
}*/
@keyframes uilsquare {
  0% {
    background-color: #5bbff1;
    transform:scale(1);
  }
  1% {
    background-color: #5bbff1;

  }
  11% {
    background-color: #0298f3;
  }
  21% {
    background-color: #008af0;
  }
  100% {
    background-color: #007499;
    transform:scale(.3);
  }
}
@-o-keyframes uilsquare {
  0% {
    background-color: #5bbff1;
    transform:scale(1);
  }
  1% {
    background-color: #5bbff1;

  }
  11% {
    background-color: #0298f3;
  }
  21% {
    background-color: #008af0;
  }
  100% {
    background-color: #007499;
    transform:scale(.3);
  }
}

@-ms-keyframes uilsquare {
  0% {
    background-color: #5bbff1;
    transform:scale(1);
  }
  1% {
    background-color: #5bbff1;

  }
  11% {
    background-color: #0298f3;
  }
  21% {
    background-color: #008af0;
  }
  100% {
    background-color: #007499;
    transform:scale(.3);
  }
}

@-webkit-keyframes uilsquare {
  0% {
    background-color: #5bbff1;
    transform:scale(1);
  }
  1% {
    background-color: #5bbff1;

  }
  11% {
    background-color: #0298f3;
  }
  21% {
    background-color: #008af0;
  }
  100% {
    background-color: #007499;
    transform:scale(.3);
  }
}

@-moz-keyframes uilsquare {
  0% {
    background-color: #5bbff1;
    transform:scale(1);
  }
  1% {
    background-color: #5bbff1;

  }
  11% {
    background-color: #0298f3;
  }
  21% {
    background-color: #008af0;
  }
  100% {
    background-color: #007499;
    transform:scale(.3);
  }
}
.uil-squares-css {
   /* background: #FFF;*/
    position: absolute;
    width: 200px;
    height: 200px;
    margin-top: -50px;
    margin-left: -50px;
}
.uil-squares-css div {
  position: absolute;
  z-index: 1;
  width: auto;
  height: auto;
  background-color: #5bbff1;

}
.uil-squares-css div > div {
  position: absolute;
  top: 0;
  left: 0;
  -ms-animation: uilsquare 1.2s linear infinite;
  -moz-animation: uilsquare 1.2s linear infinite;
  -webkit-animation: uilsquare 1.2s linear infinite;
  -o-animation: uilsquare 1.2s linear infinite;
  animation: uilsquare 1.2s linear infinite;
  width: 40px;
  height: 40px;
}
.uil-squares-css > div:nth-of-type(1) {
  top: 55px;
  left: 30px;
}
.uil-squares-css > div:nth-of-type(1) > div {
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.uil-squares-css > div:nth-of-type(2) {
  top: 30px;
  left: 80px;
}
.uil-squares-css > div:nth-of-type(2) > div {
  -ms-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.uil-squares-css > div:nth-of-type(3) {
  top: 55px;
  left: 130px;
}
.uil-squares-css > div:nth-of-type(3) > div {
  -ms-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.uil-squares-css > div:nth-of-type(4) {
  top: 105px;
  left: 130px;
}
.uil-squares-css > div:nth-of-type(4) > div {
  -ms-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.uil-squares-css > div:nth-of-type(5) {
  top: 130px;
  left: 80px;
}
.uil-squares-css > div:nth-of-type(5) > div {
  -ms-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.uil-squares-css > div:nth-of-type(6) {
  top: 105px;
  left: 30px;
}
.uil-squares-css > div:nth-of-type(6) > div {
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
/*.uil-squares-css > div:nth-of-type(7) {
  top: 130px;
  left: 30px;
}
.uil-squares-css > div:nth-of-type(7) > div {
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.uil-squares-css > div:nth-of-type(8) {
  top: 80px;
  left: 30px;
}
.uil-squares-css > div:nth-of-type(8) > div {
  -ms-animation-delay: 0.875s;
  -moz-animation-delay: 0.875s;
  -webkit-animation-delay: 0.875s;
  -o-animation-delay: 0.875s;
  animation-delay: 0.875s;
}*/
/* modal dialog */
body.modelPage {
    overflow: auto;
}
/* schedulerForm */
form[id$='schedulerForm'] .ui-datepicker-next,
form[id$='schedulerForm'] .ui-datepicker-prev {
    font-family: FontAwesome;
    text-indent: 0;
    color: #333 !important;
}
form[id$='schedulerForm'] .ui-datepicker-next span,
form[id$='schedulerForm'] .ui-datepicker-prev span{
    background: none !important;
}
form[id$='schedulerForm'] .ui-datepicker-prev:before,
form[id$='schedulerForm'] .ui-datepicker-next:before{
    height: 16px;
    width: 6px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -3px;
}
form[id$='schedulerForm'] .ui-datepicker-next:before{
    content: "\f105";
}
form[id$='schedulerForm'] .ui-datepicker-prev:before{
    content: "\f104";
}
/* form */
table.main-table .sub-title {
    white-space: nowrap;
    font-size: 16px;
    margin: 5px 0;
}
table.platform-table-form {
    table-layout: auto;
    width: auto !important;
}
table.platform-table-form td{
    vertical-align: top;
}
table.platform-table-form td > label {
    display: block;
    margin-right: 10px;
    position: relative;
    width: 195px;
    font-size: 14px;
}
table.platform-table-form td > label span.ui-outputlabel-rfi {
    position: absolute;
    top: 0;
    margin-left: 4px;
}
table.platform-table-form td > textarea,
table.platform-table-form td > input,
table.platform-table-form td > span > input,
table.platform-table-form td > .ui-selectonemenu{
    width: 200px;
}
table.platform-table-form td > span.ui-calendar{
    width: 222px;
}
table.platform-table-form td > .ui-selectcheckboxmenu{
    width: 200px;
}
.process-reassignment-form {

}
.scroll-block {
    width: auto;
}
.doouble-form {
    flex-wrap: nowrap;
}
/* search */
form#search > button,
input[id$=query]{
    display: inline-block;
}
form#search > button{width: 90px;}
input[id$=query]{
    width: calc(100% - 125px);
}
/* message */
.message-log {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.ml-body {
    padding: 15px
}
.ml-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.ml-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}
.message-log {
    border-color: #ddd
}
.message-log>.ml-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.logging-block{
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.form-block{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
/* paginator scroll */
.rpp-scroll {
    display: inline-block;
    position: relative;
    padding: 11px 15px;
    padding-right: 50px;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #ebebeb;
}

.rpp-scroll ul.hide {
    display: none;
}

.rpp-scroll ul {
    position: absolute;
    z-index: 10000;
    background: #FFF;
    left: 0;
    padding: 0;
    margin: 0;
    top: -98px;
    border: 1px solid #ebebeb;
    color: #9e9e9e !important;
}

.rpp-scroll label:before {
    content: "\f106";
    position: absolute;
    right: 10px;
    color: #7b7e8d;
    font: normal normal normal 14px/1 FontAwesome;
    cursor: pointer;
}
.rpp-scroll .hide ~ label:before {
    content: "\f107";
    position: absolute;
    right: 10px;
    color: #7b7e8d;
    font: normal normal normal 14px/1 FontAwesome;
    cursor: pointer;
}
.rpp-scroll label {
  font-size: 16px;
  font-family: sans-serif;
  color: #9e9e9e !important;
}

.rpp-scroll ul li:hover {
    background: #f7f5f5;
}

.rpp-scroll ul li {
    padding: 3px 31px;
    font-size: 16px;
    color: #9e9e9e !important;
}
/*workplace*/
.layout-platform-content{
    position: relative;
}
.top-scroll-block,
.bottom-scroll-block,
.right-scroll-block,
.left-scroll-block{
    position: fixed;
    background: rgba(204, 204, 204, 0.25);
}

/* autocomplete platform */
.ui-autocomplete-panel{
    max-height: 300px;
}
.ui-autocomplete-panel-platform li{
    position: relative;
}
.ui-autocomplete-panel-platform li > input,
.ui-autocomplete-panel-platform li > div {
    display: inline-block;
}
.ui-autocomplete-panel-platform li > div{
    padding: 8px 0 5px 30px !important;
}
.ui-autocomplete-panel-platform li > input{
    height: 14px;
    width: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    z-index: 1;
}
.btn-selected-save{
    margin: 5px 10px;
}
/* map */
.ol-logo-only {
    display: none;
}
/* table es*/
/*
[id='form:dataObjectsList:dataObjectsTable'] .ui-datatable-tablewrapper table {
    width: auto!important;
    min-width: 100%;
}
[id$='form:dataObjectsForm'] [id$='form:dataObjects'] table{
    width: 100%;
}
*/
/* test */
.fa-power-off:before {
    content: "\f011";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    color: #366697;
    height: 18px;
    margin-left: 4px;
    margin-top: 1px;
    vertical-align: top;
}
.ui-steps-line {
    float: left;
    width: 20px;
    height: 1px;
    display: block;
    background: gray;
    margin-left: 10px;
    margin-top: 7px;
}
.ui-steps li:last-child .ui-steps-line {
    display: none;
}
.ui-g{
    display: block !important;
}

/* drag and drop */
.transform-field.drag-drop.ui-draggable.ui-droppable.ui-state-active,
.section-tab.drop.ui-droppable.ui-state-active{
    background: #ccfbf9 !important;
}
.transform-field.drag-drop.ui-draggable.ui-droppable.ui-state-active.ui-state-highlight,
.section-tab.drop.ui-droppable.ui-state-active.ui-state-highlight{
    background: #41f588 !important;
}
.transform-field.drag-drop.ui-draggable.ui-droppable.ui-draggable-dragging{
    z-index: 9999 !important;
}
.section-tab.drop.ui-droppable{
    margin-right: 3px !important;
}
.section-tab.drop.ui-droppable.ui-state-active{
    border-bottom: solid 3px #ccfbf9;
}
.section-tab.drop.ui-droppable.ui-state-active.ui-state-highlight{
   border-bottom: solid 3px #41f588;
}
.data-entity-forms-form table{
     -webkit-border-vertical-spacing:2px !important;
     -moz-border-vertical-spacing:2px !important;
     -ms-border-vertical-spacing:2px !important;
      border-vertical-spacing:2px !important;
      border-spacing: 2px 2px;
}

.data-entity-forms__inner .ui-droppable.ui-state-active-group {
    background-color: #ccfbf9 !important;
}
.data-entity-forms__inner .ui-droppable.ui-state-active {
    background-color: #ccfbf9 !important;
}
.data-entity-forms__inner .ui-droppable.ui-state-highlight-group {
    background-color: #41f588 !important;
}
.data-entity-forms__inner .ui-droppable.ui-state-highlight {
    background-color: #41f588 !important;
}
.data-entity-forms__inner .ui-panel div.ui-draggable-dragging.ui-panel-titlebar{
    opacity: 0.6;
}




/* all style in view */
.inherited-attribute {
    background-color: #d7dce5;
}

.row-new {
    background-color: #96ce96;
}

.row-changed {
    background-color: #f99e19;
}
.ui-button-text-only .ui-button-text {
    padding: 0;
}
.ui-datatable-tablewrapper {
    display: inline-block;
}

.ui-datatable-footer.ui-corner-bottom {
    width: auto !Important;
}
[id='serviceForm:serviceTabs:clientTabView:infoRes']{
    min-width: auto !important;
    width: 447px;
}
.ui-row-editor {
    float: left;
}

.ui-datatable tbody tr:hover {
    background: #EAECEE;
}
.main-flow {
    background-color: cornflowerblue;
}
.scheduler_left_col{
    width:76px;
}
li[aria-selected="true"] {
    background-color: #fc5;
}
.status-ok {
    color: lightseagreen;
}

.status-error {
    color: firebrick;
}
.CodeMirror {
    font-size: 10pt;
}
.task-assigned {

}

.task-unassigned {
    color: lightseagreen;
}

.task-normal {
    display: none;
}

.task-warning {
    color: darkorange;
}

.task-overdue {
    color: firebrick;
}

.no-border {
    border: none;
}
.task-assigned {

}

.task-unassigned {
    color: lightseagreen;
}

.task-normal {
    display: none;
}

.task-warning {
    color: darkorange;
}

.task-overdue {
    color: firebrick;
}

.no-border {
    border: none;
}


.fc-today-button{
    display: none;
}

.calendar-style-form table td, .calendar-style-form table th {
    overflow: visible !important;
}
.fc-time-grid-event.fc-short .fc-time:before,
.fc-time-grid-event.fc-short .fc-time:after{
    display: none;
}
.fc-time-grid-event.fc-short .fc-time span{
    display: block;
}
span.ui-icon.ui-icon-circle-triangle-e:before {
    content: "\f0a9";
    font-size: 20px;
}
span.ui-icon.ui-icon-circle-triangle-w:before{
    content: "\f0a8";
    font-size: 20px;
}
span.ui-icon.ui-icon-circle-triangle-w,
span.ui-icon.ui-icon-circle-triangle-e {
    background: none;
    text-indent: 0;
    font: normal normal normal 14px/1 FontAwesome;
}
.periodBlock td.ui-widget-content div.fc-time-grid-container{
    overflow: auto !important;
}
iframe{
    border:0 none;
}
#treePanel+div{
    display:none;
}
.layout-platform-content h2{
    padding-top:10px!important;
    margin-bottom:0;
}
button[id$=saveMeasure] {
    position: relative;
}

button[id$=saveDimension] {
    position: relative;
}
.load-fail {
    background-color: indianred;
}
[id='searchForm:infoRes']{
    min-width: auto !important;
    width: 260px;
}
span.ui-column-title {
    word-break: normal;
    display: block;
    white-space: pre-wrap;
}
.ui-organigram .ui-organigram-node.tenant {
    background: #93e7ff;
    background: -moz-linear-gradient(top, #93e7ff 0%, #007efc 100%);
    background: -webkit-linear-gradient(top, #93e7ff 0%, #007efc 100%);
    background: linear-gradient(to bottom, #93e7ff 0%, #007efc 100%);
}

.ui-organigram .ui-organigram-node.user {
    background: #88c048;
    background: -moz-linear-gradient(top, #88c048 0%, #69a038 100%);
    background: -webkit-linear-gradient(top, #88c048 0%, #69a038 100%);
    background: linear-gradient(to bottom, #88c048 0%, #69a038 100%);
}
form#groovyForm .CodeMirror-scroll {
    min-height: 400px;
}
form#workplaceForm.drag-workplace-form .ui-panel-titlebar {
    cursor: auto;
}
/*.ui-organigram table td {*/
/*border: initial !important;*/
/*}*/
/*table td, table th {
    overflow: visible !important;
}*/
.fc-time-grid-event.fc-short .fc-time:before,
.fc-time-grid-event.fc-short .fc-time:after{
    display: none;
}
.fc-time-grid-event.fc-short .fc-time span{
    display: block;
}
.periodBlock td.ui-widget-content div.fc-time-grid-container{
    overflow: auto !important;
}
#navigationsForm .align-top > div{
    overflow: auto;
}

#navigationsForm [id$='targetInfo'] .ui-panel-content td {
    display: block;
}
#navigationsForm [id$='targetInfo'] .ui-panel-content td textarea,
#navigationsForm [id$='targetInfo'] .ui-panel-content td > div {
    margin-left: 0px;
}

.data-object-list-page-form [id$='dataObjectsTree'] {
    margin-right: 30px;
    width: calc(100% - 50px);
    box-sizing: border-box;
}
[id$='dataObjects'] > table > tbody > tr > td {
    vertical-align: top;
}
.data-object-list-page-form .ui-tree .ui-tree-toggler.ui-icon {
    min-width: 16px;
}
.align-top.align-top.vis-dataObjectsTree {
    width: 400px;
}
.align-top.align-top.vis-dataObjectsTree > .ui-tree {
    box-sizing: border-box;
    max-height: calc(100vh - 16px);
    overflow: auto;
    width: 390px;
}
.align-top.align-top.vis-dataObjectsTree + td {
    vertical-align: top;
    padding-right: 10px;
}
.ui-tree .ui-tree-toggler {
    min-width: 16px;
}
.data-entity-forms__inner .ui-autocomplete .ui-resizable-handle,
.data-entity-forms__inner .ui-selectonemenu .ui-resizable-handle,
.data-entity-forms__inner .ui-selectcheckboxmenu .ui-resizable-handle,
.data-entity-forms__inner .ui-calendar .ui-resizable-handle {
    right: -5px;
}
.data-object-field.wrapper-hint-button {
    padding-right: 40px;
    display: inline-block;
    min-height: 30px;
    box-sizing: border-box;
}
.fileRow > .ui-output-file > .ui-fileupload-uploaded-file {
    width: auto;
}
.wrapper-table-data-obj .ui-datatable{
    overflow: visible !important;
}
.wrapper-table-data-obj.resize-table-in-block {
    display: block !important;
    max-width: none !important;
    margin-bottom: 4px;
}
.hidden-table-x {
    overflow: hidden;
}
.address-selector-wrapper > .ui-autocomplete {
    float: left;
}
.address-selector-wrapper .ui-outputlabel {
    display: inline-block;
    margin-top: 8px;
}
.data-entity-forms__inner .inner-wrap-ui-autocomplete {
    display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
}

.data-entity-forms__inner .inner-wrap-ui-autocomplete > .ui-button {
    margin-top: 0px;
    margin-bottom: 0px;
}
.data-entity-forms__inner .data-object-field.wrap-autocomplete {
    display: inline-table;
}
.data-object-field.wrapper-hint-button .inner-wrap-ui-autocomplete ~ .hint-button {
    right: 0;
}
.inner-wrap-ui-autocomplete .ui-button.ui-state-default .fa-pencil:before{
    content: "\f040" !important;
}
.inner-wrap-ui-autocomplete .ui-button.ui-state-default .fa-eye:before {
    content: "\f06e" !important;
}
.inner-wrap-ui-autocomplete .ui-button.ui-state-default .fa-times:before {
    color: #FFF;
}
tr.ui-widget-content.ui-datatable-even.temporal td {
    background: #fef4e3;
}
#dashForm [id$='builder'] .overlayPanel {
    position: relative !important;
}

/* warning session */
#timeoutSession {
    box-shadow: 0px 2px 7px #27557a !important;
}

#timeoutSession .ui-dialog-titlebar{
    background: #27557a;
    border-bottom: 0px solid !important;
    padding-top: 10px;
}

#timeoutSession .ui-dialog-titlebar .ui-dialog-title {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: relative;
}

#timeoutSession_title:before {
    content: "\f071";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    color: yellow;
}
#timeoutSession_title:after {
    content: "\f071";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    color: yellow;
}

#timeoutSession #dialog-countdown {
    color: red;
}

#timeoutSession .ui-panel-content{
    color: #000;
}

#timeoutSession .ui-dialog-content p {
    color: #000;
}
#timeoutSession .ui-icon.ui-icon-alert{
    display: none;
}

#timeoutSession {
    height: 220px !important;
}
#timeoutSession .ui-dialog-content {
    box-sizing: border-box;
    padding-top: 0px !important;
}
.template-form .template-editor textarea {
    min-height: 200px;
}
.window-login #registerDialog {
    position: absolute;
    max-height: none
}
.window-login #registerDialog td {
    padding-left: 0px;
}

.window-login #registerDialog .user-form-label {
    display: inline-block;
    width: 219px !important;
}
.users-form-style [id$='usersTable'] table{
    width: auto;
}
.users-form-style [id$='usersTable'] {
    overflow: hidden;
}
.ui-dialog.test-groovy-dialog  {
    z-index: 9999999 !important;
}
.history-table > table {
    table-layout: fixed;
    width: 100%;
}
.history-table {
    overflow: hidden !Important;
}
.CodeMirror-hints{
    z-index: 9999999999999 !important;
}
[fieldcode="fullDesc"] .ui-wrapper {
    width: auto !important;
}
.loggedIn-user .about-dialog-link:before {
    color: #FFF;
    font-size: 18px;
    left: 0px;
    top: 0px;
    font-family: FontAwesome;
    position: absolute;
}
.loggedIn-user .about-dialog-link {
    position: absolute;
    width: 11px;
    height: 13px;
    margin-right: 5px;
    right: 56px;
}
.ui-inputfield.ui-widget.ui-inputtextarea {
    white-space: pre-wrap;
}
.ui-inputfield.ui-inputtextarea.ui-state-disabled {
    pointer-events: auto;
}

.rich-editor-readonly {
    display: inline-block;
    word-wrap: break-word;
    margin-left: 9px;
    text-align: left;
}

[id$=usersTable] table{
    width: 100% !important;
}
[id$=usersTable] table th {
    width: 200px;
}
[id$=usersTable] table tr > th:first-child {
    width: 100px;
}
[id$=usersTable] table tr > th:last-child {
    width: 130px;
}
.dataTable-platform-scroll .scroll.ui-draggable.ui-draggable-handle {
    top: 0px !important;
}
.process-delegation-form .ui-picklist-filter.ui-inputfield {
    padding-left: 30px !important;
}
/* end all style in view */

/* style nav menu, dataObjects table begin */
.vis-dataObjectsTree > .ui-tree {
    height: 100%;
    min-height: calc(100vh - 200px);
    border-radius: 8px;
    border-color: #bfdbf2;
    margin: 10px 0px;
    box-shadow: 0px 2px 12px #77bbf4;
    padding: 15px 0px;
}

.vis-dataObjectsTree .ui-tree .ui-tree-container,
.vis-dataObjectsTree .ui-tree .ui-treenode.ui-treenode-parent {
    padding: 0px !important;

}
.vis-dataObjectsTree .ui-tree .ui-treenode-parent > .ui-tree-selectable .ui-treenode-label.ui-corner-all {
    font-size: 16px;
    font-weight: bold;
}

.vis-dataObjectsTree .ui-tree .ui-treenode-content .ui-treenode-label.ui-state-hover {
    background: none;
    color: #546e7a;
    box-shadow: none;
}
.vis-dataObjectsTree .ui-tree .ui-treenode.ui-treenode-parent .ui-treenode-content {
    padding: 10px 0px !important;
}
.vis-dataObjectsTree .ui-tree .ui-treenode {
    padding-left: 10px !important;
}

.vis-dataObjectsTree .ui-treenode-children .ui-treenode:not(.ui-treenode-parent) .ui-treenode-content:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px dotted;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: -14px;
}

.vis-dataObjectsTree .ui-treenode.ui-treenode-leaf:before {
     content: "";
     display: block;
     width: 0;
     position: absolute;
     top: 0;
     bottom: 0;
     left: -5px;
     border-left: 1px dotted;
}
.vis-dataObjectsTree .ui-treenode-children {
    position: relative;
}
.vis-dataObjectsTree .ui-treenode {
    position: relative;
}

.vis-dataObjectsTree .ui-treenode-children > .ui-treenode-leaf:last-child:before {
    bottom: 50%;
}
.vis-dataObjectsTree .ui-treenode-children > .ui-treenode-leaf + .ui-treenode-parent > .ui-tree-selectable:after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 50%;
    left: -5px;
    border-left: 1px dotted;
}
.data-object-list-page-form .ui-tree .ui-tree-toggler.ui-icon {
    margin: 0px;
    margin-left: 3px;
    border-radius: 3px;
    background: #4195e9 !important;
}
.vis-dataObjectsTree span.ui-icon-triangle-1-s:before {
    content: "\f068";
    font-weight: bold;
    font-size: 12px;
    margin-left: 3px;
    color: #fff;
    position: relative;
    top: 1px;
}
.vis-dataObjectsTree span.ui-icon-triangle-1-e:before {
    content: "\f067";
    font-weight: bold;
    font-size: 12px;
    margin-left: 3px;
    color: #fff;
    position: relative;
    top: 1px;
}

.window_filterPanel .ui-autocomplete-panel input {
    width: auto;
}
.ui-autocomplete-panel-header .btn-selected-save.ui-button {
    padding: 5px 10px;
    float: right;
}
.ui-autocomplete-panel-header:before,
.ui-autocomplete-panel-header:after {
    content: " ";
    clear: both;
}
.ui-autocomplete-panel-header {
    text-align: left;
}
.ui-autocomplete-panel-header label{
    padding-top: 7px;
    display: inline-block;
}
.vis-dataObjectsTree .ui-tree .ui-tree-selectable .ui-treenode-label:hover {
    color: #4195e9;
}
.ui-fileupload-simple .ui-button.ui-widget .ui-button-text {
    padding: 0 0 0 15px;
}
.registry-table-widget {
    display: inline-block;
}
.window_filterPanel__nullGroup {
    text-align: left;
}
.window_filterPanel__nullGroup .ui-chkbox {
    margin-left: 0px;
}
/* style nav menu, dataObjects table end */