/*******************************Global*****************************/
/************************************Form Input****************************/
/*****************************panel-form-primary****************************/
/***************************table*****************************************/
/***************************tabs*****************************************/
/***************************checkbox************************************/
/***************************dropdown***********************************/
/****************************Popup**************************************/
/****************************Notifications******************************/
.no-animations, .no-animations div, .no-animations ul, .no-animations li, .no-animations span, .no-animations a {
  animation: none !important;
  transition: none !important; }

/************************************************Layout*********************************/
.page-wrapper {
  background-color: #ecedf1;
  min-height: 100vh;
  transition: all 0.5s ease; }

.aside-container {
  z-index: 1000;
  position: absolute;
  left: -100%;
  top: 55px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: transparent;
  transition: all 0.5s ease; }

.page-wrapper.toggled .aside-container {
  left: 0; }

.main-container {
  width: 100%; }

.main-container .navbar-brand {
  height: 55px;
  line-height: 55px;
  padding: 0 15px; }

.main-container .navbar-brand img {
  max-height: 70%;
  display: inline-block;
  margin-right: 10px; }

.navbar {
  min-height: 55px;
  background-color: #f5f5f5;
  color: #8b8f95; }

.navbar .container-fluid {
  height: 55px; }

.client-logo {
  height: 55px;
  position: relative;
  z-index: 10;
  background-color: #313649; }

.nav.nav-pills > li {
  width: 100%;
  position: relative; }

.nav.nav.nav-pills > li.active > a {
  border-left: 5px solid #4fc3f7;
  background-color: #1565c0;
  padding-left: 0; }

.nav.nav-pills > li + li {
  margin-left: 0; }

.nav.nav-pills > li > a {
  height: 50px;
  width: 100%;
  border-radius: 0;
  line-height: 50px;
  white-space: nowrap;
  padding-left: 5px;
  color: #fff;
  padding: 0 0 0 5px; }

.nav.nav.nav-pills > .nav-item > a:hover {
  background-color: #4657c1; }

.nav.nav.nav-pills > .nav-item > a:active {
  background-color: #4657c1; }

.page-wrapper.toggled .nav.nav-pills > .nav-item > a span {
  font-size: 1em; }

.page-wrapper .nav.nav-pills a span {
  opacity: 0;
  transition: all 0.3s; }

.page-wrapper.toggled .nav.nav-pills a span {
  position: absolute;
  width: 100%;
  opacity: 1;
  padding-left: 50px;
  left: 0; }

.nav.nav-pills > .nav-item > a i {
  padding-left: 14px !important;
  font-size: 1em; }

.navbar-toggle .icon-bar {
  background-color: #8b8f95; }

.aside-container .navbar-toggle {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 31px 15px; }

.aside-container .navbar-toggle .icon-bar {
  background-color: #8b8f95; }

.aside-container .client-logo {
  line-height: 85px; }

.aside-container .client-logo .logo {
  width: calc(100% - 54px);
  display: none;
  text-align: center; }

.page-wrapper.toggled .aside-container .client-logo .logo {
  display: inline-block; }

.aside-container .client-logo .logo img {
  height: 30px;
  display: inline-block;
  margin-left: -20px; }

.main-container .avatar-box {
  height: 55px;
  line-height: 55px;
  display: inline-block; }

.main-container .avatar-box .avatar {
  height: 50px;
  width: 50px;
  border-radius: 60px;
  display: inline-block; }

.main-container .avatar-box .options {
  width: 250px;
  display: inline-block;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 1.2em; }

.aside-container .tooltip {
  z-index: 9999;
  position: fixed; }

.page-wrapper.toggled .aside-container .tooltip {
  display: none !important; }

/*********************************Nativ primeface menu*************************/
.ui-menu {
  padding: 0;
  background: white; }

.ui-menu .ui-menuitem-link {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #283593;
  color: white;
  padding: 0; }

.ui-menu .ui-menuitem-link:hover {
  background-color: #1565c0; }

.ui-menu .ui-menuitem-link .ui-menuitem-text {
  margin-left: 10px;
  float: none; }

.ui-menu .ui-menuitem-link .ui-menuitem-icon {
  margin-left: 10px;
  float: none; }

.page-wrapper .aside-container .nav {
  position: relative; }

.sub-navigation .dropdown-toggle {
  border-left: 1px solid white;
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-color: #1565c0; }

.sub-navigation .current-action {
  min-width: 250px; }

.sub-navigation .btn-default {
  color: #fff !important;
  background-color: #1565c0;
  border-radius: 0 !important; }

.sub-navigation .dropdown-menu {
  width: 100% !important;
  overflow-x: hidden;
  text-overflow: ellipsis; }

.sub-navigation .btn-default:hover, .sub-navigation .btn-default:active {
  background-color: #4657c1 !important; }

.nav-item-submenu-items .nav-item i {
  padding-left: 14px !important; }

.page-wrapper .nav.nav.nav-pills > .nav-item > .nav-item-submenu-items .nav-item.active {
  background-color: #1565c0;
  border-left: 5px solid #4fc3f7; }

.navigation-menu-scroll {
  display: none;
  position: fixed;
  z-index: 3;
  width: 50px;
  bottom: 25px;
  left: 70px;
  color: #1565c0;
  cursor: pointer; }

.navigation-menu-scroll.scrollable {
  display: none; }

.navigation-menu-scroll .scroll-chevron-up .fa-chevron-up {
  color: white; }

.page-wrapper.toggled .nav-item .subnavigation-toggle {
  position: absolute;
  right: 30px !important;
  top: 12px;
  background-color: transparent !important;
  box-shadow: none;
  width: 24px;
  height: 24px;
  z-index: 3;
  font-size: 12px;
  border-radius: 24px;
  text-align: center;
  line-height: 24px;
  animation: sub-nav-toggle 0.3s;
  z-index: 5; }

@keyframes sub-nav-toggle {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.page-wrapper .nav-item .subnavigation-toggle:before {
  content: "\f078";
  font-family: FontAwesome;
  color: white; }

.page-wrapper .nav-item.toggled .subnavigation-toggle {
  transform: rotate(180deg); }

.page-wrapper .fa-stack .fa-chevron-down {
  color: white; }

.page-wrapper .nav.nav.nav-pills > .nav-item.toggled > .fa-stack > .fa-chevron-down:before {
  content: '\f077'; }

.page-wrapper .arrow-div {
  position: absolute;
  right: 0px;
  background-color: transparent;
  width: 0px;
  height: 100%;
  z-index: 2; }

.page-wrapper .nav-div {
  width: 100%;
  height: 100%;
  background-color: #313649;
  position: relative;
  overflow-y: scroll; }

.page-wrapper .nav.nav.nav-pills .nav-item-element-arrow {
  display: none; }

.page-wrapper.toggled .nav.nav.nav-pills .nav-item-element-arrow {
  display: block; }

.page-wrapper.toggled .nav.nav.nav-pills .nav-item-element-arrow:hover {
  cursor: pointer; }

.page-wrapper .nav.nav.nav-pills .nav-item > .nav-item-submenu-items > .nav-item {
  list-style-type: none;
  display: none;
  width: 100%;
  height: 0;
  transition: all 0.3s; }

.page-wrapper .nav.nav.nav-pills > .nav-item.toggled > .nav-item-submenu-items .nav-item {
  display: inline-block;
  height: auto; }

.page-wrapper .nav.nav.nav-pills > .nav-item > .nav-item-submenu-items .nav-item {
  font-size: 13px;
  border-left: 5px solid #313649; }

.page-wrapper .nav.nav.nav-pills > .nav-item.toggled > .nav-item-submenu-items {
  padding-left: 5px; }

.nav.nav.nav-pills .nav-item-element-arrow {
  position: absolute;
  top: 10px;
  right: 8%;
  color: white;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  font-family: FontAwesome;
  font-size: 25px; }

.page-wrapper.toggled .nav.nav.nav-pills > .nav-item > .nav-item-submenu-items .nav-item {
  height: 50px;
  width: 100%;
  border-radius: 0;
  line-height: 50px;
  white-space: nowrap; }

.nav.nav.nav-pills .nav-item .nav-item-submenu-items .nav-item:hover {
  background-color: #4657c1; }

.nav.nav.nav-pills .nav-item > .nav-item-submenu-items .nav-item > a {
  text-decoration: none;
  height: 50px;
  width: 100%;
  border-radius: 0;
  line-height: 50px;
  white-space: nowrap;
  padding-left: 5px;
  padding: 0 0 0 5px;
  color: #fff;
  display: inline-block;
  height: 100%; }

.page-wrapper.toggled .nav.nav.nav-pills .nav-item.toggled .fa-angle-down:before {
  content: '\f106'; }

.page-wrapper.toggled .nav.nav.nav-pills .nav-item .fa-angle-down:before {
  content: "\f107"; }

.scroll-button {
  display: none; }

@media (min-width: 768px) {
  .page-wrapper {
    padding-left: 55px;
    transition: all 0.5s ease; }
  .page-wrapper.toggled {
    padding-left: 350px; }
  .page-wrapper .nav-item .subnavigation-toggle {
    position: absolute;
    right: 10px;
    top: 12px;
    background: white;
    overflow: hidden;
    height: 3px;
    width: 3px;
    border-radius: 2px;
    text-align: center;
    line-height: 24px; }
  .page-wrapper .nav-item:hover .subnavigation-toggle, .page-wrapper .nav-item.toggled .subnavigation-toggle {
    right: -10px;
    top: 12px;
    border-radius: 2px;
    background-color: #283593;
    width: 24px;
    height: 24px;
    z-index: 3;
    font-size: 12px;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    animation: toggle-button-animation 5s; }
  @keyframes toggle-button-animation {
    from {
      right: 10px;
      width: 3px;
      height: 3px;
      border-radius: 3px; }
    to {
      right: -10px;
      width: 24px;
      height: 24px;
      border-radius: 24px; } }
  .aside-container {
    z-index: 1000;
    position: fixed;
    left: 350px;
    top: 0;
    width: 70px;
    height: 100%;
    margin-left: -350px;
    background-color: transparent;
    transition: all 0.5s ease;
    overflow: hidden; }
  .page-wrapper .arrow-div {
    position: absolute;
    right: 0px;
    background-color: transparent;
    width: 15px;
    height: 100%;
    z-index: 2; }
  .page-wrapper .nav-div {
    width: calc(100% - 15px);
    height: 100%;
    background-color: #313649;
    overflow: visible; }
  .page-wrapper.toggled .aside-container {
    left: 350px;
    width: 350px; }
  .main-container {
    width: 100%;
    background-color: #ecedf1; }
  .navbar {
    min-height: 85px;
    padding: 0; }
  .navbar > .container-fluid {
    height: 85px;
    line-height: 85px; }
  .client-logo {
    height: 85px; }
  .main-container .navbar-brand {
    height: 85px;
    line-height: 85px;
    padding: 0 15px; }
  .navbar > .navbar-right {
    height: 85px;
    line-height: 85px; }
  .navbar > .navbar-right > a {
    line-height: normal; }
  .navigation-menu-scroll.scrollable {
    display: inline-block; }
  .page-wrapper .aside-container .scroll-button {
    display: none;
    position: fixed;
    background-color: #313649;
    text-align: center;
    line-height: 50px;
    width: 55px;
    z-index: 11;
    cursor: pointer;
    transition: transform 0.3s ease-in-out; }
  .page-wrapper .aside-container .scroll-button.scrollable {
    display: inline-block; }
  .page-wrapper.toggled .aside-container .scroll-button {
    transform: translateX(147.5px);
    height: auto;
    background: transparent; }
  .page-wrapper .aside-container .scroll-button.up {
    font-family: FontAwesome;
    color: white;
    top: 56.66667px;
    line-height: normal; }
  .page-wrapper .aside-container .scroll-button.up:before {
    content: "\f077"; }
  .page-wrapper .aside-container .scroll-button.down {
    font-family: FontAwesome;
    color: white;
    bottom: 0; }
  .page-wrapper .aside-container .scroll-button.down:before {
    content: "\f078"; } }

/***********************************Form button colors****************************/
.form-button {
  position: relative;
  padding-left: 0px;
  margin-top: 10px; }

.form-button.form-button-icon {
  padding: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px; }

.form-button, .form-button:focus, .form-button:active {
  display: inline-block;
  background-color: #283593;
  color: #fff;
  border: none;
  border-radius: 0;
  margin: 10px 5px 0 0;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
  text-align: center; }

.form-button.inverted {
  background-color: transparent;
  color: #283593; }

.form-button.form-button-icon, .form-button.form-button-icon:focus, .form-button.form-button-icon:active {
  width: 40px; }

.form-button > div {
  position: relative;
  padding: 7px 15px; }

.form-button.form-button-icon > div {
  padding: 0;
  width: 100%;
  height: 100%; }

.form-button.inverted.form-button-icon > div:hover {
  padding: 0;
  width: 100%;
  color: #1565c0; }

.form-button.ui-state-disabled {
  background-color: grey !important; }

.form-button.warning {
  background-color: #f39b03; }

.form-button.inverted.warning {
  background-color: transparent;
  color: #f39b03; }

.form-button.success {
  background-color: #bac600; }

.form-button.inverted.success {
  background-color: transparent;
  color: #bac600; }

.form-button.info {
  background-color: #29b6f6; }

.form-button.inverted.info {
  background-color: transparent;
  color: #29b6f6; }

.form-button.danger {
  background-color: #ce4844; }

.form-button.inverted.danger {
  background-color: transparent;
  color: #ce4844; }

.form-button i {
  position: absolute;
  left: 10px;
  left: -15px; }

.form-button.form-button-icon i {
  position: relative;
  left: auto;
  top: auto;
  height: auto; }

.form-button .tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.form-button:hover {
  background-color: #1565c0;
  color: #fff;
  text-decoration: none; }

[class*="col-"] .form-button:last-child, .row .form-button:last-child {
  margin-right: 0; }

@media (min-width: 768px) {
  .form-button, .form-button:focus, .form-button:active {
    margin: 10px 5px 0 0;
    width: auto; }
  .form-button.form-button-icon, .form-button.form-button-icon:focus, .form-button.form-button-icon:active {
    width: 40px; }
  .form-button i {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    margin-right: 10px; }
  .form-button.form-button-icon i {
    margin: 0; }
  .form-button {
    position: relative;
    padding-left: 0;
    margin-top: 10px; } }

.form-button.form-button-icon i.medium {
  font-size: 1.5em; }

.form-button.form-button-icon i.large {
  font-size: 2em;
  line-height: 40px; }

/*******************************Global*****************************/
/************************************Form Input****************************/
/*****************************panel-form-primary****************************/
/***************************table*****************************************/
/***************************tabs*****************************************/
/***************************checkbox************************************/
/***************************dropdown***********************************/
/****************************Popup**************************************/
/****************************Notifications******************************/
/**************Form input**************************/
.ui-autocomplete-panel {
  background-color: white; }

.ui-autocomplete-panel .ui-autocomplete-items {
  background-color: white;
  padding: 0 !important; }

.ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-item {
  padding: 10px;
  height: auto;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease; }

.ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-item:hover {
  background-color: #1565c0;
  color: #fff; }

.form-group.form-input {
  min-height: 40px;
  width: 100%;
  position: relative;
  background: white; }

.form-group.form-input .activity {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  line-height: 40px;
  text-align: right;
  font-family: FontAwesome; }

.form-group.form-input.form-input-hint .activity, .form-group.form-input.form-input-datepicker .activity, .form-group.form-input.form-dropdown .activity {
  right: 50px; }

.form-group.form-input .activity.required {
  display: block;
  color: #ce4844; }

.form-group.form-input.no-empty .activity.required, .form-group.form-input.active .activity.required {
  display: none; }

.form-group.form-input .activity.required:before {
  font-size: 0.7em;
  content: "\f069"; }

.form-group.form-input .activity.disabled {
  display: none; }

.form-group.form-input .activity.disabled:before {
  content: "\f05e"; }

.form-group.form-input.form-input-datepicker input {
  width: calc(100% - 50px);
  display: inline-block; }

.form-group.form-input.form-input-datepicker input {
  width: calc(100% - 50px);
  display: inline-block; }

.form-group.form-input.form-input-datepicker.no-button input {
  width: calc(100%);
  display: inline-block; }

.form-datepicker.hide-input input {
  display: none; }

.form-group.form-input.form-input-hint .hint-trigger-button {
  display: inline-block;
  margin-left: 3px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #283593;
  color: #fff;
  text-align: center;
  cursor: pointer; }

.form-group.form-input.form-input-hint.disabled .hint-trigger-button {
  background-color: grey;
  cursor: default; }

.form-group.form-input.form-input-hint input {
  width: calc(100% - 50px);
  display: inline-block;
  float: left; }

.form-group.form-input.form-input-number input {
  width: 100%; }

.form-group.form-input.form-input-auto-complete span {
  width: 100%; }

.form-group.form-input.form-input-auto-complete input {
  width: 100%; }

.form-group.form-input.form-textarea {
  height: auto; }

.form-group.form-input.form-textarea .char-counter {
  position: absolute;
  font-size: 11px;
  right: 5px;
  top: -2px; }

.form-group.form-input.form-textarea textarea {
  width: 100%;
  padding: 10px 0; }

.form-group.form-input input, .form-group.form-input textarea {
  padding-right: 20px;
  border: none;
  box-shadow: none;
  margin: 0;
  box-sizing: initial;
  position: relative;
  padding: 0;
  height: 40px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center bottom;
  background-size: 0 2px, 100% 2px;
  background-image: linear-gradient(#8b8f95, #8b8f95), linear-gradient(#8b8f95, #8b8f95);
  margin-bottom: 7px;
  color: #8b8f95; }

.form-group.form-input input:active, .form-group.form-input input:focus, .form-group.form-input textarea:active, .form-group.form-input textarea:focus {
  border: none;
  box-shadow: none;
  background-size: 0 2px, 100% 2px;
  background-image: linear-gradient(#283593, #283593), linear-gradient(#283593, #283593); }

.form-group.form-input .placeholder {
  position: absolute;
  z-index: 2;
  left: 0;
  width: calc(100% - 50px);
  top: -5px;
  font-size: 0.8em;
  color: #1565c0;
  line-height: normal;
  text-align: left;
  display: none; }

.form-group.form-input.no-empty .placeholder {
  display: none; }

.form-group.form-input.no-empty .placeholder.always-on, .form-group.form-input .placeholder.always-on {
  display: inline-block; }

.form-group.form-input.active .placeholder, .form-group.form-input.no-empty.active .placeholder {
  display: inline-block; }

.form-group.form-input.active input {
  animation: input-animation 0.5s; }

@keyframes input-animation {
  from {
    background-size: 0 2px, 10% 2px; }
  to {
    background-size: 0 2px, 100% 2px; } }

.form-group.form-input.no-empty.active .placeholder {
  display: inline-block; }

.form-group.form-input .hints {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
  overflow-y: auto;
  box-shadow: 5px 5px 10px lightgrey;
  max-height: 400px; }

.form-group.form-input .hints.show {
  display: block;
  animation: show-form-input-hints 0.5s; }

.form-group.form-input .hints ul {
  list-style: none;
  padding: 0;
  background: white; }

.form-group.form-input .hints ul li {
  padding: 10px;
  height: auto;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease; }

.form-group.form-input .hints ul li.hide {
  height: 0; }

.form-group.form-input .hints ul li:hover {
  background-color: #1565c0;
  color: #fff; }

.validation-message {
  margin-top: -9px;
  overflow: hidden;
  position: relative; }

.form-input-hint .validation-message {
  position: absolute;
  top: 49px; }

.validation-message ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.validation-message ul li {
  color: #ce4844;
  display: inline-block;
  padding: 3px;
  font-size: 0.8em;
  line-height: normal;
  white-space: normal;
  width: 100%; }

/***************Input********************/
.input {
  background: none;
  background-color: white;
  border-radius: 0; }

.input .ui-inputfield {
  border-radius: 0 !important; }

@media (min-width: 768px) {
  .form-datepicker .ui-datepicker {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 5px 5px 10px lightgrey;
    width: auto;
    min-width: 25em; } }

.ui-icon.ui-icon-search:before {
  font-family: FontAwesome;
  content: "\f002"; }

.form-dropdown .ui-selectcheckboxmenu .ui-selectcheckboxmenu-label {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap; }

.ui-selectcheckboxmenu-panel .ui-widget-header > .ui-chkbox.ui-widget:before {
  content: 'Wszystkie:';
  color: #283593;
  font-size: 10px;
  display: block;
  position: absolute;
  top: 0; }

.ui-selectcheckboxmenu-panel .ui-chkbox.ui-widget {
  text-align: center; }

.ui-selectonemenu-panel.ui-helper-hidden .ui-selectonemenu-item.ui-selectonemenu-list-item {
  white-space: normal; }

.ui-selectonemenu-panel.ui-helper-hidden {
  max-width: 80%; }

.spinner-smartui .ui-spinner-button {
  background-color: #283593;
  font-family: FontAwesome;
  color: #fff; }

.spinner-smartui .ui-spinner-button span.ui-icon {
  text-indent: 0;
  width: 100%;
  height: 100%;
  line-height: 16px; }

.spinner-smartui .ui-spinner-button.ui-spinner-up span.ui-icon:before {
  content: '\f077'; }

.spinner-smartui .ui-spinner-button.ui-spinner-down span.ui-icon:before {
  content: '\f078'; }

.form-datepicker-inline .ui-datepicker-trigger {
  background: none;
  border: 0;
  width: auto; }

.form-datepicker-inline .ui-datepicker-trigger:focus, .form-datepicker-inline .ui-datepicker-trigger:visited {
  outline: none; }

.form-datepicker-inline .ui-datepicker-trigger:before {
  content: "\f073";
  font-family: FontAwesome;
  color: white; }

.form-datepicker-inline .ui-datepicker-trigger span {
  display: none; }

.data-table {
  width: 100%;
  border-bottom: 1px;
  font-size: 13px;
  border-collapse: separate; }

.data-table table {
  border-collapse: separate; }

.data-table .ui-datatable-footer {
  background-color: #f5f5f5;
  color: black; }

.ui-columntoggler.ui-widget {
  background: white; }

.ui-columntoggler.ui-widget .ui-chkbox {
  position: relative;
  float: left;
  margin-top: 0; }

.ui-columntoggler.ui-widget .ui-columntoggler-item {
  overflow: hidden;
  height: auto; }

.data-table thead {
  background-color: #283593; }

.data-table thead th {
  background-color: #283593;
  text-align: left;
  border: 0;
  color: #fff;
  padding: 7px 15px 7px 15px;
  margin: 0;
  position: relative;
  font-weight: normal;
  white-space: normal;
  border-collapse: separate; }

.data-table.no-filter .ui-column-filter {
  display: none; }

.data-table .ui-datatable-header {
  overflow: hidden;
  height: auto;
  padding-right: 0; }

.data-table .ui-datatable-header .form-button {
  margin-right: 0; }

.data-table .ui-column-filter {
  margin: 0;
  width: 100%;
  color: #8b8f95; }

.data-table thead th .ui-column-title {
  white-space: normal; }

.data-table thead th:active, .data-table thead th:focus {
  outline: none !important; }

.date-table dt, kbd, label {
  font-weight: normal; }

.data-table thead th .ui-sortable-column-icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 45px;
  text-align: center;
  width: 15px;
  margin: 0; }

.data-table thead th .ui-sortable-column-icon.ui-icon-carat-2-n-s {
  color: white;
  font-family: FontAwesome;
  text-indent: 0;
  font-size: 11px; }

.data-table thead th .ui-sortable-column-icon.ui-icon-carat-2-n-s:before {
  content: "\f0dc"; }

.data-table thead th .ui-sortable-column-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-n:before {
  content: "\f0de"; }

.data-table thead th .ui-sortable-column-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-s:before {
  content: "\f0dd"; }

.data-table tbody td {
  border-left: 0;
  border-right: 0;
  height: 45px;
  padding: 0 15px 0 15px;
  white-space: normal;
  border-collapse: separate;
  border-bottom: 1px; }

.data-table th .ui-column-resizer {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  width: 8px;
  height: 100%;
  padding: 0px;
  cursor: col-resize;
  border-right: 1px solid white;
  box-sizing: border-box; }

.data-table tbody tr {
  border-bottom: 1px;
  background-color: white;
  border-collapse: separate !important; }

.data-table tbody tr.ui-state-highlight {
  background-color: #8b8f95;
  color: #fff; }

.data-table tbody tr:hover td {
  background-color: #8b8f95;
  color: #fff; }

.data-table .tooltip {
  z-index: 9999;
  position: fixed; }

.data-table .ui-paginator-top {
  display: none; }

.data-table .ui-paginator-bottom {
  height: 45px;
  line-height: 45px;
  text-align: right;
  color: #8b8f95; }

.data-table .ui-paginator-bottom .ui-paginator-first, .data-table .ui-paginator-bottom .ui-paginator-last {
  color: #8b8f95;
  font-family: FontAwesome;
  text-space: 0px; }

.data-table .ui-paginator-bottom .ui-paginator-first span, .data-table .ui-paginator-bottom .ui-paginator-last span {
  display: none; }

.data-table .ui-paginator-bottom .ui-paginator-first:before {
  content: "\f053\f053"; }

.data-table .ui-paginator-bottom .ui-paginator-last:before {
  content: "\f054\f054"; }

.data-table .ui-paginator-bottom .ui-paginator-next, .data-table .ui-paginator-bottom .ui-paginator-prev {
  color: #8b8f95;
  font-family: FontAwesome; }

.data-table .ui-paginator-bottom .ui-paginator-next span, .data-table .ui-paginator-bottom .ui-paginator-prev span {
  display: none; }

.data-table .ui-paginator-bottom .ui-paginator-next:before {
  content: "\f054"; }

.data-table .ui-paginator-bottom .ui-paginator-prev:before {
  content: "\f053"; }

.data-table .ui-paginator-bottom .ui-paginator-page {
  color: #8b8f95; }

.data-table .ui-paginator-bottom .ui-paginator-page.ui-state-active {
  font-weight: bold;
  color: #1565c0; }

.data-table .ui-paginator-bottom select {
  border: 0; }

.data-table .ui-paginator-bottom select:active, .data-table .ui-paginator-bottom select:focus {
  outline: none; }

.data-table .form-group {
  margin-top: 7px; }

/**********************************checkbox*************************************/
.data-table th .ui-chkbox .ui-chkbox-box {
  border-color: white !important; }

.data-table .ui-selection-column .ui-chkbox-all {
  margin: 0; }

/**********************************radioButton*******************************/
.data-table tr td > .ui-radiobutton {
  height: auto; }

/**********************************input*************************************/
.data-table tbody tr.ui-state-highlight .form-group.form-input,
.data-table tbody tr:hover .form-group.form-input {
  background-color: transparent !important; }

.data-table tbody tr.ui-state-highlight .form-group.form-input input,
.data-table tbody tr:hover .form-group.form-input input,
.data-table tbody tr.ui-state-highlight .form-group.form-input label,
.data-table tbody tr:hover .form-group.form-input label,
.data-table tbody tr.ui-state-highlight .form-group.form-input textarea,
.data-table tbody tr:hover .form-group.form-input textarea {
  color: white;
  background-image: linear-gradient(white, white), linear-gradient(white, white); }

.data-table tbody tr .form-group.form-input input.ui-state-disabled,
.data-table tbody tr .form-group.form-input textarea.ui-state-disabled {
  background: none; }

.ui-treetable-data .ui-widget-content .ui-icon {
  display: block;
  width: 30px;
  color: #283593;
  line-height: 1;
  font-family: FontAwesome;
  font-size: 25px;
  text-indent: 0px; }

.ui-treetable table .ui-treetable-data .ui-widget-content {
  border-bottom: 1px solid #8b8f95; }

.data-table tbody tr:hover span.ui-treetable-toggler.ui-icon.ui-c {
  color: white; }

.data-table span.ui-treetable-toggler.ui-icon.ui-c.ui-icon-triangle-1-e:before {
  content: "\f107"; }

.data-table span.ui-treetable-toggler.ui-icon.ui-c.ui-icon-triangle-1-s:before {
  content: "\f106"; }

.ui-treetable tfoot td {
  border-width: 2px 0px 0px 0px;
  color: white;
  background-color: #8b8f95;
  font-weight: bold; }

.data-table .basic {
  border-left-style: solid;
  border-left-width: 15px;
  border-left-color: transparent; }

.data-table .rainbow {
  color: #434343;
  transform: translateZ(0); }

.data-table .rainbow.ui-state-highlight {
  color: black;
  font-weight: bold; }

.data-table .rainbow:hover {
  color: black;
  font-weight: bold; }

.data-table .rainbow-gradient {
  color: #434343;
  transform: translateZ(0); }

.data-table .rainbow-gradient.ui-state-highlight {
  color: black;
  font-weight: bold; }

.data-table .rainbow-gradient:hover {
  color: black;
  font-weight: bold; }

.data-table .rainbow-gradient-center {
  color: #434343;
  transform: translateZ(0); }

.data-table .rainbow-gradient-center:hover {
  color: black;
  font-weight: bold; }

.data-table .rainbow-gradient-center.ui-state-highlight {
  color: black;
  font-weight: bold; }

/********************Mark***********************/
.data-table td.marked {
  position: relative; }

.data-table td.marked:before {
  content: "\f12a";
  font-family: FontAwesome;
  color: red;
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  min-height: 100%;
  align-items: center; }

.data-table td.marked-warning:before {
  content: "\f12a";
  font-family: FontAwesome;
  color: #f39b03;
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  min-height: 100%;
  align-items: center; }

/*********************Basic**********************/
.data-table .basic.pink {
  border-left-color: #d81b60; }

.data-table .basic.pink-light {
  border-left-color: #f48fb1; }

.data-table .basic.violet {
  border-left-color: #8e24aa; }

.data-table .basic.violet-light {
  border-left-color: #ce93d8; }

.data-table .basic.orange {
  border-left-color: #f57c00; }

.data-table .basic.orange-light {
  border-left-color: #ffb74d; }

.data-table .basic.blue {
  border-left-color: #1976d2; }

.data-table .basic.blue-light {
  border-left-color: #64b5f6; }

.data-table .basic.yellow {
  border-left-color: #ffdc04; }

.data-table .basic.yellow-light {
  border-left-color: #fff59d; }

.data-table .basic.green {
  border-left-color: #689f38; }

.data-table .basic.green-light {
  border-left-color: #aed581; }

.data-table .basic.grey {
  border-left-color: #757575; }

.data-table .basic.grey-light {
  border-left-color: #bdbdbd; }

.data-table .basic.red {
  border-left-color: #d32f2f; }

.data-table .basic.red-light {
  border-left-color: #e57373; }

.data-table .basic.brown {
  border-left-color: #9b6543; }

.data-table .basic.brown-light {
  border-left-color: #c37f53; }

/***************************Rainbow********************/
.data-table .rainbow.pink {
  background-color: #d81b60; }

.data-table .rainbow.pink-light {
  background-color: #f48fb1; }

.data-table .rainbow.violet {
  background-color: #8e24aa; }

.data-table .rainbow.violet-light {
  background-color: #ce93d8; }

.data-table .rainbow.orange {
  background-color: #f57c00; }

.data-table .rainbow.orange-light {
  background-color: #ffb74d; }

.data-table .rainbow.blue {
  background-color: #1976d2; }

.data-table .rainbow.blue-light {
  background-color: #64b5f6; }

.data-table .rainbow.yellow {
  background-color: #ffdc04; }

.data-table .rainbow.yellow-light {
  background-color: #fff59d; }

.data-table .rainbow.green {
  background-color: #689f38; }

.data-table .rainbow.green-light {
  background-color: #aed581; }

.data-table .rainbow.grey {
  background-color: #757575; }

.data-table .rainbow.grey-light {
  background-color: #bdbdbd; }

.data-table .rainbow.red {
  background-color: #d32f2f; }

.data-table .rainbow.red-light {
  background-color: #e57373; }

.data-table .rainbow.brown {
  background-color: #9b6543; }

.data-table .rainbow.brown-light {
  background-color: #c37f53; }

/***************************Rainbow gradient********************/
.data-table .rainbow-gradient.pink {
  background: linear-gradient(to right, #d81b60 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  background-size: 100% 100%;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.pink-light {
  background: linear-gradient(to right, #f48fb1 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.violet {
  background: linear-gradient(to right, #8e24aa 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.violet-light {
  background: linear-gradient(to right, #ce93d8 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.orange {
  background: linear-gradient(to right, #f57c00 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.orange-light {
  background: linear-gradient(to right, #ffb74d 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.blue {
  background: linear-gradient(to right, #1976d2 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.blue-light {
  background: linear-gradient(to right, #64b5f6 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.yellow {
  background: linear-gradient(to right, #ffdc04 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.yellow-light {
  background: linear-gradient(to right, #fff59d 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.green {
  background: linear-gradient(to right, #689f38 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.green-light {
  background: linear-gradient(to right, #aed581 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.grey {
  background: linear-gradient(to right, #757575 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.grey-light {
  background: linear-gradient(to right, #bdbdbd 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.red {
  background: linear-gradient(to right, #d32f2f 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.red-light {
  background: linear-gradient(to right, #e57373 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.brown {
  background: linear-gradient(to right, #9b6543 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

.data-table .rainbow-gradient.brown-light {
  background: linear-gradient(to right, #c37f53 0%, #ffffff 82%, #ffffff 100%) no-repeat;
  -moz-background-attachment: fixed; }

/***************************Rainbow gradient center********************/
.data-table .rainbow-gradient-center.pink {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #d81b60 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.pink-light {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #f48fb1 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.violet {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #8e24aa 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.violet-light {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #ce93d8 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.orange {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #f57c00 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.orange-light {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #ffb74d 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.blue {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #1976d2 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.blue-light {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #64b5f6 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.yellow {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #ffdc04 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.yellow-light {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #fff59d 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.green {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #689f38 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.green-light {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #aed581 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.grey {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #757575 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.grey-light {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #bdbdbd 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.red {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #d32f2f 50%, #ffffff 80%, #ffffff 100%);
  background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.red-light {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #e57373 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.brown {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #9b6543 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table .rainbow-gradient-center.brown-light {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, #c37f53 50%, #ffffff 80%, #ffffff 100%);
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed; }

.data-table.ui-datatable .ui-datatable-tablewrapper tfoot {
  background-color: #1976d2;
  color: white; }

.data-table.ui-datatable .ui-datatable-tablewrapper tfoot .ui-state-default {
  border-style: none; }

/*******************************Global*****************************/
/************************************Form Input****************************/
/*****************************panel-form-primary****************************/
/***************************table*****************************************/
/***************************tabs*****************************************/
/***************************checkbox************************************/
/***************************dropdown***********************************/
/****************************Popup**************************************/
/****************************Notifications******************************/
.tab-view {
  padding: 0 !important;
  position: relative; }

.tab-view .ui-tabs {
  padding: 0 !important;
  overflow: hidden; }

.tab-view .tab-view-header {
  height: 30px;
  background-color: #283593;
  color: #fff;
  line-height: 30px; }

.tab-view .tab-view-header .description {
  text-align: center; }

.tab-view .tab-view-header .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0 15px;
  background-color: #283593; }

.tab-view .ui-tabs-nav {
  background-color: #283593;
  height: 45px;
  padding: 0 !important;
  display: inline-block;
  white-space: nowrap; }

.tab-view .ui-tabs-nav li {
  margin: 0;
  padding: 0;
  top: 0 !important;
  line-height: 45px; }

.tab-view .ui-tabs-nav li > a {
  color: #fff;
  margin: 0;
  padding: 0 15px 0 15px; }

.tab-view .ui-tabs-nav li.ui-tabs-selected {
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center  bottom;
  background-size: 0 5px,100% 5px;
  background-image: linear-gradient(#29b6f6, #29b6f6), linear-gradient(#29b6f6, #29b6f6); }

.tab-view .ui-tabs-nav li > a:active, .tab-view .ui-tabs-nav li > a:focus, .tab-view .ui-tabs-nav li > a:visited {
  border: 0;
  box-shadow: none;
  outline: none; }

.tab-view .ui-tabs-panel {
  background-color: white; }

.tab-view .ui-tabs-navscroller-btn {
  height: 45px;
  line-height: 45px;
  width: 18px;
  background: #283593;
  font-family: FontAwesome;
  color: white;
  text-align: center; }

.tab-view .ui-tabs-navscroller-btn.ui-state-disabled {
  color: #283593; }

.tab-view .ui-tabs-navscroller-btn:hover, .tab-view .ui-tabs-navscroller-btn:focus, .tab-view .ui-tabs-navscroller-btn:active {
  text-decoration: none;
  outline: none; }

.tab-view .ui-tabs-navscroller-btn-left {
  left: 0;
  top: 1px; }

.tab-view .ui-tabs-navscroller-btn-left:before {
  content: "\f104"; }

.tab-view .ui-tabs-navscroller-btn-right {
  right: 0;
  top: 1px; }

.tab-view .ui-tabs-navscroller-btn-right:before {
  content: "\f105"; }

/*******************************Global*****************************/
/************************************Form Input****************************/
/*****************************panel-form-primary****************************/
/***************************table*****************************************/
/***************************tabs*****************************************/
/***************************checkbox************************************/
/***************************dropdown***********************************/
/****************************Popup**************************************/
/****************************Notifications******************************/
.ui-dialog {
  background-color: white; }

.ui-dialog > .ui-dialog-titlebar {
  height: 40px;
  background: #283593;
  line-height: 40px;
  padding: 0 60px;
  text-align: center;
  position: relative;
  color: white;
  text-transform: uppercase; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  top: 0;
  background: #1976d2; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon:hover {
  text-decoration: none; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon span {
  font-family: FontAwesome;
  color: white;
  text-indent: 0; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon span:before {
  content: "\f00d"; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  margin: 0;
  float: none; }

.ui-dialog .ui-dialog-buttonpane {
  padding: 10px 0;
  text-align: center; }

.ui-dialog .ui-confirm-dialog-message {
  width: 100%;
  text-align: center; }

.ui-dialog-mask {
  background-color: rgba(0, 0, 0, 0.5); }

.ui-dialog.small, .ui-dialog.large, .ui-dialog.medium {
  width: 90% !important; }

.ui-dialog .panel .panel-footer {
  margin: 0 -15px -25px -15px; }

.ui-dialog .panel .panel-body {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .ui-dialog.small {
    width: 400px !important; }
  .ui-dialog.medium {
    width: 600px !important; }
  .ui-dialog.large {
    width: 750px !important; } }

@media (min-width: 992px) {
  .ui-dialog.small {
    width: 500px !important; }
  .ui-dialog.medium {
    width: 700px !important; }
  .ui-dialog.large {
    width: 950px !important; } }

.notification {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #f39b03;
  color: white;
  line-height: 35px;
  text-align: center;
  display: inline-block !important;
  cursor: pointer; }

.notification .counter {
  position: absolute;
  top: -3px;
  right: -3px;
  font-weight: bold;
  color: #8f0044;
  text-align: center;
  line-height: 10px; }

.notification .notification-panel {
  display: none;
  position: fixed;
  width: 300px;
  z-index: 2000; }

.notification.show .notification-panel {
  display: inline-block;
  animation: show-notification .3s; }

@keyframes show-notification {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.notification .notification-panel.top-left {
  top: 5px;
  left: 5px; }

.notification .notification-panel.top-right {
  top: 5px;
  right: 5px; }

.notification .notification-panel.top-right-space {
  top: 90px;
  right: 5px; }

.notification .notification-panel.bottom-left {
  bottom: 5px;
  left: 5px; }

.notification .notification-panel.bottom-right {
  bottom: 5px;
  right: 5px; }

.notification .notification-panel ul {
  list-style: none;
  padding: 0; }

.notification .notification-panel .notification-item {
  position: relative;
  width: 100%;
  padding: 10px;
  margin-bottom: 5px; }

.notification .notification-panel .close-all-item {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  background-color: #f39b03; }

.notification .notification-panel .notification-item .close, .notification .notification-panel .close-all-item .close-all {
  color: white;
  position: absolute;
  top: 5px;
  right: 5px;
  text-shadow: none;
  opacity: 1; }

.notification .notification-panel .notification-item.INFO {
  background-color: #4fc3f7; }

.notification .notification-panel .notification-item.WARNING {
  background-color: #f39b03; }

.notification .notification-panel .notification-item.ERROR {
  background-color: #8f0044; }

.notification .notification-panel .notification-item.SUCCESS {
  background-color: #bac600; }

/*******************************Global*****************************/
/************************************Form Input****************************/
/*****************************panel-form-primary****************************/
/***************************table*****************************************/
/***************************tabs*****************************************/
/***************************checkbox************************************/
/***************************dropdown***********************************/
/****************************Popup**************************************/
/****************************Notifications******************************/
.form-group.form-input .form-datepicker {
  position: absolute;
  top: 105%;
  left: 0;
  z-index: 100; }

.form-datepicker .ui-datepicker, .ui-datepicker {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 5px 5px 10px lightgrey;
  min-width: 320px;
  width: auto;
  background: white; }

.form-group.form-input .ui-datepicker-trigger {
  display: inline-block;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #283593;
  color: white;
  border: 0;
  margin-left: 3px; }

.form-group.form-input .ui-datepicker-trigger:hover {
  background: #1565c0; }

.form-group.form-input .ui-datepicker-trigger .ui-icon-calendar {
  font-family: FontAwesome;
  color: white;
  text-indent: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  margin: 0; }

.form-group.form-input .disabled.ui-datepicker-trigger {
  background-color: grey; }

.form-group.form-input .ui-datepicker-trigger .ui-icon-calendar:before {
  content: "\f073"; }

.form-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-header {
  background: #29b6f6;
  height: 65px;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important; }

.form-datepicker .ui-datepicker-title, .ui-datepicker .ui-datepicker-title {
  height: 100% !important;
  padding: 0 !important;
  line-height: 65px !important;
  color: #fff;
  font-weight: normal; }

.form-datepicker .ui-datepicker-prev, .form-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 100% !important;
  top: 0 !important;
  cursor: pointer; }

.form-datepicker .ui-datepicker-prev span, .form-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  color: white;
  text-indent: 1px;
  background: none;
  text-indent: -9999px;
  font-family: FontAwesome !important;
  overflow: hidden; }

.form-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev, .form-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next {
  text-align: center;
  color: white;
  font-family: FontAwesome;
  line-height: 65px; }

.form-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-prev:hover, .form-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-next:hover {
  text-decoration: none; }

.form-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-prev:before {
  content: "\f104"; }

.form-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-prev span, .form-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-next span {
  display: none; }

.form-datepicker .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-next:before {
  content: "\f105"; }

.form-datepicker .ui-datepicker td, .ui-datepicker td {
  padding: 5px 5px; }

.form-datepicker .ui-datepicker td a, .ui-datepicker td a {
  text-align: center !important;
  font-weight: normal;
  color: #8b8f95 !important;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding-top: 7px; }

.form-datepicker .ui-datepicker th span, .ui-datepicker th span {
  padding: 10px !important; }

.form-datepicker .ui-datepicker td a:hover, .ui-datepicker td a:hover {
  border-radius: 30px;
  box-shadow: 1px -1px #29b6f6, 1px 1px #29b6f6, -1px 1px #29b6f6, -1px -1px #29b6f6;
  box-sizing: border-box; }

.form-datepicker .ui-datepicker .ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-current-day a {
  border-radius: 30px;
  border: 1px solid #29b6f6;
  background: none;
  text-shadow: none;
  color: #8b8f95 !important; }

.form-datepicker .ui-datepicker .ui-datepicker-today a, .ui-datepicker .ui-datepicker-today a {
  text-shadow: none;
  color: #29b6f6 !important; }

.form-datepicker .ui-datepicker .ui-datepicker-calendar thead > tr > th > span, .ui-datepicker .ui-datepicker-calendar thead > tr > th > span {
  color: #29b6f6; }

.form-datepicker .ui-datepicker .ui-timepicker-div dl, .ui-datepicker .ui-timepicker-div dl {
  background-color: #29b6f6;
  color: white;
  font-weight: 200 !important;
  margin-bottom: 0;
  padding: 15px 0; }

.form-datepicker .ui-datepicker .ui-timepicker-div dl dt, .ui-datepicker .ui-timepicker-div dl dt {
  font-weight: 200 !important; }

.form-datepicker .ui-timepicker-div .ui-slider, .ui-datepicker .ui-timepicker-div .ui-slider {
  background-color: white;
  border-radius: 10px; }

.ui-datepicker .ui-timepicker-div .ui_tpicker_time_input {
  border: 0; }

.form-datepicker .ui-timepicker-div .ui-slider-handle, .ui-datepicker .ui-timepicker-div .ui-slider-handle {
  background: #283593;
  border-radius: 15px; }

.form-datepicker .ui-timepicker-div .ui-slider-handle:hover, .ui-datepicker .ui-timepicker-div .ui-slider-handle:hover {
  cursor: pointer; }

.ui-datepicker .ui-datepicker-year {
  color: #fff;
  font-size: 1em;
  border: 0;
  background-color: #29b6f6;
  text-align: center; }

.ui-datepicker .ui-datepicker-calendar {
  text-align: center; }

/*******************************Global*****************************/
/************************************Form Input****************************/
/*****************************panel-form-primary****************************/
/***************************table*****************************************/
/***************************tabs*****************************************/
/***************************checkbox************************************/
/***************************dropdown***********************************/
/****************************Popup**************************************/
/****************************Notifications******************************/
/***********************************Panel******************************/
.panel.form-panel .panel-heading {
  color: #fff;
  height: 45px;
  line-height: 45px;
  border-radius: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  border: 0; }

.panel.form-panel .panel-heading .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45px;
  text-align: center; }

.panel.form-panel .panel-heading .description {
  text-align: center;
  padding-left: 47px;
  padding-right: 47px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.panel.form-panel .panel-heading .actions {
  position: absolute;
  right: 15px;
  height: 100%;
  top: 0; }

.panel.form-panel .panel-heading .actions a {
  color: white;
  margin-left: 15px;
  font-size: 1.3em; }

.panel.form-panel.primary .panel-heading {
  background: #283593; }

.panel.form-panel.primary .panel-heading .icon {
  background: #1565c0; }

.panel.form-panel.warning .panel-heading {
  background: #f39b03; }

.panel.form-panel.warning .panel-heading .icon {
  background: #8f0044; }

.panel.form-panel.success .panel-heading {
  background: #4fc3f7; }

.panel.form-panel.success .panel-heading .icon {
  background: #4fc3f7; }

.form-panel-button {
  padding: 0px 10px 15px 10px;
  background-color: #f5f5f5; }

.form-panel.panel-expand .panel-body {
  position: relative; }

.form-panel.panel-expand.expanded [class*='col-'] {
  width: 100%; }

.form-panel.panel-expand.collapse {
  display: block; }

.form-panel.panel-expand .toggle {
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45px;
  line-height: 45px;
  text-align: center;
  color: white;
  cursor: pointer;
  background: #1565c0; }

.form-panel.panel-expand .toggle:before {
  content: "\f065"; }

.form-panel.panel-expand.expanded .toggle:before {
  content: "\f066"; }

.form-panel.panel-expand .panel-body {
  padding: 0; }

.form-panel.panel-expand .base-content {
  position: relative;
  top: 0;
  display: inline-block;
  padding: 15px;
  width: 100%; }

.form-panel.panel-expand.expanded .base-content {
  width: 100%;
  -moz-animation: c-panel-expand 0.5s;
  animation: c-panel-expand 0.5s ease-out; }

@keyframes c-panel-expand {
  from {
    width: 100%; }
  to {
    width: 33%; } }

.form-panel.panel-expand.collapse .base-content {
  animation: c-panel-collapse 0.5s ease-out; }

@keyframes c-panel-collapse {
  from {
    width: 33%; }
  to {
    width: 100%; } }

.form-panel.panel-expand .expandable-content {
  position: relative;
  top: 0;
  width: 0;
  display: none;
  opacity: 0;
  padding: 15px;
  overflow: hidden; }

.form-panel.panel-expand.expanded .expandable-content {
  display: inline-block;
  width: 100%;
  opacity: 1;
  animation: e-panel-expand 0.5s ease-out; }

@keyframes e-panel-expand {
  from {
    width: 0%; }
  to {
    width: 67%; } }

.form-panel.panel-heading.collapse .expandable-content {
  animation: e-panel-collapse 0.5s ease-out; }

@keyframes e-panel-collapse {
  from {
    width: 67%; }
  to {
    width: 0%; } }

.form-panel.panel-expand .panel-static {
  padding: 15px;
  width: 100%;
  float: left; }

/*********************************Search panel***************************/
.search-panel .search-header {
  height: 45px;
  background-color: #283593;
  color: white;
  overflow: hidden;
  position: relative; }

.search-panel .search-header .search-icon {
  display: inline-block;
  float: left;
  width: 45px;
  height: 100%;
  line-height: 45px;
  background-color: #1565c0;
  color: white;
  text-align: center; }

.search-panel .search-header .search-title {
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: left;
  padding-left: 60px;
  line-height: 45px;
  z-index: 1;
  text-transform: uppercase; }

.search-panel .search-header .search-selector {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 45px;
  font-size: 1.2em;
  z-index: 2; }

.search-panel .search-box {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  padding: 0;
  transition: all 0.5s;
  border-top: 1px solid lightgrey; }

.search-panel .search-box.enabled {
  visibility: visible;
  height: auto;
  margin-left: 0;
  padding: 15px;
  overflow: visible; }

.search-panel .search-header .search-selector .search-selector-item {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer; }

.search-panel .search-header .search-selector .search-selector-item .icon {
  font-family: FontAwesome;
  color: white;
  margin-left: 5px; }

.search-panel .search-header .search-selector .search-selector-item .icon:before {
  content: "\f096"; }

.search-panel .search-header .search-selector .search-selector-item.checked .icon:before {
  content: "\f046"; }

@media (min-width: 768px) {
  .form-panel.panel-expand.panel-expand.expanded .base-content {
    width: calc(33% - 1px); }
  .form-panel.panel-expand.panel-expand.expanded .expandable-content {
    width: calc(67% - 1px); }
  .search-panel .search-header .search-title {
    text-align: center; } }

.ui-scrollpanel-track.ui-widget-header {
  background-color: #F1F1F1; }

.ui-scrollpanel-drag.ui-state-highlight {
  background-color: #C1C1C1; }

.ui-scrollpanel-drag.ui-state-highlight.jspHover {
  background-color: #8b8f95; }

.panel-footer {
  padding: 0px 15px 10px 15px; }

.ui-accordion.accordion .ui-accordion-header {
  margin-top: 0; }

.ui-accordion.accordion .ui-accordion-header .ui-icon {
  left: 12px; }

.accordion .ui-accordion-header {
  background: #283593;
  color: white; }

.accordion .ui-icon-triangle-1-s {
  text-indent: 0; }

.accordion .ui-icon-triangle-1-s:before {
  font-family: FontAwesome;
  content: "\f107";
  font-weight: bold; }

.accordion .ui-icon-triangle-1-e {
  text-indent: 0; }

.accordion .ui-icon-triangle-1-e:before {
  font-family: FontAwesome;
  content: "\f105";
  font-weight: bold; }

/*******************************Global*****************************/
/************************************Form Input****************************/
/*****************************panel-form-primary****************************/
/***************************table*****************************************/
/***************************tabs*****************************************/
/***************************checkbox************************************/
/***************************dropdown***********************************/
/****************************Popup**************************************/
/****************************Notifications******************************/
.form-group.form-dropdown {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  border: 0; }

.form-group.form-dropdown .ui-selectonemenu, .form-group.form-dropdown .ui-selectcheckboxmenu {
  width: 100%;
  height: 100%;
  padding: 0; }

.form-group.form-dropdown .ui-selectonemenu .ui-helper-hidden-accessible, .form-group .ui-selectcheckboxmenu .ui-helper-hidden-accessible {
  height: 100%; }

.form-group.form-dropdown .ui-selectonemenu input {
  width: calc(100% - 50px);
  float: left; }

.form-group.form-dropdown .ui-selectonemenu label, .form-group.form-dropdown .ui-selectcheckboxmenu label {
  display: inline-block;
  float: left;
  height: 40px;
  width: calc(100% - 50px);
  padding: 0;
  line-height: 40px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: linear-gradient(#8b8f95, #8b8f95), linear-gradient(#8b8f95, #8b8f95);
  background-position: center bottom;
  background-size: 0 2px,100% 2px; }

.form-group.form-dropdown .ui-selectonemenu.ui-state-focus label, .form-group.form-dropdown .ui-selectcheckboxmenu.ui-state-focus label {
  background-image: linear-gradient(#283593, #283593), linear-gradient(#283593, #283593); }

.form-group.form-dropdown .ui-selectonemenu-trigger, .form-group.form-dropdown .ui-selectcheckboxmenu-trigger {
  width: 40px;
  background-color: #283593;
  font-family: FontAwesome;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 3px; }

.form-group.form-dropdown .ui-selectonemenu-trigger:hover, .form-group.form-dropdown .ui-selectcheckboxmenu-trigger:hover {
  background-color: #1565c0; }

.form-group.form-dropdown .ui-state-disabled .ui-selectonemenu-trigger, .form-group.form-dropdown .ui-state-disabled .ui-selectcheckboxmenu-trigger {
  background-color: grey !important; }

.form-group.form-dropdown .ui-selectonemenu-trigger:before, .form-group.form-dropdown .ui-selectcheckboxmenu-trigger:before {
  content: "\f078"; }

.form-group.form-dropdown .ui-selectonemenu-trigger .ui-icon, .form-group.form-dropdown .ui-selectcheckboxmenu-trigger .ui-icon {
  display: none; }

.form-group.form-dropdown .validation-message {
  margin-top: -9px; }

.form-group.form-dropdown .validation-message ul {
  list-style: none;
  padding: 0; }

.form-group.form-dropdown .validation-message ul li {
  color: #ce4844;
  display: inline-block;
  padding: 3px;
  font-size: 0.8em; }

.ui-selectonemenu-panel, .ui-selectcheckboxmenu-panel {
  background: transparent; }

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox.ui-widget {
  margin-top: 10px;
  margin-left: 3px; }

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-filter-container {
  width: 90%;
  padding-left: 10px; }

.ui-selectonemenu-panel .ui-selectonemenu-items, .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-items {
  background-color: white;
  padding: 0; }

.ui-selectonemenu-panel .ui-selectonemenu-item, .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item {
  padding: 10px;
  height: auto;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease; }

.ui-selectonemenu-panel .ui-selectonemenu-item.ui-state-highlight, .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item.ui-state-highlight {
  background-color: #283593;
  color: #fff; }

.ui-selectonemenu-panel .ui-selectonemenu-item:hover, .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item:hover {
  background-color: #1565c0;
  color: #fff; }

.ui-selectonemenu-panel .ui-selectonemenu-filter-container {
  width: 100%;
  background: white; }

.ui-selectonemenu-panel .ui-selectonemenu-filter-container input, .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-filter-container input {
  width: 100%;
  padding: 10px 0;
  border: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: linear-gradient(#8b8f95, #8b8f95), linear-gradient(#8b8f95, #8b8f95);
  background-position: center bottom;
  background-size: 0 2px,100% 2px; }

/*******************************Global*****************************/
/************************************Form Input****************************/
/*****************************panel-form-primary****************************/
/***************************table*****************************************/
/***************************tabs*****************************************/
/***************************checkbox************************************/
/***************************dropdown***********************************/
/****************************Popup**************************************/
/****************************Notifications******************************/
.login-page .background {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover; }

.login-page .background img {
  width: 100%;
  display: none;
  background-size: cover; }

.login-page .form-container {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap; }

.login-page .form-container .logo {
  padding: 15px 0;
  text-align: center; }

.login-page .form-container .message {
  text-align: center;
  color: #ce4844; }

/*******************************Global*****************************/
/************************************Form Input****************************/
/*****************************panel-form-primary****************************/
/***************************table*****************************************/
/***************************tabs*****************************************/
/***************************checkbox************************************/
/***************************dropdown***********************************/
/****************************Popup**************************************/
/****************************Notifications******************************/
/****************Form checkbox********************/
.ui-selectcheckboxmenu-panel.ui-helper-hidden {
  background-color: white; }

.ui-selectcheckboxmenu-panel.ui-helper-hidden {
  max-width: 80%; }

.ui-helper-hidden .ui-selectcheckboxmenu .ui-selectonemenu-panel .ui-selectonemenu-item, .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item {
  white-space: normal; }

.form-group.form-checkbox {
  min-height: 30px;
  height: auto;
  line-height: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start; }

.form-group.form-checkbox .ui-chkbox {
  display: inline-block; }

.form-group.form-checkbox .ui-chkbox .ui-chkbox-box, .ui-chkbox .ui-chkbox-box {
  border: 2px solid #283593;
  height: 20px;
  width: 20px;
  line-height: 16px;
  position: relative;
  z-index: 2; }

.form-group.form-checkbox .ui-chkbox .ui-chkbox-box.ui-state-disabled {
  border: 2px solid grey; }

.form-group.form-checkbox .ui-chkbox .ui-chkbox-box.ui-state-disabled.ui-state-active {
  background-color: grey; }

.form-group.form-checkbox .ui-chkbox .ui-chkbox-box.ui-state-active, .ui-chkbox .ui-chkbox-box.ui-state-active, .ui-chkbox .ui-chkbox-box.ui-state-highlight {
  color: white;
  background-color: #283593;
  font-family: FontAwesome;
  text-align: center; }

.form-group.form-checkbox .ui-chkbox .ui-chkbox-box:before, .ui-chkbox .ui-chkbox-box:before {
  content: "\00a0"; }

.form-group.form-checkbox .ui-chkbox .ui-chkbox-box.ui-state-active:before, .ui-chkbox .ui-chkbox-box.ui-state-active:before {
  content: "\f00c";
  animation: icon-show 0.3s; }

@keyframes icon-show {
  from {
    font-size: 0; }
  to {
    font-size: 1em; } }

.form-group.form-checkbox .ui-chkbox .ui-chkbox-box span, .ui-chkbox .ui-chkbox-box span {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: #283593;
  z-index: -1;
  top: -13px;
  left: -15px;
  opacity: 0; }

.form-group.form-checkbox .ui-chkbox .ui-chkbox-box.ui-state-active span, .ui-chkbox .ui-chkbox-box.ui-state-active span {
  opacity: 0; }

@keyframes blink {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.form-group.form-checkbox .placeholder {
  display: inline-block;
  width: calc(100% - 40px);
  margin-left: 5px;
  white-space: pre-wrap; }

/*******************************Global*****************************/
/************************************Form Input****************************/
/*****************************panel-form-primary****************************/
/***************************table*****************************************/
/***************************tabs*****************************************/
/***************************checkbox************************************/
/***************************dropdown***********************************/
/****************************Popup**************************************/
/****************************Notifications******************************/
.form-group.form-radio td {
  padding: 0 15px 0 0; }

.ui-radiobutton {
  height: 100%; }

.ui-radiobutton .ui-radiobutton-box {
  height: 20px;
  width: 20px;
  border: 2px solid #283593; }

.ui-radiobutton .ui-radiobutton-box.ui-state-active {
  background-color: #283593; }

.ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon {
  font-family: FontAwesome;
  color: white;
  width: 100%;
  height: 100%;
  text-align: center;
  content: " ";
  text-indent: 0;
  font-size: 10px;
  margin: 0; }

.ui-radiobutton .ui-radiobutton-box.ui-radiobutton-icon:before {
  content: "\00a0"; }

.ui-radiobutton .ui-radiobutton-box.ui-state-active .ui-radiobutton-icon:before {
  content: "\f111"; }

.spinner {
  display: none;
  width: 70px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(128, 128, 128, 0.8); }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.small-spinner {
  display: none;
  position: fixed;
  z-index: 2000;
  bottom: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 20px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite; }

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

.file-upload .ui-fileupload-buttonbar {
  padding: 5px 5px 0 0; }

.file-upload .ui-fileupload-buttonbar .ui-button {
  margin: 0;
  padding: 7px 12px;
  background-color: #283593;
  color: #fff; }

.file-upload .ui-fileupload-content {
  padding-left: 0; }

.file-upload .ui-fileupload-buttonbar .ui-button.ui-state-disabled {
  background-color: grey; }

.file-upload .ui-fileupload-buttonbar .ui-button .ui-button-text {
  padding: 2px 10px 2px 25px; }

.file-upload .ui-fileupload-buttonbar .ui-button .ui-icon {
  font-family: FontAwesome;
  color: #fff;
  text-indent: 0;
  top: 0;
  margin: 0;
  left: 15px;
  top: 9px; }

.file-upload .ui-fileupload-buttonbar .ui-button .ui-icon:before {
  content: "\f067"; }

.file-upload .ui-fileupload-files {
  width: 100%; }

.file-upload .ui-fileupload-files tr td {
  padding: 8px 8px 8px 0;
  text-align: left; }

.file-upload .ui-fileupload-files .ui-fileupload-cancel {
  color: #283593;
  background: none;
  font-family: FontAwesome;
  text-indent: 0;
  border: none; }

.file-upload .ui-fileupload-files .ui-fileupload-cancel span {
  display: none; }

.file-upload .ui-fileupload-files .ui-fileupload-cancel:before {
  content: "\f00d"; }

.file-upload .ui-fileupload-progress {
  width: 40%; }

.file-upload .ui-fileupload-progress .ui-progressbar {
  border: 1px solid #283593;
  width: 100%; }

.file-upload .ui-fileupload-files .ui-fileupload-preview {
  width: 1px;
  padding: 0; }

.file-upload .ui-fileupload-progress .ui-progressbar-value {
  background-color: #283593;
  margin: 0; }

.file-upload .ui-fileupload-files tr td:nth-child(2):before {
  content: "Nazwa pliku: "; }

/*******************************Global*****************************/
/************************************Form Input****************************/
/*****************************panel-form-primary****************************/
/***************************table*****************************************/
/***************************tabs*****************************************/
/***************************checkbox************************************/
/***************************dropdown***********************************/
/****************************Popup**************************************/
/****************************Notifications******************************/
.schedule .ui-widget-header {
  background-color: #283593; }

.schedule .ui-widget-header .fc-day-header, .schedule .ui-widget-header .fc-axis {
  background-color: #283593;
  height: 45px;
  vertical-align: middle;
  color: white;
  border: none;
  font-weight: normal; }

.schedule .fc td, .schedule .fc th {
  border-color: #1565c0; }

.schedule .ui-button {
  background: #283593;
  color: white;
  border: 0;
  margin: 2px;
  padding: 7px 12px;
  height: auto;
  text-indent: 0; }

.schedule .ui-button:hover {
  background: #4657c1; }

.schedule .ui-button .ui-icon {
  text-indent: 0; }

.schedule .ui-button .ui-icon-circle-triangle-w:before {
  font-family: FontAwesome;
  content: "\f104";
  text-indent: 0; }

.schedule .ui-button .ui-icon-circle-triangle-e:before {
  font-family: FontAwesome;
  content: "\f105";
  text-indent: 0; }

.schedule .ui-button.ui-state-active {
  background: #1565c0; }

.schedule .fc-axis {
  width: 50px; }

.schedule .fc-ltr .fc-time-grid .fc-event-container {
  margin: 0; }

.schedule .fc-day-grid-event {
  border-radius: 0;
  padding: 4px 4px;
  margin: 0; }

.schedule .fc-time-grid-container .fc-time {
  display: table-cell;
  text-align: center; }

.schedule .fc-time-grid-event {
  border-radius: 0; }

.schedule .sc-task {
  background-color: #4fc3f7;
  border: 1px solid white; }

.schedule .sc-unavailable {
  background-color: #f39b03;
  border: 1px solid white; }

.schedule .fc-toolbar .fc-center {
  padding-top: 10px; }

.schedule .fc-toolbar h2 {
  font-size: 16px; }

.schedule .fc-day-number.ui-state-highlight {
  color: #1976d2;
  font-weight: bold; }

.schedule .fc-week .fc-day.ui-state-highlight:before {
  font-family: FontAwesome;
  content: "\f274";
  font-size: 0.9em;
  margin-top: 2px;
  margin-left: 5px;
  float: left;
  color: #1976d2; }

.hints .hints-control-panel {
  position: relative;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  background: #283593; }

.hints .hints-list {
  display: inline-block;
  position: relative;
  float: left;
  height: 45px;
  width: 45px;
  background: #1565c0;
  color: white;
  cursor: pointer;
  text-align: center; }

.hints .hints-list:before {
  content: "\f0c9";
  font-family: FontAwesome; }

.hints .hints-list .hints-list-popup {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  background-color: white;
  border: 1px solid lightgrey;
  width: 400px;
  z-index: 9999;
  padding: 0; }

.hints .hints-list .hints-list-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; }

.hints .hints-list .hints-list-popup ul li {
  width: 100%;
  color: grey;
  text-align: left;
  padding-left: 10px;
  overflow: hidden; }

.hints .hints-list .hints-list-popup .status {
  font-family: FontAwesome;
  display: inline-block;
  float: left;
  margin-right: 5px; }

.hints .hints-list .hints-list-popup .status:before {
  color: #bac600;
  content: "\f00c"; }

.hints .hints-list .hints-list-popup .status.unknown:before {
  color: #8f0044;
  content: "\f128"; }

.hints .hints-list .hints-list-popup .hint-description {
  float: left;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.hints .hints-list .hints-list-popup .delete-action {
  float: right;
  padding: 0 5px; }

.hints .hints-list .hints-list-popup ul li:hover {
  background-color: #1565c0;
  color: white; }

.hints .hints-list.show .hints-list-popup {
  display: inline-block; }

.hints .editor-toggle {
  display: inline-block;
  float: right;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  background: #1565c0;
  color: white;
  cursor: pointer;
  text-align: center;
  font-family: FontAwesome; }

.hints .editor-toggle:before {
  content: "\f204"; }

.hints.editor-enabled .editor-toggle:before {
  content: "\f205"; }

.hints .description {
  display: inline-block;
  float: left;
  height: 45px;
  line-height: 45px;
  color: white;
  padding: 0 15px; }

.hints .start-button {
  display: inline-block;
  float: right;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  background: #1565c0;
  color: white;
  cursor: pointer;
  text-align: center;
  font-family: FontAwesome; }

.hints .start-button:before {
  content: "\f04b"; }

.hints .hints-editable-element button {
  border: none;
  background: none;
  color: #f39b03; }

/***************************Editor********************/
.hints-editor, .hints-player {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999997; }

.hints-editor .component-mask, .hints-player .component-mask {
  position: absolute;
  background: white; }

.hints-editor-window {
  position: absolute;
  width: 350px;
  top: 50px;
  left: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.hints-editor-window .title {
  height: 40px;
  background: #283593;
  padding: 0 10px;
  line-height: 40px; }

.hints-editor-window .content {
  height: auto;
  background: white;
  padding: 10px; }

.hints-editor-window .content textarea {
  width: 100%;
  height: 150px;
  border: lightgrey 1px solid; }

.hints-editor-window .footer {
  padding: 10px;
  background-color: #f5f5f5;
  border-top: grey;
  text-align: right; }

.hints-editable-element {
  cursor: copy; }

.hints-editor .close-button {
  display: inline-block;
  background: #f39b03;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  margin-right: 5px; }

.hints-editor .save-button {
  display: inline-block;
  background: #283593;
  color: white;
  padding: 5px 10px;
  cursor: pointer; }

/******************************************************************/
/*************************Hints-player****************************/
.hints-player .prev-button {
  display: inline-block;
  padding: 5px;
  cursor: pointer; }

.hints-player .next-button {
  display: inline-block;
  padding: 5px;
  cursor: pointer; }

.hints-player .hints-header {
  padding: 10px;
  background-color: white;
  overflow: hidden; }

.hints-player .hints-header .counter {
  display: inline-block;
  float: left; }

.hints-player .hints-header .close-button {
  display: inline-block;
  color: grey;
  cursor: pointer;
  float: right; }

.has-hint:after {
  content: "\f27a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: -15px;
  color: red; }

.dashboard-grid {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: stretch;
  align-content: stretch; }

.dashboard-rows {
  flex-wrap: wrap;
  align-items: stretch; }

@media (min-width: 768px) {
  .dashboard-rows {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex: initial; } }

.dashboard-item, .dashboard-item-icon {
  cursor: pointer;
  display: flex;
  padding: 10px;
  min-height: 270px; }

.dashboard-item:hover, .dashboard-item-icon:hover {
  text-decoration: none; }

.dashboard-item .dashboard-item-content, .dashboard-item-icon .dashboard-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100%;
  width: 100%;
  text-align: center;
  padding: 30px;
  color: white; }

.dashboard-item .dashboard-item-title {
  font-size: 2.5em;
  font-weight: bold;
  color: white; }

.dashboard-item .dashboard-item-subtitle, .dashboard-item-custom .dashboard-item-subtitle, .dashboard-item-icon .dashboard-item-subtitle {
  font-size: 1.8em;
  color: white; }

.dashboard-item .dashboard-item-description, .dashboard-item-custom .dashboard-item-description, .dashboard-item-icon .dashboard-item-description, .dashboard-item-custom .dashboard-item-description {
  font-size: 0.8em;
  color: white; }

.dashboard-item .dashboard-item-footer, .dashboard-item-custom .dashboard-item-footer, .dashboard-item-icon .dashboard-item-footer {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 17px; }

.dashboard-item .dashboard-item-footer i:hover, .dashboard-item-custom .dashboard-item-footer i:hover, .dashboard-item-icon .dashboard-item-footer i:hover {
  cursor: pointer; }

.dashboard-item .dashboard-item-footer > a > i, .dashboard-item-custom .dashboard-item-footer > a > i, .dashboard-item-icon .dashboard-item-footer > i {
  color: white; }

.dashboard-item.warning .dashboard-item-content, .dashboard-item-custom.warning .dashboard-item-content, .dashboard-item-icon.warning .dashboard-item-content {
  background-color: #f39b03; }

.dashboard-item.success .dashboard-item-content, .dashboard-item-custom.success .dashboard-item-content, .dashboard-item-icon.success .dashboard-item-content {
  background-color: #bac600; }

.dashboard-item.info .dashboard-item-content, .dashboard-item-custom.info .dashboard-item-content, .dashboard-item-icon.info .dashboard-item-content {
  background-color: #4fc3f7; }

.dashboard-item.danger .dashboard-item-content, .dashboard-item-custom.danger .dashboard-item-content, .dashboard-item-icon.info .dashboard-item-content {
  background-color: #ce4844; }

.dashboard-item.primary .dashboard-item-content, .dashboard-item-custom.primary .dashboard-item-content, .dashboard-item-icon.primary .dashboard-item-content {
  background-color: #283593; }

.dashboard-item.success .dashboard-item-content > .dashboard-item-footer > a > i:hover, .dashboard-item-custom.success .dashboard-item-content > .dashboard-item-footer > a > i:hover, .dashboard-item-icon.success .dashboard-item-content > .dashboard-item-footer > i:hover {
  color: #bac600; }

.dashboard-item.warning .dashboard-item-content > .dashboard-item-footer > a > i:hover, .dashboard-item-custom.warning .dashboard-item-content > .dashboard-item-footer > a > i:hover, .dashboard-item-icon.warning .dashboard-item-content > .dashboard-item-footer > i:hover {
  color: #f39b03; }

.dashboard-item.danger .dashboard-item-content > .dashboard-item-footer > a > i:hover, .dashboard-item-custom.danger .dashboard-item-content > .dashboard-item-footer > a > i:hover, .dashboard-item-icon.danger .dashboard-item-content > .dashboard-item-footer > i:hover {
  color: #ce4844; }

.dashboard-item.info .dashboard-item-content > .dashboard-item-footer > a > i:hover, .dashboard-item-custom.info .dashboard-item-content > .dashboard-item-footer > a > i:hover, .dashboard-item-icon.info .dashboard-item-content > .dashboard-item-footer > i:hover {
  color: #29b6f6; }

.dashboard-item.primary .dashboard-item-content > .dashboard-item-footer > a > i:hover, .dashboard-item-custom.primary .dashboard-item-content > .dashboard-item-footer > a > i:hover, .dashboard-item-icon.primary .dashboard-item-content > .dashboard-item-footer > i:hover {
  color: #283593; }

.dashboard-item-custom {
  display: flex;
  padding: 10px;
  min-height: 270px; }

.dashboard-item-custom .dashboard-item-content {
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  padding: 10px; }

.dashboard-item-custom .dashboard-item-title {
  width: 100%;
  font-size: 20px;
  padding: 10px;
  height: 50px;
  font-weight: bold; }

.dashboard-item-custom .dashboard-item-description {
  position: relative;
  display: inline-block;
  justify-content: center;
  width: 100%;
  height: calc(100% - 80px);
  align-items: center;
  padding: 15px; }

.dashboard-item-icon .dashboard-item-content .dashboard-item-title i:before {
  font-size: 30px; }

.dashboard-item-icon .dashboard-item-subtitle {
  margin: 10px;
  font-size: 1.5em; }

.dashboard-item-icon:hover {
  cursor: pointer; }

.smartui-chart {
  height: 300px;
  width: 100%;
  position: relative; }

.reporting {
  background: white; }

.reporting .tasks {
  padding: 0 15px 15px 15px;
  overflow: hidden; }

.reporting .day input {
  text-align: center; }

.reporting .day {
  display: inline-block;
  width: calc((100% - 45px) / 7);
  text-align: center;
  padding: 0 10px;
  float: left; }

.reporting .week-sum {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.reporting .day-sum {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.reporting .header .nav > div {
  display: inline-block; }

/***************************Reporting header Nav*************************/
.reporting .reporting-header .nav {
  height: 45px;
  background-color: #283593;
  position: relative; }

.reporting .reporting-header .nav .header-icon {
  position: absolute;
  height: 100%;
  top: 0;
  lef: 0;
  background: #1565c0;
  width: 45px;
  color: white;
  line-height: 45px;
  text-align: center; }

.reporting .reporting-header .nav .title {
  height: 45px;
  padding-top: 5px;
  color: white;
  text-align: center; }

.reporting .reporting-header .nav .title .description {
  display: block; }

.reporting .reporting-header .nav .dates {
  display: block;
  font-size: 0.8em; }

.reporting .reporting-header .nav .nav-button {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 22.5px;
  height: 45px;
  line-height: 45px;
  color: white;
  text-align: center; }

.reporting .reporting-header .nav .nav-button.calendar-select {
  color: white;
  cursor: pointer;
  right: 22.5px; }

.reporting .reporting-header .nav .nav-button > a {
  color: white; }

.reporting .reporting-header .nav .nav-button > a:hover {
  color: #1565c0; }

.reporting .reporting-header .nav .nav-button.next-week {
  right: 0; }

.reporting .reporting-header .nav .nav-button.prev-week {
  right: 45px; }

.reporting .reporting-header .nav .calendar-popup {
  position: absolute;
  display: none;
  z-index: 99;
  top: calc(100% + 10px);
  right: 15px; }

.reporting .reporting-header .nav.show-calendar .calendar-popup {
  display: inline-block; }

.reporting .reporting-header .week-days {
  overflow: hidden;
  padding: 0 15px 15px 15px; }

.reporting .reporting-header .week-header {
  height: 35px;
  width: 700%; }

.reporting .reporting-header .week-header .day {
  position: relative; }

.reporting .reporting-header .week-header .day .name {
  display: block;
  font-size: 1.1em; }

.reporting .reporting-header .week-header .day .date {
  display: block;
  font-size: 0.8em;
  color: #283593; }

.reporting .reporting-header .week-header .day.weekend .date, .reporting .reporting-header .week-header .day.weekend .name {
  color: #f39b03;
  font-weight: bold; }

.reporting .reporting-header .week-header .day.holiday .date, .reporting .reporting-header .week-header .day.holiday .name {
  color: #f39b03;
  font-weight: bold; }

/*********************************Tasks***************************/
.reporting .task .task-header {
  height: auto;
  background-color: #bac600;
  color: white;
  width: 100%;
  text-align: left;
  display: inline-block;
  font-weight: bold; }

.reporting .task .task-header .selector {
  position: absolute;
  left: 0;
  width: 45px;
  height: 35px;
  line-height: 35px; }

.reporting .task .task-header .selector .form-checkbox {
  line-height: 35px; }

.reporting .task .task-header .title {
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 17.5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase; }

.reporting .task .task-week {
  overflow: hidden;
  height: 54px;
  width: 700%; }

.reporting .task.active .task-week {
  height: 108px;
  transition: all 0.2s;
  overflow: visible; }

.reporting .task .day .additional-cost {
  margin-top: 5px; }

.reporting .task .day.rejected .hours .activity {
  display: inline-block; }

.reporting .task .day.rejected .hours .activity:before {
  content: "\f112";
  color: #ce4844; }

.reporting .task .day.disabled .description .activity, .reporting .task .day.unavailable .description .activity {
  display: none; }

.reporting .task .expander {
  width: 35px;
  height: 35px;
  right: 0;
  top: 0;
  position: absolute;
  color: white;
  font-family: FontAwesome;
  text-align: center;
  line-height: 35px;
  cursor: pointer; }

.reporting .task .expander:before {
  content: "\f078"; }

.reporting .task.active .expander:before {
  content: "\f077"; }

.reporting .task {
  overflow: hidden;
  position: relative; }

.reporting .task-sum .task-week {
  height: 30px; }

.reporting .task-sum {
  border-top: 1px solid lightgrey;
  background-color: #1565c0;
  color: white; }

@media (min-width: 992px) {
  .reporting .day {
    display: inline-block;
    width: calc((100% - 45px) / 7);
    text-align: center;
    padding: 0 10px;
    float: left; }
  .reporting .week-sum {
    width: 45px;
    float: left; }
  .reporting .day-sum {
    display: flex; }
  .reporting .task .task-week {
    width: 100%; }
  .reporting .reporting-header .week-header {
    width: 100%; } }

/*******************************Global*****************************/
/************************************Form Input****************************/
/*****************************panel-form-primary****************************/
/***************************table*****************************************/
/***************************tabs*****************************************/
/***************************checkbox************************************/
/***************************dropdown***********************************/
/****************************Popup**************************************/
/****************************Notifications******************************/
/***********************************Form button colors****************************/
.form-button {
  position: relative;
  padding-left: 0px;
  margin-top: 10px; }

.form-button.form-button-icon {
  padding: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px; }

.form-button, .form-button:focus, .form-button:active {
  display: inline-block;
  background-color: #283593;
  color: #fff;
  border: none;
  border-radius: 0;
  margin: 10px 5px 0 0;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
  text-align: center; }

.form-button.inverted {
  background-color: transparent;
  color: #283593; }

.form-button.form-button-icon, .form-button.form-button-icon:focus, .form-button.form-button-icon:active {
  width: 40px; }

.form-button > div {
  position: relative;
  padding: 7px 15px; }

.form-button.form-button-icon > div {
  padding: 0;
  width: 100%;
  height: 100%; }

.form-button.inverted.form-button-icon > div:hover {
  padding: 0;
  width: 100%;
  color: #1565c0; }

.form-button.ui-state-disabled {
  background-color: grey !important; }

.form-button.warning {
  background-color: #f39b03; }

.form-button.inverted.warning {
  background-color: transparent;
  color: #f39b03; }

.form-button.success {
  background-color: #bac600; }

.form-button.inverted.success {
  background-color: transparent;
  color: #bac600; }

.form-button.info {
  background-color: #29b6f6; }

.form-button.inverted.info {
  background-color: transparent;
  color: #29b6f6; }

.form-button.danger {
  background-color: #ce4844; }

.form-button.inverted.danger {
  background-color: transparent;
  color: #ce4844; }

.form-button i {
  position: absolute;
  left: 10px;
  left: -15px; }

.form-button.form-button-icon i {
  position: relative;
  left: auto;
  top: auto;
  height: auto; }

.form-button .tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.form-button:hover {
  background-color: #1565c0;
  color: #fff;
  text-decoration: none; }

[class*="col-"] .form-button:last-child, .row .form-button:last-child {
  margin-right: 0; }

@media (min-width: 768px) {
  .form-button, .form-button:focus, .form-button:active {
    margin: 10px 5px 0 0;
    width: auto; }
  .form-button.form-button-icon, .form-button.form-button-icon:focus, .form-button.form-button-icon:active {
    width: 40px; }
  .form-button i {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    margin-right: 10px; }
  .form-button.form-button-icon i {
    margin: 0; }
  .form-button {
    position: relative;
    padding-left: 0;
    margin-top: 10px; } }

.form-button.form-button-icon i.medium {
  font-size: 1.5em; }

.form-button.form-button-icon i.large {
  font-size: 2em;
  line-height: 40px; }

.pick-list .ui-picklist-list-wrapper {
  border: 1px solid #8b8f95; }

.pick-list.ui-picklist.ui-picklist-responsive {
  display: block;
  width: 100%; }

.pick-list .ui-state-disabled .ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default {
  background-color: #8b8f95; }

.pick-list .ui-picklist-caption.ui-widget-header.ui-corner-tl.ui-corner-tr {
  background-color: #283593;
  color: #fff;
  border-bottom: 1px solid #8b8f95; }

.pick-list .ui-picklist-list-wrapper .ui-picklist-list .ui-picklist-item .ui-chkbox {
  margin-right: 5px; }

.pick-list .ui-picklist-list-wrapper .ui-picklist-filter-container {
  border: 0px; }

.pick-list .ui-picklist-list-wrapper .ui-picklist-filter-container .ui-icon {
  font-family: FontAwesome;
  font-size: 18px;
  text-indent: 0px;
  top: 2px;
  right: 5px; }

.pick-list .ui-picklist-list-wrapper span.ui-icon.ui-icon-search:before {
  content: '\f002'; }

.pick-list .ui-picklist-buttons .ui-picklist-buttons-cell button span.ui-icon {
  font-family: FontAwesome;
  font-size: 20px;
  text-indent: 0px; }

.pick-list .ui-picklist-buttons button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only {
  height: 40px;
  display: inline-block;
  background-color: #283593;
  color: #fff;
  border: none;
  border-radius: 0;
  margin: 5px 5px 0 0;
  text-decoration: none;
  transition: all 0.3s;
  line-height: 40px; }

.pick-list .ui-picklist-buttons button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only:hover {
  color: #fff;
  background-color: #1565c0; }

.pick-list .ui-button-icon-only .ui-button-text {
  display: none; }

.pick-list .ui-button-icon-only .ui-icon {
  margin: 0px;
  position: relative;
  left: initial;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  top: 0; }

.pick-list .ui-picklist-buttons {
  align-content: center;
  padding: 0 20px 0 20px; }

.pick-list .ui-picklist-list-wrapper .ui-widget-content .ui-state-hover {
  color: #fff;
  background-color: #1565c0; }

.pick-list .ui-picklist-list-wrapper .ui-widget-content .ui-state-highlight {
  color: #fff;
  background-color: #283593;
  outline: 0px; }

.pick-list .ui-picklist-buttons .ui-picklist-buttons-cell .ui-picklist-button-add span.ui-icon:before {
  content: '\f105'; }

.pick-list .ui-picklist-buttons .ui-picklist-buttons-cell .ui-picklist-button-add-all span.ui-icon:before {
  content: '\f101'; }

.pick-list .ui-picklist-buttons .ui-picklist-buttons-cell .ui-picklist-button-remove span.ui-icon:before {
  content: '\f104'; }

.pick-list .ui-picklist-buttons .ui-picklist-buttons-cell .ui-picklist-button-remove-all span.ui-icon:before {
  content: '\f100'; }

.pick-list .ui-picklist-buttons .ui-picklist-buttons-cell .ui-picklist-button-move-up span.ui-icon:before {
  content: '\f106'; }

.pick-list .ui-picklist-buttons .ui-picklist-buttons-cell .ui-picklist-button-move-top span.ui-icon:before {
  content: '\f102'; }

.pick-list .ui-picklist-buttons .ui-picklist-buttons-cell .ui-picklist-button-move-down span.ui-icon:before {
  content: '\f107'; }

.pick-list .ui-picklist-buttons .ui-picklist-buttons-cell .ui-picklist-button-move-down span.ui-icon:before {
  content: '\f107'; }

.pick-list .ui-picklist-buttons .ui-picklist-buttons-cell .ui-picklist-button-move-bottom span.ui-icon:before {
  content: '\f103'; }

.ui-picklist.fullsizediv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.pick-list.fullsizediv .ui-picklist-buttons {
  display: flex;
  align-items: center;
  justify-content: center; }

.pick-list.fullsizediv .ui-picklist-buttons .ui-picklist-buttons-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

@media (max-width: 640px) {
  .pick-list .ui-picklist-buttons .ui-picklist-buttons-cell .ui-picklist-button-add span.ui-icon:before {
    content: '\f107'; }
  .pick-list .ui-picklist-buttons .ui-picklist-buttons-cell .ui-picklist-button-add-all span.ui-icon:before {
    content: '\f103'; }
  .pick-list .ui-picklist-buttons .ui-picklist-buttons-cell .ui-picklist-button-remove span.ui-icon:before {
    content: '\f106'; }
  .pick-list .ui-picklist-buttons .ui-picklist-buttons-cell .ui-picklist-button-remove-all span.ui-icon:before {
    content: '\f102'; }
  .pick-list.fullsizediv .ui-picklist-buttons .ui-picklist-buttons-cell {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .pick-list.fullsizediv .ui-picklist-list-wrapper, .pick-list.fullsizediv .ui-picklist-buttons {
    width: 100%; }
  .pick-list.fullsizediv .ui-picklist-buttons .ui-picklist-buttons-cell {
    width: 100%; }
  .pick-list.fullsizediv .ui-picklist-buttons .ui-picklist-buttons-cell .ui-button {
    width: 25%; }
  .ui-picklist.fullsizediv .ui-picklist-buttons {
    height: auto;
    padding: 10px 20px 10px 20px; } }

.ui-tree-draghelper.ui-draggable-dragging {
  border: 1px solid #283593;
  color: #1565c0;
  text-align: center; }

.data-tree.ui-tree .ui-treenode-content {
  position: relative; }

.data-tree.ui-tree .ui-chkbox-icon {
  height: 0;
  width: 0; }

.data-tree.ui-tree .ui-treenode-content .ui-tree-toggler {
  display: inline-block;
  height: 100%;
  width: 16px;
  font-family: FontAwesome;
  text-indent: 0;
  text-align: center; }

.data-tree.ui-tree .ui-treenode-content .ui-tree-toggler.ui-icon-triangle-1-e:before {
  content: "\f054"; }

.data-tree.ui-tree .ui-treenode-content .ui-tree-toggler.ui-icon-triangle-1-s:before {
  content: "\f078"; }

.data-tree.ui-tree .ui-treenode-content .ui-chkbox .ui-chkbox-icon {
  font-family: FontAwesome;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: auto;
  top: 0;
  left: 0;
  border-radius: 0;
  background: none; }

.data-tree.ui-tree .ui-treenode-content .ui-chkbox .ui-chkbox-icon.ui-icon-check {
  background-color: #283593;
  text-indent: 0;
  color: #fff;
  text-align: center;
  line-height: 16px; }

.data-tree.ui-tree .ui-treenode-content .ui-chkbox .ui-chkbox-icon.ui-icon-check:before {
  content: "\f00c"; }

.data-tree.ui-tree .ui-treenode-content .ui-chkbox .ui-chkbox-icon.ui-icon-minus {
  background-color: #283593;
  text-indent: 0;
  color: #fff;
  text-align: center;
  line-height: 16px; }

.data-tree.ui-tree .ui-treenode-content .ui-chkbox .ui-chkbox-icon.ui-icon-minus:before {
  content: "\f068"; }

.data-tree .ui-treenode-label.ui-state-highlight {
  background-color: #1565c0;
  color: #fff;
  margin: 0; }

.wizard .ui-wizard-step-title.ui-state-default {
  background-color: #283593;
  color: white; }

.wizard .ui-wizard-step-title.ui-state-default.ui-state-highlight {
  background-color: #1565c0; }

.timeline div.timeline-frame {
  border-color: #5D99C3;
  border-radius: 5px; }

.timeline div.timeline-axis {
  border-color: #283593;
  background-color: #283593;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.timeline div.timeline-groups-axis {
  border-color: #5D99C3; }

.timeline div.timeline-groups-axis-onleft {
  border-style: none solid none none; }

.timeline div.timeline-axis-text {
  color: white; }

.timeline div.timeline-event {
  color: white !important;
  border-radius: 5px !important; }

.timeline div.timeline-event-content {
  padding: 5px;
  text-shadow: none; }

.timeline div.unavailable {
  background: #F03030 none !important;
  /* red */
  border-color: #bd2828 !important;
  /* red */ }

.timeline div.available {
  background: #1AA11A none !important;
  /* green */
  border-color: #136e13 !important;
  /* green */ }

.timeline div.maybe {
  background: #FFA500 none !important;
  /* orange */
  border-color: #cc8100 !important;
  /* orange */ }

.timeline div.timeline-event-selected {
  background: #BECEFE none !important;
  border-color: #97B0F8 !important; }

.timeline div.timeline-frame {
  border-radius: 0; }

.timeline div.timeline-event a {
  color: white; }

.timeline div.timeline-event-selected a {
  color: #283593; }

.ui-inputswitch {
  height: 35px;
  border: 2px solid #8b8f95;
  border-radius: 3px; }

.ui-inputswitch .ui-inputswitch-off {
  height: 100%;
  padding-top: 0; }

.ui-inputswitch .ui-inputswitch-off span {
  background-color: #8b8f95;
  color: white;
  height: 100%;
  padding-top: 5px;
  text-align: center; }

.ui-inputswitch .ui-inputswitch-on {
  height: 100%;
  padding-top: 0; }

.ui-inputswitch .ui-inputswitch-on span {
  background-color: #283593;
  color: white;
  height: 100%;
  text-align: center;
  padding-top: 5px; }

html {
  height: 100%; }

body {
  height: 100%;
  overflow-x: hidden;
  font-size: 14px;
  color: #8b8f95; }

.container {
  max-width: 100%; }

.margin-top {
  margin-top: 15px; }

.margin-bottom {
  margin-bottom: 15px; }

.fc-event.approved {
  background: green; }

.fc-event.notApproved {
  background: red; }

.fc-time {
  display: none; }

.form-group .tooltip-inner {
  background-color: #f39b03 !important;
  white-space: normal !important; }

.form-group .tooltip {
  background: none !important; }

.form-group .tooltip.top .tooltip-arrow {
  border-top-color: #f39b03; }

.form-group .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f39b03; }

.form-group .tooltip.left .tooltip-arrow {
  border-left-color: #f39b03; }

.form-group .tooltip.right .tooltip-arrow {
  border-right-color: #f39b03; }

.main-container .revision {
  position: absolute;
  color: #8b8f95;
  font-size: 10px;
  line-height: 12px;
  top: 5px;
  left: 15px; }

/*************************************header**************************/
/*dla gisu panele*/
.team-allocation {
  display: block; }

.team-allocation .team-left, .team-allocation .team-right {
  border: 1px solid #8b8f95;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden; }

.team-allocation .team-separator {
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1565c0; }

.team-allocation .team-separator:before {
  font-size: 2em;
  content: "\f0ec"; }

@media (min-width: 966px) {
  .team-allocation {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; } }

.cell-text-cut-three-dots {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden; }

@media (min-width: 1600px) {
  .container {
    width: 1400px; } }

@media (min-width: 1800px) {
  .container {
    width: 1600px; } }

@media (min-width: 2400px) {
  .container {
    width: 2200px; } }

@media (min-width: 2800px) {
  .container {
    width: 2600px; } }

.form-button > div {
  padding: 2px 10px; }

.form-button i {
  color: gray;
  font-size: 18px; }

.form-button, .form-button:active, .form-button:focus {
  background-color: transparent;
  color: #7F7F7F;
  border-radius: 10px;
  outline: none; }

.form-button:hover {
  background-color: transparent;
  color: black; }

.form-button:hover i {
  color: #9e0231; }

.form-button.right i {
  float: right;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 1px; }

.form-button.login {
  border: 0.08em solid #9e0231;
  color: #9e0231;
  border-radius: 20px;
  min-width: 160px;
  margin: 15px 10px 0px 10px; }

.form-button.login:hover {
  color: white;
  background-color: #9e0231; }

.form-button.login > div {
  padding: 2px 0px 2px 0px;
  margin-left: auto;
  margin-right: auto; }

.form-button.register {
  background-color: white;
  border-radius: 20px;
  padding: 0px 10px 0px 10px;
  color: #9e0231;
  border: 0.08em solid white;
  width: 160px; }

.form-button.register:hover {
  background-color: #9e0231;
  color: white;
  border-color: #9e0231; }

.form-button.register > div {
  padding: 2px 30px 2px 30px; }

@media (max-width: 768px) {
  .form-button i {
    left: 10px; }
  .form-button.right i {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 1px; } }

.form-button.ui-state-disabled, .form-button.ui-state-disabled:hover {
  background-color: transparent !important;
  color: black; }

.form-button.ui-state-disabled:hover i {
  color: #9e0231; }

.form-button.gray, .form-button.gray i, .ui-state-disabled.form-button.gray:hover, .ui-state-disabled.form-button.gray:hover i {
  color: #7F7F7F; }

.form-button.gray:hover, .form-button.gray:hover i {
  color: black;
  background-color: transparent; }

.ui-state-disabled.form-button.gray {
  background-color: transparent !important; }

.form-button.primary {
  color: #9e0231;
  background-color: transparent;
  border: 1px solid #9e0231;
  border-radius: 20px; }

.form-button.primary i {
  color: #9e0231;
  font-size: 1em; }

.form-button.primary:hover {
  background-color: #9e0231; }

.form-button.primary:hover, .form-button.primary:hover i {
  color: white; }

.ui-state-disabled.form-button, .ui-state-disabled.form-button i, .ui-state-disabled.form-button:hover, .ui-state-disabled.form-button:hover i {
  color: #7F7F7F;
  border-color: #7F7F7F; }

.form-button.success {
  color: white;
  background-color: #9e0231; }

.form-button.success:hover {
  background-color: #9D0131; }

.form-button.success i {
  color: white; }

.file-upload .ui-fileupload-buttonbar .ui-button.ui-state-disabled {
  background-color: transparent;
  color: gray; }

.file-upload .ui-fileupload-choose.ui-state-disabled .ui-button-icon-left.ui-icon {
  color: #7F7F7F; }

.form-button i {
  margin-top: 3px;
  font-size: 1.2em;
  color: #7F7F7F; }

.form-button.form-button-icon i {
  color: white; }

.form-button.form-button-icon:hover i {
  color: black !important; }

.form-control, output {
  font-size: 1em; }

.panel.form-panel.primary .panel-heading {
  font-size: 20px;
  background-color: transparent;
  color: #9e0231;
  font-weight: bold; }

.panel.form-panel.primary .panel-heading {
  height: auto; }

.panel.form-panel .panel-heading .description {
  display: flex;
  align-items: center;
  border-color: #9e0231;
  white-space: normal;
  overflow: hidden;
  line-height: 30px; }

.panel.form-panel .panel-heading .description:after, .panel.form-panel .panel-heading .description:before {
  display: inline-block;
  margin: 0 2% 0 2%;
  content: "";
  flex: 1 1 auto;
  border-top: 0.05em solid #9e0231; }

@media (max-width: 500px) {
  .panel.form-panel .panel-heading .description {
    padding-left: 0px;
    padding-right: 0px; } }

@media (min-width: 2000px) {
  .panel.form-panel .panel-heading .description:after, .panel.form-panel .panel-heading .description:before {
    border-width: thin; } }

.panel.form-panel .ui-outputpanel.ui-widget.panel-body {
  margin: 0 4% 0 4%; }

.ui-outputpanel.ui-widget.panel-body section {
  border-left: 0.1em solid #9e0231;
  padding-left: 15px; }

.panel.form-panel.primary .panel-heading .icon {
  background: #9e0231;
  color: white; }

.form-group.form-checkbox {
  line-height: 30px;
  color: white;
  background-color: #9e0231;
  padding: 15px 30px 20px 30px;
  border-radius: 10px;
  min-height: 60px; }

.form-group.form-checkbox .placeholder {
  margin-left: 10px; }

.form-group.form-checkbox.transparent {
  background-color: transparent; }

.form-group.form-checkbox.transparent .ui-chkbox .ui-chkbox-box, .ui-chkbox .ui-chkbox-box, .form-group.form-checkbox.transparent .ui-chkbox .ui-chkbox-box.ui-state-disabled {
  border: 2px solid #9e0231; }

.form-group.form-checkbox.transparent .placeholder {
  color: black; }

.form-group.form-checkbox.transparent .ui-chkbox .ui-chkbox-box.ui-state-active, .ui-chkbox .ui-chkbox-box.ui-state-active, .ui-chkbox .ui-chkbox-box.ui-state-highlight {
  color: #9e0231; }

.form-group.form-checkbox .ui-chkbox .ui-chkbox-box.ui-state-active, .ui-chkbox .ui-chkbox-box.ui-state-active, .ui-chkbox .ui-chkbox-box.ui-state-highlight {
  background-color: transparent;
  color: white; }

.form-group.form-checkbox.circle .ui-chkbox .ui-chkbox-box {
  background-color: #9e0231;
  border-radius: 50%;
  font-size: 10px; }

.form-group.form-checkbox .ui-chkbox .ui-chkbox-box, .ui-chkbox .ui-chkbox-box, .form-group.form-checkbox .ui-chkbox .ui-chkbox-box.ui-state-disabled {
  line-height: 16px;
  border: 2px solid white; }

.ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default.ui-state-active.ui-state-disabled {
  background-color: transparent; }

.form-input-datepicker .disabled.ui-datepicker-trigger {
  display: none; }

.form-group.form-dropdown .ui-selectonemenu-trigger, .form-group.form-dropdown .ui-selectcheckboxmenu-trigger {
  font-family: 'icomoon' !important; }

.form-group.form-input.form-dropdown .ui-state-disabled .ui-selectonemenu-trigger {
  display: none; }

.form-group.form-dropdown .ui-selectonemenu-trigger:before, .form-group.form-dropdown .ui-selectcheckboxmenu-trigger:before {
  content: '\e91d'; }

.form-group.form-input.pzp1 {
  background-color: transparent;
  color: #7F7F7F; }

.data-table.no-border .form-group.form-input input, .data-table .form-group.form-input textarea, .data-table.no-border .form-group.form-input.active, .data-table.no-border .form-group.form-input input:active, .data-table .form-group.form-input input:focus {
  color: #7F7F7F; }

.data-table.no-border tbody tr:hover td {
  color: black;
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
  background-color: transparent; }

.form-group.form-input.pzp1 input {
  padding-left: 5%;
  border: 1px solid #7F7F7F;
  border-radius: 10px;
  width: calc(95% - 50px); }

.form-group.form-input.pzp1 input.ui-state-hover, .form-group.form-input.pzp1 input.ui-state-focus {
  border-color: #9e0231; }

.form-group.form-input {
  background-color: white; }

.form-group.form-input.form-dropdown label {
  color: #7F7F7F; }

.form-group.form-input.pzp1.disabled-c {
  background-color: transparent;
  color: black; }

.data-table tbody tr .form-group.form-input.pzp1 input.ui-state-disabled {
  background-color: gray;
  color: black; }

.form-group.form-input.pzp1.disabled-c {
  background-color: transparent; }

.ui-selectonemenu-panel .ui-selectonemenu-item, .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item {
  background-color: white; }

.ui-selectonemenu-panel .ui-selectonemenu-items, .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-items {
  color: #7F7F7F;
  background-color: white; }

.ui-selectonemenu-panel .ui-selectonemenu-item.ui-state-highlight, .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item.ui-state-highlight {
  color: white; }

.ui-selectonemenu-panel .ui-selectonemenu-filter-container {
  background-color: white;
  color: #7F7F7F; }

.form-group.form-input {
  background-image: none;
  border-radius: 10px;
  padding: 5px;
  height: 50px; }

.form-group.form-input .placeholder {
  top: 0px;
  left: 12px;
  width: 93%; }

.form-group.form-input.active .placeholder, .form-group.form-input.no-empty .placeholder {
  top: 0px; }

.form-group.form-input input {
  padding-left: 10px;
  width: 90%;
  margin-top: 7px; }

.form-group.form-input .activity.required {
  line-height: 48px;
  right: 2%; }

.form-group.form-input .activity.disabled {
  display: none;
  text-align: left;
  line-height: 58px;
  right: 5%;
  font-size: 1.7em; }

.form-group.form-input.form-dropdown {
  height: 100%; }

.form-group.form-dropdown .ui-selectonemenu.ui-state-focus label, .form-group.form-dropdown .ui-selectcheckboxmenu.ui-state-focus label {
  background-image: none; }

.form-group.form-dropdown .ui-selectonemenu-trigger, .form-group.form-dropdown .ui-selectcheckboxmenu-trigger {
  font-size: 1.2em;
  background-color: transparent;
  color: #9e0231;
  line-height: 50px; }

.form-group.form-dropdown .ui-selectonemenu-trigger:hover, .form-group.form-dropdown .ui-selectcheckboxmenu-trigger:hover {
  background-color: transparent;
  color: #9D0131; }

.ui-selectonemenu-panel .ui-selectonemenu-item.ui-state-highlight, .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item.ui-state-highlight {
  background-color: #9e0231; }

.ui-selectonemenu-panel .ui-selectonemenu-item:hover, .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item:hover {
  background-color: #9D0131; }

.form-group.form-dropdown .ui-selectonemenu label, .form-group.form-dropdown .ui-selectcheckboxmenu label {
  padding-left: 10%; }

.form-group.form-input.pzp1 {
  padding: 0px;
  margin-bottom: 10px; }

.form-group.form-input.form-dropdown.pzp1 {
  background-color: transparent; }

.form-group.form-dropdown.pzp1 .ui-selectonemenu label {
  border: 1px solid #7F7F7F;
  border-radius: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 5%;
  width: calc(95% - 50px);
  box-sizing: unset; }

.form-group.form-dropdown.pzp1:hover .ui-selectonemenu label {
  border-color: #9e0231; }

.form-group.form-dropdown.pzp1 .ui-selectonemenu-trigger, .form-group.form-dropdown .ui-selectcheckboxmenu-trigger {
  line-height: 54px; }

.form-group.form-dropdown.pzp1 .ui-selectonemenu-trigger:before, .form-group.form-dropdown .ui-selectcheckboxmenu-trigger:before {
  content: '\e91c'; }

.form-group.form-input.pzp1 {
  height: 47px; }

.form-group.form-input.form-textarea.pzp1 {
  height: auto; }

.form-group.form-input.form-textarea textarea {
  padding-left: 10px;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 0px; }

.form-group.form-input input:active, .form-group.form-input input:focus, .form-group.form-input textarea:active, .form-group.form-input textarea:focus {
  background-image: none; }

.form-group.form-input.pzp1.form-textarea textarea {
  border: 1px solid #7F7F7F;
  border-radius: 10px;
  padding: 0px;
  padding-left: 5%;
  margin: 7px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: calc(95% - 50px); }

.data-table tbody tr:hover .form-group.form-input.pzp1 textarea {
  background-image: none;
  color: black; }

.ui-selectonemenu-panel.ui-helper-hidden {
  max-width: 60%; }

.form-group.form-input input, .form-group.form-input textarea, .form-group.form-input.active, .form-group.form-input input:active, .form-group.form-input input:focus {
  background-image: none; }

.form-group.form-dropdown .ui-selectonemenu label, .form-group.form-dropdown .ui-selectcheckboxmenu label {
  background-image: none;
  margin-top: 10px; }

@keyframes placeholder-animation {
  from {
    height: 100%;
    font-size: 1em;
    line-height: 45px; }
  to {
    height: 50%;
    font-size: 0.8em;
    line-height: 30px; } }

span.pzp-outputtext-header {
  color: #9e0231; }

span.pzp-outputtext-content {
  color: black; }

span.pzp-outputtext-header2 {
  color: black;
  display: block;
  width: calc(100% - 50px);
  padding-left: 5%; }

.form-group.form-input.form-input-datepicker input {
  width: calc(95% - 50px);
  box-sizing: unset; }

.form-group.form-input .ui-datepicker-trigger {
  background: #9e0231; }

.form-group.form-input .ui-datepicker-trigger:hover {
  background: #9D0131; }

.form-group.form-input.form-input-datepicker input {
  margin-bottom: 9px;
  color: #7F7F7F;
  border-color: #7F7F7F !important; }

.form-group.form-input.new .ui-datepicker-trigger {
  display: block;
  border: 0;
  position: absolute;
  right: -3px;
  top: 0px;
  height: 57px;
  line-height: 57px;
  width: 57px;
  border-radius: 0px 10px 10px 0px; }

.form-group.form-input.new .ui-datepicker-trigger:focus {
  outline: 0; }

.data-table .form-group.form-input input, .data-table .form-group.form-input textarea, .data-table .form-group.form-input.active, .data-table .form-group.form-input input:active, .data-table .form-group.form-input input:focus {
  background-image: linear-gradient(#9e0231, #9e0231), linear-gradient(#9e0231, #9e0231); }

.data-table .form-group.form-input {
  background: transparent; }

.data-table tbody tr:hover .form-group.form-input input {
  color: #A5A5A5;
  background-image: linear-gradient(#9e0231, #9e0231), linear-gradient(#9e0231, #9e0231); }

.form-group.form-input.form-input-number.active {
  background-image: none; }

.data-table .form-group.form-input.active {
  background-image: none; }

.data-table .form-group.form-input.form-input-number.disabled-c {
  background: transparent; }

.data-table .form-group.form-input.form-input-number.disabled-c input {
  color: #7F7F7F; }

.data-table tbody tr:hover .form-group.form-input.form-input-number input {
  color: white; }

.data-table tbody tr:hover .form-group.form-input.form-input-number.disabled-c input {
  background-image: none;
  color: white; }

.checkbox-pzp {
  padding: 10px 15px 10px 30px; }

.checkbox-pzp .ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default {
  border-color: #9e0231; }

.checkbox-pzp .ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default.ui-state-active {
  color: #9e0231;
  border-color: #9e0231; }

.data-table th .ui-chkbox .ui-chkbox-box {
  border-color: #9e0231; }

.data-table .form-group.form-checkbox .ui-chkbox .ui-chkbox-box, .data-table .ui-chkbox .ui-chkbox-box, .data-table .form-group.form-checkbox .ui-chkbox .ui-chkbox-box.ui-state-disabled {
  border-color: #9e0231; }

.data-table .ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default.ui-state-active {
  color: #9e0231; }

.ui-selectonebutton .ui-button {
  background-color: white;
  border-radius: 15px;
  color: black;
  margin: 5px 10px; }

.ui-selectonebutton .ui-button.ui-state-hover {
  color: white;
  background-color: #9D0131; }

.ui-selectonebutton .ui-button.ui-state-active {
  background-color: #9e0231;
  color: white; }

@media (max-width: 432px) {
  .ui-selectonebutton .ui-button {
    width: 100%; } }

.ui-button.ui-widget.ui-state-default.ui-button-text-only.ui-corner-left.ui-state-active.ui-state-disabled {
  display: inline-block !important; }

.ui-button.ui-widget.ui-state-default.ui-button-text-only.ui-state-disabled {
  display: none; }

.form-group.form-input .activity.disabled:before {
  display: none; }

.form-group.form-input.disabled-c {
  background-color: #A5A5A5;
  color: black; }

.form-group.form-input.disabled-c .placeholder, .form-group.form-input.disabled-c input {
  color: black; }

.tab-view .ui-tabs-panel {
  background-color: #ECEDF1; }

.tab-view .ui-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: transparent;
  height: auto; }

.tab-view.center .ui-tabs-nav {
  justify-content: center; }

.tab-view .ui-tabs-nav li {
  width: 140px;
  height: 108px;
  font-size: 0.9em;
  border-radius: 15% 15% 15% 15%;
  background-color: #A5A5A5;
  margin: 5px;
  padding: 0;
  top: 0 !important;
  line-height: 45px; }

.tab-view .ui-tabs-nav li.ui-tabs-selected {
  background-color: #9e0231;
  background-image: none; }

.tab-view .ui-tabs-nav li > a {
  font-size: 1em;
  color: white;
  margin: 0;
  padding: 0 15px 0 15px; }

.ui-tabs .ui-tabs-nav li {
  color: white;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center; }

.ui-tabs .ui-tabs-nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45px;
  line-height: 16px;
  white-space: normal;
  text-align: center;
  width: 100%;
  padding-bottom: 30px; }

.ui-tabs .ui-tabs-nav > li > i {
  font-size: 2.3em;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 20px; }

@media (max-width: 432px) {
  .tab-view .ui-tabs-nav li {
    width: 100%;
    border-radius: 10px; } }

.data-table {
  font-size: 1em;
  outline: none; }

.data-table thead {
  background-color: transparent; }

.ui-datatable tr th {
  background-color: transparent;
  color: #9D0131;
  font-weight: bold; }

.data-table tbody tr.ui-datatable-selectable.ui-state-highlight {
  background-color: transparent;
  color: black; }

.data-table tbody td, .data-table tbody tr {
  background-color: transparent;
  outline: none; }

.data-table .ui-sortable-column-icon.ui-icon.ui-icon-carat-2-n-s {
  color: #9e0231;
  line-height: 31px; }

.data-table .ui-paginator {
  text-align: center; }

.data-table .ui-paginator a:before {
  color: #9D0131;
  font-weight: normal; }

.data-table .ui-paginator > a {
  font-family: icomoon !important;
  font-size: 1em; }

.data-table .ui-paginator-bottom .ui-paginator-first:before {
  content: "\e905"; }

.data-table .ui-paginator-bottom .ui-paginator-prev:before {
  content: "\e91a"; }

.data-table .ui-paginator-bottom .ui-paginator-next:before {
  content: "\e913"; }

.data-table .ui-paginator-bottom .ui-paginator-last:before {
  content: "\e904"; }

.data-table .ui-paginator-pages .ui-paginator-page {
  color: black; }

.data-table .ui-paginator-pages .ui-paginator-page.ui-state-active {
  color: black; }

.data-table tbody tr:hover {
  background-color: transparent;
  color: black; }

.data-table .ui-widget-content td a {
  color: #9e0231; }

.data-table .ui-widget-content td a:hover {
  color: #9D0131;
  text-decoration: none; }

.data-table .ui-datatable-footer {
  background-color: #ECEDF1; }

.data-table.no-border tbody td, .data-table.no-border tbody tr {
  border-color: transparent; }

.data-table.no-border .form-group.form-input input, .data-table .form-group.form-input textarea, .data-table.no-border .form-group.form-input.active, .data-table.no-border .form-group.form-input input:active, .data-table .form-group.form-input input:focus {
  background-image: none; }

.data-table.no-border .form-group.form-input.pzp1 input.ui-state-hover, .form-group.form-input.pzp1 input.ui-state-focus, .data-table.no-border tbody tr:hover .form-group.form-input input {
  background-image: none; }

.data-table.no-all-selection-button .ui-selection-column .ui-chkbox.ui-chkbox-all.ui-widget {
  display: none; }

.data-table th .ui-chkbox .ui-corner-all.ui-chkbox-box {
  border-color: #9e0231 !important; }

.data-table .form-group.form-checkbox {
  background-color: transparent; }

.data-table th .ui-column-resizer {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  width: 8px;
  height: 100%;
  padding: 0px;
  cursor: col-resize;
  border-right: 1px solid #7F7F7F;
  box-sizing: border-box; }

.data-table tbody tr:hover .form-group.form-input.form-dropdown label {
  color: black;
  background-image: none; }

.data-table .form-group.form-input.form-dropdown {
  margin-bottom: 0px;
  margin-top: 0px; }

.data-table .form-group.form-input.form-dropdown .ui-selectonemenu-trigger {
  line-height: 40px;
  margin-top: 0px; }

.data-table .form-group.form-dropdown .ui-selectonemenu label, .data-table .form-group.form-dropdown .ui-selectcheckboxmenu label {
  margin-top: 0px; }

.ui-dialog {
  border-radius: 10px;
  background-color: #ECEDF1; }

.ui-dialog > .ui-dialog-titlebar {
  font-weight: bold;
  background-color: transparent;
  color: #9e0231; }

.ui-dialog-titlebar .ui-dialog-title {
  font-size: 1.3em;
  background-color: #ECEDF1;
  padding: 0px 10px 0px 10px; }

.ui-dialog-titlebar .ui-dialog-title:after {
  margin: 0 7% 0 7%;
  border-top: 0.06em solid #9e0231;
  height: 10px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
  background-color: #9D0131;
  border-radius: 0px 7px; }

.ui-dialog .panel .panel-footer {
  background-color: #ECEDF1; }

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon span {
  color: white; }

.notification {
  background-color: transparent; }

.notification .counter {
  color: white; }

.notification .fa-envelope {
  font-size: 1.5em; }

.notification .notification-panel .notification-item.SUCCESS {
  padding: 0px 10px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #9e0231; }

.notification .notification-panel .close-all-item {
  padding: 0px 10px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #9e0231; }

.notification .notification-panel .close-all-item .close {
  color: #9e0231; }

.notification .notification-panel .close-all-item .description {
  color: #9e0231; }

.notification .notification-panel .notification-item.SUCCESS .title {
  border-bottom: 1px solid #9e0231;
  text-align: left; }

.notification .notification-panel .notification-item.SUCCESS .ui-commandlink.ui-widget.close {
  color: #9e0231; }

.notification .notification-panel .notification-item.SUCCESS .close {
  color: #9e0231; }

.notification .notification-panel .notification-item.SUCCESS .title:before {
  content: '\f017';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  color: #9e0231;
  padding-right: 15px; }

.notification .notification-panel .notification-item.SUCCESS .ui-commandlink.ui-widget {
  color: black; }

.notification .notification-panel .notification-item.SUCCESS .description {
  color: black;
  text-align: left;
  padding: 10px;
  font-size: 0.9em;
  line-height: 25px; }

.notification-panel .notification-item.SUCCESS .description a {
  color: #9e0231;
  font-weight: bold; }

.notification {
  color: white; }

.login-page .background {
  background-color: #ECEDF1; }

.login-page .form-container .description {
  margin: 10px 0 10px 0; }

.login-page .password-rem-btn .ui-commandlink {
  color: #9e0231; }

.login-page .password-inpt .password-rem-btn {
  position: absolute;
  right: -20px;
  top: calc(50% - 22px);
  font-size: 1.6em; }

@media (max-width: 992px) {
  .login-page .password-inpt .password-rem-btn {
    top: calc(55% - 22px); } }

.login-page .login-inpt .form-input input:-webkit-autofill,
.login-page .login-inpt .form-input input:-webkit-autofill:hover,
.login-page .login-inpt .form-input input:-webkit-autofill:focus,
.login-page .login-inpt .form-input input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s; }

.file-upload .ui-fileupload-buttonbar {
  border-radius: 10px; }

.file-upload .ui-fileupload-buttonbar .ui-button {
  background-color: transparent;
  color: black; }

.file-upload .ui-fileupload-buttonbar .ui-button .ui-icon {
  color: #9e0231; }

.form-group.form-input.form-input-datepicker {
  padding: 0px;
  margin-bottom: 10px;
  height: 47px; }

.form-input-datepicker {
  background-color: transparent !important; }

.form-group.form-input.form-input-datepicker input {
  border: 1px solid gray;
  border-radius: 10px;
  width: calc(95% - 50px);
  letter-spacing: 1px;
  padding-left: 5%;
  box-sizing: unset;
  height: 40px; }

.form-group.form-input.form-input-datepicker.active input, .form-group.form-input.form-input-datepicker:hover input {
  border-color: #9e0231; }

.form-datepicker .ui-datepicker, .ui-datepicker {
  border-radius: 10px;
  box-shadow: 5px 5px 10px #ECEDF1;
  background-color: white; }

.form-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-header {
  background: #9e0231;
  border-radius: 10px 10px 0px 0px; }

.form-datepicker .ui-datepicker td a:hover, .ui-datepicker td a:hover {
  box-shadow: 1px -1px #9e0231, 1px 1px #9e0231, -1px 1px #9e0231, -1px -1px #9e0231;
  background-color: #9e0231;
  color: white !important; }

.form-datepicker .ui-datepicker .ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-current-day a {
  border: 1px solid #9e0231;
  color: black !important; }

.form-datepicker .ui-datepicker td a, .ui-datepicker td a {
  color: black !important; }

.ui-datepicker .ui-datepicker-year {
  background-color: #9e0231; }

.form-datepicker .ui-datepicker .ui-datepicker-calendar thead > tr > th > span, .ui-datepicker .ui-datepicker-calendar thead > tr > th > span {
  color: black; }

.form-group.form-input .ui-datepicker-trigger {
  background-color: transparent;
  outline: 0; }

.form-group.form-input .ui-datepicker-trigger .ui-icon-calendar {
  font-family: 'icomoon' !important;
  color: #9e0231; }

.form-group.form-input .ui-datepicker-trigger:hover {
  background-color: transparent;
  color: #9e0231; }

.form-group.form-input .ui-datepicker-trigger .ui-icon-calendar:before {
  content: '\e90b';
  font-size: 1.8em; }

table.ui-datepicker-calendar {
  background-color: white; }

.form-datepicker .ui-datepicker, .ui-datepicker {
  min-width: 329px; }

.ui-messages > div ul {
  color: black; }

.ui-messages-error, .ui-message-error {
  background-color: transparent;
  border-color: #EE1C25;
  border-radius: 10px; }

.ui-messages-info-icon, .ui-messages-error-icon, .ui-message-info-icon, .ui-message-warn-icon, .ui-message-error-icon {
  background: none; }

.ui-messages-info-icon, .ui-messages-error-icon {
  width: auto;
  height: auto;
  margin-top: -1px;
  font-size: 1.5em; }

.ui-messages ul {
  margin-top: 0px; }

span.ui-messages-error-icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 icomoon;
  content: '\e901';
  text-align: center;
  line-height: 20px;
  color: #EE1C25;
  font-size: 1.2em; }

span.ui-messages-info-icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 icomoon;
  content: '\e92b';
  text-align: center;
  line-height: 20px;
  color: #4CC731;
  font-size: 1.2em; }

.ui-messages-info, .ui-message-info {
  background-color: transparent;
  border-color: #4CC731;
  border-radius: 10px; }

.ui-messages-warn, .ui-message-warn {
  background-color: transparent;
  border-color: #c09853;
  border-radius: 10px; }

.ui-messages-fatal, .ui-message-fatal {
  background-color: transparent;
  border-color: #c09853;
  border-radius: 10px; }

@media (min-width: 768px) {
  .aside-container {
    width: 85px; } }

.aside-container .navbar-toggle {
  padding: 60px 22px 80px 22px; }

.aside-container .client-logo {
  line-height: 135px; }

.aside-container .navbar-toggle .icon-bar {
  background-color: white; }

.nav.nav-pills > .nav-item > a i {
  padding-left: 15.5px !important;
  font-size: 1.5em;
  line-height: 50px; }

.navbar-toggle .icon-bar {
  width: 26px;
  height: 1.5px; }

.aside-container .client-logo .logo {
  width: calc(100% - 145px); }

.page-wrapper.toggled .nav.nav-pills a span {
  padding-left: 70px; }

.main-container .revision {
  left: 25px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px; }

@media (min-width: 768px) {
  .page-wrapper .aside-container .scroll-button {
    background-color: transparent; } }

.form-button-icon.hcBtn {
  margin: 0px;
  font-size: 14px; }

.form-button-icon.sizeBtn {
  width: 13px;
  margin: 0px; }

.form-button-icon.sizeBtn.s1x,
.form-button-icon.sizeBtn.s1x:hover {
  font-size: 10px;
  width: 8px; }

.form-button-icon.sizeBtn.s2x,
.form-button-icon.sizeBtn.s2x:hover {
  font-size: 12px;
  width: 10px; }

.form-button-icon.sizeBtn.s3x,
.form-button-icon.sizeBtn.s3x:hover {
  width: 17px;
  font-size: 14px; }

.form-button-icon.sizeBtn {
  height: 17px; }

.form-button.form-button-icon.sizeBtn,
.form-button.form-button-icon.hcBtn {
  line-height: 20px; }

.hc .main-container .navbar-brand img {
  display: none; }

.hc {
  background-color: black !important;
  color: yellow !important; }

.hc .page-options {
  border-color: yellow; }

.hc .main-container .container-fluid .container > form > div.panel.form-panel {
  background-color: black;
  border: 2px solid yellow; }

.hc .page-wrapper {
  background-color: yellow; }

.hc.login-page .form-button.login {
  border-color: yellow; }

.hc.login-page .form-button.login:hover {
  background-color: yellow;
  color: black; }

.hc.login-page .password-inpt .password-rem-btn a {
  color: yellow; }

.hc.login-page .background {
  background-color: black; }

.hc.login-page .password-rem-btn .ui-commandlink {
  color: yellow; }

.hc .collapse.navbar-collapse .login-options a {
  color: yellow; }

.hc .collapse.navbar-collapse .login-options a {
  color: yellow; }

.hc .main-container .container-fluid .container > .panel.form-panel {
  border: 2px solid yellow; }

.hc .tab-view .ui-tabs-panel {
  background-color: black;
  color: yellow; }

.hc .ui-outputpanel.ui-widget.panel {
  background-color: black;
  color: yellow; }

.hc .pzp-outputtext-header2 {
  color: yellow; }

.hc .client-logo {
  background-color: black; }

.hc .nav-div {
  background-color: black !important;
  border: 2px solid yellow; }

.hc .nav.nav-pills > li > a {
  color: yellow !important; }

.hc .aside-container .navbar-toggle .icon-bar {
  background-color: yellow; }

.hc .tab-view .ui-tabs-nav li.ui-tabs-selected {
  background-color: black;
  border: 2px solid yellow; }

.hc .tab-view .ui-tabs-nav li {
  background-color: black;
  color: yellow; }

.hc .ui-tabs .ui-tabs-nav > li > a {
  color: yellow; }

.hc .panel.form-panel.primary .panel-heading, .hc .panel.form-panel .panel-heading .description {
  color: yellow; }

.hc .panel.form-panel .panel-heading .description:after, .hc .panel.form-panel .panel-heading .description:before {
  border-color: yellow; }

.hc .panel.form-panel.primary .panel-heading .icon {
  background: black;
  color: yellow; }

.hc .pzp-form {
  color: yellow; }

.hc .pzp-form-criteria .criteria-value {
  color: yellow;
  font-weight: bold; }

.hc .pzp-form .description {
  border-color: yellow; }

.hc .pzp-title {
  color: yellow; }

.hc .form-group.form-checkbox {
  background-color: black;
  color: yellow; }

.hc .form-group.form-checkbox .ui-chkbox .ui-chkbox-box, .hc .ui-chkbox .ui-chkbox-box, .hc .form-group.form-checkbox .ui-chkbox .ui-chkbox-box.ui-state-disabled {
  border-color: 2px solid yellow; }

.hc .checkbox-pzp {
  border-color: yellow; }

.hc .checkbox-pzp .ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default {
  border-color: yellow; }

.hc .checkbox-pzp .ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default.ui-state-active {
  color: yellow;
  border-color: yellow; }

.hc .form-group.form-checkbox.circle .ui-chkbox .ui-chkbox-box {
  background-color: black;
  color: yellow; }

.hc .form-group.form-checkbox .ui-chkbox .ui-chkbox-box, .hc .ui-chkbox .ui-chkbox-box, .hc .form-group.form-checkbox .ui-chkbox .ui-chkbox-box.ui-state-disabled {
  border-color: yellow; }

.hc .form-group.form-checkbox.transparent .ui-chkbox .ui-chkbox-box, .hc .ui-chkbox .ui-chkbox-box, .hc .form-group.form-checkbox.transparent .ui-chkbox .ui-chkbox-box.ui-state-disabled {
  border-color: yellow;
  color: yellow; }

.hc .form-group.form-checkbox.transparent .placeholder {
  color: yellow; }

.hc span.pzp-outputtext-header {
  color: yellow; }

.hc span.pzp-outputtext-content {
  color: yellow; }

.hc .form-group.form-input {
  background: black;
  border: 1px solid yellow; }

.hc .form-group.form-input input {
  color: yellow; }

.hc .form-group.form-input.active .placeholder, .hc .form-group.form-input.no-empty .placeholder {
  color: yellow; }

.hc .form-group.form-input.disabled-c {
  background-color: yellow;
  color: black; }

.hc .data-table .form-group.form-input {
  border: none;
  color: yellow; }

.hc .form-group.form-input.pzp1 input, .hc .form-group.form-input.pzp1 textarea, .hc .form-group.form-input.pzp1 label {
  border-color: yellow;
  color: yellow; }

.hc .form-group.form-input.pzp1 input.ui-state-hover, .hc .form-group.form-input.pzp1 input.ui-state-focus,
.hc .form-group.form-dropdown.pzp1:hover .ui-selectonemenu label,
.hc .form-group.form-input.pzp1 textarea.ui-state-hover, .hc .form-group.form-input.pzp1 textarea.ui-state-focus
.hc .form-group.form-input.form-input-datepicker.active input, .hc .form-group.form-input.form-input-datepicker:hover input {
  border: 2px solid yellow; }

.hc .ui-datatable tr th {
  color: yellow; }

.hc .data-table .ui-sortable-column-icon.ui-icon.ui-icon-carat-2-n-s {
  color: yellow; }

.hc .data-table .ui-paginator a:before {
  color: yellow; }

.hc .data-table .ui-paginator-bottom select {
  background-color: black;
  color: yellow; }

.hc span.ui-paginator-pages > a {
  color: yellow !important; }

.hc .data-table tbody tr.ui-datatable-selectable.ui-state-highlight {
  background-color: yellow;
  color: black; }

.hc .data-table .ui-widget-content td a {
  color: yellow; }

.hc .data-table tbody tr:hover td {
  background-color: yellow;
  color: black; }

.hc .data-table tr:hover .form-group.form-checkbox.transparent .ui-chkbox .ui-chkbox-box,
.hc .data-table tr:hover .ui-chkbox .ui-chkbox-box,
.hc .data-table tr:hover .form-group.form-checkbox.transparent .ui-chkbox .ui-chkbox-box.ui-state-disabled {
  color: black;
  border-color: black; }

.hc .data-table tr:hover .form-button i {
  color: black !important; }

.hc .data-table .ui-chkbox .ui-chkbox-box.ui-state-active {
  border-color: black;
  color: black; }

.hc .form-group.form-input.pzp1 {
  border: none; }

.hc .form-group.form-input.form-dropdown label {
  color: yellow; }

.hc .ui-selectonemenu-panel .ui-selectonemenu-filter-container {
  background-color: black;
  color: yellow; }

.hc .ui-selectonemenu-panel .ui-selectonemenu-filter-container input, .hc .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-filter-container input {
  background-image: linear-gradient(yellow, yellow), linear-gradient(yellow, yellow); }

.hc .ui-selectonemenu-panel .ui-selectonemenu-item:hover, .hc .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item:hover {
  background-color: yellow !important;
  color: black !important; }

.hc .ui-selectonemenu-panel .ui-selectonemenu-item, .hc .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item {
  background-color: black;
  color: yellow; }

.hc .ui-selectonemenu-panel .ui-selectonemenu-filter-container {
  background-color: black;
  color: yellow; }

.hc .ui-selectonemenu-panel .ui-selectonemenu-item:hover, .hc .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item:hover {
  background-color: yellow;
  color: black; }

.hc .ui-selectonemenu-panel.ui-helper-hidden {
  border: 2.5px solid yellow; }

.hc .form-group.form-dropdown .ui-selectonemenu-trigger, .hc .form-group.form-dropdown .ui-selectcheckboxmenu-trigger {
  color: yellow; }

.hc .ui-selectonemenu-panel .ui-selectonemenu-item.ui-state-highlight, .hc .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item.ui-state-highlight {
  background-color: yellow;
  color: black; }

.hc .form-group.form-input.form-input-datepicker {
  border: none; }

.hc .form-group.form-input.form-input-datepicker input {
  border-color: yellow !important; }

.hc .form-group.form-input .ui-datepicker-trigger span.ui-icon-calendar {
  color: yellow !important; }

.hc .form-datepicker .ui-datepicker-header,
.hc .ui-datepicker .ui-datepicker-header,
.hc .ui-datepicker .ui-datepicker-title {
  background: black;
  color: yellow; }

.hc .form-datepicker .ui-datepicker-prev,
.hc .ui-datepicker .ui-datepicker-prev,
.hc .form-datepicker .ui-datepicker-next,
.hc .ui-datepicker .ui-datepicker-next,
.hc .form-datepicker .ui-datepicker-title,
.hc .ui-datepicker .ui-datepicker-title {
  color: yellow; }

.hc .form-datepicker .ui-datepicker-header, .hc .ui-datepicker .ui-datepicker-header {
  background: black !important; }

.hc table.ui-datepicker-calendar,
.hc .ui-datepicker .ui-datepicker-year {
  background-color: black;
  color: yellow; }

.hc .form-datepicker .ui-datepicker td a, .hc .ui-datepicker td a {
  color: yellow !important; }

.hc .form-datepicker .ui-datepicker td a:hover, .hc .ui-datepicker td a:hover {
  box-shadow: 1px -1px yellow, 1px 1px yellow, -1px 1px yellow, -1px -1px yellow;
  background-color: yellow;
  color: black !important; }

.hc .form-datepicker .ui-datepicker .ui-datepicker-current-day a, .hc .ui-datepicker .ui-datepicker-current-day a {
  border-color: yellow;
  color: yellow !important; }

.hc .form-datepicker .ui-datepicker, .hc .ui-datepicker {
  box-shadow: none;
  border: 1px solid yellow;
  background-color: black; }

.hc .ui-dialog {
  border: 1px solid yellow; }

.hc .ui-dialog > .ui-dialog-titlebar,
.hc .ui-dialog-titlebar .ui-dialog-title {
  background-color: black;
  color: yellow; }

.hc .ui-dialog-titlebar .ui-dialog-title:after {
  border-top: 0.06em solid yellow !important; }

.hc .ui-dialog .ui-dialog-content,
.hc .ui-dialog .panel .panel-footer {
  background-color: black; }

.hc .ui-dialog .panel .panel-footer {
  border-color: yellow; }

.hc .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon span {
  color: yellow; }

.hc .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
  background-color: black; }

.hc .pzp-statement {
  color: yellow;
  padding: 15px 0px;
  border-top: 1.5px solid yellow;
  border-bottom: 1.5px solid yellow; }

.hc .pzp-statement .description {
  color: yellow; }

.hc .pzp-message.right .message-content,
.hc .pzp-message.left .message-content {
  background-color: black;
  color: yellow;
  border: 1px solid yellow; }

.hc .pzp-message.right .message-content:after,
.hc .pzp-message.left .message-content:after {
  border-color: yellow transparent transparent transparent; }

.hc .pzp-message .appendix {
  color: yellow; }

.hc .pzp-message.right .user-logo .user-avatar,
.hc .pzp-message.left .user-logo .user-avatar {
  background-color: black;
  color: yellow; }

.hc .pzp-message .user-name {
  color: yellow; }

.hc .ui-messages-info-detail,
.hc .ui-messages-error-detail,
.hc .ui-messages-warn-detail,
.hc .ui-messages-fatal-detail {
  color: yellow; }

.hc .ui-messages-info, .hc .ui-message-info,
.hc .ui-messages-warn, .hc .ui-message-warn,
.hc .ui-messages-error, .hc .ui-message-error,
.hc .ui-messages-fatal, .hc .ui-message-fatal {
  border-color: yellow; }

.hc span.ui-messages-info-icon:before,
.hc span.ui-messages-warn-icon:before,
.hc span.ui-messages-error-icon:before,
.hc span.ui-messages-fatal-icon:before {
  color: yellow; }

.hc .ui-messages-info-summary,
.hc .ui-messages-warn-summary,
.hc .ui-messages-error-summary,
.hc .ui-messages-fatal-summary,
.hc .ui-message-info-summary,
.hc .ui-message-warn-summary,
.hc .ui-message-error-summary,
.hc .ui-message-fatal-summary {
  color: yellow; }

.hc .cookie-notification .cookie-icon,
.hc .cookie-notification .content,
.hc .cookie-notification .content .ui-commandlink {
  color: yellow; }

.hc .dialog-cookie .close-btn .close {
  color: yellow; }

.hc .form-button i {
  color: yellow !important; }

.hc .form-button.primary {
  border-color: yellow; }

.hc .form-button, .hc .form-button:active, .hc .form-button:focus {
  color: yellow !important; }

.hc .form-button.primary:hover {
  background-color: yellow !important;
  color: black !important; }

.hc .form-button:hover i {
  color: yellow !important; }

.hc .form-button.success {
  background-color: black;
  color: yellow;
  border-color: 1px solid yellow; }

.hc .form-button.success:hover {
  background-color: yellow;
  color: black !important; }

.hc .file-upload .ui-fileupload-buttonbar .ui-button {
  border: 1px solid yellow;
  border-radius: 10px;
  color: yellow; }

.hc .file-upload .ui-fileupload-buttonbar .ui-button .ui-icon {
  color: yellow; }

.hc .ui-selectonebutton .ui-button {
  color: yellow;
  background-color: black;
  border: 1px solid yellow; }

.hc .ui-selectonebutton .ui-button.ui-state-active {
  color: black;
  background-color: yellow; }

.hc .notification {
  color: yellow; }

.hc .notification .counter {
  color: yellow; }

.hc .notification .notification-panel .notification-item.SUCCESS {
  padding: 0px 10px;
  background-color: black;
  border-radius: 10px;
  border: 1px solid yellow; }

.hc .notification .notification-panel .notification-item.SUCCESS .title {
  border-color: yellow; }

.hc .notification .notification-panel .notification-item.SUCCESS .title:before,
.hc .notification .notification-panel .notification-item.SUCCESS .ui-commandlink.ui-widget,
.hc .notification .notification-panel .notification-item.SUCCESS .description {
  color: yellow; }

.hc .main-container .avatar-box .options {
  color: yellow; }

.hc .main-container .avatar-box .avatar {
  background-color: yellow !important;
  border: 2px solid black; }

body.size-2x {
  font-size: 16px !important; }

body.size-3x {
  font-size: 20px !important; }

.size-2x .form-datepicker .ui-datepicker,
.size-2x .ui-datepicker {
  min-width: 370px; }

.size-3x .form-datepicker .ui-datepicker,
.size-3x .ui-datepicker {
  min-width: 415px; }

.size-2x .notification .counter,
.size-3x .notification .counter {
  top: -8px;
  right: -8px; }

.size-3x .main-container > .container-fluid {
  margin-top: -5px; }

.size-3x .form-group.form-input.pzp1.form-textarea textarea {
  margin-top: 0px; }

.size-3x .ui-tabs .ui-tabs-nav > li > i {
  top: 15%; }

.size-2x .pzp-form .title,
.size-3x .pzp-form .title {
  width: calc(100% - 60px); }

.size-3x .form-group.form-input .ui-datepicker-trigger .ui-icon-calendar:before {
  font-size: 1.6em; }

@media (max-width: 500px) {
  .panel.form-panel .ui-outputpanel.ui-widget.panel-body {
    margin: 0px; }
  .panel-body {
    padding: 15px 0px; }
  .container, .container-fluid {
    padding-right: 2px;
    padding-left: 2px; }
  .ui-tabs .ui-tabs-panel {
    padding: 1em 0; }
  .main-container .container-fluid .container > .panel.form-panel {
    padding: 15px 0px; }
  .navbar-toggle {
    margin-right: 7px; } }

.ui-columntoggler .form-group.form-checkbox .ui-chkbox .ui-chkbox-box.ui-state-active, .ui-columntoggler .ui-chkbox .ui-chkbox-box.ui-state-active, .ui-columntoggler .ui-chkbox .ui-chkbox-box.ui-state-highlight {
  color: white;
  background-color: #9e0231;
  font-family: FontAwesome;
  text-align: center; }

.ui-columntoggler .form-group.form-checkbox .ui-chkbox .ui-chkbox-box, .ui-columntoggler .ui-chkbox .ui-chkbox-box, .ui-columntoggler .form-group.form-checkbox .ui-chkbox .ui-chkbox-box.ui-state-disabled {
  line-height: 16px;
  border: 2px solid #9e0231; }

@media (min-width: 768px) {
  .dialog-cookie {
    width: 720px !important;
    left: calc(50% - 360px) !important; } }

@media (min-width: 992px) {
  .dialog-cookie {
    width: 940px !important;
    left: calc(50% - 470px) !important; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; }
  .dialog-cookie {
    width: 1140px !important;
    left: calc(50% - 570px) !important; } }

@media (min-width: 1600px) {
  .container {
    width: 1170px; }
  .dialog-cookie {
    width: 1140px !important;
    left: calc(50% - 570px) !important; } }

@media (min-width: 1800px) {
  .container {
    width: 1170px; }
  .dialog-cookie {
    width: 1140px !important;
    left: calc(50% - 570px) !important; } }

@media (min-width: 2400px) {
  .container {
    width: 1500px; }
  .dialog-cookie {
    width: 1470px !important;
    left: calc(50% - 735px) !important; } }

body {
  color: #7F7F7F;
  background-color: white; }

.login-options .loginBtn a, .login-options .register a {
  font-size: 1em; }

.navbar-toggle {
  margin-right: 0px; }

.navbar-toggle .icon-bar {
  background-color: white; }

.page-options {
  position: absolute;
  top: 0px;
  right: 50px;
  display: block;
  height: 29px;
  border-width: 0px 1.5px 1.5px 1.5px;
  border-style: solid;
  border-radius: 0px 0px 5px 5px;
  padding-left: 10px;
  padding-top: 5px;
  line-height: 20px; }

.login-content {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto; }

.main-container .navbar-brand img {
  max-height: 100px;
  display: inline-block;
  margin-right: 20px; }

@media (min-width: 768px) {
  .navbar > .container-fluid {
    line-height: 95px; } }

.main-container .navbar-brand {
  height: 85%;
  line-height: 95px;
  padding: 0px 20px;
  margin-left: 0px !important;
  margin-top: 20px; }

.main-container > .container-fluid {
  margin-top: -28px; }

.ui-outputpanel.ui-widget.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ECEDF1; }

.main-container .container-fluid .container > form > div.panel.form-panel {
  box-shadow: 0px 0px 70px 3px black;
  padding: 15px;
  border-radius: 15px;
  background-color: #ECEDF1; }

.page-wrapper .nav-div {
  background-color: #50555a;
  overflow: hidden; }

.page-wrapper .nav.nav-pills > li > a {
  color: white; }

.main-container {
  background-color: transparent; }

.client-logo {
  background-color: #50555a; }

.main-container .avatar-box {
  height: auto;
  line-height: normal;
  display: inline-block; }

.main-container .avatar-box .avatar {
  width: 70px;
  height: 70px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin-left: auto;
  margin-right: auto; }

.main-container .avatar-box .options {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase; }

.navbar {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 170px;
  color: white;
  margin-bottom: 0px;
  background-color: transparent; }

.avatar-box {
  position: absolute;
  top: calc(42% - 50px);
  left: calc(50% - 150px);
  width: 300px;
  height: 100px;
  line-height: 30px; }

.login-options {
  float: right;
  margin-top: 15px; }

.site-content {
  position: relative;
  top: -50px; }

.collapse.navbar-collapse .login-options .loginBtn, .collapse.navbar-collapse .login-options .register {
  float: left;
  margin: 0px 10px 0px 10px; }

.collapse.navbar-collapse .login-options a {
  color: white;
  font-size: 1em; }

.collapse.navbar-collapse .login-options a:hover {
  text-decoration: none; }

.collapse.navbar-collapse .login-options .register a {
  border: 1.5px solid;
  border-radius: 20px;
  padding: 7px 20px 7px 20px; }

.main-container .container-fluid .container > .panel.form-panel {
  box-shadow: 0px 0px 200px -40px black;
  padding: 15px;
  border-radius: 15px; }

.pzp-form {
  color: black;
  margin-bottom: 20px;
  padding: 0px 10px 0 10px; }

.pzp-sub-form {
  padding-left: 5px;
  padding-right: 5px; }

.pzp-form .text-place {
  font-size: 15px;
  margin-bottom: 15px; }

.pzp-form .number {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  min-width: 5px;
  min-height: 20px;
  height: 100%;
  font-weight: bold; }

.pzp-form .title {
  display: inline-block;
  width: calc(100% - 55px);
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.1em;
  text-align: justify; }

.pzp-form .sub-title {
  text-decoration: underline; }

.pzp-form .description {
  display: inline-block;
  width: 100%;
  margin-left: 35px;
  padding-left: 20px;
  padding-right: 80px;
  margin-bottom: 30px;
  border-left: 1.2px solid #9e0231;
  text-align: justify; }

.pzp-form .description.empty {
  border-left: 0; }

.pzp-form .criteria {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 5px 25px; }

.pzp-form-criteria {
  display: inline-block;
  height: 30px;
  margin: 0px 10px 0px 10px; }

.pzp-form-criteria .criteria-title {
  display: inline-block; }

.pzp-form-criteria .criteria-value {
  display: inline-block;
  margin-left: 5px;
  color: #9e0231; }

.pzp-component {
  color: black; }

.pzp-component .title-comp {
  display: inline-block;
  width: 100%;
  margin-left: 25px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  text-align: justify; }

.pzp-component .criteria .value {
  color: #9e0231;
  margin-bottom: 5px; }

.pwpw-commandLink {
  color: #9e0231; }

.pwpw-commandLink:hover {
  color: #9D0131; }

.pzp-statement {
  display: flex;
  align-items: center;
  color: #9e0231;
  padding: 15px 0px;
  border-top: 1.5px solid #9e0231;
  border-bottom: 1.5px solid #9e0231; }

.pzp-statement .description {
  color: black;
  margin-left: 30px;
  font-size: 1.1em; }

.pzp-message {
  display: flex;
  margin: 20px 0px 20px 0px;
  width: 100%; }

.pzp-message .user-logo {
  text-align: center; }

.pzp-message .user-name {
  margin-top: 5px;
  color: black;
  font-size: 0.7em;
  font-weight: bold; }

.pzp-message .user-logo .user-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  color: white;
  margin-left: auto;
  margin-right: auto; }

.pzp-message .appendix {
  display: inline-block;
  font-size: 1.2em;
  margin-left: 5px;
  color: #9e0231; }

.pzp-message.right .user-logo .user-avatar {
  background-color: #9e0231; }

.pzp-message.left .user-logo .user-avatar {
  background-color: #4CC731; }

.pzp-message .user-name {
  text-align: center; }

.pzp-message.right {
  flex-direction: row-reverse; }

.pzp-message .message-content {
  display: inline-block;
  position: relative;
  width: calc(100% - 65px);
  height: auto;
  font-size: 0.9em; }

.pzp-message.left .message-content {
  margin-left: 10px;
  border-radius: 0px 10px 10px 10px;
  background-color: white;
  color: black; }

.pzp-message.left .message-content:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 22px solid;
  border-color: white transparent transparent transparent; }

.pzp-message.right .message-content {
  background-color: #7F7F7F;
  margin-right: 10px;
  border-radius: 10px 0px 10px 10px;
  color: white; }

.pzp-message.right .message-content:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 0px;
  bottom: auto;
  border: 20px solid;
  border-color: #7F7F7F transparent transparent transparent; }

.pzp-message .message-content .title {
  font-weight: bold;
  padding: 10px 20px 5px 30px; }

.talk-text {
  padding: 0px 20px 20px 30px;
  text-align: left;
  word-wrap: break-word;
  white-space: pre-line; }

.dialog-cookie {
  border: 1px solid #9e0231;
  border-radius: 10px;
  background-color: white;
  margin: 2px 30px; }

.cookie-notification {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20px; }

.cookie-notification .cookie-icon {
  display: flex;
  justify-content: center;
  width: 15%;
  height: 100%;
  padding: 10px;
  color: #9e0231;
  font-size: 2em; }

.cookie-notification .content {
  display: inline-block;
  width: 85%;
  padding-right: 20px;
  color: black; }

.cookie-notification .content .ui-commandlink {
  color: #9e0231;
  font-weight: bold; }

.cookie-notification .close-btn {
  position: absolute;
  top: 5px;
  right: 5px; }

.pzp-title {
  font-weight: bold;
  color: black;
  font-size: 20px; }
