/*@zindex-modal-background:  1040;*/
/*22px*/
/*14px*/
/* menuapp, menuapps, menuprofile, contextMenuModal */
/* menuapps */
/* dashboards, modal bootstrap, dropdown-menu,*/
/* modal-iB */
/* backdrop, backdrop-menu, contextual-menu-options*/
/* iB MIXINS */
/*.generate-multiple-styles(@class, @prop, @n: 1, @max: 40, @i: 1) when (@i * @n =< @max){
    @val: (@i * @n);
    .@{class}-@{val}{
        @{prop}: ~"@{val}px";
    }
  .generate-multiple-styles(@class, @prop, @n, @max, (@i + 1));
}

.generate-sequential-styles(@class, @prop, @n: 1, @max: 40, @i: 1) when (@n =< @max){    
    .@{class}-@{n}{
        @{prop}: ~"@{n}px";
    }

  .generate-sequential-styles(@class, @prop, (@n + @i), @max, (@i + 1));
}*/
/* new colors 2022 */
/*22px*/
/*14px*/
/* menuapp, menuapps, menuprofile, contextMenuModal */
/* menuapps */
/* dashboards, modal bootstrap, dropdown-menu,*/
/* modal-iB */
/* backdrop, backdrop-menu, contextual-menu-options*/
/* iB MIXINS */
/*.generate-multiple-styles(@class, @prop, @n: 1, @max: 40, @i: 1) when (@i * @n =< @max){
    @val: (@i * @n);
    .@{class}-@{val}{
        @{prop}: ~"@{val}px";
    }
  .generate-multiple-styles(@class, @prop, @n, @max, (@i + 1));
}

.generate-sequential-styles(@class, @prop, @n: 1, @max: 40, @i: 1) when (@n =< @max){    
    .@{class}-@{n}{
        @{prop}: ~"@{n}px";
    }

  .generate-sequential-styles(@class, @prop, (@n + @i), @max, (@i + 1));
}*/
/* new colors 2022 */
.select-fancy select:focus {
  width: 100%;
  -moz-appearance: none;
  vertical-align: top;
}
.select-fancy {
  /*display: inline-block;
  border: 0px solid #e5e5e5;
  position: relative;
  overflow: hidden;*/
}
.select-fancy,
.select-fancy > * {
  cursor: pointer;
}
.select-fancy select {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: white;
  outline: 0;
  /*text-shadow: 1px 1px rgba(255, 255, 255, 0.7);*/
  -webkit-user-select: none;
  -moz-appearance: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  appearance: none;
  z-index: 1;
}
.select-fancy select.portal-inverte {
  background: rgba(255, 255, 255, 0);
  text-shadow: 1px 1px rgba(255, 255, 255, 0);
}
.select-fancy-noimage:after {
  content: '';
  width: 0;
  position: absolute;
  right: 7px;
  top: 65%;
  margin-top: -3px;
  border-width: 6px 4px;
  border-style: solid;
  pointer-events: none;
  border-color: #656565 transparent transparent transparent;
}
.select-fancy-noimage:after > .portal-inverte {
  border-color: rgba(255, 255, 255, 0.7) transparent transparent transparent;
}
.select-fancy select::-ms-expand {
  display: none;
}
.dv_nav_tabs {
  z-index: 1020;
  margin-bottom: 20px !important;
  margin-top: 20px;
}
.filter-table-select {
  width: 45px;
}
.number-items-table {
  margin-left: 8px;
  padding-top: 25px;
}
.number-items-table label {
  font-size: 14px;
}
.list-switch-margin {
  padding-left: 12px;
}
.list-inline-search {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline-search > li {
  font-size: 16px;
  line-height: 3.7;
  display: inline-block;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 3px;
}
.divider-alignment-search-bar {
  margin-top: 14px !important;
}
.option-menu-search-bar {
  padding-top: 13px !important;
}
.option-menu-search-bar button {
  padding: 0px !important;
}
/*
.input-search-table{
	width:150px;
	margin-right:10px;
	@media (max-width:767px) {
     width:90px;
     margin-right:0px;
     }
}*/
.input-search-table {
  width: 150px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .input-search-table {
    width: 85px;
    margin-right: 0px;
  }
}
.input-search-table-image {
  margin-left: 15px;
  line-height: 2.7;
}
.input-search-table-image i {
  margin-right: 10px;
}
.div-ddl-search-bar {
  width: 150px;
}
@media (max-width: 767px) {
  .div-ddl-search-bar {
    width: 100px;
  }
}
.div-button-columns {
  width: 80px;
}
.fix-glyphicon-margin-right {
  margin-right: 0px !important;
}
html.no-touchevents {
  /*IE*/
  /*-ms-scrollbar-arrow-color: rgb(201, 201, 201);
    -ms-scrollbar-face-color: rgb(173, 173, 173);
    -ms-scrollbar-shadow-color: rgb(173, 173, 173);
    -ms-scrollbar-base-color: rgb(168, 168, 168);*/
  /*FIREFOX*/
}
html.no-touchevents,
html.no-touchevents *:not([class^="simplebar-"]) {
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.075);
  scrollbar-width: thin;
}
html.no-touchevents::-webkit-scrollbar,
html.no-touchevents *:not([class^="simplebar-"])::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.075);
}
html.no-touchevents::-webkit-scrollbar-thumb,
html.no-touchevents *:not([class^="simplebar-"])::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
html.no-touchevents::-webkit-scrollbar-thumb:hover,
html.no-touchevents *:not([class^="simplebar-"])::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal-nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-nano .modal-nano-content:focus {
  outline: thin dotted;
}
.modal-nano .modal-nano-content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .modal-nano-content::-webkit-scrollbar {
  visibility: visible;
}
.modal-nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.modal-nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.modal-nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
.nicescroll-rails {
  display: block !important;
}
.simplebar-wrapper .simplebar-content-wrapper {
  -ms-overflow-style: none;
}
.simplebar-wrapper .simplebar-content {
  position: relative;
}
.simplebar-track:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: rgba(0, 0, 0, 0.075);
}
.simplebar-track.light:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.simplebar-track.light .simplebar-scrollbar:before {
  background: #fff;
}
.simplebar-track:before,
.simplebar-track .simplebar-scrollbar:before {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.simplebar-track:hover .simplebar-scrollbar.simplebar-visible:before,
.simplebar-track.simplebar-hover .simplebar-scrollbar.simplebar-visible:before,
.simplebar-track:hover .simplebar-scrollbar.visible:before,
.simplebar-track.simplebar-hover .simplebar-scrollbar.visible:before {
  opacity: 0.4;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:hover:before,
.simplebar-track .simplebar-scrollbar.visible:hover:before,
.simplebar-track .simplebar-scrollbar.simplebar-visible.simplebar-hover:before,
.simplebar-track .simplebar-scrollbar.visible.simplebar-hover:before,
.simplebar-track .simplebar-scrollbar.simplebar-visible:active:before,
.simplebar-track .simplebar-scrollbar.visible:active:before {
  opacity: 0.4;
}
.simplebar-track.simplebar-vertical:before,
.simplebar-track.vertical:before {
  width: 7px;
}
.simplebar-track.simplebar-horizontal,
.simplebar-track.horizontal {
  /*.simplebar-scrollbar {
            right: auto;
            top: 2px;
            height: 7px;
            min-height: 0;
            min-width: 10px;
            width: auto;

            &:before {
                height: 100%;
                left: 2px;
                right: 2px;
            }
        }*/
}
.simplebar-track.simplebar-horizontal:before,
.simplebar-track.horizontal:before {
  height: 7px;
}
.simplebar-track.simplebar-horizontal[style*='visibility: visible'] + .simplebar-scroll-content .k-grid-content > table,
.simplebar-track.horizontal[style*='visibility: visible'] + .simplebar-scroll-content .k-grid-content > table {
  margin-bottom: 11px;
}
.simplebar-track.simplebar-horizontal[style*='visibility: visible'] + .simplebar-scroll-content .k-grid-content > table.no-records,
.simplebar-track.horizontal[style*='visibility: visible'] + .simplebar-scroll-content .k-grid-content > table.no-records {
  margin-bottom: 0;
}
.simplebar-track .simplebar-scrollbar:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.simplebar-track .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.simplebar-visible:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  opacity: 0.2;
}
.empty-grid .simplebar-track.horizontal[style*='visibility: visible'] + .simplebar-scroll-content .k-grid-content {
  margin-bottom: 7px;
}
/* modal scroll */
.modal-iB .area-info-body.has-footer .area-info-content[data-simplebar] > .simplebar-track.simplebar-vertical {
  bottom: 50px;
}
/* horizontal custom scroll grid */
.k-grid.no-border .simplebar-track.simplebar-vertical:before {
  bottom: 0;
  right: 0;
  left: 4px;
}
.k-grid.no-border .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  left: 4px;
}
.k-grid.no-border .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  bottom: 0;
}
.k-grid.no-border .simplebar-track.simplebar-horizontal:before {
  top: 4px;
  bottom: 0;
  right: 0;
  left: 0;
}
.k-grid.no-border .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 4px;
}
.k-grid.no-border .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  left: 0;
  right: 0;
}
.k-grid.no-border .k-grid-scroll-wrap {
  /*&.has-horizontal-scroll {
                .simplebar-wrapper {
                    padding-bottom: 10px;
                }
            }

            &.has-vertical-scroll {
                .simplebar-wrapper {
                    padding-right: 10px;
                }
            }*/
}
.k-grid.no-border .k-grid-scroll-wrap.has-horizontal-scroll.has-vertical-scroll .simplebar-wrapper .k-grid-content {
  padding: 0 10px 6px 0;
}
.k-grid.no-border .k-grid-scroll-wrap.has-horizontal-scroll.has-vertical-scroll .simplebar-wrapper .k-grid-header {
  padding-right: 10px;
}
.k-grid .k-grid-header .k-grid-header-wrap.has-horizontal-scroll.has-vertical-scroll > table {
  border-right: 12px solid transparent !important;
}
.k-grid .k-grid-scroll-wrap .k-auto-scrollable {
  overflow: visible;
}
.k-grid .k-grid-scroll-wrap.has-horizontal-scroll .simplebar-track.simplebar-vertical:before,
.k-grid .k-grid-scroll-wrap.has-horizontal-scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  bottom: 12px;
}
.k-grid .k-grid-scroll-wrap.has-horizontal-scroll .simplebar-wrapper {
  padding-bottom: 12px;
}
.k-grid .k-grid-scroll-wrap.has-vertical-scroll .simplebar-track.simplebar-horizontal:before,
.k-grid .k-grid-scroll-wrap.has-vertical-scroll .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  right: 12px;
}
.k-grid .k-grid-scroll-wrap.has-vertical-scroll .simplebar-wrapper {
  padding-right: 12px;
}
.k-grid .k-grid-scroll-wrap.has-horizontal-scroll.has-vertical-scroll .simplebar-wrapper {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.k-grid .k-grid-scroll-wrap.has-horizontal-scroll.has-vertical-scroll .simplebar-wrapper .k-grid-content {
  display: inline-block;
  width: auto;
  padding: 0 12px 12px 0;
}
.k-grid .k-grid-scroll-wrap.has-horizontal-scroll.has-vertical-scroll .simplebar-wrapper .k-grid-header {
  padding-right: 12px;
}
.k-grid.hasCustomHorizontalScrollbar .k-grid-content table {
  padding-bottom: 13px;
}
.k-grid.hasCustomHorizontalScrollbar.empty-grid .k-grid-content {
  padding-bottom: 22px;
}
.k-grid.hasCustomHorizontalScrollbar.empty-grid .k-grid-content table {
  padding-bottom: 0;
}
/* theme: "minimal-visible", "minimal-visible-dark", "dark-thick", "light-thick" */
.mCSB_outside + .mCS-minimal-visible.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-visible-dark.mCSB_scrollTools_vertical {
  right: -4px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools_vertical.mCS-minimal-visible-dark,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools_vertical.mCS-minimal-visible {
  left: 0;
  right: auto;
}
.mCSB_scrollTools {
  margin: 2px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
}
.mCSB_scrollTools.mCSB_scrollTools_vertical {
  width: 7px !important;
}
.mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 7px !important;
  margin: 0 !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0 !important;
  height: 7px !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 7px !important;
  margin: 0 !important;
}
.mCSB_scrollTools.mCS-minimal-visible .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.35);
}
.mCSB_scrollTools.mCS-minimal-visible .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools.mCS-minimal-visible .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools.mCS-minimal-visible .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.5);
}
.mCSB_scrollTools.mCS-minimal-visible .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.1);
}
.mCSB_scrollTools.mCS-minimal-visible-dark .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.35);
}
.mCSB_scrollTools.mCS-minimal-visible-dark .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools.mCS-minimal-visible-dark .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools.mCS-minimal-visible-dark .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.4);
}
.mCSB_scrollTools.mCS-minimal-visible-dark .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.1);
}
.mCSB_scrollTools.mCS-light-thick .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.2);
}
.mCSB_scrollTools.mCS-dark-thick .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.mCSB_scrollTools.mCS-dark-thick .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools.mCS-dark-thick .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools.mCS-dark-thick .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.35) !important;
}
.mCSB_scrollTools.mCS-dark-thick .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.075);
}
/* ---------------------------------------- */
/* MARTELONI - Fix scroll horizontal IE/Edge nos portais e menu de apps (temp! tentar ver a razao ou actualizar simplebar)*/
html.browser-ie #menuapps > div > .simplebar-scroll-content > .simplebar-content,
html.browser-edge #menuapps > div > .simplebar-scroll-content > .simplebar-content,
html.browser-ie .portal-content > .simplebar-scroll-content > .simplebar-content,
html.browser-edge .portal-content > .simplebar-scroll-content > .simplebar-content {
  margin-right: 0 !important;
}
.widget-im {
  overflow: hidden;
  position: relative;
}
.widget-im ul {
  margin: 0px;
  padding: 0px;
}
.widget-im ul li {
  position: relative;
}
.widget-im ul li i {
  color: #DDD;
}
.widget-im ul li.empty {
  color: #ABAAA5;
  padding: 25px 0;
  text-align: center;
}
.widget-im ul li.empty i {
  color: #EDECE5;
  display: block;
  margin-bottom: 15px;
}
.widget-im ul li section {
  display: inline-block !important;
  background-color: #617280;
  border-color: #FFF;
  margin-bottom: 10px;
  padding: 0px 0px 0px 0px;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 1;
}
.widget-im ul li section.push-in {
  -webkit-transform: translate3d(-70%, 0, 0);
  transform: translate3d(-70%, 0, 0);
}
.widget-im ul li section.push-in a.im-delete:after,
.widget-im ul li section.push-in a.im-action:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.widget-im ul li section label {
  border-left: 20px solid transparent;
  border-top: 20px solid #99CC00;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.widget-im .im-confirm-group {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  z-index: 0;
}
.widget-im .im-confirm-group .btn {
  border: 0;
  border-radius: 0;
  height: 100%;
  padding: 0;
}
.widget-im .widget-im-tools span + span {
  color: #999;
  margin-left: 7px;
}
.widget-im .icon-attachment {
  vertical-align: top;
  text-align: right;
  padding-right: 25px;
  font-size: 30px;
}
.widget-im .info-area {
  vertical-align: top !important;
}
.widget-im .small-text-code {
  font-size: 12px;
  padding-bottom: 5px;
}
.widget-im .small-text-desc {
  font-size: 12px;
  line-height: 1.2;
}
.widget-im .button-area-group {
  width: 100%;
  height: 100%;
}
.widget-im .button-area {
  width: 33.33%;
}
.widget-im .color-pdf {
  color: #F37863;
}
.widget-im .color-excel {
  color: #5DD578;
}
.widget-im .color-word {
  color: #28A1FF;
}
.widget-danger {
  background-color: #f44336 !important;
}
.header-container {
  height: 64px;
}
@media (max-width: 768px) {
  .header-container {
    height: 109px;
  }
}
/*#header {
	position: absolute;
	left: 0; right: 0;
	height: @headerbar-height;
	z-index: @zindex-header;
	background: @headerbar-bg;
	color: @headerbar-color;
	.box-shadow(@z-height-1);

	.header-fixed & {
		position: fixed;
	}

	.no-sidebar & {
		right: @menubar-gap;
	}
}*/
#wrap {
  padding-top: 30px;
}
.wrap-header {
  padding-bottom: 25px;
  overflow-x: hidden;
}
.headerbar {
  position: relative;
  min-height: 50px;
}
.headerbar:before,
.headerbar:after {
  display: table;
  content: " ";
}
.headerbar:after {
  clear: both;
}
.headerbar .navbar-devider {
  display: block;
  width: 20px;
  height: 5px;
}
.headerbar-left {
  position: absolute;
}
.headerbar-left a {
  float: left;
}
.headerbar-left .header-nav {
  margin-left: 24px;
}
.headerbar-right {
  float: right;
}
.headerbar-right .header-nav {
  display: inline-block;
  float: left;
}
.headerbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.headerbar-right .header-nav-toggle {
  margin-left: 10px;
  margin-right: 10px;
}
.header-nav {
  margin-left: 12px;
  padding-left: 0;
  list-style: none;
}
.header-nav > li {
  position: relative;
  display: block;
  float: left;
}
.header-nav > li > a {
  position: relative;
  display: block;
  color: #444444;
}
.header-nav > li > a:hover,
.header-nav > li > a:focus {
  text-decoration: none;
  background-color: rgba(17, 17, 17, 0.07);
}
.header-nav > li > .header-btn {
  padding: 14px 0px;
  margin: 0px;
  transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
}
.header-nav > li.disabled > a {
  color: hsl(200.72727273, 3%, 60%);
}
.header-nav > li.disabled > a:hover,
.header-nav > li.disabled > a:focus {
  color: hsl(200.72727273, 3%, 60%);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.header-nav .open > a,
.header-nav .open > a:hover,
.header-nav .open > a:focus {
  background-color: hsl(200.72727273, 3%, 90%);
  border-color: #ffffff;
}
.header-nav > li > a > img {
  max-width: none;
}
.header-nav .btn-icon-toggle {
  padding-right: 5px;
  padding-left: 5px;
}
.header-nav .btn-icon-toggle:hover {
  background-color: rgba(17, 17, 17, 0.07);
}
.header-nav .navbar-search {
  float: right;
}
.header-btn {
  padding: 14px 0px;
  transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
}
.header-nav .header-nav-brand {
  display: inline-table;
  padding: 0;
  height: 50px;
}
.header-nav .header-nav-brand .brand-holder {
  display: table-cell;
  vertical-align: middle;
}
.header-nav .header-nav-brand a {
  text-decoration: none;
}
.header-nav .header-nav-brand img {
  max-height: 34px;
}
.header-nav-profile .dropdown {
  padding: 0;
}
.header-nav-profile .dropdown > a {
  position: relative;
  min-height: 45px;
  height: 64px;
  min-width: 210px;
  padding: 12px;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.header-nav-profile .dropdown > a:after {
  content: "\f107";
  position: absolute;
  *margin-right: 0.3em;
  right: 10px;
  top: 33%;
  line-height: 1.2;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.header-nav-profile .dropdown > a .ink {
  background-color: rgba(85, 85, 85, 0.15);
}
.header-nav-profile .dropdown img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.header-nav-profile .dropdown .profile-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
  padding: 3px 20px 3px 10px;
  font-size: 12px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.header-nav-profile .dropdown .profile-info small {
  display: block;
  opacity: 0.5;
}
.header-nav-profile .dropdown .dropdown-menu {
  min-width: 100%;
}
.header-nav-profile .dropdown.open {
  color: #555555;
}
.header-nav-profile .dropdown.open > a {
  margin-top: 6px;
  padding: 6px 12px 12px 12px;
  min-height: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.header-nav-profile .dropdown.open > a:after {
  top: 16px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-nav-profile .dropdown.open .dropdown-menu {
  font-size: 13px;
  margin-top: -1px;
  border: 1px solid #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
}
.header-nav-options {
  float: right;
  padding-right: 12px;
  margin: 0px;
}
.header-nav-options .dropdown > a .badge {
  position: absolute;
  font-size: 10px;
  top: -1px;
  right: 4px;
}
.header-nav-options .dropdown .dropdown-menu {
  top: 14px;
}
#header .navapp-dropdown .dropdown-toggle {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#header .navapp-dropdown .dropdown-menu-app {
  width: calc(100% + 64px);
  left: -64px;
  height: 100%;
  min-height: 100vh;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#header.header-xs {
  height: 45px;
}
#header.header-xs .logo-portal,
#header.header-xs .logo-app {
  width: 45px;
  font-size: 30px;
}
#header.header-xs .navapp-dropdown {
  height: 44px;
}
#header.header-xs .navapp-dropdown .dropdown-toggle {
  line-height: 1;
  font-size: 16px;
}
#header.header-xs .navapp-dropdown .dropdown-toggle > .icon-menu {
  font-size: 15px;
}
#header.header-xs .navapp-dropdown .dropdown-menu-app {
  width: calc(100% + 45px);
  left: -45px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#header.header-xs > .header-nav-profile > a,
#header.header-xs .dropdown > a {
  padding: 5px 12px;
  height: 45px;
}
#header.header-xs > .header-nav-profile > a > .user-photo2,
#header.header-xs .dropdown > a > .user-photo2 {
  width: calc(45px - 10px);
  height: calc(45px - 10px);
}
#header.header-xs > .header-nav-profile > a > .profile-info small,
#header.header-xs .dropdown > a > .profile-info small {
  display: block;
}
#header.header-xs > .header-nav-toggle,
#header.header-xs .header-btn {
  padding: 5px 12px;
}
#header.header-bmm > .header-nav-profile > a:hover,
#header.header-bmm .dropdown > a:hover {
  background-color: rgba(0, 0, 0, 0);
}
#header.header-bmm > .header-nav-profile > a > .user-photo2,
#header.header-bmm .dropdown > a > .user-photo2 {
  margin-right: 5px;
  background-size: cover;
}
#header.header-bmm > .header-nav-profile.open > a:hover,
#header.header-bmm .dropdown.open > a:hover {
  background-color: #ffffff;
}
#header.header-bmm.header-xs > .header-nav-profile > a,
#header.header-bmm.header-xs .dropdown > a {
  padding: 4px 12px;
  height: 45px;
}
#header.header-bmm.header-xs > .header-nav-profile > a:hover,
#header.header-bmm.header-xs .dropdown > a:hover {
  background-color: rgba(0, 0, 0, 0);
}
#header.header-bmm.header-xs > .header-nav-profile > a > .user-photo2,
#header.header-bmm.header-xs .dropdown > a > .user-photo2 {
  width: calc(45px - 10px);
  height: calc(45px - 10px);
}
#header.header-bmm.header-xs > .header-nav-profile > a > .profile-info small,
#header.header-bmm.header-xs .dropdown > a > .profile-info small {
  display: block;
}
#header.header-bmm.header-xs > .header-nav-profile.open > a:hover,
#header.header-bmm.header-xs .dropdown.open > a:hover {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .menubar-first.menubar-pin {
    /*#header {
				left: @menubar-width;
			}*/
  }
  .menubar-first.menubar-pin .header-nav .header-nav-brand {
    display: none;
  }
}
@media (min-width: 768px) {
  .menubar-first {
    /*#header {
			left: @menubar-width-collapsed;
		}*/
  }
  .menubar-first #header .menubar-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  /*#header {
		position: relative;

		.header-fixed & {
			position: relative;

			&:before {
				content: '';
				z-index: 0;
				position: fixed;
				top: 0;
				display: block;
				width: 100%;
				height: @headerbar-height;
				.box-shadow(@z-height-1);
			}
		}
	}*/
  .headerbar-left {
    z-index: 1011;
    left: 0;
    right: 0;
    height: 50px;
    background: #ffffff;
    border-bottom: 1px solid hsl(200.72727273, 3%, 90%);
  }
  .header-fixed .headerbar-left {
    position: fixed;
  }
  .headerbar-right {
    position: absolute;
    left: 0;
    right: 0;
    float: none !important;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  }
  .headerbar-right .header-nav-options {
    float: right;
  }
  .headerbar-right .header-nav-profile {
    position: absolute;
    float: left;
  }
  .headerbar-right .header-nav-toggle {
    position: absolute;
    z-index: 1012;
    right: 0;
  }
  .header-fixed .headerbar-right .header-nav-toggle {
    position: fixed;
    top: 0;
  }
  .headerbar-left .header-nav {
    margin-left: 12px;
  }
  .header-nav-profile .dropdown img {
    width: 0px;
    opacity: 0;
  }
  .header-nav-profile .dropdown .profile-info {
    transition: all 500ms;
    -webkit-transition: all 500ms;
    padding: 5px 20px 0 10px;
    line-height: 17px;
    font-size: 12px;
  }
  .navbar-search {
    position: relative;
    z-index: 1;
  }
  .navbar-search.expanded .form-group {
    max-width: 100%;
    width: 480px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes zoom-down {
  from {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes zoom-down {
  from {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes zoom-down {
  from {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes zoom-down {
  from {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoom-down {
  from {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes zoom-up {
  from {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes zoom-up {
  from {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes zoom-up {
  from {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes zoom-up {
  from {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoom-up {
  from {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes slide-right {
  from {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slide-right {
  from {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes slide-right {
  from {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes slide-right {
  from {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-right {
  from {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slide-left {
  from {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes slide-left {
  from {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes slide-left {
  from {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slide-down {
  from {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes slide-down {
  from {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes slide-down {
  from {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
.open > .dropdown-menu.animation-zoom {
  -webkit-animation: zoom-down 0.25s ease-out;
  -moz-animation: zoom-down 0.25s ease-out;
  -ms-animation: zoom-down 0.25s ease-out;
  -o-animation: zoom-down 0.25s ease-out;
  animation: zoom-down 0.25s ease-out;
}
.dropup.open > .dropdown-menu.animation-zoom {
  -webkit-animation: zoom-up 0.25s ease-out;
  -moz-animation: zoom-up 0.25s ease-out;
  -ms-animation: zoom-up 0.25s ease-out;
  -o-animation: zoom-up 0.25s ease-out;
  animation: zoom-up 0.25s ease-out;
}
.open > .dropdown-menu.animation-slide {
  -webkit-animation: slide-right 0.3s ease-out;
  -moz-animation: slide-right 0.3s ease-out;
  -ms-animation: slide-right 0.3s ease-out;
  -o-animation: slide-right 0.3s ease-out;
  animation: slide-right 0.3s ease-out;
}
.open > .dropdown-menu.animation-slide-left {
  -webkit-animation: slide-left 0.3s ease-out;
  -moz-animation: slide-left 0.3s ease-out;
  -ms-animation: slide-left 0.3s ease-out;
  -o-animation: slide-left 0.3s ease-out;
  animation: slide-left 0.3s ease-out;
}
.open > .dropdown-menu.animation-dock {
  -webkit-animation: slide-up 0.3s ease-out;
  -moz-animation: slide-up 0.3s ease-out;
  -ms-animation: slide-up 0.3s ease-out;
  -o-animation: slide-up 0.3s ease-out;
  animation: slide-up 0.3s ease-out;
}
.dropup.open > .dropdown-menu.animation-dock {
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
  -ms-animation: slide-down 0.3s ease-out;
  -o-animation: slide-down 0.3s ease-out;
  animation: slide-down 0.3s ease-out;
}
.open > .dropdown-menu.animation-expand {
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
  -ms-animation: slide-down 0.3s ease-out;
  -o-animation: slide-down 0.3s ease-out;
  animation: slide-down 0.3s ease-out;
}
.dropup.open > .dropdown-menu.animation-expand {
  -webkit-animation: slide-up 0.3s ease-out;
  -moz-animation: slide-up 0.3s ease-out;
  -ms-animation: slide-up 0.3s ease-out;
  -o-animation: slide-up 0.3s ease-out;
  animation: slide-up 0.3s ease-out;
}
.page_title h1 {
  font-size: 38px;
}
.page_title h1,
.page_title h3 {
  /*padding-left: 5px; */
  /*fix title*/
  margin-top: 0px !important;
  font-weight: 500;
  line-height: 1.1 !important;
  /*text-overflow: ellipsis;*/
}
@media (max-width: 767px) {
  .page_title h1,
  .page_title h3 {
    font-size: 22px;
  }
}
.page_title h5 {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page_title h5 {
    font-size: 11px;
    padding: 4px 0px;
  }
}
.dropdown-scroll .option-title,
.dropdown-scroll .choose-option {
  position: relative;
  float: left;
  width: 100%;
}
.dropdown-scroll .option-title {
  font-size: 11px;
  font-weight: 400;
  color: #999999;
}
.dropdown-scroll .choose-option {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.dropdown-scroll .choose-option span {
  font-size: 13px;
  font-weight: 400;
  color: #444444;
}
.dropdown-scroll .choose-option .caret-menu {
  position: absolute;
  cursor: pointer;
  bottom: 0px;
  right: 0px;
  color: #125098;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dropdown-scroll .list-menu {
  position: relative;
  float: left;
  width: 100%;
}
.dropdown-scroll .list-menu-options {
  position: relative;
  max-height: 150px;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-scroll .list-menu-options ul {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
  list-style: none;
}
.dropdown-scroll .list-menu-options ul li {
  height: 48px;
  font-size: 12px;
  padding-left: 16px;
  font-weight: 500;
  line-height: 48px;
  color: #444444;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.dropdown-scroll .list-menu-options .check {
  width: 48px;
  height: 100%;
  line-height: 47px;
  text-align: center;
  display: none;
}
.dropdown-scroll .list-menu-options .check.checked {
  display: block;
}
.dropdown-scroll .list-menu-options .check > i {
  color: #48C8FF;
}
.dropdown-scroll .list-menu-options .mCSB_scrollTools {
  position: absolute !important;
  top: 0px !important;
  right: -5px;
}
.dropdown-scroll .list-menu-options .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.dropdown-scroll .list-menu-options .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #48C8FF;
}
.dropdown-scroll .list-menu-options .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #48C8FF;
}
.dropdown-scroll .list-menu-options .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.dropdown-scroll .list-menu-options .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #48C8FF;
}
.dropdown-scroll .list-menu-options .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-sortable .option-title {
  position: relative;
  float: left;
  width: 100%;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
}
.dropdown-sortable .list-options {
  float: left;
  width: 100%;
  margin-top: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-sortable .list-options .option {
  float: left;
  width: 100%;
  height: 56px;
  line-height: 36px;
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: move;
}
.dropdown-sortable .list-options .option:last-child {
  border-bottom: none;
}
.dropdown-sortable .list-options .option.ui-sortable-helper {
  border: 1px solid #48C8FF;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.dropdown-sortable .list-options .option .name {
  font-size: 12px;
  font-weight: 400;
  color: #444444;
}
.dropdown-sortable .list-options .option .indicators {
  font-weight: 400;
  color: #cccccc;
}
.dropdown-sortable .list-options .option .indicators span {
  font-size: 12px;
  padding-right: 8px;
}
.dropdown-sortable .list-options .option .indicators i {
  font-size: 13px;
}
.dropdown-sortable .sortable-placeholder {
  float: left;
  width: 100%;
  height: 56px;
  background-color: #F3F3F3;
}
html {
  -ms-content-zooming: none;
  /* Disables zooming */
  /*touch-action: none;*/
  /* Disable any special actions on tap/touch */
}
.lock-scroll {
  overflow: hidden !important;
  position: relative;
  touch-action: none;
}
.flaticon-no-margin:before {
  margin-left: 0;
}
/*  
 *
 * HEADER
 *
 */
.header-container {
  position: relative;
  width: 100%;
  height: 48px !important;
  z-index: 1042;
  color: #ffffff;
}
.header-container .header-app {
  position: fixed;
  top: 0;
  left: 0;
}
.header-container .header-app.fixed {
  top: -48px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.header {
  height: 48px;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 767px) {
  .header {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .header {
    padding-left: 10px;
  }
}
/*  
 *
 * HEADER COM O NOME DA APP E O PERFIL DO UTILIZADOR
 *
 */
.header-app {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transform: translate3d(0, 0, 0);
  /* IE 9 */
  -webkit-transform: translate3d(0, 0, 0);
  /* Chrome, Safari, Opera */
  -moz-transform: translate3d(0, 0, 0);
  /* Firefox */
  transform: translate3d(0, 0, 0);
  padding-left: 0;
  padding-right: 12px;
  font-size: 18px;
  line-height: normal;
}
.header-app:not(.no-bg) {
  background-color: #001d60;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.header-app .appname {
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 767px) {
  .header-app .appname .visible-xs {
    display: inline !important;
  }
}
.header-app .appname .name {
  display: inline;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 480px) {
  .header-app .appname .name {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-app .appname .name {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .header-app .appname .name {
    font-size: 18px;
  }
}
.header-app .appname .name.alt {
  float: left;
  display: none;
}
@media (max-width: 480px) {
  .header-app .appname .name.alt {
    display: block;
  }
}
.header-app .appname .toggle-menu {
  width: 48px;
  text-align: center;
  cursor: pointer;
}
.header-app .header-apps-menu {
  width: 36px;
  text-align: center;
  cursor: pointer;
}
.header-app .header-apps-menu > i {
  color: #ffffff;
}
.header-app .header-apps-menu.active > i {
  color: #21a2ea;
}
.header-app .header-space-menu {
  background-color: #0057ff;
  width: 48px;
  text-align: center;
  cursor: pointer;
}
.header-app .header-space-menu > i {
  color: #ffffff;
}
.header-app .header-notification-menu {
  width: 36px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.header-app .header-notification-menu > i {
  color: #ffffff;
}
.header-app .header-nav-profile {
  position: relative;
}
.header-app .header-nav-profile .badge {
  background-color: #48c8ff;
}
.header-app .badge {
  font-size: 8px;
  text-align: center;
  line-height: 16px;
  min-width: 20px;
  height: auto;
  color: white;
  background-color: #f35958;
  border-radius: 15px;
  border: 2px solid #001d60;
  padding: 0;
  position: absolute;
  right: 0;
  top: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: border 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: border 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: border 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: border 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header-app.no-bg .badge {
  border-color: transparent;
  line-height: 12px;
  min-width: 16px;
  padding: 0;
  top: 9px;
  right: 2px;
}
.header-app .header-nav-profile {
  width: 36px;
  cursor: pointer;
}
.header-app .header-nav-profile > .profile-photo {
  display: block;
  margin: auto;
  height: 22px;
  width: 22px;
}
/*  
 *
 * FIM HEADER COM O NOME DA APP E O PERFIL DO UTILIZADOR
 *
 */
/*  
 *
 * FIM HEADER
 *
 */
/* NAVEGAÇÃO MENU */
.header-child {
  background-color: #ffffff;
  height: 48px;
  color: #125098;
  font-weight: 500;
  padding: 0;
  padding-right: 12px;
}
.header-child.no-bg {
  background-color: transparent;
  color: #fff;
}
.header-child.no-bg .child-title,
.header-child.no-bg .child-name,
.header-child.no-bg .navHeaderTitle {
  color: #fff;
}
.header-child.no-bg .child-type {
  color: rgba(255, 255, 255, 0.5);
}
.header-child .header-child-btn,
.header-child .header-child-dropdown-btn {
  width: 48px;
  text-align: center;
  cursor: pointer;
  color: #125098;
}
.header-child .header-child-btn .ib-btn,
.header-child .header-child-dropdown-btn .ib-btn {
  font-size: 14px;
}
.header-child .header-child-nav {
  display: block;
}
.header-child .header-child-nav:before,
.header-child .header-child-nav:after {
  content: " ";
  display: table;
}
.header-child .header-child-nav:after {
  clear: both;
}
.header-child .header-child-nav .dropdown-menu {
  top: 37px;
}
.header-child .header-child-nav .dropdown-menu .action-text {
  width: calc(100% - 36px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-child .header-child-nav .btn {
  width: auto;
  max-width: 100%;
  padding-right: 15px !important;
  padding-left: 0;
}
.header-child .header-child-nav .btn:not(.no-dropdown):after {
  content: '';
  border: none;
  position: absolute;
  bottom: 3px;
  right: 0;
  border-left: 6px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 6px solid #125098;
}
.header-child .child-title,
.header-child .child-name,
.header-child .navHeaderTitle {
  color: #125098;
}
.header-child .child-title,
.header-child .navHeaderTitle {
  height: 100%;
}
.header-child .child-title .child-btn,
.header-child .navHeaderTitle .child-btn {
  padding-left: 0;
}
@media (max-width: 767px) {
  .header-child .child-title:first-child,
  .header-child .navHeaderTitle:first-child {
    padding-left: 12px;
  }
}
@media (min-width: 768px) {
  .header-child .child-title:first-child,
  .header-child .navHeaderTitle:first-child {
    padding-left: 48px;
  }
}
.header-child .child-name,
.header-child .navHeaderTitle {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 767px) {
  .header-child .child-name,
  .header-child .navHeaderTitle {
    font-size: 14px;
    line-height: 13px;
  }
}
.header-child .child-type {
  color: rgba(18, 80, 152, 0.5);
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  text-align: left;
  /*span {
			display: inline-block;
		}*/
}
@media (max-width: 767px) {
  .header-child .child-type {
    font-size: 12px;
    line-height: 14px;
  }
}
.header-child .section-cycleWrapper {
  width: 200px;
}
@media (max-width: 560px) {
  .header-child.header-cycleWrapper .section-cycleWrapper {
    padding: 0 20px !important;
    width: 100%;
    display: inline-block;
    padding-bottom: 12px !important;
  }
  .header-child.header-cycleWrapper .navHeaderTitle {
    display: inline-block;
  }
}
.greetings-username {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 0 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .greetings-username {
    padding: 0 12px;
  }
}
span.divider {
  padding: 0px 3px;
}
/*  
 *
 * MENUS
 *
 */
.side-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1042;
  visibility: hidden;
  overflow: hidden;
  display: none;
  -webkit-transition: -webkit-transform 0.5s ease-out, visibility 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease-out, visibility 0.5s ease;
  -o-transition: -o-transform 0.5s ease-out, visibility 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease-out, visibility 0.5s ease;
  transition: transform 0.5s ease-out, visibility 0.5s ease;
}
@media (max-width: 320px) {
  .side-menu {
    width: calc(100% - 50px);
  }
}
@media (min-width: 321px) {
  .side-menu {
    width: 300px;
  }
}
.side-menu.open {
  visibility: visible;
}
.side-menu .menu-scroller-wrap:not([data-simplebar]) {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.slide-left {
  right: 0;
  -ms-transform: translate(314px, 0);
  /* IE 9 */
  -webkit-transform: translate(314px, 0);
  /* Chrome, Safari, Opera */
  -moz-transform: translate(314px, 0);
  /* Firefox */
  transform: translate(314px, 0);
}
@media (max-width: 767px) {
  .slide-left {
    -ms-transform: translateX(100%) translateX(50px);
    /* IE 9 */
    -webkit-transform: translateX(100%) translateX(50px);
    /* Chrome, Safari, Opera */
    -moz-transform: translateX(100%) translateX(50px);
    /* Firefox */
    transform: translateX(100%) translateX(50px);
  }
}
.slide-left.open {
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Chrome, Safari, Opera */
  -moz-transform: translate(0, 0);
  /* Firefox */
  transform: translate(0, 0);
}
.slide-right {
  left: 0;
  -ms-transform: translate(-314px, 0);
  /* IE 9 */
  -webkit-transform: translate(-314px, 0);
  /* Chrome, Safari, Opera */
  -moz-transform: translate(-314px, 0);
  /* Firefox */
  transform: translate(-314px, 0);
}
@media (max-width: 767px) {
  .slide-right {
    -ms-transform: translateX(-100%) translateX(-50px);
    /* IE 9 */
    -webkit-transform: translateX(-100%) translateX(-50px);
    /* Chrome, Safari, Opera */
    -moz-transform: translateX(-100%) translateX(-50px);
    /* Firefox */
    transform: translateX(-100%) translateX(-50px);
  }
}
.slide-right.open {
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Chrome, Safari, Opera */
  -moz-transform: translate(0, 0);
  /* Firefox */
  transform: translate(0, 0);
}
.bottom-menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1037;
  /*z-index: 1045;*/
  /*visibility: hidden;*/
  overflow: hidden;
  background-color: #ffffff;
  max-height: 0;
  /*-webkit-transition: -webkit-transform 0.5s ease-out, visibility 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease-out, visibility 0.5s ease;
    -o-transition: -o-transform 0.5s ease-out, visibility 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease-out, visibility 0.5s ease;
    transition: transform 0.5s ease-out, visibility 0.5s ease;*/
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  -ms-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.bottom-menu.open {
  visibility: visible;
}
.slide-up.open {
  max-height: 100%;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  -ms-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
/*  
 *
 * MENU DA APLICAÇÃO
 *
 */
.menuapp {
  top: 0;
  background-color: #001d60;
  box-shadow: 5px 0px 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 0px 9px rgba(0, 0, 0, 0.3);
}
.menuapp .appname {
  float: left;
  width: 100%;
  height: 48px;
  cursor: pointer;
  padding: 0 12px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .menuapp .appname {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .menuapp .appname {
    font-size: 18px;
  }
}
.menuapp .appname > .row-same-height {
  height: 48px;
}
.menuapp .appname .toggle-menu {
  font-size: 18px;
  width: 36px;
  text-align: center;
}
.menuapp .appname .toggle-menu + * {
  padding-left: 12px;
}
.menuapp .appname + .menu-scroller-wrap {
  height: calc(100% - 48px);
}
.menuapp .menu-app-dropdown {
  position: relative;
  width: 100%;
  padding: 0px;
  list-style: outside none none;
  font-size: 15px;
  text-align: left;
  background-clip: padding-box;
  overflow: hidden;
  /* menuapp submenu */
}
.menuapp .menu-app-dropdown li {
  height: 56px;
  padding: 0 12px;
}
.menuapp .menu-app-dropdown li > a {
  clear: both;
  font-weight: normal;
  line-height: 56px;
  color: #ffffff;
  white-space: nowrap;
}
.menuapp .menu-app-dropdown li > a:hover {
  text-decoration: none;
}
.menuapp .menu-app-dropdown li > a > * {
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menuapp .menu-app-dropdown li > a > *:nth-child(1) {
  width: 36px;
  text-align: center;
}
.menuapp .menu-app-dropdown li > a > *:nth-child(2) {
  padding-left: 12px;
}
.menuapp .menu-app-dropdown li > a > *:nth-child(3) {
  width: 48px;
  text-align: center;
}
.menuapp .menu-app-dropdown li.menu-divider {
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  padding: 0;
  margin: 0 12px;
  width: calc(100% - (12px + 12px));
}
.menuapp .menu-app-dropdown li.menu-divider:first-child,
.menuapp .menu-app-dropdown li.menu-divider:last-child,
.menuapp .menu-app-dropdown li.menu-divider + .menu-divider {
  display: none;
}
.menuapp .menu-app-dropdown li.collapse,
.menuapp .menu-app-dropdown li.collapsing {
  background-color: rgba(0, 0, 0, 0.2);
}
.menuapp .menu-app-dropdown li.collapse a.list-group-item,
.menuapp .menu-app-dropdown li.collapsing a.list-group-item {
  padding-right: 0;
  padding-left: 42px;
}
.menuapp .menu-app-dropdown li.collapse {
  height: auto;
}
.menuapp .menu-app-dropdown li.collapse a {
  height: 48px;
}
.menuapp .menu-app-dropdown .list-group-item {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  padding-left: 12px;
}
.menuapp .menu-app-dropdown .list-group-item .ib-btn.btn-dark-blue-bg {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.37);
}
@media (max-width: 767px) {
  .menuapp .menu-app-dropdown .list-group-item .ib-btn.btn-dark-blue-bg {
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .menuapp .menu-app-dropdown .list-group-item .ib-btn.btn-dark-blue-bg {
    margin-right: 16px;
  }
}
.menuapp .menu-app-dropdown a.list-group-item:hover,
.menuapp .menu-app-dropdown a.list-group-item:active,
.menuapp .menu-app-dropdown a.list-group-item:focus {
  background-color: transparent;
}
/*  
 *
 * FIM MENU DA APLICAÇÃO
 *
 */
/*  
 *
 * MENU DO PERFIL
 *
 */
.menu-profile .top-menu {
  background-color: #001d60;
}
.menu-profile .profile-photo {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 40% !important;
  -moz-border-radius: 40% !important;
  border-radius: 40% !important;
  background-color: #ccc;
  background-size: cover;
}
.menu-profile .profile-photo[onclick] {
  cursor: pointer;
}
.menu-profile .profile-photo[onclick]:after {
  content: '\e80e';
  font-family: "ibfont";
  color: white;
  color: #fff;
  border: 2px solid #001d60;
  border-radius: 50%;
  background-color: #125098;
  font-size: 12px;
  line-height: 22px;
  width: 26px;
  height: 26px;
  display: block;
  text-align: center;
  z-index: 1;
  bottom: -4px;
  position: absolute;
  left: 30px;
}
.menu-profile .profile-info div {
  font-size: 12px;
  line-height: 15px;
  padding-left: 16px;
  color: #ffffff;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-profile .profile-info .subtitle-modal {
  font-size: 11px;
  line-height: 1.4;
}
.menu-profile .profile-info .info-delegate {
  font-size: 11px;
  color: #48c8ff;
}
.menu-profile .menu-profile-dropdown {
  font-size: 15px;
  position: relative;
  float: left;
  list-style: outside none none;
  text-align: left;
  background-clip: padding-box;
}
.menu-profile .menu-profile-dropdown li {
  overflow: hidden;
  position: relative;
}
.menu-profile .menu-profile-dropdown li [onclick] {
  cursor: pointer;
}
.menu-profile .menu-profile-dropdown li > a {
  clear: both;
  font-weight: normal;
  line-height: 48px;
  white-space: nowrap;
  color: #555;
  padding: 0;
}
.menu-profile .menu-profile-dropdown li > a:hover,
.menu-profile .menu-profile-dropdown li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.menu-profile .menu-profile-dropdown li > a > * {
  float: left;
  height: 100%;
  line-height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.menu-profile .menu-profile-dropdown li > a > *:first-child {
  text-align: center;
}
.menu-profile .menu-profile-dropdown li > a .badge {
  background-color: #fd7045;
  font-size: 11px;
  min-width: 26px;
  line-height: 26px;
  border-radius: 50%;
  padding: 0 4px;
}
.menu-profile .menu-profile-dropdown li > a i:not(.text-danger) {
  color: #001d60;
}
.menu-profile .menu-profile-dropdown li > a.disabled,
.menu-profile .menu-profile-dropdown li > a:disabled {
  pointer-events: none;
  color: #999;
}
.menu-profile .menu-profile-dropdown li > a.disabled i,
.menu-profile .menu-profile-dropdown li > a:disabled i {
  color: #999;
}
.menu-profile .menu-profile-dropdown li.menu-divider {
  height: 1px;
  margin: 0 16px;
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
}
.menu-profile .menu-profile-dropdown li.menu-divider:first-child,
.menu-profile .menu-profile-dropdown li.menu-divider:last-child {
  display: none;
}
.menu-profile .menu-profile-dropdown .profile-notify {
  line-height: 48px;
  min-width: 25px;
}
.menu-profile .menu-profile-dropdown .profile-notify span {
  font-size: 13px;
  font-weight: 500;
  padding: 5px 9px;
  color: #fff;
  border-radius: 30px;
  background-color: #fd7045;
}
/*  
 *
 * FIM MODAL DE PERFIL
 *
 */
/*  
 *
 * MENU COM AS APLICAÇÕES
 *
 */
.menuapps.menu {
  z-index: 1041;
  background-color: #154ab6;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  padding-top: 48px;
}
.menuapps.menu.frozen {
  z-index: 1038;
}
.menuapps.menu > div {
  height: calc(100vh - 48px);
}
.menuapps .menu-header {
  height: 48px;
  color: #ffffff;
}
.menuapps .menu-header.topSection-Tiles .title-section-workcenter {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 26px;
}
.menuapps .menu-header .scrollable-list {
  padding: 0;
  background-color: transparent;
  list-style: none;
}
.menuapps .menu-header .navMD-filters > li a {
  color: rgba(255, 255, 255, 0.37);
  font-size: 13px;
  text-decoration: none;
}
.menuapps .menu-header .navMD-filters > li a:hover,
.menuapps .menu-header .navMD-filters > li a:active,
.menuapps .menu-header .navMD-filters > li a:focus {
  outline-style: none;
}
.menuapps .menu-header .navMD-filters > li.active a,
.menuapps .menu-header .navMD-filters > li.active a:hover,
.menuapps .menu-header .navMD-filters > li.active a:active,
.menuapps .menu-header .navMD-filters > li.active a:focus {
  color: #ffffff;
}
.menuapps .menu-header .magic-line {
  position: absolute;
  bottom: 0px;
  color: rgba(255, 255, 255, 0.37);
  border-bottom: 4px solid #fff;
  background: transparent;
}
.menuapps .nav-tabs {
  margin: 0 auto;
  border-bottom: none;
  text-transform: uppercase;
}
.menuapps .nav-tabs > li:first-child {
  margin-right: 50px;
}
.menuapps .nav-tabs > li > div {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.37);
  line-height: 48px;
  text-align: center;
  border: none;
  cursor: pointer;
}
.menuapps .nav-tabs > li > div:hover {
  background: none;
}
.menuapps .nav-tabs > li.active > div {
  color: #ffffff;
  background: none;
  border: none;
}
.menuapps .nav-tabs > li.active > div:hover,
.menuapps .nav-tabs > li.active > div:focus {
  color: #ffffff;
  border-bottom: none;
}
.menuapps .tab-content {
  position: relative;
  margin: 0;
  /*z-index: 91;*/
}
.menuapps .tab-content .favorite-apps-panel {
  overflow: hidden !important;
}
.menuapps .item.base {
  cursor: pointer;
}
.menuapps .tile-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 14px;
  padding-top: 14px;
  background-color: #001d60;
  display: table;
  table-layout: fixed;
}
@media (max-width: 864px) {
  .menuapps .tile-container {
    padding: 0 10px;
    padding-top: 10px;
  }
}
.menuapps .tile-container:hover {
  background: #00226e;
  outline: 2px solid #889fba;
}
.menuapps .tile-container.new-app {
  background-color: rgba(15, 48, 125, 0.4);
}
.menuapps .tile-header {
  display: table-row;
  height: 0;
}
.menuapps .tile-header .tile-name {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  max-height: 45px;
  padding-bottom: 4px;
}
@media (max-width: 864px) {
  .menuapps .tile-header .tile-name {
    font-size: 14px;
    max-height: 36px;
    padding-bottom: 2px;
    /*overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;*/
  }
}
.menuapps .tile-header .tile-more {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  max-height: 52px;
  display: block;
  margin: 0 auto;
  height: 52px;
}
@media (max-width: 864px) {
  .menuapps .tile-header .tile-more {
    font-size: 11px;
    height: 32px;
    max-height: 32px;
  }
}
.menuapps .tile-header .tile-more span {
  overflow: hidden;
}
.menuapps .tile-header .tile-soon {
  text-transform: uppercase;
  color: #001d60;
  font-weight: 500;
}
.menuapps .tile-header .tile-soon span {
  font-size: 20px;
  position: absolute;
  left: -14px;
  top: 10px;
  padding: 2px 14px;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 864px) {
  .menuapps .tile-header .tile-soon span {
    left: -10px;
    top: 2px;
    padding: 0 10px;
    font-size: 16px;
  }
}
.menuapps .tile-header .tile-icon-info {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 16px;
  width: 26px;
  text-align: right;
  vertical-align: top;
}
.menuapps .tile-header .tile-icon-info icon:before {
  margin: 0;
}
.menuapps .tile-header .tile-icon-info:hover {
  color: #ffffff;
}
.menuapps .tile-image {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
}
@media (min-width: 865px) {
  .menuapps .tile-image {
    padding-bottom: 2px;
  }
}
.menuapps .tile-image img {
  height: 46px;
}
@media (max-width: 864px) {
  .menuapps .tile-image img {
    height: 30px;
  }
}
.menuapps .tile-image i {
  color: #fff;
  font-size: 48px;
  line-height: 1;
}
@media (max-width: 864px) {
  .menuapps .tile-image i {
    font-size: 32px;
  }
}
.menuapps .tile-image i:before {
  margin: 0;
}
.menuapps .tile-content {
  display: table-row;
  position: relative;
  vertical-align: bottom;
}
.menuapps .tile-content .container-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.menuapps .tile-content .tile-content-body {
  display: table-row;
  position: relative;
  text-align: left;
}
.menuapps .tile-content .tile-footer {
  display: table-row;
  height: 36px;
  font-size: 12px;
}
@media (max-width: 864px) {
  .menuapps .tile-content .tile-footer {
    height: 32px;
  }
}
.menuapps .tile-content .tile-footer span {
  min-width: 36px;
  height: 36px;
  vertical-align: middle;
  display: table-cell;
}
@media (max-width: 864px) {
  .menuapps .tile-content .tile-footer span {
    height: 32px;
  }
}
.menuapps .tile-content .tile-footer span div {
  display: inline;
}
.menuapps .tile-content .tile-footer .tile-version {
  color: rgba(255, 255, 255, 0.5);
}
.menuapps .tile-content .tile-footer .newApp-left,
.menuapps .tile-content .tile-footer .newApp-right {
  color: #21a2ea;
}
.menuapps .tile-content .tile-footer .newApp-left .newApp-text,
.menuapps .tile-content .tile-footer .newApp-right .newApp-text {
  padding-left: 5px;
}
@media (max-width: 864px) {
  .menuapps .tile-content .tile-footer .newApp-left .newApp-text,
  .menuapps .tile-content .tile-footer .newApp-right .newApp-text {
    display: none;
  }
}
.menuapps .tile-content .tile-footer .newApp-right {
  text-align: right;
}
.menuapps .tile-content .tile-footer .favorite,
.menuapps .tile-content .tile-footer .favorite-added {
  text-align: right;
}
.menuapps .tile-content .tile-footer .favorite i,
.menuapps .tile-content .tile-footer .favorite-added i {
  color: #7093BB;
  font-size: 16px;
}
.menuapps .tile-content .tile-footer .favorite i:before,
.menuapps .tile-content .tile-footer .favorite-added i:before {
  margin: 0;
}
.menuapps .tile-content .tile-footer .favorite-added i {
  color: #DBC105;
}
/*  
 *
 * FIM MENU COM AS APLICAÇÕES
 *
 */
.menu-notifications .area-total-content {
  background-color: #001d60;
  color: #fff;
}
.menu-notifications .area-total-content .area-info-top {
  min-height: 150px;
}
.menu-notifications .area-total-content .area-info-top .notifications-header {
  background-color: rgba(1, 12, 39, 0.6);
}
.menu-notifications .area-total-content .area-info-top .title-modal {
  font-size: 24px;
  line-height: 21px;
}
.menu-notifications .area-total-content .area-info-top .search-options .form-control {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.menu-notifications .area-total-content .area-info-top .line-search-icon {
  opacity: 0.5;
}
.menu-notifications .area-total-content .area-info-top .scrollable-list.mCustomScrollbar .mCSB_container,
.menu-notifications .area-total-content .area-info-top .scrollable-list {
  padding: 0 !important;
}
.menu-notifications .area-total-content .area-info-top .scrollable-list {
  margin: 0 -4px;
  width: calc(100% + 8px);
}
.menu-notifications .area-total-content .area-info-top .scrollable-list li {
  text-align: center;
}
.menu-notifications .area-total-content .area-info-top .scrollable-list li a {
  width: 100%;
  cursor: pointer;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}
.menu-notifications .area-total-content .search-result-empty {
  color: rgba(255, 255, 255, 0.5);
}
/*  
 *
 * FIM MENUS
 *
 */
.close-menu:not(.appname) {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  /*width: @buttonWidth;
	height: @headerHeight;*/
  padding: 6px;
  text-align: center;
}
.backdrop-menu,
.backdrop-app {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1037;
  display: none;
  overflow: hidden;
  -webkit-transition: visibility 0.5s ease, opacity 0.5 ease;
  -moz-transition: visibility 0.5s ease, opacity 0.5 ease;
  -o-transition: visibility 0.5s ease, opacity 0.5 ease;
  -ms-transition: visibility 0.5s ease, opacity 0.5 ease;
  transition: visibility 0.5s ease, opacity 0.5 ease;
}
@media (max-width: 767px) {
  .backdrop-menu.show,
  .backdrop-app.show {
    visibility: visible;
    opacity: 1;
  }
}
.backdrop-menu.show.all,
.backdrop-app.show.all {
  visibility: visible;
  opacity: 1;
}
.backdrop-app {
  display: block;
  z-index: 1040;
}
.specialBackdrop,
.backdrop-largeModal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
  display: none;
  z-index: 1001;
}
input[type=text]::-ms-clear {
  display: none;
}
/* resultados de pesquisa */
.search-result-empty {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  position: absolute;
  display: none;
  width: 100%;
  margin-left: 0 !important;
  text-align: center;
  color: rgba(18, 80, 152, 0.5);
}
.TileSection .search-result-empty {
  padding: 20px 0;
}
.TileSection .search-result-empty:before,
.TileSection .search-result-empty:after {
  display: table;
  content: " ";
}
.TileSection .search-result-empty:after {
  clear: both;
}
.section-options {
  margin-bottom: 10px;
}
.workcenter-selected-icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.inverted-icon {
  -webkit-transform: rotate(90deg);
}
.inverted-icon:before {
  margin-left: 0 !important;
  cursor: pointer;
  color: #48c8ff;
}
.normal-icon {
  /*color: rgba(0, 0, 0, 0.37);*/
}
.normal-icon:before {
  margin-left: 0 !important;
  cursor: pointer;
  /*color: rgba(0, 0, 0, 0.37);*/
}
.workcenter-section-title {
  height: 100%;
  margin-top: 5px;
  /*@media (max-width: 864px) {
        margin-top:15px;
    }*/
}
.workcenter-section-title .title-section-workcenter {
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  color: #125098;
}
@media (max-width: 767px) {
  .workcenter-section-title .title-section-workcenter {
    font-size: 14px;
  }
}
@media (max-width: 568px) {
  .workcenter-section-title .title-section-workcenter {
    font-size: 14px;
  }
}
.workcenter-section-title .workcenter-divider {
  margin-bottom: 10px;
}
.workcenter-section-title .desc-section-workcenter {
  font-size: 14px;
  line-height: 17px;
  width: 100%;
  max-width: 1030px;
  height: 100%;
  margin-bottom: 16px;
  color: rgba(18, 80, 152, 0.5);
}
@media (max-width: 768px) {
  .workcenter-section-title .desc-section-workcenter {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 568px) {
  .workcenter-section-title .desc-section-workcenter {
    font-size: 12px;
  }
}
.workcenter-section-title .workcenter-icon {
  line-height: 34px;
  height: 36px;
  cursor: pointer;
  color: #444;
}
.workcenter-section-title .workcenter-section-align-topmenu {
  /*margin-right:11px;
			padding-left:20px;*/
}
.section-title-obj {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  margin: 8px 0 4px 0;
  color: #125098;
}
.section-header {
  margin-top: 16px;
  max-width: 1030px;
}
.section-options + .section-header {
  margin-top: 0;
  margin-bottom: 16px;
}
.section-desc-obj {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 6px;
  color: rgba(18, 80, 152, 0.5);
}
/* collapse/expand tiles */
.TileSection .object-options {
  vertical-align: top;
}
.TileSection .object-options > div {
  z-index: 1;
}
.TileSection .tiles_addMore {
  height: 48px;
}
.TileSection .tiles_addMore .addMore_table {
  display: table;
  width: 100%;
  height: 36px;
}
.TileSection .tiles_addMore .option-icon {
  display: table-cell;
  width: 36px;
}
.TileSection .tiles_addMore .addMore_line {
  display: table-cell;
  vertical-align: middle;
}
.TileSection .tiles_addMore .addMore_line span {
  display: block;
  width: calc(100% - 8px);
  height: 1px;
  background-color: rgba(18, 80, 152, 0.2);
}
/*Tiles*/
.workcenter-tile-header {
  height: 16px;
}
.workcenter-tile-header .title-tile {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #21a2ea;
}
.workcenter-tile-header .tile-icon {
  line-height: 16px;
  cursor: pointer;
  color: #444;
}
.workcenter-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #12509b;
}
.workcenter-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*Tiles Structure*/
.workcenter-tile-indicator {
  position: absolute;
  bottom: 13px;
  width: 100%;
}
.workcenter-tile-indicator .workcenter-info {
  font-size: 60px;
  font-weight: 500;
  color: #21a2ea;
}
.workcenter-tile-note {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
}
.workcenter-tile-note .workcenter-info {
  font-size: 13px;
  font-weight: 400;
  color: #12509b;
}
@media (max-width: 768px) {
  .workcenter-tile-note .workcenter-info {
    font-size: 11px !important;
  }
}
/*Menu*/
/*To Change Bootstrap new icon*/
.option-icon-menu {
  width: 35px;
  height: 22px;
  text-align: right;
}
.option-icon-menu .option-icon-menu-button {
  font-size: 16px !important;
  line-height: 16px !important;
  height: 22px;
  border: 0 solid !important;
}
.option-icon-menu ul {
  top: 0 !important;
  min-width: 135px;
  max-width: 295px;
}
@media (min-width: 865px) {
  .option-icon-menu ul {
    min-width: 160px;
    max-width: 500px;
  }
}
.option-icon-menu li {
  height: 48px;
}
.option-icon-menu a {
  height: 100%;
  padding: 0 !important;
}
.option-icon-menu .action-icon {
  font-size: 16px;
  line-height: 48px;
  display: inline-block;
  width: 48px;
  text-align: center;
  vertical-align: top;
  color: #001d60;
}
.option-icon-menu .action-text {
  font-size: 12px;
  line-height: 48px;
  display: inline-block;
  padding-right: 25px;
  text-align: left;
  vertical-align: top;
  color: #444;
}
@media (min-width: 865px) {
  .option-icon-menu .action-text {
    padding-right: 40px;
  }
}
.option-icon-menu .menu-icon:before {
  margin-left: 0 !important;
}
.dropdown-menu-workcenter-tile {
  position: absolute;
  right: 0;
  margin-top: -10px !important;
  margin-right: -9px !important;
}
.dropdown-menu-workcenter-tile li {
  width: 100%;
  height: 48px;
}
.dropdown-menu-workcenter-tile a {
  height: 100%;
  padding: 0 !important;
}
.dropdown-menu-workcenter-tile .action-icon {
  font-size: 16px;
  line-height: 48px;
  display: inline-block;
  width: 48px;
  text-align: center;
  vertical-align: top;
  color: #001d60;
}
.dropdown-menu-workcenter-tile .action-text {
  font-size: 12px;
  line-height: 48px;
  display: inline-block;
  width: calc(100% - 48px);
  padding-right: 25px;
  text-align: left;
  vertical-align: top;
  color: #444;
}
@media (min-width: 865px) {
  .dropdown-menu-workcenter-tile .action-text {
    padding-right: 40px;
  }
}
.dropdown-menu-workcenter-tile .menu-icon:before {
  margin-left: 0 !important;
}
/*Dashboard Section*/
.topSectionPage {
  width: 100%;
  height: 100%;
  padding-right: 48px;
  padding-left: 48px;
}
@media (max-width: 767px) {
  .topSectionPage {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
.dashboard-section-title {
  height: 100%;
}
.dashboard-section-title.dashboard-section-title-empty {
  height: 24px;
}
.dashboard-section-title .section-dashboard {
  line-height: 48px;
}
.dashboard-section-title .section-dashboard > div {
  height: 48px;
}
.dashboard-section-title .title-section-dashboard {
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  color: #125098;
}
@media (max-width: 768px) {
  .dashboard-section-title .title-section-dashboard {
    font-size: 16px;
  }
}
.dashboard-section-title .dashboard-navigation {
  width: inherit;
  color: #125098;
  line-height: 16px;
  height: 48px;
}
.dashboard-section-title .dashboard-navigation .dashboard-nav-icon {
  width: 36px;
}
.dashboard-section-title .dashboard-navigation .dashboard-nav-count {
  font-size: 14px;
  font-weight: 500;
}
.dashboard-section-title .dashboard-tracking {
  line-height: 11px;
  padding-right: 20px;
  text-align: right;
}
.dashboard-section-title .dasboard-tracking-title {
  font-size: 11px;
  font-weight: 400;
  color: #125098;
}
.dashboard-section-title .dasboard-tracking-info {
  font-size: 11px;
  font-weight: 400;
  color: rgba(18, 80, 152, 0.5);
}
.dashboard-section-title .dashboard-tracking-number {
  line-height: 13px;
  cursor: pointer;
}
@media (max-width: 568px) {
  .dashboard-section-title .dashboard-tracking-hidembinfo {
    display: none;
  }
}
.dashboard-section-title .dashboard-icon {
  line-height: 20px;
  height: 56px;
  cursor: pointer;
  color: #444;
}
.overview-ident-align {
  width: 100%;
  height: 25px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .overview-ident-align {
    margin-top: 8px;
  }
}
@media (max-width: 568px) {
  .overview-ident-align {
    margin-top: 6px;
  }
}
.dashboard-squad {
  width: 25px;
  height: 25px;
  border: 2px solid rgba(18, 80, 151, 0.37);
  border-radius: 8px;
}
.dashboard-squad-photo {
  width: 25px;
  height: 25px;
  border-top: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-radius: 8px;
}
.dashboard-squad-photo img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.squad-flat-icon {
  line-height: 23px;
  color: #125097;
}
.squad-flat-icon:before {
  font-size: 25px !important;
  margin-left: 2px !important;
}
.squad-icon-fa:before {
  font-size: 14px !important;
  margin-left: 3px !important;
}
.squad-icon-fa {
  line-height: 19px;
  color: rgba(18, 80, 151, 0.37);
}
.squad-icon-fa-alert {
  font-size: 17px !important;
  margin-left: 3px !important;
}
.squad-icon-fa-alert:before {
  line-height: 19px;
  color: #125097;
}
.squad-indicator {
  font-size: 11px;
  line-height: 21px;
  padding-left: 5px;
  color: #125097;
}
.squad-flat-icon-locked {
  line-height: 20.5px;
  color: #125097;
}
.squad-flat-icon-locked:before {
  font-size: 20px !important;
  margin-left: 2px !important;
}
.dashboard-section-title-lowresolution {
  margin-top: 0 !important;
}
@media (max-width: 1023px) {
  .dashboard-tracking-break-tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .dashboard-tracking-break-tablet-show {
    display: none !important;
  }
}
/* MANAGE USER ROLES */
.section-manage-configs {
  min-height: calc(100vh - 160px);
}
.section-manage-configs .menu-manage-configs {
  z-index: 2;
  background-color: #dbdee4;
  width: 300px;
  height: calc(100vh - 160px);
  /* mobile */
  /*@media (max-width: 768px){
            position: absolute;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        }*/
}
.section-manage-configs .menu-manage-configs ul {
  font-size: 14px;
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: outside none none;
  text-align: left;
  background-clip: padding-box;
}
.section-manage-configs .menu-manage-configs ul li.menuitem-manage-configs {
  font-weight: 500;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  padding-left: 36px;
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #001d60;
}
@media (max-width: 768px) {
  .section-manage-configs .menu-manage-configs ul li.menuitem-manage-configs {
    padding-left: 22px;
  }
}
.section-manage-configs .menu-manage-configs ul li.menuitem-manage-configs.active {
  color: #fff;
  background-color: #445a8b;
}
.section-manage-configs .menu-manage-configs ul .menusubitem-manage-configs {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-manage-configs .content-manage-configs {
  z-index: 1;
  padding: 10px 36px;
  width: calc(100% - 300px);
  /* mobile */
  /*@media (max-width: 768px){
            width: 100%;
        }*/
}
.section-manage-configs .content-manage-configs .section-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #125098;
}
.section-manage-configs .content-manage-configs .section-desc {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 16px;
  color: rgba(18, 80, 152, 0.5);
}
.workcenter-section-title + * > .grid-iB {
  margin-top: 12px;
}
/*Report Tile*/
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #21a2ea;
  width: calc(1em - 2 * 0.08em);
  height: calc(1em - 2 * 0.08em);
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 865px) {
  .pie,
  .c100 .bar,
  .c100.p51 .fill,
  .c100.p52 .fill,
  .c100.p53 .fill,
  .c100.p54 .fill,
  .c100.p55 .fill,
  .c100.p56 .fill,
  .c100.p57 .fill,
  .c100.p58 .fill,
  .c100.p59 .fill,
  .c100.p60 .fill,
  .c100.p61 .fill,
  .c100.p62 .fill,
  .c100.p63 .fill,
  .c100.p64 .fill,
  .c100.p65 .fill,
  .c100.p66 .fill,
  .c100.p67 .fill,
  .c100.p68 .fill,
  .c100.p69 .fill,
  .c100.p70 .fill,
  .c100.p71 .fill,
  .c100.p72 .fill,
  .c100.p73 .fill,
  .c100.p74 .fill,
  .c100.p75 .fill,
  .c100.p76 .fill,
  .c100.p77 .fill,
  .c100.p78 .fill,
  .c100.p79 .fill,
  .c100.p80 .fill,
  .c100.p81 .fill,
  .c100.p82 .fill,
  .c100.p83 .fill,
  .c100.p84 .fill,
  .c100.p85 .fill,
  .c100.p86 .fill,
  .c100.p87 .fill,
  .c100.p88 .fill,
  .c100.p89 .fill,
  .c100.p90 .fill,
  .c100.p91 .fill,
  .c100.p92 .fill,
  .c100.p93 .fill,
  .c100.p94 .fill,
  .c100.p95 .fill,
  .c100.p96 .fill,
  .c100.p97 .fill,
  .c100.p98 .fill,
  .c100.p99 .fill,
  .c100.p100 .fill {
    border: 0.08em solid #21a2ea;
    width: calc(1em - 2 * 0.08em);
    height: calc(1em - 2 * 0.08em);
  }
}
.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #e8e8e8;
}
.c100 *,
.c100 *:before,
.c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.big {
  font-size: 240px;
}
.c100.small {
  font-size: 80px;
}
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #21a2ea;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.c100:after {
  position: absolute;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #ffffff;
  top: 0.07em;
  left: 0.07em;
  width: calc(1em - 2 * 0.07em);
  height: calc(1em - 2 * 0.07em);
}
@media (min-width: 865px) {
  .c100:after {
    top: 0.06em;
    left: 0.06em;
    width: calc(1em - 2 * 0.06em);
    height: calc(1em - 2 * 0.06em);
  }
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.800000000000004deg);
  -moz-transform: rotate(46.800000000000004deg);
  -ms-transform: rotate(46.800000000000004deg);
  -o-transform: rotate(46.800000000000004deg);
  transform: rotate(46.800000000000004deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.60000000000001deg);
  -moz-transform: rotate(75.60000000000001deg);
  -ms-transform: rotate(75.60000000000001deg);
  -o-transform: rotate(75.60000000000001deg);
  transform: rotate(75.60000000000001deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.60000000000001deg);
  -moz-transform: rotate(93.60000000000001deg);
  -ms-transform: rotate(93.60000000000001deg);
  -o-transform: rotate(93.60000000000001deg);
  transform: rotate(93.60000000000001deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.60000000000001deg);
  -moz-transform: rotate(111.60000000000001deg);
  -ms-transform: rotate(111.60000000000001deg);
  -o-transform: rotate(111.60000000000001deg);
  transform: rotate(111.60000000000001deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.20000000000002deg);
  -moz-transform: rotate(133.20000000000002deg);
  -ms-transform: rotate(133.20000000000002deg);
  -o-transform: rotate(133.20000000000002deg);
  transform: rotate(133.20000000000002deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.20000000000002deg);
  -moz-transform: rotate(151.20000000000002deg);
  -ms-transform: rotate(151.20000000000002deg);
  -o-transform: rotate(151.20000000000002deg);
  transform: rotate(151.20000000000002deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.20000000000002deg);
  -moz-transform: rotate(169.20000000000002deg);
  -ms-transform: rotate(169.20000000000002deg);
  -o-transform: rotate(169.20000000000002deg);
  transform: rotate(169.20000000000002deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.20000000000002deg);
  -moz-transform: rotate(187.20000000000002deg);
  -ms-transform: rotate(187.20000000000002deg);
  -o-transform: rotate(187.20000000000002deg);
  transform: rotate(187.20000000000002deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.20000000000002deg);
  -moz-transform: rotate(205.20000000000002deg);
  -ms-transform: rotate(205.20000000000002deg);
  -o-transform: rotate(205.20000000000002deg);
  transform: rotate(205.20000000000002deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.20000000000002deg);
  -moz-transform: rotate(223.20000000000002deg);
  -ms-transform: rotate(223.20000000000002deg);
  -o-transform: rotate(223.20000000000002deg);
  transform: rotate(223.20000000000002deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.20000000000002deg);
  -moz-transform: rotate(241.20000000000002deg);
  -ms-transform: rotate(241.20000000000002deg);
  -o-transform: rotate(241.20000000000002deg);
  transform: rotate(241.20000000000002deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.40000000000003deg);
  -moz-transform: rotate(266.40000000000003deg);
  -ms-transform: rotate(266.40000000000003deg);
  -o-transform: rotate(266.40000000000003deg);
  transform: rotate(266.40000000000003deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.40000000000003deg);
  -moz-transform: rotate(284.40000000000003deg);
  -ms-transform: rotate(284.40000000000003deg);
  -o-transform: rotate(284.40000000000003deg);
  transform: rotate(284.40000000000003deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.40000000000003deg);
  -moz-transform: rotate(302.40000000000003deg);
  -ms-transform: rotate(302.40000000000003deg);
  -o-transform: rotate(302.40000000000003deg);
  transform: rotate(302.40000000000003deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.40000000000003deg);
  -moz-transform: rotate(320.40000000000003deg);
  -ms-transform: rotate(320.40000000000003deg);
  -o-transform: rotate(320.40000000000003deg);
  transform: rotate(320.40000000000003deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.40000000000003deg);
  -moz-transform: rotate(338.40000000000003deg);
  -ms-transform: rotate(338.40000000000003deg);
  -o-transform: rotate(338.40000000000003deg);
  transform: rotate(338.40000000000003deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.40000000000003deg);
  -moz-transform: rotate(356.40000000000003deg);
  -ms-transform: rotate(356.40000000000003deg);
  -o-transform: rotate(356.40000000000003deg);
  transform: rotate(356.40000000000003deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.half {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 10px);
}
.task_vhigh {
  color: #ff8b00 !important;
}
.task_vhigh span {
  font-weight: 500;
}
.task_high {
  color: #ffca28 !important;
}
.task_high span {
  font-weight: 500;
}
.task_normal {
  color: #21a2ea !important;
}
.task_normal span {
  font-weight: 500;
}
.task_low {
  color: #2dd4b8 !important;
}
.task_low span {
  font-weight: 500;
}
.task_vlow {
  color: #c3eace !important;
}
.task_vlow span {
  font-weight: 500;
}
.red {
  color: #f35958 !important;
}
.red .progress-bar,
.red.progress-bar {
  background-color: #f35958 !important;
}
.yellow {
  color: #ffca28 !important;
}
.yellow .progress-bar,
.yellow.progress-bar {
  background-color: #ffca28 !important;
}
.green {
  color: #8bc34a !important;
}
.green .progress-bar,
.green.progress-bar {
  background-color: #8bc34a !important;
}
.workcenter-icon .switch {
  margin-right: 20px;
}
@media (max-width: 443px), (max-height: 443px) {
  .workcenter-icon .switch {
    display: none;
  }
}
.workcenter-tile-report-header {
  height: calc(16px + 14px + 14px);
}
@media (min-width: 865px) {
  .workcenter-tile-report-header {
    height: calc(19px + 14px + 14px);
  }
}
.workcenter-tile-report-header .title-tile {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-size: 12px;
  font-weight: 500;
  color: #125098;
  line-height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 10px);
}
@media (min-width: 865px) {
  .workcenter-tile-report-header .title-tile {
    font-size: 13px;
    white-space: normal;
    width: 100%;
  }
}
.workcenter-tile-report-header .title-desc {
  font-size: 14px;
  color: #125098;
  font-weight: 500;
  line-height: 1;
  max-height: 38px;
}
@media (min-width: 865px) {
  .workcenter-tile-report-header .title-desc {
    font-size: 16px;
    line-height: 18px;
    white-space: normal;
    width: 100%;
  }
}
.workcenter-tile-report-header .title-task {
  font-size: 12px;
  font-weight: 500;
  color: #125098;
  line-height: 14px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 10px);
}
@media (min-width: 865px) {
  .workcenter-tile-report-header .title-task {
    width: 100%;
    white-space: normal;
  }
}
.workcenter-tile-report-header .title-user {
  font-size: 12px;
  font-weight: 500;
  color: #125098;
  line-height: 14px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 10px);
  display: none;
}
@media (min-width: 865px) {
  .workcenter-tile-report-header .title-user {
    width: 100%;
    white-space: normal;
  }
}
.workcenter-tile-report-header .tile-icon {
  cursor: pointer;
  position: absolute;
  right: 0px;
  font-size: 13px;
}
.workcenter-tile-report-header .tile-icon .btn_icon {
  color: #125098;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.workcenter-tile-report-containerinfo {
  position: relative;
  width: 100%;
  height: calc(100% - 16px - 14px - 14px);
}
@media (min-width: 865px) {
  .workcenter-tile-report-containerinfo {
    height: calc(100% - 19px - 14px - 14px);
  }
}
.workcenter-tile-report-containerinfo .workcenter-tile-report-body {
  position: absolute;
  bottom: calc(28px + 6px);
  width: 100%;
}
@media (min-width: 865px) {
  .workcenter-tile-report-containerinfo .workcenter-tile-report-body {
    bottom: calc(28px + 12px);
  }
}
.workcenter-tile-report-containerinfo .workcenter-tile-report-body .workcenter-tile-report-indicator {
  width: 100%;
  color: #21a2ea;
}
.workcenter-tile-report-containerinfo .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-icon {
  height: 35px;
  width: auto;
  display: block;
}
@media (min-width: 865px) {
  .workcenter-tile-report-containerinfo .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-icon {
    height: 55px;
  }
}
.workcenter-tile-report-containerinfo .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter {
  font-weight: 300;
  line-height: 36px;
  font-size: 45px;
}
@media (min-width: 865px) {
  .workcenter-tile-report-containerinfo .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter {
    font-size: 60px;
    line-height: 50px;
  }
}
.workcenter-tile-report-containerinfo .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter-desc {
  font-size: 11px;
  position: absolute;
  bottom: -11px;
}
@media (min-width: 865px) {
  .workcenter-tile-report-containerinfo .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter-desc {
    font-size: 12px;
    bottom: -15px;
  }
}
.viewer .title-user {
  display: block;
}
/*
.workcenter-tile-report-subtitle{
	font-size:16px;
	font-weight:@fontmedium;
	color:#12509B;
}
*/
.workcenter-tile-report-note {
  position: absolute;
  bottom: 0px;
  height: calc(14px + 12px);
  width: 100%;
  font-weight: 500;
}
.workcenter-tile-report-note .workcenter-tile-report-title {
  font-size: 12px;
  color: #125098;
  line-height: 14px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media (min-width: 865px) {
  .workcenter-tile-report-note .workcenter-tile-report-title {
    display: block;
  }
}
.workcenter-tile-report-note .workcenter-tile-report-info {
  font-size: 11px;
  color: #125098;
  line-height: 14px;
  white-space: nowrap;
}
.workcenter-tile-report-note .workcenter-tile-report-info .tile-date {
  color: #125098;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media (min-width: 865px) {
  .workcenter-tile-report-note .workcenter-tile-report-info {
    font-size: 12px;
  }
}
.workcenter-tile-report-note i {
  color: #125098;
  font-size: 13px;
  position: relative;
  bottom: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 17px;
  text-align: right;
}
@media (min-width: 865px) {
  .workcenter-tile-report-note i {
    font-size: 16px;
    bottom: 5px;
    width: initial;
  }
}
.workcenter-tile-report-note i.icon-documentos_consulta,
.workcenter-tile-report-note i.icon-analitica {
  font-size: 15px;
}
@media (min-width: 865px) {
  .workcenter-tile-report-note i.icon-documentos_consulta,
  .workcenter-tile-report-note i.icon-analitica {
    font-size: 19px;
  }
}
@media (max-width: 865px) {
  .workcenter-tile-report-note i.fa-binoculars {
    font-size: 12px;
  }
}
i {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tile-details .workcenter-tile-report-header {
  height: calc(19px + 14px);
}
@media (min-width: 865px) {
  .tile-details .workcenter-tile-report-header {
    height: calc(22px + 14px);
  }
}
.tile-details .workcenter-tile-report-containerinfo {
  height: calc(100% - 19px - 14px);
}
@media (min-width: 865px) {
  .tile-details .workcenter-tile-report-containerinfo {
    height: calc(100% - 22px - 14px);
  }
}
.tile-details .workcenter-tile-report-body {
  position: relative;
  bottom: 0;
  height: 100%;
  /*height:calc(100% - 12px);
		@media (min-width: 865px){
			height:calc(100% - 14px - 12px);
		}*/
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator {
  height: 100%;
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter {
  font-weight: 400;
  font-size: 16px;
  line-height: 10px;
}
@media (min-width: 865px) {
  .tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter {
    font-size: 24px;
    line-height: 20px;
  }
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-report-bars {
  list-style: none;
  font-size: 11px;
  padding: 0;
  margin-top: 8px;
  width: calc(100% - 4px);
  font-weight: 500;
  color: #21a2ea;
  line-height: 14px;
  position: absolute;
  width: 100%;
}
@media (min-width: 865px) {
  .tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-report-bars {
    margin: 0;
    line-height: 13px;
    bottom: calc(28px + 12px);
  }
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-report-bars .bar-title {
  color: #125098;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-report-bars .progress {
  height: 4px;
  background-color: #e8e8e8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-report-bars .progress .progress-bar {
  background-color: #21a2ea;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 865px) {
  .tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-report-bars .progress {
    height: 7px;
  }
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-report-slider {
  font-size: 11px;
  width: calc(100% - 4px);
  font-weight: 500;
  color: #21a2ea;
  line-height: 14px;
  bottom: calc(28px + 6px);
  position: absolute;
}
@media (min-width: 865px) {
  .tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-report-slider {
    bottom: calc(28px + 12px);
  }
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-report-slider .progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 15px;
}
@media (min-width: 865px) {
  .tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-report-slider .progress {
    height: 20px;
  }
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-report-slider .progress .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-report-slider .slider-title {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  display: none;
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .slider-icon {
  color: #125098;
  font-size: 10px;
}
@media (min-width: 865px) {
  .tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .slider-icon {
    font-size: 14px;
  }
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .ui-slider {
  margin-left: 10px;
  position: absolute;
  width: calc(100% - 15px);
  height: 25px;
  bottom: calc(18px + 6px);
  cursor: default;
}
@media (min-width: 865px) {
  .tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .ui-slider {
    height: 30px;
    width: calc(100% - 18px);
    bottom: calc(20px + 10px);
  }
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .ui-state-default,
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .ui-widget-content .ui-state-default,
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .ui-widget-header .ui-state-default {
  border: 0;
  background: none;
  font-weight: 500;
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator span.ui-slider-handle.ui-state-default.ui-corner-all {
  margin-left: -0.6em;
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 25px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
@media (min-width: 865px) {
  .tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .ui-slider .ui-slider-handle {
    height: 30px;
    width: 20px;
  }
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .ui-slider .ui-slider-handle:before {
  content: "\e810";
  position: absolute;
  font-family: 'ibfont';
  color: #125098;
  bottom: -3px;
  font-size: 10px;
}
@media (min-width: 865px) {
  .tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .ui-slider .ui-slider-handle:before {
    font-size: 13px;
    bottom: -7px;
  }
}
.tile-details .workcenter-tile-report-body .workcenter-tile-report-indicator .ui-slider .ui-slider-handle:focus {
  outline: none;
}
.tile-details .workcenter-tile-report-note {
  position: absolute;
  bottom: 0px;
}
@media (max-width: 865px) {
  .tile-details .workcenter-tile-report-note {
    height: 12px;
  }
  .tile-details .workcenter-tile-report-note .workcenter-tile-report-title {
    display: none;
  }
}
.tile-details.viewer .workcenter-tile-report-header {
  height: calc(19px + 14px + 14px) !important;
}
.tile-details.viewer .workcenter-tile-report-containerinfo {
  height: calc(100% - 19px - 14px - 14px);
}
@media (min-width: 865px) {
  .tile-details.viewer .workcenter-tile-report-containerinfo {
    height: calc(100% - 19px - 14px - 14px);
  }
}
.tile-details.viewer .workcenter-tile-report-containerinfo .workcenter-tile-report-body {
  top: 0;
  width: 100%;
}
.tile-progress .workcenter-tile-report-header {
  height: calc(19px + 14px) !important;
}
@media (min-width: 865px) {
  .tile-progress .workcenter-tile-report-header {
    height: calc(22px + 14px) !important;
  }
}
.tile-progress .workcenter-tile-report-containerinfo {
  height: calc(100% - 19px - 14px);
}
@media (min-width: 865px) {
  .tile-progress .workcenter-tile-report-containerinfo {
    height: calc(100% - 22px - 14px);
  }
}
.tile-progress .workcenter-tile-report-body {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
.tile-progress .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter .c100 {
  font-size: 56px;
  color: #21a2ea;
}
@media (min-width: 865px) {
  .tile-progress .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter .c100 {
    font-size: 90px;
  }
}
.tile-progress .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter .c100 span {
  font-weight: 300;
  font-size: 22px;
  line-height: 2.6;
  width: 63px;
}
@media (min-width: 865px) {
  .tile-progress .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter .c100 span {
    font-size: 35px;
    width: 100px;
  }
}
.tile-progress .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter .c100 span .percent {
  font-size: 11px;
}
@media (min-width: 865px) {
  .tile-progress .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter .c100 span .percent {
    font-size: 20px;
  }
}
.tile-progress .viewer .workcenter-tile-report-header {
  height: calc(19px + 14px + 14px) !important;
}
.tile-progress .viewer .workcenter-tile-report-containerinfo {
  height: calc(100% - 19px - 14px - 14px);
}
@media (min-width: 865px) {
  .tile-progress .viewer .workcenter-tile-report-containerinfo {
    height: calc(100% - 19px - 14px - 14px);
  }
}
.tile-progress .viewer .workcenter-tile-report-containerinfo .workcenter-tile-report-body {
  top: 0;
  width: 100%;
}
.tile-progress .viewer .workcenter-tile-report-containerinfo .workcenter-tile-report-body .c100 {
  font-size: 56px;
  color: #21a2ea;
}
@media (min-width: 865px) {
  .tile-progress .viewer .workcenter-tile-report-containerinfo .workcenter-tile-report-body .c100 {
    font-size: 90px;
  }
}
.tile-progress .viewer .workcenter-tile-report-containerinfo .workcenter-tile-report-body .c100 span {
  font-weight: 300;
  font-size: 22px;
  line-height: 2.6;
  width: 63px;
}
@media (min-width: 865px) {
  .tile-progress .viewer .workcenter-tile-report-containerinfo .workcenter-tile-report-body .c100 span {
    font-size: 40px;
    width: 100px;
    line-height: 2.3;
  }
}
.tile-mickey .workcenter-tile-report-header {
  height: calc(18px + 14px) !important;
}
@media (min-width: 865px) {
  .tile-mickey .workcenter-tile-report-header {
    height: calc(22px + 14px) !important;
  }
}
.tile-mickey .workcenter-tile-report-containerinfo {
  height: calc(100% - 18px - 14px);
}
@media (min-width: 865px) {
  .tile-mickey .workcenter-tile-report-containerinfo {
    height: calc(100% - 22px - 14px);
  }
}
.tile-mickey .workcenter-tile-report-body {
  height: 100%;
  bottom: 0;
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .small {
  font-size: 38px;
  margin: 0;
  font-weight: 400;
}
@media (min-width: 865px) {
  .tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .small {
    font-size: 40px;
  }
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .small span {
  font-size: 12px;
  line-height: 3.2;
  width: 37px;
}
@media (min-width: 865px) {
  .tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .small span {
    font-size: 15px;
    line-height: 2.7;
    width: 40px;
  }
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .big {
  font-size: 75px;
  font-weight: 300;
  background-color: #125098;
}
@media (min-width: 865px) {
  .tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .big {
    font-size: 90px;
  }
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .big span {
  font-size: 30px;
  line-height: 2.5;
  width: 75px;
  color: #125098;
}
@media (min-width: 865px) {
  .tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .big span {
    font-size: 35px;
    line-height: 2.5;
    width: 90px;
  }
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .big .bar,
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .big .fill {
  border-color: #8bc34a;
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .vip {
  color: #ffca28 !important;
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .vip span {
  color: #ffca28 !important;
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .vip .bar,
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .vip .fill {
  border-color: #ffca28;
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .late {
  color: #f35958 !important;
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .late span {
  color: #f35958 !important;
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .late .bar,
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .late .fill {
  border-color: #f35958;
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .done {
  color: #8bc34a !important;
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .done span {
  color: #8bc34a !important;
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .labels {
  font-size: 11px;
  height: 15px;
  width: 100%;
}
@media (max-width: 865px) {
  .tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .labels {
    display: none;
  }
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .labels span {
  width: 50%;
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .labels .pull-right {
  text-align: right;
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter-top {
  height: 15px;
}
@media (min-width: 865px) {
  .tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter-top {
    height: 25px;
  }
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 865px) {
  .tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter-bottom .c100 {
    bottom: 16px;
  }
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter-bottom .labels {
  position: absolute;
  bottom: 0px;
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter {
  font-weight: 400;
  font-size: 63px;
}
@media (min-width: 865px) {
  .tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter {
    font-size: 100px;
  }
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter .mickey-date {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 8px;
  font-weight: 500;
}
@media (min-width: 865px) {
  .tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter .mickey-date {
    font-size: 10px;
  }
}
.tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter .percent {
  font-size: 13px;
}
@media (min-width: 865px) {
  .tile-mickey .workcenter-tile-report-body .workcenter-tile-report-indicator .workcenter-tile-report-counter .percent {
    font-size: 20px;
  }
}
.tile-kpi .workcenter-tile-report-header .title-tile {
  font-size: 14px;
  font-weight: 500;
  color: #125098;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  line-height: 18px;
  opacity: 1;
}
@media (min-width: 865px) {
  .tile-kpi .workcenter-tile-report-header .title-tile {
    font-size: 16px;
    width: 100%;
  }
}
.tile-kpi .workcenter-tile-report-header .title-desc {
  font-size: 14px;
  color: #21a2ea;
  font-weight: 500;
}
@media (min-width: 865px) {
  .tile-kpi .workcenter-tile-report-header .title-desc {
    font-size: 20px;
    white-space: normal;
    width: 100%;
  }
}
.tile-kpi .workcenter-tile-report-containerinfo .workcenter-tile-report-indicator .workcenter-tile-report-icon {
  margin: auto;
}
.tile-kpi .workcenter-tile-report-containerinfo .workcenter-tile-report-indicator .workcenter-tile-report-counter:not(.media) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  color: #125098;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
}
@media (min-width: 865px) {
  .tile-kpi .workcenter-tile-report-containerinfo .workcenter-tile-report-indicator .workcenter-tile-report-counter:not(.media) {
    font-size: 12px;
    line-height: 16px;
  }
}
.tile-kpi .workcenter-tile-report-containerinfo .workcenter-tile-report-indicator .media {
  font-weight: 500;
  font-size: 20px;
  line-height: inherit;
}
.tile-kpi .workcenter-tile-report-containerinfo .workcenter-tile-report-indicator .media i {
  font-size: 16px;
}
.tile-kpi .workcenter-tile-report-containerinfo .workcenter-tile-report-indicator .progress {
  height: 20px;
  background-color: #e8e8e8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 865px) {
  .tile-kpi .workcenter-tile-report-containerinfo .workcenter-tile-report-indicator .progress {
    height: 35px;
  }
}
.tile-kpi .workcenter-tile-report-containerinfo .workcenter-tile-report-indicator .progress .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #125098;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #125098, #21a2ea);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #125098, #21a2ea);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #125098, #21a2ea);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #125098, #21a2ea);
  /* Standard syntax */
}
.tile-kpi .workcenter-tile-report-containerinfo .workcenter-tile-report-indicator .progress .number {
  font-size: 11px;
  line-height: 1.8;
  padding: 0 5px;
  color: #125098;
  font-weight: 500;
  position: absolute;
}
@media (min-width: 865px) {
  .tile-kpi .workcenter-tile-report-containerinfo .workcenter-tile-report-indicator .progress .number {
    line-height: 3;
  }
}
.perm-icon-label-on {
  position: absolute;
  bottom: 6px;
  left: 6px;
  margin-bottom: 0px !important;
}
.perm-icon-label-off {
  position: absolute;
  bottom: 4.5px;
  right: 6px;
  margin-bottom: 0px !important;
}
.perm-icon-background {
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.perm-icon-background:before {
  font-size: 15px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.perm-ibicon-fix:before {
  font-size: 13.2px;
}
.TileSection .item.base {
  cursor: default;
}
.TileSection .item.base.item-move {
  cursor: move;
}
.TileSection .item.base .handle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 865px) {
  .TileSection .item.base .option-icon-menu .dropdown-menu li {
    height: 36px;
  }
}
@media (max-width: 865px) {
  .TileSection .item.base .option-icon-menu .dropdown-menu li .action-icon {
    line-height: 36px;
  }
}
@media (max-width: 865px) {
  .TileSection .item.base .option-icon-menu .dropdown-menu li .action-text {
    line-height: 36px;
    width: 70px;
  }
}
.modaltile {
  display: block;
  height: calc(100% - 56px);
  position: fixed;
  z-index: 1044;
  visibility: hidden;
  overflow: hidden;
  background: #ffffff;
  box-shadow: -2px 2px 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -2px 2px 9px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.5s ease-out, visibility 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease-out, visibility 0.5s ease;
  -o-transition: -o-transform 0.5s ease-out, visibility 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease-out, visibility 0.5s ease;
  transition: transform 0.5s ease-out, visibility 0.5s ease;
}
@media (max-width: 320px) {
  .modaltile {
    width: calc(100% - 50px);
  }
}
@media (min-width: 321px) {
  .modaltile {
    width: 300px;
  }
}
.modaltile.open {
  visibility: visible;
}
.modaltile .area-total-content {
  padding: 0 16px !important;
}
.modaltile .area-total-content .area-info-top {
  height: 56px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.modaltile .area-total-content .area-info-top .area-order {
  line-height: 56px;
  margin-right: 10px;
  height: 100%;
}
.modaltile .area-total-content .area-info-top .area-order i {
  color: #125098;
}
.modaltile .area-total-content .area-info-top .area-order i:before {
  margin-left: 0;
}
.modaltile .area-total-content .area-info-top .area-title {
  font-size: 16px;
  font-weight: 500;
  color: #125098;
  line-height: 56px;
}
.modaltile .area-total-content .area-info-top .area-close {
  cursor: pointer;
}
.modaltile .area-total-content .area-info-top .area-close > i {
  color: rgba(0, 0, 0, 0.37);
}
.modaltile .area-total-content .area-info-content {
  padding-top: 10px !important;
}
.modaltile .area-info-footer .btn-group {
  width: 100%;
  height: 100%;
}
.modaltile .area-info-footer .btn-group .btn {
  width: 50%;
  height: 100%;
  text-align: center;
  border: none;
}
.modaltile .area-info-footer .btn-group .btn.btn-close {
  background-color: #b7b7b7;
}
.modaltile .area-info-footer .btn-group .btn.btn-save {
  background-color: #001D60;
}
.modaltile .tile-mosaic .option-title {
  font-size: 11px;
  font-weight: 400;
  color: #999999;
}
.modaltile .tile-mosaic .list-menu {
  padding: 5px;
  background: #F3F3F3;
}
.modaltile .tile-mosaic .list-menu .tile {
  padding: 5px;
}
.modaltile .tile-mosaic .list-menu .tile .tile-container {
  height: 100px;
  background: #ffffff;
}
.form-control-static {
  font-size: 16px;
}
.has-feedback label ~ .form-control-feedback,
.form-control-feedback {
  top: auto;
  bottom: 0;
}
.form-control {
  padding: 0;
  height: 32px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom-color: rgba(12, 12, 12, 0.12);
  background: transparent;
  color: #0c0c0c;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.placeholder {
  color: hsl(200.72727273, 3%, 60%);
}
.form-control.placeholder option {
  color: #0c0c0c;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  border-bottom-color: rgba(12, 12, 12, 0.2);
  border-bottom-style: dashed;
}
.form-control[disabled]::-moz-placeholder,
.form-control[readonly]::-moz-placeholder,
fieldset[disabled] .form-control::-moz-placeholder {
  color: hsl(200.72727273, 3%, 70%);
  opacity: 1;
}
.form-control[disabled]:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder,
fieldset[disabled] .form-control:-ms-input-placeholder {
  color: hsl(200.72727273, 3%, 70%);
}
.form-control[disabled]::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder,
fieldset[disabled] .form-control::-webkit-input-placeholder {
  color: hsl(200.72727273, 3%, 70%);
}
.form-control[disabled] ~ label:after,
.form-control[readonly] ~ label:after,
fieldset[disabled] .form-control ~ label:after,
.form-control[disabled] ~ .form-control-line:after,
.form-control[readonly] ~ .form-control-line:after,
fieldset[disabled] .form-control ~ .form-control-line:after {
  display: none;
}
.form .form-group,
.form-inline .form-group {
  padding-top: 16px;
}
.form-group {
  position: relative;
  margin-bottom: 25px;
}
.form-group.compact-form {
  padding-top: 13px;
  margin-bottom: 0;
}
.form-group.compact-form .form-control {
  height: auto;
}
.form-group .form-control:not(.static) ~ label,
.form-group .os-host-textarea:not(.static) ~ label,
.form-group .form-control:not(.static) ~ .form-control-line,
.form-group .os-host-textarea:not(.static) ~ .form-control-line {
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.form-group .form-control ~ label,
.form-group .os-host-textarea ~ label,
.form-group .form-control ~ .form-control-line,
.form-group .os-host-textarea ~ .form-control-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.form-group .form-control ~ label:after,
.form-group .os-host-textarea ~ label:after,
.form-group .form-control ~ .form-control-line:after,
.form-group .os-host-textarea ~ .form-control-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  height: 2px;
  width: 10px;
  visibility: hidden;
  background-color: #4fbbf4;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.form-group .form-control ~ label,
.form-group .os-host-textarea ~ label {
  top: 0;
  margin-bottom: 0;
  font-size: 14px;
  opacity: 0.5;
}
.form-group .form-control:focus,
.form-group .os-host-textarea:focus {
  border-color: rgba(12, 12, 12, 0.12);
}
.form-group .form-control:focus ~ label,
.form-group .os-host-textarea:focus ~ label {
  color: #4fbbf4;
  opacity: 1;
}
.form-group .form-control:focus ~ label:after,
.form-group.has-focus .os-host-textarea ~ label:after,
.form-group .form-control:focus ~ .form-control-line:after,
.form-group.has-focus .os-host-textarea ~ .form-control-line:after {
  visibility: visible;
  width: 100%;
  left: 0;
}
.input-sm {
  height: 33px;
  padding: 0 0;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 40px;
  padding: 0 0;
  font-size: 1.6em;
  line-height: 1.553;
  border-radius: 0px;
}
select.input-lg {
  height: 40px;
  line-height: 40px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
select.input-lg {
  height: 40px;
  line-height: 40px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group.control-width-tiny {
  max-width: 40px;
}
.form-group.control-width-mini {
  max-width: 72px;
}
.form-group.control-width-small {
  max-width: 136px;
}
.form-group.control-width-medium {
  max-width: 200px;
}
.form-group.control-width-normal {
  max-width: 300px;
}
.form-group.control-width-large {
  max-width: 500px;
}
.form-group.control-width-xlarge {
  max-width: 800px;
}
.form-group.control-width-xxlarge {
  max-width: 1200px;
}
.form-horizontal .form-group {
  padding-top: 0;
  margin-bottom: 11px;
}
.form-horizontal .form-control ~ .form-control-line {
  left: 12px;
  right: 12px;
  width: auto;
}
.form-horizontal .input-group .form-control ~ .form-control-line {
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    margin-right: 12px;
  }
  .form-inline .radio,
  .form-inline .checkbox,
  .form-inline .btn {
    margin-top: 16px;
    margin-right: 12px;
  }
}
.form-inverse .form-group .form-control {
  border-bottom-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.form-inverse .form-group .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.form-inverse .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.form-inverse .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.form-inverse .form-group .form-control ~ label:after,
.form-inverse .form-group .form-control ~ .form-control-line:after {
  background-color: #a6d5ed;
}
.form-inverse .form-group .form-control:focus {
  border-color: #ffffff;
}
.form-inverse .form-group .form-control:focus ~ label {
  color: #ffffff;
}
.form-inverse .form-group .form-control[disabled],
.form-inverse .form-group .form-control[readonly],
fieldset[disabled] .form-inverse .form-group .form-control {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.form-inverse select:focus {
  background: rgba(255, 255, 255, 0);
  color: #555555 !important;
}
.ink-reaction {
  position: relative;
  overflow: hidden;
}
.ink-reaction .ink {
  position: absolute;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: ripple-animation 1.5s;
  animation: ripple-animation 1.5s;
}
.ink-reaction .ink.inverse {
  background-color: rgba(12, 12, 12, 0.5);
}
.ink-reaction.btn-icon-toggle,
.ink-reaction.btn-floating-action {
  overflow: visible;
}
.ink-reaction.btn-icon-toggle .ink,
.ink-reaction.btn-floating-action .ink {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
}
.ink-reaction.btn-icon-toggle .ink,
.ink-reaction.btn-flat .ink {
  background-color: rgba(255, 255, 255, 0.25);
}
.ink-reaction.btn-icon-toggle .ink.inverse,
.ink-reaction.btn-flat .ink.inverse {
  background-color: rgba(12, 12, 12, 0.25);
}
@-webkit-keyframes ripple-animation {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes ripple-animation {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
.input-group-lg > .input-group-content > .form-control,
.input-group-lg > .input-group-addon {
  height: 40px;
  padding: 0 0;
  font-size: 1.6em;
  line-height: 1.553;
  border-radius: 0px;
}
select.input-group-lg > .input-group-content > .form-control,
select.input-group-lg > .input-group-addon {
  height: 40px;
  line-height: 40px;
}
textarea.input-group-lg > .input-group-content > .form-control,
textarea.input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-content > .form-control,
select[multiple].input-group-lg > .input-group-addon {
  height: auto;
}
select.input-group-lg > .input-group-content > .form-control,
select.input-group-lg > .input-group-addon {
  height: 40px;
  line-height: 40px;
}
textarea.input-group-lg > .input-group-content > .form-control,
textarea.input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-content > .form-control,
select[multiple].input-group-lg > .input-group-addon {
  height: auto;
}
.input-group-sm > .input-group-content > .form-control,
.input-group-sm > .input-group-addon {
  height: 33px;
  padding: 0 0;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .input-group-content > .form-control,
select.input-group-sm > .input-group-addon {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .input-group-content > .form-control,
textarea.input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-content > .form-control,
select[multiple].input-group-sm > .input-group-addon {
  height: auto;
}
select.input-group-sm > .input-group-content > .form-control,
select.input-group-sm > .input-group-addon {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .input-group-content > .form-control,
textarea.input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-content > .form-control,
select[multiple].input-group-sm > .input-group-addon {
  height: auto;
}
.input-group-addon {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  opacity: 0.7;
}
.input-group-addon,
.input-group-btn {
  padding-left: 10px;
}
.input-group-addon:first-child,
.input-group-btn:first-child {
  padding-left: 0;
  padding-right: 10px;
}
.input-group-addon:last-child,
.input-group-btn:last-child {
  padding-right: 0;
}
.input-group-addon .btn-floating-action,
.input-group-btn .btn-floating-action {
  margin-top: -7px;
}
.input-group-addon .btn-floating-action.btn-lg,
.input-group-btn .btn-floating-action.btn-lg {
  margin-top: -19px;
}
.input-group-content {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
}
.input-group .form-control-static {
  display: table-cell;
}
.input-group .form-control-static:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group .form-control-static:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form-control-static:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form .form-group .input-group {
  margin-top: -16px;
}
.form .form-group .input-group-content,
.form .form-group .input-group-addon,
.form .form-group .input-group-btn {
  padding-top: 16px;
}
.form .form-group .input-group-addon {
  vertical-align: bottom;
}
.form .form-group .input-group-addon:first-child {
  min-width: 42px;
  text-align: left;
}
.help-block {
  position: absolute;
  right: 0;
  bottom: -15px;
  margin: 0;
  color: inherit;
  opacity: 0.7;
  font-size: 12px;
}
.form-horizontal .help-block {
  bottom: -20px;
  right: 10px;
}
span.help-block {
  right: auto;
}
.form-horizontal span.help-block {
  right: auto;
}
label {
  font-weight: 400;
}
.form-group > label,
.form-group .control-label {
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 0;
}
.form .form-group > label,
.form-inline .form-group > label {
  position: absolute;
  top: 0;
  left: 0;
}
textarea.form-control {
  padding: 4px 0 4px 0;
  line-height: normal;
}
textarea.autosize {
  min-height: 38px;
}
.floating-label .form-control ~ label,
.floating-label .os-host-textarea ~ label {
  top: 19px;
  font-size: 16px;
}
.floating-label .form-control .os-textarea,
.floating-label .os-host-textarea .os-textarea {
  border-bottom: 1px solid rgba(12, 12, 12, 0.12) !important;
}
.floating-label.has-focus .os-host-textarea ~ label,
.floating-label.has-text .os-host-textarea ~ label,
.floating-label .form-control:focus ~ label,
.floating-label .form-control.dirty ~ label,
.floating-label .form-control[placeholder] ~ label,
.floating-label .form-control[contenteditable][data-placeholder] ~ label,
.floating-label .form-control[contenteditable]:not(:empty) ~ label {
  top: 0px;
  font-size: 12px !important;
}
.floating-label .trick ~ label {
  top: 19px;
  font-size: 16px;
}
.floating-label .trick:focus ~ label,
.floating-label .trick.dirty ~ label {
  top: 0px;
  font-size: 14px !important;
}
.form-group.compact-form.floating-label .form-control ~ label {
  top: 17px;
}
.form-group.compact-form.floating-label.has-focus .os-host-textarea ~ label,
.form-group.compact-form.floating-label.has-text .os-host-textarea ~ label,
.form-group.compact-form.floating-label .form-control:focus ~ label,
.form-group.compact-form.floating-label .form-control.dirty ~ label,
.form-group.compact-form.floating-label .form-control[placeholder] ~ label,
.form-group.compact-form.floating-label .form-control[contenteditable][data-placeholder] ~ label,
.form-group.compact-form.floating-label .form-control[contenteditable]:not(:empty) ~ label {
  top: 0px;
  font-size: 12px !important;
}
textarea.control-2-rows {
  height: 64px;
}
textarea.control-3-rows {
  height: 96px;
}
textarea.control-4-rows {
  height: 128px;
}
textarea.control-5-rows {
  height: 160px;
}
textarea.control-6-rows {
  height: 192px;
}
textarea.control-7-rows {
  height: 224px;
}
textarea.control-8-rows {
  height: 256px;
}
textarea.control-9-rows {
  height: 288px;
}
textarea.control-10-rows {
  height: 320px;
}
textarea.control-11-rows {
  height: 352px;
}
textarea.control-12-rows {
  height: 384px;
}
textarea.no-resize {
  resize: none;
}
.checkbox-styled:not(ie8),
.radio-styled:not(ie8) {
  position: relative;
  margin-top: 0;
  display: table-cell;
  padding: 0;
}
.checkbox-styled:not(ie8) label,
.radio-styled:not(ie8) label {
  display: block;
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.checkbox-styled:not(ie8):last-child label,
.radio-styled:not(ie8):last-child label {
  padding-right: 16px;
}
.checkbox-styled:not(ie8) input ~ span,
.radio-styled:not(ie8) input ~ span {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
  vertical-align: text-top;
}
.checkbox-styled:not(ie8) input ~ span:before,
.radio-styled:not(ie8) input ~ span:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(68, 68, 68, 0.37);
}
.checkbox-styled:not(ie8) input[type="radio"],
.radio-styled:not(ie8) input[type="radio"],
.checkbox-styled:not(ie8) input[type="checkbox"],
.radio-styled:not(ie8) input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.checkbox-styled:not(ie8).radio-inline,
.radio-styled:not(ie8).radio-inline,
.checkbox-styled:not(ie8).checkbox-inline,
.radio-styled:not(ie8).checkbox-inline {
  padding-left: 0;
}
.checkbox-styled:not(ie8) input:checked ~ span:before,
.radio-styled:not(ie8) input:checked ~ span:before {
  border-color: #4fbbf4;
}
.checkbox-styled:not(ie8) input:checked + input ~ span:before,
.radio-styled:not(ie8) input:checked + input ~ span:before {
  border-color: #4fbbf4;
}
.checkbox-styled:not(ie8).disabled,
.radio-styled:not(ie8).disabled,
.checkbox-styled:not(ie8) input[disabled],
.radio-styled:not(ie8) input[disabled],
.checkbox-styled:not(ie8) input[readonly],
.radio-styled:not(ie8) input[readonly] {
  cursor: not-allowed !important;
}
.checkbox-styled:not(ie8).disabled ~ span,
.radio-styled:not(ie8).disabled ~ span,
.checkbox-styled:not(ie8) input[disabled] ~ span,
.radio-styled:not(ie8) input[disabled] ~ span,
.checkbox-styled:not(ie8) input[readonly] ~ span,
.radio-styled:not(ie8) input[readonly] ~ span {
  cursor: not-allowed !important;
}
.checkbox-styled:not(ie8).disabled ~ span:before,
.radio-styled:not(ie8).disabled ~ span:before,
.checkbox-styled:not(ie8) input[disabled] ~ span:before,
.radio-styled:not(ie8) input[disabled] ~ span:before,
.checkbox-styled:not(ie8) input[readonly] ~ span:before,
.radio-styled:not(ie8) input[readonly] ~ span:before {
  border-color: hsl(200.72727273, 3%, 90%);
}
.checkbox-styled:not(ie8).disabled:checked ~ span:before,
.radio-styled:not(ie8).disabled:checked ~ span:before,
.checkbox-styled:not(ie8) input[disabled]:checked ~ span:before,
.radio-styled:not(ie8) input[disabled]:checked ~ span:before,
.checkbox-styled:not(ie8) input[readonly]:checked ~ span:before,
.radio-styled:not(ie8) input[readonly]:checked ~ span:before {
  border-color: rgba(79, 187, 244, 0.5);
}
.radio-styled:not(ie8) input ~ span:before {
  top: 0;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.radio-styled:not(ie8) input ~ span:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  width: 0;
  height: 0;
  background-color: #4fbbf4;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.radio-styled:not(ie8) input:checked ~ span:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
}
.radio-styled:not(ie8).disabled:not(:checked) ~ span:before,
.radio-styled:not(ie8) input[disabled]:not(:checked) ~ span:before,
.radio-styled:not(ie8) input[readonly]:not(:checked) ~ span:before {
  background: none !important;
}
.radio-styled:not(ie8).disabled:checked ~ span:after,
.radio-styled:not(ie8) input[disabled]:checked ~ span:after,
.radio-styled:not(ie8) input[readonly]:checked ~ span:after {
  background-color: rgba(79, 187, 244, 0.5);
}
.checkbox-styled:not(ie8) {
  /*input[dbchecked=false]:checked ~ span:after,
    input[dbchecked="false"]:checked ~ span:after,
    input[dbchecked='false']:checked ~ span:after {
        border: none;
        background-color: rgba(79, 187, 244, 0.75);
        background-clip: content-box;
        padding-right: 9px;
    }*/
}
.checkbox-styled:not(ie8) input ~ span:before {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox-styled:not(ie8) input:checked ~ span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 10px;
  border-top-style: none;
  border-right-style: none;
}
.checkbox-styled:not(ie8) input:indeterminate ~ span:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  height: 20px;
  border-color: #4fbbf4;
  background-color: rgba(79, 187, 244, 0.75);
  background-clip: content-box;
  padding: 3px;
  border-top-style: solid;
  border-right-style: solid;
}
.checkbox-styled:not(ie8) input[dbchecked]:checked ~ span:before {
  top: 4px;
}
.checkbox-styled:not(ie8) input[dbchecked]:checked ~ span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  z-index: 1;
  height: 8px;
  width: 18px;
  border: 2px solid #4fbbf4;
  border-top-style: none;
  border-right-style: none;
  left: 1px;
}
.checkbox-styled:not(ie8) input[dbchecked=false]:checked ~ span:after,
.checkbox-styled:not(ie8) input[dbchecked="false"]:checked ~ span:after,
.checkbox-styled:not(ie8) input[dbchecked='false']:checked ~ span:after,
.checkbox-styled:not(ie8) input[dbchecked=false]:checked ~ span:before,
.checkbox-styled:not(ie8) input[dbchecked="false"]:checked ~ span:before,
.checkbox-styled:not(ie8) input[dbchecked='false']:checked ~ span:before {
  border-bottom-style: dotted;
  border-left-style: dotted;
}
.checkbox-styled:not(ie8).disabled:indeterminate ~ span:before,
.checkbox-styled:not(ie8) input[disabled]:indeterminate ~ span:before,
.checkbox-styled:not(ie8) input[readonly]:indeterminate ~ span:before {
  border-color: rgba(79, 187, 244, 0.5);
  background-color: rgba(79, 187, 244, 0.4);
}
.k-white-controls .checkbox-styled:not(ie8) input:checked ~ span:before,
.k-white-controls .radio-styled:not(ie8) input:checked ~ span:before {
  border-color: #4fbbf4;
}
.k-white-controls .checkbox-styled:not(ie8) input:checked + input ~ span:before,
.k-white-controls .radio-styled:not(ie8) input:checked + input ~ span:before {
  border-color: #4fbbf4;
}
/**/
.trick {
  height: 35px;
}
.trick select:focus {
  background: #ffffff;
  color: #555555 !important;
}
/*
.table {
	// Cells
	> thead,
	> tbody,
	> tfoot {
		> tr {
			> th,
			> td {
				vertical-align: baseline;
			}
		}
	}
	
	thead {
		opacity: 0.75;
		
		> tr > th {
			color: inherit;
			font-weight: @weight-medium;
		}
	}
}*/
.table-bordered {
  border-color: hsla(200.72727273, 3%, 65%, 0.2);
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: hsla(200.72727273, 3%, 65%, 0.2);
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: hsla(200.72727273, 3%, 95%, 0.35);
}
.table-banded > tbody > tr > td:nth-child(odd),
.table-banded > tbody > tr > th:nth-child(odd) {
  background-color: hsla(200.72727273, 3%, 95%, 0.35);
}
.table-no-border {
  border-color: transparent;
}
.table-no-border > thead > tr > th,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > td {
  border-color: transparent;
}
.table-condensed > tbody > tr > td {
  vertical-align: middle;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: hsla(200.72727273, 3%, 90%, 0.25);
}
.alert.alert-callout {
  position: relative;
  padding-left: 20px;
  background: #ffffff;
  color: #555555;
  border-radius: 3px;
  border-color: rgba(85, 85, 85, 0.15);
}
.alert.alert-callout:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  left: -1px;
  top: -1px;
  bottom: -1px;
  background: red;
}
.alert-callout.alert-success:before {
  background: #4caf50;
}
.alert-callout.alert-info:before {
  background: #2196f3;
}
.alert-callout.alert-warning:before {
  background: #ff9800;
}
.alert-callout.alert-danger:before {
  background: #f44336;
}
.modal-iB .crop-area {
  /*.crop-redo{
			font-size: 11px;
			text-transform: uppercase;
			color: #48c8ff;
			text-align: right;
			cursor: pointer;
			margin: 16px 0;
			span{
				margin-right: 10px
			}
		}*/
}
.modal-iB .crop-area > .info-group {
  padding-top: 6px;
}
.modal-iB .crop-area > .info-group:last-child {
  padding-bottom: 6px;
}
.modal-iB .crop-area > .info-group:not(:last-child) {
  padding-bottom: 0;
}
.modal-iB .crop-area label {
  font-size: 11px;
  color: #125098;
  opacity: 0.7;
  position: absolute;
  left: 0;
}
.modal-iB .crop-area .crop-preview .preview-photo {
  width: 50px;
  height: 50px;
}
.modal-iB .crop-area .crop-preview .preview-photo .crop-thumbnail {
  width: 50px;
  height: 50px;
  background-size: cover;
  overflow: hidden;
}
.modal-iB .crop-area .crop-preview .preview-photo .crop-thumbnail:not(.rounded) {
  -webkit-border-radius: 30% !important;
  -moz-border-radius: 30% !important;
  border-radius: 30% !important;
}
.modal-iB .crop-area .crop-preview .profile-info {
  text-align: left;
  padding-left: 10px;
}
.modal-iB .crop-area .crop-image {
  margin-bottom: 13px;
  background-color: rgba(18, 80, 152, 0.1);
}
.modal-iB .crop-area .crop-image .jcrop-holder,
.modal-iB .crop-area .crop-image .jcrop-active {
  margin: auto;
}
/*# sourceMappingURL=bootstrap-workcenter.css.map */